From 85d97daa3e3c37fd67b8e76055a1405bc098458a Mon Sep 17 00:00:00 2001 From: Justin Black Date: Fri, 24 Nov 2023 18:00:25 -0800 Subject: [PATCH 01/72] Adds draft schema docs with partial info --- .../petstore/java/.openapi-generator/FILES | 299 +++++++++++++ .../Int32JsonContentTypeHeaderSchema.md | 9 + .../numberheader/NumberHeaderSchema.md | 9 + .../RefContentSchemaHeaderSchema.md | 9 + .../refschemaheader/RefSchemaHeaderSchema.md | 9 + .../stringheader/StringHeaderSchema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../parameters/pathusername/Schema.md | 9 + .../refschemastringwithvalidation/Schema.md | 9 + .../client/content/applicationjson/Schema.md | 9 + .../pet/content/applicationjson/Schema.md | 9 + .../pet/content/applicationxml/Schema.md | 9 + .../content/applicationjson/Schema.md | 38 ++ .../headers/location/LocationSchema.md | 9 + .../content/applicationjson/Schema.md | 38 ++ .../content/applicationxml/Schema.md | 38 ++ .../content/applicationjson/Schema.md | 32 ++ .../headers/someheader/SomeHeaderSchema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../components/schemas/AbstractStepMessage.md | 54 +++ .../schemas/AdditionalPropertiesClass.md | 67 +++ .../schemas/AdditionalPropertiesSchema.md | 22 + .../AdditionalPropertiesWithArrayOfEnums.md | 35 ++ .../java/docs/components/schemas/Address.md | 34 ++ .../java/docs/components/schemas/Animal.md | 42 ++ .../docs/components/schemas/AnimalFarm.md | 40 ++ .../components/schemas/AnyTypeAndFormat.md | 54 +++ .../components/schemas/AnyTypeNotString.md | 18 + .../components/schemas/ApiResponseSchema.md | 45 ++ .../java/docs/components/schemas/Apple.md | 42 ++ .../java/docs/components/schemas/AppleReq.md | 39 ++ .../components/schemas/ArrayHoldingAnyType.md | 40 ++ .../schemas/ArrayOfArrayOfNumberOnly.md | 40 ++ .../docs/components/schemas/ArrayOfEnums.md | 40 ++ .../components/schemas/ArrayOfNumberOnly.md | 40 ++ .../java/docs/components/schemas/ArrayTest.md | 48 +++ .../schemas/ArrayWithValidationsInItems.md | 40 ++ .../java/docs/components/schemas/Banana.md | 39 ++ .../java/docs/components/schemas/BananaReq.md | 39 ++ .../java/docs/components/schemas/Bar.md | 11 + .../java/docs/components/schemas/BasquePig.md | 39 ++ .../docs/components/schemas/BooleanEnum.md | 11 + .../docs/components/schemas/BooleanSchema.md | 11 + .../docs/components/schemas/Capitalization.md | 54 +++ .../java/docs/components/schemas/Cat.md | 19 + .../java/docs/components/schemas/Category.md | 42 ++ .../java/docs/components/schemas/ChildCat.md | 19 + .../docs/components/schemas/ClassModel.md | 37 ++ .../java/docs/components/schemas/Client.md | 39 ++ .../schemas/ComplexQuadrilateral.md | 19 + ...omposedAnyOfDifferentTypesNoValidations.md | 48 +++ .../docs/components/schemas/ComposedArray.md | 40 ++ .../docs/components/schemas/ComposedBool.md | 18 + .../docs/components/schemas/ComposedNone.md | 18 + .../docs/components/schemas/ComposedNumber.md | 18 + .../docs/components/schemas/ComposedObject.md | 18 + .../schemas/ComposedOneOfDifferentTypes.md | 31 ++ .../docs/components/schemas/ComposedString.md | 18 + .../java/docs/components/schemas/Currency.md | 11 + .../java/docs/components/schemas/DanishPig.md | 39 ++ .../docs/components/schemas/DateTimeTest.md | 11 + .../schemas/DateTimeWithValidations.md | 11 + .../components/schemas/DateWithValidations.md | 11 + .../docs/components/schemas/DecimalPayload.md | 11 + .../java/docs/components/schemas/Dog.md | 19 + .../java/docs/components/schemas/Drawing.md | 53 +++ .../docs/components/schemas/EnumArrays.md | 43 ++ .../java/docs/components/schemas/EnumClass.md | 11 + .../java/docs/components/schemas/EnumTest.md | 63 +++ .../components/schemas/EquilateralTriangle.md | 19 + .../java/docs/components/schemas/File.md | 42 ++ .../components/schemas/FileSchemaTestClass.md | 43 ++ .../java/docs/components/schemas/Foo.md | 39 ++ .../docs/components/schemas/FormatTest.md | 87 ++++ .../docs/components/schemas/FromSchema.md | 42 ++ .../java/docs/components/schemas/Fruit.md | 46 ++ .../java/docs/components/schemas/FruitReq.md | 20 + .../java/docs/components/schemas/GmFruit.md | 46 ++ .../components/schemas/GrandparentAnimal.md | 39 ++ .../components/schemas/HasOnlyReadOnly.md | 42 ++ .../components/schemas/HealthCheckResult.md | 42 ++ .../docs/components/schemas/IntegerEnum.md | 11 + .../docs/components/schemas/IntegerEnumBig.md | 11 + .../components/schemas/IntegerEnumOneValue.md | 11 + .../schemas/IntegerEnumWithDefaultValue.md | 11 + .../docs/components/schemas/IntegerMax10.md | 11 + .../docs/components/schemas/IntegerMin15.md | 11 + .../components/schemas/IsoscelesTriangle.md | 19 + .../java/docs/components/schemas/Items.md | 44 ++ .../components/schemas/JSONPatchRequest.md | 41 ++ .../schemas/JSONPatchRequestAddReplaceTest.md | 42 ++ .../schemas/JSONPatchRequestMoveCopy.md | 42 ++ .../schemas/JSONPatchRequestRemove.md | 39 ++ .../java/docs/components/schemas/Mammal.md | 19 + .../java/docs/components/schemas/MapTest.md | 51 +++ ...dPropertiesAndAdditionalPropertiesClass.md | 43 ++ .../java/docs/components/schemas/Money.md | 39 ++ .../docs/components/schemas/MyObjectDto.md | 36 ++ .../java/docs/components/schemas/Name.md | 48 +++ .../schemas/NoAdditionalProperties.md | 39 ++ .../docs/components/schemas/NullableClass.md | 83 ++++ .../docs/components/schemas/NullableShape.md | 23 + .../docs/components/schemas/NullableString.md | 11 + .../docs/components/schemas/NumberOnly.md | 39 ++ .../docs/components/schemas/NumberSchema.md | 11 + .../schemas/NumberWithValidations.md | 11 + .../schemas/ObjWithRequiredProps.md | 45 ++ .../schemas/ObjWithRequiredPropsBase.md | 39 ++ .../components/schemas/ObjectInterface.md | 11 + .../ObjectModelWithArgAndArgsProperties.md | 42 ++ .../schemas/ObjectModelWithRefProps.md | 48 +++ ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 19 + .../schemas/ObjectWithCollidingProperties.md | 47 +++ .../schemas/ObjectWithDecimalProperties.md | 45 ++ .../ObjectWithDifficultlyNamedProps.md | 39 ++ .../ObjectWithInlineCompositionProperty.md | 40 ++ .../ObjectWithInvalidNamedRefedProperties.md | 41 ++ .../ObjectWithNonIntersectingValues.md | 43 ++ .../schemas/ObjectWithOnlyOptionalProps.md | 39 ++ .../schemas/ObjectWithOptionalTestProp.md | 39 ++ .../schemas/ObjectWithValidations.md | 11 + .../java/docs/components/schemas/Order.md | 54 +++ .../schemas/PaginatedResultMyObjectDto.md | 40 ++ .../java/docs/components/schemas/ParentPet.md | 17 + .../java/docs/components/schemas/Pet.md | 59 +++ .../java/docs/components/schemas/Pig.md | 18 + .../java/docs/components/schemas/Player.md | 45 ++ .../java/docs/components/schemas/PublicKey.md | 42 ++ .../docs/components/schemas/Quadrilateral.md | 18 + .../schemas/QuadrilateralInterface.md | 42 ++ .../docs/components/schemas/ReadOnlyFirst.md | 42 ++ .../java/docs/components/schemas/RefPet.md | 11 + .../schemas/ReqPropsFromExplicitAddProps.md | 45 ++ .../schemas/ReqPropsFromTrueAddProps.md | 41 ++ .../schemas/ReqPropsFromUnsetAddProps.md | 41 ++ .../docs/components/schemas/ReturnSchema.md | 37 ++ .../components/schemas/ScaleneTriangle.md | 19 + .../components/schemas/Schema200Response.md | 44 ++ .../schemas/SelfReferencingArrayModel.md | 40 ++ .../schemas/SelfReferencingObjectModel.md | 43 ++ .../java/docs/components/schemas/Shape.md | 18 + .../docs/components/schemas/ShapeOrNull.md | 23 + .../components/schemas/SimpleQuadrilateral.md | 19 + .../docs/components/schemas/SomeObject.md | 17 + .../components/schemas/SpecialModelname.md | 42 ++ .../components/schemas/StringBooleanMap.md | 34 ++ .../docs/components/schemas/StringEnum.md | 11 + .../schemas/StringEnumWithDefaultValue.md | 11 + .../docs/components/schemas/StringSchema.md | 11 + .../schemas/StringWithValidation.md | 11 + .../java/docs/components/schemas/Tag.md | 42 ++ .../java/docs/components/schemas/Triangle.md | 19 + .../components/schemas/TriangleInterface.md | 42 ++ .../docs/components/schemas/UUIDString.md | 11 + .../java/docs/components/schemas/User.md | 78 ++++ .../java/docs/components/schemas/Whale.md | 45 ++ .../java/docs/components/schemas/Zebra.md | 42 ++ .../content/applicationjson/Schema.md | 9 + .../delete/parameters/parameter0/Schema0.md | 9 + .../delete/parameters/parameter1/Schema1.md | 9 + .../get/parameters/parameter0/Schema0.md | 9 + .../parameters/parameter0/PathParamSchema0.md | 9 + .../post/parameters/parameter0/Schema0.md | 9 + .../delete/parameters/parameter0/Schema0.md | 9 + .../delete/parameters/parameter1/Schema1.md | 9 + .../delete/parameters/parameter2/Schema2.md | 9 + .../delete/parameters/parameter3/Schema3.md | 9 + .../delete/parameters/parameter4/Schema4.md | 9 + .../delete/parameters/parameter5/Schema5.md | 9 + .../fake/get/parameters/parameter0/Schema0.md | 38 ++ .../fake/get/parameters/parameter1/Schema1.md | 9 + .../fake/get/parameters/parameter2/Schema2.md | 38 ++ .../fake/get/parameters/parameter3/Schema3.md | 9 + .../fake/get/parameters/parameter4/Schema4.md | 9 + .../fake/get/parameters/parameter5/Schema5.md | 9 + .../applicationxwwwformurlencoded/Schema.md | 41 ++ .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../applicationxwwwformurlencoded/Schema.md | 65 +++ .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../put/parameters/parameter0/Schema0.md | 9 + .../content/applicationjson/Schema.md | 9 + .../put/parameters/parameter0/Schema0.md | 9 + .../put/parameters/parameter1/Schema1.md | 9 + .../put/parameters/parameter2/Schema2.md | 9 + .../content/applicationjson/Schema.md | 9 + .../delete/parameters/parameter0/Schema0.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 32 ++ .../post/parameters/parameter0/Schema0.md | 16 + .../post/parameters/parameter1/Schema1.md | 38 ++ .../content/applicationjson/Schema.md | 16 + .../content/multipartformdata/Schema.md | 38 ++ .../content/applicationjson/Schema.md | 16 + .../content/multipartformdata/Schema.md | 38 ++ .../applicationxwwwformurlencoded/Schema.md | 40 ++ .../applicationjsonpatchjson/Schema.md | 9 + .../applicationjsoncharsetutf8/Schema.md | 9 + .../applicationjsoncharsetutf8/Schema.md | 9 + .../content/applicationjson/Schema.md | 37 ++ .../content/multipartformdata/Schema.md | 37 ++ .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../get/parameters/parameter0/Schema0.md | 37 ++ .../post/parameters/parameter0/Schema0.md | 9 + .../post/parameters/parameter1/Schema1.md | 9 + .../post/parameters/parameter10/Schema10.md | 9 + .../post/parameters/parameter11/Schema11.md | 9 + .../post/parameters/parameter12/Schema12.md | 9 + .../post/parameters/parameter13/Schema13.md | 9 + .../post/parameters/parameter14/Schema14.md | 9 + .../post/parameters/parameter15/Schema15.md | 9 + .../post/parameters/parameter16/Schema16.md | 9 + .../post/parameters/parameter17/Schema17.md | 9 + .../post/parameters/parameter18/Schema18.md | 9 + .../post/parameters/parameter2/Schema2.md | 9 + .../post/parameters/parameter3/Schema3.md | 9 + .../post/parameters/parameter4/Schema4.md | 9 + .../post/parameters/parameter5/Schema5.md | 9 + .../post/parameters/parameter6/Schema6.md | 9 + .../post/parameters/parameter7/Schema7.md | 9 + .../post/parameters/parameter8/Schema8.md | 9 + .../post/parameters/parameter9/Schema9.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../post/parameters/parameter0/Schema0.md | 9 + .../content/multipartformdata/Schema.md | 40 ++ .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema0.md | 9 + .../content/applicationjson/Schema.md | 9 + .../get/parameters/parameter0/Schema0.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../put/parameters/parameter0/Schema0.md | 38 ++ .../put/parameters/parameter1/Schema1.md | 38 ++ .../put/parameters/parameter2/Schema2.md | 38 ++ .../put/parameters/parameter3/Schema3.md | 38 ++ .../put/parameters/parameter4/Schema4.md | 38 ++ .../put/parameters/parameter5/Schema5.md | 9 + .../content/applicationoctetstream/Schema.md | 12 + .../content/applicationoctetstream/Schema.md | 12 + .../content/multipartformdata/Schema.md | 40 ++ .../content/applicationjson/Schema.md | 9 + .../content/multipartformdata/Schema.md | 38 ++ .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 32 ++ .../get/parameters/parameter0/Schema0.md | 38 ++ .../get/parameters/parameter0/Schema0.md | 38 ++ .../delete/parameters/parameter0/Schema0.md | 9 + .../delete/parameters/parameter1/Schema1.md | 9 + .../get/parameters/parameter0/Schema0.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationxml/Schema.md | 9 + .../post/parameters/parameter0/Schema0.md | 9 + .../applicationxwwwformurlencoded/Schema.md | 40 ++ .../post/parameters/parameter0/Schema0.md | 9 + .../content/multipartformdata/Schema.md | 40 ++ .../content/applicationjson/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationxml/Schema.md | 9 + .../delete/parameters/parameter0/Schema0.md | 9 + .../get/parameters/parameter0/Schema0.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationxml/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../get/parameters/parameter0/Schema0.md | 9 + .../get/parameters/parameter1/Schema1.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationxml/Schema.md | 9 + .../xexpiresafter/XExpiresAfterSchema.md | 9 + .../applicationjson/XRateLimitSchema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../content/applicationxml/Schema.md | 9 + .../content/applicationjson/Schema.md | 9 + .../generators/JavaClientGenerator.java | 6 + .../resources/java/_helper_footer_links.hbs | 1 + .../components/schemas/Schema_doc.hbs | 393 ++++++++++++++++++ 303 files changed, 7621 insertions(+) create mode 100644 samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md create mode 100644 samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md create mode 100644 samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md create mode 100644 samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md create mode 100644 samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md create mode 100644 samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md create mode 100644 samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md create mode 100644 samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md create mode 100644 samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md create mode 100644 samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md create mode 100644 samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md create mode 100644 samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md create mode 100644 samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md create mode 100644 samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md create mode 100644 samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Address.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Animal.md create mode 100644 samples/client/petstore/java/docs/components/schemas/AnimalFarm.md create mode 100644 samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md create mode 100644 samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Apple.md create mode 100644 samples/client/petstore/java/docs/components/schemas/AppleReq.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ArrayTest.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Banana.md create mode 100644 samples/client/petstore/java/docs/components/schemas/BananaReq.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Bar.md create mode 100644 samples/client/petstore/java/docs/components/schemas/BasquePig.md create mode 100644 samples/client/petstore/java/docs/components/schemas/BooleanEnum.md create mode 100644 samples/client/petstore/java/docs/components/schemas/BooleanSchema.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Capitalization.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Cat.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Category.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ChildCat.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ClassModel.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Client.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComposedArray.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComposedBool.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComposedNone.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComposedNumber.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComposedObject.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ComposedString.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Currency.md create mode 100644 samples/client/petstore/java/docs/components/schemas/DanishPig.md create mode 100644 samples/client/petstore/java/docs/components/schemas/DateTimeTest.md create mode 100644 samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md create mode 100644 samples/client/petstore/java/docs/components/schemas/DateWithValidations.md create mode 100644 samples/client/petstore/java/docs/components/schemas/DecimalPayload.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Dog.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Drawing.md create mode 100644 samples/client/petstore/java/docs/components/schemas/EnumArrays.md create mode 100644 samples/client/petstore/java/docs/components/schemas/EnumClass.md create mode 100644 samples/client/petstore/java/docs/components/schemas/EnumTest.md create mode 100644 samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md create mode 100644 samples/client/petstore/java/docs/components/schemas/File.md create mode 100644 samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Foo.md create mode 100644 samples/client/petstore/java/docs/components/schemas/FormatTest.md create mode 100644 samples/client/petstore/java/docs/components/schemas/FromSchema.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Fruit.md create mode 100644 samples/client/petstore/java/docs/components/schemas/FruitReq.md create mode 100644 samples/client/petstore/java/docs/components/schemas/GmFruit.md create mode 100644 samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md create mode 100644 samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md create mode 100644 samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md create mode 100644 samples/client/petstore/java/docs/components/schemas/IntegerEnum.md create mode 100644 samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md create mode 100644 samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md create mode 100644 samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md create mode 100644 samples/client/petstore/java/docs/components/schemas/IntegerMax10.md create mode 100644 samples/client/petstore/java/docs/components/schemas/IntegerMin15.md create mode 100644 samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Items.md create mode 100644 samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md create mode 100644 samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md create mode 100644 samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md create mode 100644 samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Mammal.md create mode 100644 samples/client/petstore/java/docs/components/schemas/MapTest.md create mode 100644 samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Money.md create mode 100644 samples/client/petstore/java/docs/components/schemas/MyObjectDto.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Name.md create mode 100644 samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md create mode 100644 samples/client/petstore/java/docs/components/schemas/NullableClass.md create mode 100644 samples/client/petstore/java/docs/components/schemas/NullableShape.md create mode 100644 samples/client/petstore/java/docs/components/schemas/NullableString.md create mode 100644 samples/client/petstore/java/docs/components/schemas/NumberOnly.md create mode 100644 samples/client/petstore/java/docs/components/schemas/NumberSchema.md create mode 100644 samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectInterface.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Order.md create mode 100644 samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ParentPet.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Pet.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Pig.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Player.md create mode 100644 samples/client/petstore/java/docs/components/schemas/PublicKey.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Quadrilateral.md create mode 100644 samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md create mode 100644 samples/client/petstore/java/docs/components/schemas/RefPet.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ReturnSchema.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Schema200Response.md create mode 100644 samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md create mode 100644 samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Shape.md create mode 100644 samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md create mode 100644 samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md create mode 100644 samples/client/petstore/java/docs/components/schemas/SomeObject.md create mode 100644 samples/client/petstore/java/docs/components/schemas/SpecialModelname.md create mode 100644 samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md create mode 100644 samples/client/petstore/java/docs/components/schemas/StringEnum.md create mode 100644 samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md create mode 100644 samples/client/petstore/java/docs/components/schemas/StringSchema.md create mode 100644 samples/client/petstore/java/docs/components/schemas/StringWithValidation.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Tag.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Triangle.md create mode 100644 samples/client/petstore/java/docs/components/schemas/TriangleInterface.md create mode 100644 samples/client/petstore/java/docs/components/schemas/UUIDString.md create mode 100644 samples/client/petstore/java/docs/components/schemas/User.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Whale.md create mode 100644 samples/client/petstore/java/docs/components/schemas/Zebra.md create mode 100644 samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md create mode 100644 samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md create mode 100644 samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md create mode 100644 samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md create mode 100644 samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md create mode 100644 samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md create mode 100644 samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md create mode 100644 samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md create mode 100644 samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md create mode 100644 samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md create mode 100644 samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md create mode 100644 samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md create mode 100644 samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md create mode 100644 samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md create mode 100644 samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md create mode 100644 samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md create mode 100644 samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md create mode 100644 samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md create mode 100644 samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md create mode 100644 samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md create mode 100644 src/main/resources/java/_helper_footer_links.hbs create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs diff --git a/samples/client/petstore/java/.openapi-generator/FILES b/samples/client/petstore/java/.openapi-generator/FILES index f32b9a7ccbb..cc34b49587f 100644 --- a/samples/client/petstore/java/.openapi-generator/FILES +++ b/samples/client/petstore/java/.openapi-generator/FILES @@ -1,4 +1,303 @@ README.md +docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +docs/components/headers/numberheader/NumberHeaderSchema.md +docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +docs/components/headers/stringheader/StringHeaderSchema.md +docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +docs/components/parameters/pathusername/Schema.md +docs/components/parameters/refschemastringwithvalidation/Schema.md +docs/components/requestbodies/client/content/applicationjson/Schema.md +docs/components/requestbodies/pet/content/applicationjson/Schema.md +docs/components/requestbodies/pet/content/applicationxml/Schema.md +docs/components/requestbodies/userarray/content/applicationjson/Schema.md +docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +docs/components/schemas/AbstractStepMessage.md +docs/components/schemas/AdditionalPropertiesClass.md +docs/components/schemas/AdditionalPropertiesSchema.md +docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +docs/components/schemas/Address.md +docs/components/schemas/Animal.md +docs/components/schemas/AnimalFarm.md +docs/components/schemas/AnyTypeAndFormat.md +docs/components/schemas/AnyTypeNotString.md +docs/components/schemas/ApiResponseSchema.md +docs/components/schemas/Apple.md +docs/components/schemas/AppleReq.md +docs/components/schemas/ArrayHoldingAnyType.md +docs/components/schemas/ArrayOfArrayOfNumberOnly.md +docs/components/schemas/ArrayOfEnums.md +docs/components/schemas/ArrayOfNumberOnly.md +docs/components/schemas/ArrayTest.md +docs/components/schemas/ArrayWithValidationsInItems.md +docs/components/schemas/Banana.md +docs/components/schemas/BananaReq.md +docs/components/schemas/Bar.md +docs/components/schemas/BasquePig.md +docs/components/schemas/BooleanEnum.md +docs/components/schemas/BooleanSchema.md +docs/components/schemas/Capitalization.md +docs/components/schemas/Cat.md +docs/components/schemas/Category.md +docs/components/schemas/ChildCat.md +docs/components/schemas/ClassModel.md +docs/components/schemas/Client.md +docs/components/schemas/ComplexQuadrilateral.md +docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +docs/components/schemas/ComposedArray.md +docs/components/schemas/ComposedBool.md +docs/components/schemas/ComposedNone.md +docs/components/schemas/ComposedNumber.md +docs/components/schemas/ComposedObject.md +docs/components/schemas/ComposedOneOfDifferentTypes.md +docs/components/schemas/ComposedString.md +docs/components/schemas/Currency.md +docs/components/schemas/DanishPig.md +docs/components/schemas/DateTimeTest.md +docs/components/schemas/DateTimeWithValidations.md +docs/components/schemas/DateWithValidations.md +docs/components/schemas/DecimalPayload.md +docs/components/schemas/Dog.md +docs/components/schemas/Drawing.md +docs/components/schemas/EnumArrays.md +docs/components/schemas/EnumClass.md +docs/components/schemas/EnumTest.md +docs/components/schemas/EquilateralTriangle.md +docs/components/schemas/File.md +docs/components/schemas/FileSchemaTestClass.md +docs/components/schemas/Foo.md +docs/components/schemas/FormatTest.md +docs/components/schemas/FromSchema.md +docs/components/schemas/Fruit.md +docs/components/schemas/FruitReq.md +docs/components/schemas/GmFruit.md +docs/components/schemas/GrandparentAnimal.md +docs/components/schemas/HasOnlyReadOnly.md +docs/components/schemas/HealthCheckResult.md +docs/components/schemas/IntegerEnum.md +docs/components/schemas/IntegerEnumBig.md +docs/components/schemas/IntegerEnumOneValue.md +docs/components/schemas/IntegerEnumWithDefaultValue.md +docs/components/schemas/IntegerMax10.md +docs/components/schemas/IntegerMin15.md +docs/components/schemas/IsoscelesTriangle.md +docs/components/schemas/Items.md +docs/components/schemas/JSONPatchRequest.md +docs/components/schemas/JSONPatchRequestAddReplaceTest.md +docs/components/schemas/JSONPatchRequestMoveCopy.md +docs/components/schemas/JSONPatchRequestRemove.md +docs/components/schemas/Mammal.md +docs/components/schemas/MapTest.md +docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +docs/components/schemas/Money.md +docs/components/schemas/MyObjectDto.md +docs/components/schemas/Name.md +docs/components/schemas/NoAdditionalProperties.md +docs/components/schemas/NullableClass.md +docs/components/schemas/NullableShape.md +docs/components/schemas/NullableString.md +docs/components/schemas/NumberOnly.md +docs/components/schemas/NumberSchema.md +docs/components/schemas/NumberWithValidations.md +docs/components/schemas/ObjWithRequiredProps.md +docs/components/schemas/ObjWithRequiredPropsBase.md +docs/components/schemas/ObjectInterface.md +docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +docs/components/schemas/ObjectModelWithRefProps.md +docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +docs/components/schemas/ObjectWithCollidingProperties.md +docs/components/schemas/ObjectWithDecimalProperties.md +docs/components/schemas/ObjectWithDifficultlyNamedProps.md +docs/components/schemas/ObjectWithInlineCompositionProperty.md +docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +docs/components/schemas/ObjectWithNonIntersectingValues.md +docs/components/schemas/ObjectWithOnlyOptionalProps.md +docs/components/schemas/ObjectWithOptionalTestProp.md +docs/components/schemas/ObjectWithValidations.md +docs/components/schemas/Order.md +docs/components/schemas/PaginatedResultMyObjectDto.md +docs/components/schemas/ParentPet.md +docs/components/schemas/Pet.md +docs/components/schemas/Pig.md +docs/components/schemas/Player.md +docs/components/schemas/PublicKey.md +docs/components/schemas/Quadrilateral.md +docs/components/schemas/QuadrilateralInterface.md +docs/components/schemas/ReadOnlyFirst.md +docs/components/schemas/RefPet.md +docs/components/schemas/ReqPropsFromExplicitAddProps.md +docs/components/schemas/ReqPropsFromTrueAddProps.md +docs/components/schemas/ReqPropsFromUnsetAddProps.md +docs/components/schemas/ReturnSchema.md +docs/components/schemas/ScaleneTriangle.md +docs/components/schemas/Schema200Response.md +docs/components/schemas/SelfReferencingArrayModel.md +docs/components/schemas/SelfReferencingObjectModel.md +docs/components/schemas/Shape.md +docs/components/schemas/ShapeOrNull.md +docs/components/schemas/SimpleQuadrilateral.md +docs/components/schemas/SomeObject.md +docs/components/schemas/SpecialModelname.md +docs/components/schemas/StringBooleanMap.md +docs/components/schemas/StringEnum.md +docs/components/schemas/StringEnumWithDefaultValue.md +docs/components/schemas/StringSchema.md +docs/components/schemas/StringWithValidation.md +docs/components/schemas/Tag.md +docs/components/schemas/Triangle.md +docs/components/schemas/TriangleInterface.md +docs/components/schemas/UUIDString.md +docs/components/schemas/User.md +docs/components/schemas/Whale.md +docs/components/schemas/Zebra.md +docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +docs/paths/fake/delete/parameters/parameter0/Schema0.md +docs/paths/fake/delete/parameters/parameter1/Schema1.md +docs/paths/fake/delete/parameters/parameter2/Schema2.md +docs/paths/fake/delete/parameters/parameter3/Schema3.md +docs/paths/fake/delete/parameters/parameter4/Schema4.md +docs/paths/fake/delete/parameters/parameter5/Schema5.md +docs/paths/fake/get/parameters/parameter0/Schema0.md +docs/paths/fake/get/parameters/parameter1/Schema1.md +docs/paths/fake/get/parameters/parameter2/Schema2.md +docs/paths/fake/get/parameters/parameter3/Schema3.md +docs/paths/fake/get/parameters/parameter4/Schema4.md +docs/paths/fake/get/parameters/parameter5/Schema5.md +docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +docs/paths/petpetid/get/parameters/parameter0/Schema0.md +docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +docs/paths/petpetid/post/parameters/parameter0/Schema0.md +docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +docs/paths/user/post/requestbody/content/applicationjson/Schema.md +docs/paths/userlogin/get/parameters/parameter0/Schema0.md +docs/paths/userlogin/get/parameters/parameter1/Schema1.md +docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md pom.xml src/main/java/org/openapijsonschematools/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.java src/main/java/org/openapijsonschematools/components/headers/numberheader/NumberHeaderSchema.java diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md new file mode 100644 index 00000000000..026ec4c6f37 --- /dev/null +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.headers.int32jsoncontenttypeheader.content.applicationjson.Int32JsonContentTypeHeaderSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md new file mode 100644 index 00000000000..ea6c8f4cead --- /dev/null +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.headers.numberheader.NumberHeaderSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md new file mode 100644 index 00000000000..29c077fe816 --- /dev/null +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.headers.refcontentschemaheader.content.applicationjson.RefContentSchemaHeaderSchema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md new file mode 100644 index 00000000000..1c68cc76cd2 --- /dev/null +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.headers.refschemaheader.RefSchemaHeaderSchema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md new file mode 100644 index 00000000000..6f42812c05a --- /dev/null +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.headers.stringheader.StringHeaderSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md new file mode 100644 index 00000000000..7c18568fc76 --- /dev/null +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.parameters.componentrefschemastringwithvalidation.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md new file mode 100644 index 00000000000..fd59076677f --- /dev/null +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.parameters.pathusername.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md new file mode 100644 index 00000000000..cffe28ec593 --- /dev/null +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.parameters.refschemastringwithvalidation.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md new file mode 100644 index 00000000000..0c52ec249aa --- /dev/null +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.requestbodies.client.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md new file mode 100644 index 00000000000..90c035b8676 --- /dev/null +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.requestbodies.pet.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md new file mode 100644 index 00000000000..6567c830fc7 --- /dev/null +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.requestbodies.pet.content.applicationxml.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md new file mode 100644 index 00000000000..5a62a24f7f2 --- /dev/null +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.components.requestbodies.userarray.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md new file mode 100644 index 00000000000..8b05c611a10 --- /dev/null +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.responses.headerswithnobody.headers.location.LocationSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md new file mode 100644 index 00000000000..cdee97d6eaa --- /dev/null +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md new file mode 100644 index 00000000000..1ce818355d7 --- /dev/null +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationxml.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md new file mode 100644 index 00000000000..320d653cb39 --- /dev/null +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -0,0 +1,32 @@ +main.java.org.openapijsonschematools.components.responses.successinlinecontentandheader.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md new file mode 100644 index 00000000000..f9f99ab61d5 --- /dev/null +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.responses.successinlinecontentandheader.headers.someheader.SomeHeaderSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md new file mode 100644 index 00000000000..6baa941ea08 --- /dev/null +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.components.responses.successwithjsonapiresponse.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md new file mode 100644 index 00000000000..fe57f9e5250 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -0,0 +1,54 @@ +org.openapijsonschematools.components.schema.AbstractStepMessage +``` +type: JsonSchema +``` + +## Description +Abstract Step + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**description** | | | +**discriminator** | | | +**sequenceNumber** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**description** | | | +**discriminator** | | | +**sequenceNumber** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type Abstract Step | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**description** | | | +**discriminator** | | | +**sequenceNumber** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +## Composed Schemas (allOf/anyOf/oneOf/not) +## anyOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md new file mode 100644 index 00000000000..5b204e83b8b --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -0,0 +1,67 @@ +org.openapijsonschematools.components.schema.AdditionalPropertiesClass +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**map_property** | | | [optional] +**map_of_map_property** | | | [optional] +**anytype_1** | | | [optional] +**map_with_undeclared_properties_anytype_1** | | | [optional] +**map_with_undeclared_properties_anytype_2** | | | [optional] +**map_with_undeclared_properties_anytype_3** | | | [optional] +**empty_map** | | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] +**map_with_undeclared_properties_string** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**map_property** | | | [optional] +**map_of_map_property** | | | [optional] +**anytype_1** | | | [optional] +**map_with_undeclared_properties_anytype_1** | | | [optional] +**map_with_undeclared_properties_anytype_2** | | | [optional] +**map_with_undeclared_properties_anytype_3** | | | [optional] +**empty_map** | | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] +**map_with_undeclared_properties_string** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**map_property** | | | [optional] +**map_of_map_property** | | | [optional] +**anytype_1** | | | [optional] +**map_with_undeclared_properties_anytype_1** | | | [optional] +**map_with_undeclared_properties_anytype_2** | | | [optional] +**map_with_undeclared_properties_anytype_3** | | | [optional] +**empty_map** | | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] +**map_with_undeclared_properties_string** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + + + + + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md new file mode 100644 index 00000000000..f074551815b --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -0,0 +1,22 @@ +org.openapijsonschematools.components.schema.AdditionalPropertiesSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | +[Schema1](#) | | +[Schema2](#) | | + + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md new file mode 100644 index 00000000000..10db276e095 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -0,0 +1,35 @@ +org.openapijsonschematools.components.schema.AdditionalPropertiesWithArrayOfEnums +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md new file mode 100644 index 00000000000..90b76a363be --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -0,0 +1,34 @@ +org.openapijsonschematools.components.schema.Address +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md new file mode 100644 index 00000000000..a279faf52a0 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.Animal +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | | | +**color** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**className** | | | +**color** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**className** | | | +**color** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md new file mode 100644 index 00000000000..968d18756d9 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.AnimalFarm +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md new file mode 100644 index 00000000000..385685cd043 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -0,0 +1,54 @@ +org.openapijsonschematools.components.schema.AnyTypeAndFormat +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**uuid** | | | [optional] +**date** | | | [optional] +**date-time** | | | [optional] +**number** | | | [optional] +**binary** | | | [optional] +**int32** | | | [optional] +**int64** | | | [optional] +**double** | | | [optional] +**float** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**date** | | | [optional] +**binary** | | | [optional] +**int32** | | | [optional] +**int64** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**date** | | | [optional] +**binary** | | | [optional] +**int32** | | | [optional] +**int64** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md new file mode 100644 index 00000000000..08db2b8a9de --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.AnyTypeNotString +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## not +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Not](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md new file mode 100644 index 00000000000..6e3909faa49 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -0,0 +1,45 @@ +org.openapijsonschematools.components.schema.ModelApiResponse +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**code** | | | [optional] +**type** | | | [optional] +**message** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**code** | | | [optional] +**type** | | | [optional] +**message** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**code** | | | [optional] +**type** | | | [optional] +**message** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md new file mode 100644 index 00000000000..9b091eff58d --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.Apple +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cultivar** | | | +**origin** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**cultivar** | | | +**origin** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**cultivar** | | | +**origin** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md new file mode 100644 index 00000000000..7b0b5e435d4 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.AppleReq +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cultivar** | | | +**mealy** | | | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**cultivar** | | | +**mealy** | | | [optional] + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**cultivar** | | | +**mealy** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md new file mode 100644 index 00000000000..68b584f9c4e --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.ArrayHoldingAnyType +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | any type can be stored here | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md new file mode 100644 index 00000000000..b82dd387153 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.ArrayOfArrayOfNumberOnly +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ArrayArrayNumber** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**ArrayArrayNumber** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**ArrayArrayNumber** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md new file mode 100644 index 00000000000..1ea936cfcef --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.ArrayOfEnums +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md new file mode 100644 index 00000000000..d2588afd95b --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.ArrayOfNumberOnly +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ArrayNumber** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**ArrayNumber** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**ArrayNumber** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md new file mode 100644 index 00000000000..c48979f8010 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -0,0 +1,48 @@ +org.openapijsonschematools.components.schema.ArrayTest +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**array_of_string** | | | [optional] +**array_array_of_integer** | | | [optional] +**array_array_of_model** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**array_of_string** | | | [optional] +**array_array_of_integer** | | | [optional] +**array_array_of_model** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**array_of_string** | | | [optional] +**array_array_of_integer** | | | [optional] +**array_array_of_model** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md new file mode 100644 index 00000000000..e1168be8122 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.ArrayWithValidationsInItems +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md new file mode 100644 index 00000000000..fd6c4eaf67e --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.Banana +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**lengthCm** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**lengthCm** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**lengthCm** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md new file mode 100644 index 00000000000..f176fdc43e6 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.BananaReq +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**lengthCm** | | | +**sweet** | | | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**lengthCm** | | | +**sweet** | | | [optional] + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**lengthCm** | | | +**sweet** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md new file mode 100644 index 00000000000..82aba75950c --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.Bar +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md new file mode 100644 index 00000000000..8956e6b5dec --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.BasquePig +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**className** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**className** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md new file mode 100644 index 00000000000..1fe13138ed5 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.BooleanEnum +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md new file mode 100644 index 00000000000..baf15b6b12e --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.ModelBoolean +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md new file mode 100644 index 00000000000..2ba78e107c1 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -0,0 +1,54 @@ +org.openapijsonschematools.components.schema.Capitalization +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**smallCamel** | | | [optional] +**CapitalCamel** | | | [optional] +**small_Snake** | | | [optional] +**Capital_Snake** | | | [optional] +**SCA_ETH_Flow_Points** | | | [optional] +**ATT_NAME** | | Name of the pet | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**smallCamel** | | | [optional] +**CapitalCamel** | | | [optional] +**small_Snake** | | | [optional] +**Capital_Snake** | | | [optional] +**SCA_ETH_Flow_Points** | | | [optional] +**ATT_NAME** | | Name of the pet | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**smallCamel** | | | [optional] +**CapitalCamel** | | | [optional] +**small_Snake** | | | [optional] +**Capital_Snake** | | | [optional] +**SCA_ETH_Flow_Points** | | | [optional] +**ATT_NAME** | | Name of the pet | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md new file mode 100644 index 00000000000..f586d2c43fc --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.Cat +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md new file mode 100644 index 00000000000..bc0e221f45f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.Category +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | | | +**id** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**name** | | | +**id** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**name** | | | +**id** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md new file mode 100644 index 00000000000..04bf0823958 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.ChildCat +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md new file mode 100644 index 00000000000..79d762206ed --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -0,0 +1,37 @@ +org.openapijsonschematools.components.schema.ClassModel +``` +type: JsonSchema +``` + +## Description +Model for testing model with \"_class\" property + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**_class** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type Model for testing model with \"_class\" property | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["_class"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md new file mode 100644 index 00000000000..73eb4a1a63e --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.Client +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**client** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**client** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**client** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md new file mode 100644 index 00000000000..e7f0e73254f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.ComplexQuadrilateral +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md new file mode 100644 index 00000000000..d449b052522 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -0,0 +1,48 @@ +org.openapijsonschematools.components.schema.ComposedAnyOfDifferentTypesNoValidations +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## anyOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | +[Schema1](#) | | +[Schema2](#) | | +[Schema3](#) | | +[Schema4](#) | | +[Schema5](#) | | +[Schema6](#) | | +[Schema7](#) | | +[Schema8](#) | | +[Schema9](#) | | +[Schema10](#) | | +[Schema11](#) | | +[Schema12](#) | | +[Schema13](#) | | +[Schema14](#) | | +[Schema15](#) | | + + + + + + + + + + + + + + + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md new file mode 100644 index 00000000000..65966918f77 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.ComposedArray +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md new file mode 100644 index 00000000000..ecfe244fec2 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.ComposedBool +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md new file mode 100644 index 00000000000..22948ad4a46 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.ComposedNone +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md new file mode 100644 index 00000000000..4037b885247 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.ComposedNumber +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md new file mode 100644 index 00000000000..70ca57bbc92 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.ComposedObject +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md new file mode 100644 index 00000000000..21635ee0ff8 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -0,0 +1,31 @@ +org.openapijsonschematools.components.schema.ComposedOneOfDifferentTypes +``` +type: JsonSchema +``` + +## Description +this is a model that allows payloads of type object or number + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | +[Schema2](#) | | +[Schema3](#) | | +[Schema4](#) | | +[Schema5](#) | | +[Schema6](#) | | + + + + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md new file mode 100644 index 00000000000..cd018240b95 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.ComposedString +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md new file mode 100644 index 00000000000..596ce17d3f7 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.Currency +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md new file mode 100644 index 00000000000..411dbbf25db --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.DanishPig +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**className** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**className** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md new file mode 100644 index 00000000000..f65af953d93 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.DateTimeTest +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md new file mode 100644 index 00000000000..7c61668db06 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.DateTimeWithValidations +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md new file mode 100644 index 00000000000..e316ef28a3e --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.DateWithValidations +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md new file mode 100644 index 00000000000..32bb9325755 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.DecimalPayload +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md new file mode 100644 index 00000000000..99dd8f0acb9 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.Dog +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md new file mode 100644 index 00000000000..6cd0358fcda --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -0,0 +1,53 @@ +org.openapijsonschematools.components.schema.Drawing +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, + typing.Union[ + ] +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**mainShape** | | | [optional] +**shapeOrNull** | | | [optional] +**nullableShape** | | | [optional] +**shapes** | | | [optional] +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**mainShape** | | | [optional] +**shapeOrNull** | | | [optional] +**nullableShape** | | | [optional] +**shapes** | | | [optional] +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**mainShape** | | | [optional] +**shapeOrNull** | | | [optional] +**nullableShape** | | | [optional] +**shapes** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md new file mode 100644 index 00000000000..582285ee1be --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -0,0 +1,43 @@ +org.openapijsonschematools.components.schema.EnumArrays +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**just_symbol** | | | [optional] +**array_enum** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**just_symbol** | | | [optional] +**array_enum** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**just_symbol** | | | [optional] +**array_enum** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md new file mode 100644 index 00000000000..e2bf205d35d --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.EnumClass +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md new file mode 100644 index 00000000000..1281f044012 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -0,0 +1,63 @@ +org.openapijsonschematools.components.schema.EnumTest +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**enum_string_required** | | | +**enum_string** | | | [optional] +**enum_integer** | | | [optional] +**enum_number** | | | [optional] +**stringEnum** | | | [optional] +**IntegerEnum** | | | [optional] +**StringEnumWithDefaultValue** | | | [optional] +**IntegerEnumWithDefaultValue** | | | [optional] +**IntegerEnumOneValue** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**enum_string_required** | | | +**enum_string** | | | [optional] +**enum_integer** | | | [optional] +**enum_number** | | | [optional] +**stringEnum** | | | [optional] +**IntegerEnum** | | | [optional] +**StringEnumWithDefaultValue** | | | [optional] +**IntegerEnumWithDefaultValue** | | | [optional] +**IntegerEnumOneValue** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**enum_string_required** | | | +**enum_string** | | | [optional] +**enum_integer** | | | [optional] +**enum_number** | | | [optional] +**stringEnum** | | | [optional] +**IntegerEnum** | | | [optional] +**StringEnumWithDefaultValue** | | | [optional] +**IntegerEnumWithDefaultValue** | | | [optional] +**IntegerEnumOneValue** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md new file mode 100644 index 00000000000..413294cbe9a --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.EquilateralTriangle +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md new file mode 100644 index 00000000000..117c4a71856 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.File +``` +type: JsonSchema +``` + +## Description +Must be named `File` for test. + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**sourceURI** | | Test capitalization | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**sourceURI** | | Test capitalization | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type Must be named `File` for test. | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**sourceURI** | | Test capitalization | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md new file mode 100644 index 00000000000..aae9a5b1457 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -0,0 +1,43 @@ +org.openapijsonschematools.components.schema.FileSchemaTestClass +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**file** | | | [optional] +**files** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**file** | | | [optional] +**files** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**file** | | | [optional] +**files** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md new file mode 100644 index 00000000000..9b04a98d3c3 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.Foo +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**bar** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**bar** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**bar** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md new file mode 100644 index 00000000000..247bfd90e31 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -0,0 +1,87 @@ +org.openapijsonschematools.components.schema.FormatTest +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**byte** | | | +**date** | | | +**number** | | | +**password** | | | +**integer** | | | [optional] +**int32** | | | [optional] +**int32withValidations** | | | [optional] +**int64** | | | [optional] +**float** | | this is a reserved python keyword | [optional] +**float32** | | | [optional] +**double** | | | [optional] +**float64** | | | [optional] +**arrayWithUniqueItems** | | | [optional] +**string** | | | [optional] +**binary** | | | [optional] +**dateTime** | | | [optional] +**uuid** | | | [optional] +**uuidNoExample** | | | [optional] +**pattern_with_digits** | | A string that is a 10 digit number. Can have leading zeros. | [optional] +**pattern_with_digits_and_delimiter** | | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] +**noneProp** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**date** | | | +**password** | | | +**int32** | | | [optional] +**int32withValidations** | | | [optional] +**int64** | | | [optional] +**float32** | | | [optional] +**float64** | | | [optional] +**arrayWithUniqueItems** | | | [optional] +**binary** | | | [optional] +**dateTime** | | | [optional] +**uuidNoExample** | | | [optional] +**pattern_with_digits** | | A string that is a 10 digit number. Can have leading zeros. | [optional] +**pattern_with_digits_and_delimiter** | | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] +**noneProp** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**date** | | | +**password** | | | +**int32** | | | [optional] +**int32withValidations** | | | [optional] +**int64** | | | [optional] +**float32** | | | [optional] +**float64** | | | [optional] +**arrayWithUniqueItems** | | | [optional] +**binary** | | | [optional] +**dateTime** | | | [optional] +**uuidNoExample** | | | [optional] +**pattern_with_digits** | | A string that is a 10 digit number. Can have leading zeros. | [optional] +**pattern_with_digits_and_delimiter** | | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] +**noneProp** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md new file mode 100644 index 00000000000..b0a09ce4815 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.FromSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**data** | | | [optional] +**id** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**data** | | | [optional] +**id** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**data** | | | [optional] +**id** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md new file mode 100644 index 00000000000..b0d51c18c28 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -0,0 +1,46 @@ +org.openapijsonschematools.components.schema.Fruit +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**color** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**color** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**color** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md new file mode 100644 index 00000000000..a89029c96ad --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -0,0 +1,20 @@ +org.openapijsonschematools.components.schema.FruitReq +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + | | + | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md new file mode 100644 index 00000000000..5408c7b847f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -0,0 +1,46 @@ +org.openapijsonschematools.components.schema.GmFruit +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**color** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**color** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**color** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +## Composed Schemas (allOf/anyOf/oneOf/not) +## anyOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md new file mode 100644 index 00000000000..cea0c980505 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.GrandparentAnimal +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pet_type** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**pet_type** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**pet_type** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md new file mode 100644 index 00000000000..3b6d5d6c211 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.HasOnlyReadOnly +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**bar** | | | [optional] +**foo** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**bar** | | | [optional] +**foo** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**bar** | | | [optional] +**foo** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md new file mode 100644 index 00000000000..f80380c642f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.HealthCheckResult +``` +type: JsonSchema +``` + +## Description +Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**NullableMessage** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**NullableMessage** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**NullableMessage** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md new file mode 100644 index 00000000000..3234e065031 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.IntegerEnum +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md new file mode 100644 index 00000000000..a4058a075dd --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.IntegerEnumBig +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md new file mode 100644 index 00000000000..d046bac55cb --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.IntegerEnumOneValue +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md new file mode 100644 index 00000000000..e8f684a298f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.IntegerEnumWithDefaultValue +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md new file mode 100644 index 00000000000..d977ba0c600 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.IntegerMax10 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md new file mode 100644 index 00000000000..932d200ae77 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.IntegerMin15 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md new file mode 100644 index 00000000000..f1b2bace1bd --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.IsoscelesTriangle +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md new file mode 100644 index 00000000000..2a853ba6e4b --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -0,0 +1,44 @@ +org.openapijsonschematools.components.schema.Items +``` +type: JsonSchema +``` + +## Description +component's name collides with the inner schema name + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md new file mode 100644 index 00000000000..7cc2fda0f2c --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -0,0 +1,41 @@ +org.openapijsonschematools.components.schema.JSONPatchRequest +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md new file mode 100644 index 00000000000..7266a40a8e5 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.JSONPatchRequestAddReplaceTest +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | +**value** | | The value to add, replace or test. | + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | +**value** | | The value to add, replace or test. | + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | +**value** | | The value to add, replace or test. | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md new file mode 100644 index 00000000000..128d98d783c --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.JSONPatchRequestMoveCopy +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**from** | | A JSON Pointer path. | +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**from** | | A JSON Pointer path. | +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**from** | | A JSON Pointer path. | +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md new file mode 100644 index 00000000000..00fb6eaaca1 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.JSONPatchRequestRemove +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**op** | | The operation to perform. | +**path** | | A JSON Pointer path. | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md new file mode 100644 index 00000000000..d397097047b --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.Mammal +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md new file mode 100644 index 00000000000..e43e7f8e2b8 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -0,0 +1,51 @@ +org.openapijsonschematools.components.schema.MapTest +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**map_map_of_string** | | | [optional] +**map_of_enum_string** | | | [optional] +**direct_map** | | | [optional] +**indirect_map** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**map_map_of_string** | | | [optional] +**map_of_enum_string** | | | [optional] +**direct_map** | | | [optional] +**indirect_map** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**map_map_of_string** | | | [optional] +**map_of_enum_string** | | | [optional] +**direct_map** | | | [optional] +**indirect_map** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md new file mode 100644 index 00000000000..016d9feadc8 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -0,0 +1,43 @@ +org.openapijsonschematools.components.schema.MixedPropertiesAndAdditionalPropertiesClass +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**uuid** | | | [optional] +**dateTime** | | | [optional] +**map** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**dateTime** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**dateTime** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md new file mode 100644 index 00000000000..f251d8c97d0 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.Money +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**amount** | | | +**currency** | | | + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**amount** | | | +**currency** | | | + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**amount** | | | +**currency** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md new file mode 100644 index 00000000000..94b07956997 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -0,0 +1,36 @@ +org.openapijsonschematools.components.schema.MyObjectDto +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | | | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**id** | | | [optional] + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**id** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md new file mode 100644 index 00000000000..2b8ad09a2c7 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -0,0 +1,48 @@ +org.openapijsonschematools.components.schema.Name +``` +type: JsonSchema +``` + +## Description +Model for testing model name same as property name + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | | | +**snake_case** | | | [optional] +**property** | | this is a reserved python keyword | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**name** | | | +**snake_case** | | | [optional] +**property** | | this is a reserved python keyword | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type Model for testing model name same as property name | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**name** | | | +**snake_case** | | | [optional] +**property** | | this is a reserved python keyword | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md new file mode 100644 index 00000000000..34ea1fc9c3b --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.NoAdditionalProperties +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | | | +**petId** | | | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**id** | | | +**petId** | | | [optional] + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**id** | | | +**petId** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md new file mode 100644 index 00000000000..92bb1ff1fce --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -0,0 +1,83 @@ +org.openapijsonschematools.components.schema.NullableClass +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, + typing.Union[ + ] +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**integer_prop** | | | [optional] +**number_prop** | | | [optional] +**boolean_prop** | | | [optional] +**string_prop** | | | [optional] +**date_prop** | | | [optional] +**datetime_prop** | | | [optional] +**array_nullable_prop** | | | [optional] +**array_and_items_nullable_prop** | | | [optional] +**array_items_nullable** | | | [optional] +**object_nullable_prop** | | | [optional] +**object_and_items_nullable_prop** | | | [optional] +**object_items_nullable** | | | [optional] +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**integer_prop** | | | [optional] +**number_prop** | | | [optional] +**boolean_prop** | | | [optional] +**string_prop** | | | [optional] +**date_prop** | | | [optional] +**datetime_prop** | | | [optional] +**array_nullable_prop** | | | [optional] +**array_and_items_nullable_prop** | | | [optional] +**array_items_nullable** | | | [optional] +**object_nullable_prop** | | | [optional] +**object_and_items_nullable_prop** | | | [optional] +**object_items_nullable** | | | [optional] +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**integer_prop** | | | [optional] +**number_prop** | | | [optional] +**boolean_prop** | | | [optional] +**string_prop** | | | [optional] +**date_prop** | | | [optional] +**datetime_prop** | | | [optional] +**array_nullable_prop** | | | [optional] +**array_and_items_nullable_prop** | | | [optional] +**array_items_nullable** | | | [optional] +**object_nullable_prop** | | | [optional] +**object_and_items_nullable_prop** | | | [optional] +**object_items_nullable** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties + + + + + + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md new file mode 100644 index 00000000000..e2f03b554c6 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -0,0 +1,23 @@ +org.openapijsonschematools.components.schema.NullableShape +``` +type: JsonSchema +``` + +## Description +The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | +[Schema2](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md new file mode 100644 index 00000000000..e118ef7c56f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.NullableString +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md new file mode 100644 index 00000000000..847c33661f0 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.NumberOnly +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JustNumber** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**JustNumber** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**JustNumber** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md new file mode 100644 index 00000000000..65170ebdbfb --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.ModelNumber +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md new file mode 100644 index 00000000000..e49bbde69be --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.NumberWithValidations +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md new file mode 100644 index 00000000000..799e4d07c76 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -0,0 +1,45 @@ +org.openapijsonschematools.components.schema.ObjWithRequiredProps +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**a** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**a** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md new file mode 100644 index 00000000000..c29c6794716 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.ObjWithRequiredPropsBase +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**b** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**b** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**b** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md new file mode 100644 index 00000000000..f77e53aa327 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.ObjectInterface +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md new file mode 100644 index 00000000000..3ffab162717 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.ObjectModelWithArgAndArgsProperties +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**arg** | | | +**args** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**arg** | | | +**args** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**arg** | | | +**args** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md new file mode 100644 index 00000000000..8efeb84acfe --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -0,0 +1,48 @@ +org.openapijsonschematools.components.schema.ObjectModelWithRefProps +``` +type: JsonSchema +``` + +## Description +a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**myNumber** | | | [optional] +**myString** | | | [optional] +**myBoolean** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**myNumber** | | | [optional] +**myString** | | | [optional] +**myBoolean** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**myNumber** | | | [optional] +**myString** | | | [optional] +**myBoolean** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md new file mode 100644 index 00000000000..50047949eb1 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.ObjectWithAllOfWithReqTestPropFromUnsetAddProp +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md new file mode 100644 index 00000000000..f6232f2de4d --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -0,0 +1,47 @@ +org.openapijsonschematools.components.schema.ObjectWithCollidingProperties +``` +type: JsonSchema +``` + +## Description +component with properties that have name collisions + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | | | [optional] +**someprop** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**someProp** | | | [optional] +**someprop** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type component with properties that have name collisions | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**someProp** | | | [optional] +**someprop** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md new file mode 100644 index 00000000000..6a1258306e9 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -0,0 +1,45 @@ +org.openapijsonschematools.components.schema.ObjectWithDecimalProperties +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**length** | | | [optional] +**width** | | | [optional] +**cost** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**length** | | | [optional] +**width** | | | [optional] +**cost** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**length** | | | [optional] +**width** | | | [optional] +**cost** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md new file mode 100644 index 00000000000..17e150a2c77 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.ObjectWithDifficultlyNamedProps +``` +type: JsonSchema +``` + +## Description +model with properties that have invalid names for python + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**123-list** | | | +**$special[property.name]** | | | [optional] +**123Number** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type model with properties that have invalid names for python | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md new file mode 100644 index 00000000000..bd38ffb4de7 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.ObjectWithInlineCompositionProperty +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**someProp** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**someProp** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md new file mode 100644 index 00000000000..988f10ba8e2 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -0,0 +1,41 @@ +org.openapijsonschematools.components.schema.ObjectWithInvalidNamedRefedProperties +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**!reference** | | | +**from** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**from** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**from** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["!reference"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md new file mode 100644 index 00000000000..aade1954053 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -0,0 +1,43 @@ +org.openapijsonschematools.components.schema.ObjectWithNonIntersectingValues +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, + typing.Union[ + ] +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | | | [optional] +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**a** | | | [optional] +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**a** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md new file mode 100644 index 00000000000..05183037a93 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.ObjectWithOnlyOptionalProps +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | | | [optional] +**b** | | | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**a** | | | [optional] +**b** | | | [optional] + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**a** | | | [optional] +**b** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md new file mode 100644 index 00000000000..a301906dcff --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -0,0 +1,39 @@ +org.openapijsonschematools.components.schema.ObjectWithOptionalTestProp +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**test** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**test** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**test** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md new file mode 100644 index 00000000000..b74ecb733c2 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.ObjectWithValidations +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md new file mode 100644 index 00000000000..429da8661a9 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -0,0 +1,54 @@ +org.openapijsonschematools.components.schema.Order +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | | | [optional] +**petId** | | | [optional] +**quantity** | | | [optional] +**shipDate** | | | [optional] +**status** | | Order Status | [optional] +**complete** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**id** | | | [optional] +**petId** | | | [optional] +**quantity** | | | [optional] +**shipDate** | | | [optional] +**status** | | Order Status | [optional] +**complete** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**id** | | | [optional] +**petId** | | | [optional] +**quantity** | | | [optional] +**shipDate** | | | [optional] +**status** | | Order Status | [optional] +**complete** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md new file mode 100644 index 00000000000..85dc5ef97dc --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.PaginatedResultMyObjectDto +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.TypedDict +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**count** | | | +**results** | | | + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**count** | | | +**results** | | | + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**count** | | | +**results** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md new file mode 100644 index 00000000000..68ef5c86f23 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -0,0 +1,17 @@ +org.openapijsonschematools.components.schema.ParentPet +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md new file mode 100644 index 00000000000..b5a0125e06c --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -0,0 +1,59 @@ +org.openapijsonschematools.components.schema.Pet +``` +type: JsonSchema +``` + +## Description +Pet object that needs to be added to the store + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | | | +**photoUrls** | | | +**id** | | | [optional] +**category** | | | [optional] +**tags** | | | [optional] +**status** | | pet status in the store | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**name** | | | +**photoUrls** | | | +**id** | | | [optional] +**category** | | | [optional] +**tags** | | | [optional] +**status** | | pet status in the store | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type Pet object that needs to be added to the store | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**name** | | | +**photoUrls** | | | +**id** | | | [optional] +**category** | | | [optional] +**tags** | | | [optional] +**status** | | pet status in the store | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md new file mode 100644 index 00000000000..ab1dfecd244 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.Pig +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md new file mode 100644 index 00000000000..a80f0bd24c7 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -0,0 +1,45 @@ +org.openapijsonschematools.components.schema.Player +``` +type: JsonSchema +``` + +## Description +a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | | | [optional] +**enemyPlayer** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**name** | | | [optional] +**enemyPlayer** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**name** | | | [optional] +**enemyPlayer** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md new file mode 100644 index 00000000000..93219952f3d --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.PublicKey +``` +type: JsonSchema +``` + +## Description +schema that contains a property named key + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**key** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**key** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type schema that contains a property named key | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**key** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md new file mode 100644 index 00000000000..5fc0bf3352f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.Quadrilateral +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md new file mode 100644 index 00000000000..f95a97f8dfc --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.QuadrilateralInterface +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**quadrilateralType** | | | +**shapeType** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**quadrilateralType** | | | +**shapeType** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**quadrilateralType** | | | +**shapeType** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md new file mode 100644 index 00000000000..8e51b0ef71f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.ReadOnlyFirst +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**bar** | | | [optional] +**baz** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**bar** | | | [optional] +**baz** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**bar** | | | [optional] +**baz** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md new file mode 100644 index 00000000000..45c5291ad32 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.RefPet +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md new file mode 100644 index 00000000000..e02c99b176c --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -0,0 +1,45 @@ +org.openapijsonschematools.components.schema.ReqPropsFromExplicitAddProps +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, + typing.Union[ + ] +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**invalid-name** | | | +**validName** | | | +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**validName** | | | +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**validName** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], +get_additional_property_ | str | | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md new file mode 100644 index 00000000000..74611a5056e --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -0,0 +1,41 @@ +org.openapijsonschematools.components.schema.ReqPropsFromTrueAddProps +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**invalid-name** | | | +**validName** | | | +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**validName** | | | +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**validName** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], +get_additional_property_ | str | | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md new file mode 100644 index 00000000000..354e8e61562 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -0,0 +1,41 @@ +org.openapijsonschematools.components.schema.ReqPropsFromUnsetAddProps +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**invalid-name** | | | +**validName** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**validName** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**validName** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md new file mode 100644 index 00000000000..e9fba810d87 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -0,0 +1,37 @@ +org.openapijsonschematools.components.schema.ModelReturn +``` +type: JsonSchema +``` + +## Description +Model for testing reserved words + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**return** | | this is a reserved python keyword | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type Model for testing reserved words | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["return"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md new file mode 100644 index 00000000000..3858b20bab7 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.ScaleneTriangle +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md new file mode 100644 index 00000000000..9475f4c54b4 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -0,0 +1,44 @@ +org.openapijsonschematools.components.schema.Model200Response +``` +type: JsonSchema +``` + +## Description +model with an invalid class name for python, starts with a number + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | | | [optional] +**class** | | this is a reserved python keyword | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**name** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type model with an invalid class name for python, starts with a number | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**name** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["class"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md new file mode 100644 index 00000000000..ca0907316b4 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -0,0 +1,40 @@ +org.openapijsonschematools.components.schema.SelfReferencingArrayModel +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md new file mode 100644 index 00000000000..6709ff6902b --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -0,0 +1,43 @@ +org.openapijsonschematools.components.schema.SelfReferencingObjectModel +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, + typing.Union[ + ] +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**selfRef** | | | [optional] +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**selfRef** | | | [optional] +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**selfRef** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md new file mode 100644 index 00000000000..84e5142ff64 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -0,0 +1,18 @@ +org.openapijsonschematools.components.schema.Shape +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md new file mode 100644 index 00000000000..d64a63e49bb --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -0,0 +1,23 @@ +org.openapijsonschematools.components.schema.ShapeOrNull +``` +type: JsonSchema +``` + +## Description +The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + | | + | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md new file mode 100644 index 00000000000..933fe2b9345 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.SimpleQuadrilateral +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | +[Schema1](#) | | + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md new file mode 100644 index 00000000000..2a90e9fe659 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -0,0 +1,17 @@ +org.openapijsonschematools.components.schema.SomeObject +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md new file mode 100644 index 00000000000..104ab183269 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.SpecialModelname +``` +type: JsonSchema +``` + +## Description +model with an invalid class name for python + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**a** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type model with an invalid class name for python | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**a** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md new file mode 100644 index 00000000000..303372716cf --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -0,0 +1,34 @@ +org.openapijsonschematools.components.schema.StringBooleanMap +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md new file mode 100644 index 00000000000..f5b7cd7fae5 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.StringEnum +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md new file mode 100644 index 00000000000..6bf630e88c9 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.StringEnumWithDefaultValue +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md new file mode 100644 index 00000000000..453d5f6b759 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.ModelString +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md new file mode 100644 index 00000000000..6a1d5ca4117 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.StringWithValidation +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md new file mode 100644 index 00000000000..be3016a78bf --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.Tag +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | | | [optional] +**name** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**id** | | | [optional] +**name** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**id** | | | [optional] +**name** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md new file mode 100644 index 00000000000..7f17f14fc85 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -0,0 +1,19 @@ +org.openapijsonschematools.components.schema.Triangle +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + | | + | | + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md new file mode 100644 index 00000000000..fdf61edb82f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.TriangleInterface +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**shapeType** | | | +**triangleType** | | | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**shapeType** | | | +**triangleType** | | | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**shapeType** | | | +**triangleType** | | | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md new file mode 100644 index 00000000000..ffd6a12039f --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -0,0 +1,11 @@ +org.openapijsonschematools.components.schema.UUIDString +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md new file mode 100644 index 00000000000..d560411435b --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -0,0 +1,78 @@ +org.openapijsonschematools.components.schema.User +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | | | [optional] +**username** | | | [optional] +**firstName** | | | [optional] +**lastName** | | | [optional] +**email** | | | [optional] +**password** | | | [optional] +**phone** | | | [optional] +**userStatus** | | User Status | [optional] +**objectWithNoDeclaredProps** | | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] +**objectWithNoDeclaredPropsNullable** | | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] +**anyTypeProp** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] +**anyTypeExceptNullProp** | | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] +**anyTypePropNullable** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**id** | | | [optional] +**username** | | | [optional] +**firstName** | | | [optional] +**lastName** | | | [optional] +**email** | | | [optional] +**password** | | | [optional] +**phone** | | | [optional] +**userStatus** | | User Status | [optional] +**objectWithNoDeclaredProps** | | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] +**objectWithNoDeclaredPropsNullable** | | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] +**anyTypeProp** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] +**anyTypeExceptNullProp** | | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] +**anyTypePropNullable** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**id** | | | [optional] +**username** | | | [optional] +**firstName** | | | [optional] +**lastName** | | | [optional] +**email** | | | [optional] +**password** | | | [optional] +**phone** | | | [optional] +**userStatus** | | User Status | [optional] +**objectWithNoDeclaredProps** | | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] +**objectWithNoDeclaredPropsNullable** | | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] +**anyTypeProp** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] +**anyTypeExceptNullProp** | | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] +**anyTypePropNullable** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + + + + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md new file mode 100644 index 00000000000..893ce3ec835 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -0,0 +1,45 @@ +org.openapijsonschematools.components.schema.Whale +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | | | +**hasBaleen** | | | [optional] +**hasTeeth** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**className** | | | +**hasBaleen** | | | [optional] +**hasTeeth** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**className** | | | +**hasBaleen** | | | [optional] +**hasTeeth** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md new file mode 100644 index 00000000000..7a6a5264b23 --- /dev/null +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -0,0 +1,42 @@ +org.openapijsonschematools.components.schema.Zebra +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | | | +**type** | | | [optional] +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**className** | | | +**type** | | | [optional] +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**className** | | | +**type** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties + +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..7f3541d9260 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.anotherfakedummy.patch.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..41be872ef51 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..bc5a53037ae --- /dev/null +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..3aec79d5004 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.commonparamsubdir.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md new file mode 100644 index 00000000000..ed1cb3c180b --- /dev/null +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.commonparamsubdir.parameters.parameter0.PathParamSchema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..2b8b11a5c87 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.commonparamsubdir.post.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..c2ecd49019d --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..61140ee8996 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md new file mode 100644 index 00000000000..66635e2b242 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter2.Schema2 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md new file mode 100644 index 00000000000..66eb33d38f8 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter3.Schema3 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md new file mode 100644 index 00000000000..9e64a88298e --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter4.Schema4 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md new file mode 100644 index 00000000000..5dce482a43b --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter5.Schema5 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..e0fc748a9bb --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..80d52437060 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md new file mode 100644 index 00000000000..839e5329761 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter2.Schema2 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md new file mode 100644 index 00000000000..d60399b0e2a --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter3.Schema3 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md new file mode 100644 index 00000000000..53b913ae90f --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter4.Schema4 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md new file mode 100644 index 00000000000..57bf87c87a3 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter5.Schema5 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md new file mode 100644 index 00000000000..4a3895780fe --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -0,0 +1,41 @@ +main.java.org.openapijsonschematools.paths.fake.get.requestbody.content.applicationxwwwformurlencoded.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**enum_form_string_array** | | Form parameter enum test (string array) | [optional] +**enum_form_string** | | Form parameter enum test (string) | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**enum_form_string_array** | | Form parameter enum test (string array) | [optional] +**enum_form_string** | | Form parameter enum test (string) | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**enum_form_string_array** | | Form parameter enum test (string array) | [optional] +**enum_form_string** | | Form parameter enum test (string) | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md new file mode 100644 index 00000000000..8994b34412a --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.get.responses.response404.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..0b085248828 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fake.patch.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md new file mode 100644 index 00000000000..d3322c45f53 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -0,0 +1,65 @@ +main.java.org.openapijsonschematools.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**byte** | | None | +**double** | | None | +**number** | | None | +**pattern_without_delimiter** | | None | +**integer** | | None | [optional] +**int32** | | None | [optional] +**int64** | | None | [optional] +**float** | | None | [optional] +**string** | | None | [optional] +**binary** | | None | [optional] +**date** | | None | [optional] +**dateTime** | | None | [optional] +**password** | | None | [optional] +**callback** | | None | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**pattern_without_delimiter** | | None | +**int32** | | None | [optional] +**int64** | | None | [optional] +**binary** | | None | [optional] +**date** | | None | [optional] +**dateTime** | | None | [optional] +**password** | | None | [optional] +**callback** | | None | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**pattern_without_delimiter** | | None | +**int32** | | None | [optional] +**int64** | | None | [optional] +**binary** | | None | [optional] +**date** | | None | [optional] +**dateTime** | | None | [optional] +**password** | | None | [optional] +**callback** | | None | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..e4b24f7a3e3 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..5ffbea31821 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..97d2e429dbb --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakebodywithfileschema.put.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..27235ca874b --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakebodywithqueryparams.put.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..2319a7bd37f --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakebodywithqueryparams.put.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..e06769e1787 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..c74381f2b84 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md new file mode 100644 index 00000000000..4914be523e2 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter2.Schema2 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..b1454eef05e --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeclassnametest.patch.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..8aab1ebf46f --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakedeletecoffeeid.delete.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..e861c43dd8c --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakehealth.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..15797812fb7 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,32 @@ +main.java.org.openapijsonschematools.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[ + str, +] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**any_string_name** | | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..2e4479a7b77 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -0,0 +1,16 @@ +main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema00](#) | | + diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..2d4e6544660 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**someProp** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**someProp** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..9bfb3486053 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,16 @@ +main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md new file mode 100644 index 00000000000..0e35f284099 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.multipartformdata.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**someProp** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**someProp** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..611a2724326 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,16 @@ +main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +## Composed Schemas (allOf/anyOf/oneOf/not) +## allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- +[Schema0](#) | | + diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md new file mode 100644 index 00000000000..f56566c1699 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.multipartformdata.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**someProp** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**someProp** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md new file mode 100644 index 00000000000..bf790b5e2f9 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -0,0 +1,40 @@ +main.java.org.openapijsonschematools.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**param** | | field1 | +**param2** | | field2 | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**param** | | field1 | +**param2** | | field2 | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**param** | | field1 | +**param2** | | field2 | + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md new file mode 100644 index 00000000000..b94c0a70a04 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakejsonpatch.patch.requestbody.content.applicationjsonpatchjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md new file mode 100644 index 00000000000..1c2bd5949e7 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md new file mode 100644 index 00000000000..87cc49c0d65 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakejsonwithcharset.post.responses.response200.content.applicationjsoncharsetutf8.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..b294e85003e --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,37 @@ +main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**a** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**a** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md new file mode 100644 index 00000000000..1f7b9e3547a --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -0,0 +1,37 @@ +main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.multipartformdata.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**b** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**b** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**b** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..3aeea5f7f90 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..b2c374a2171 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md new file mode 100644 index 00000000000..0d58ff7e134 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response202.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..311fbdb6546 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakemultiplesecurities.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..b521fd20395 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -0,0 +1,37 @@ +main.java.org.openapijsonschematools.paths.fakeobjinquery.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**keyword** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**keyword** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**keyword** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..66a9f18d3ed --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..9d585606dec --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md new file mode 100644 index 00000000000..fe7ebe86656 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter10.Schema10 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md new file mode 100644 index 00000000000..2be675e6ba6 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter11.Schema11 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md new file mode 100644 index 00000000000..dfd64c77699 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter12.Schema12 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md new file mode 100644 index 00000000000..4fe935ae883 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter13.Schema13 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md new file mode 100644 index 00000000000..8733bed14c1 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter14.Schema14 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md new file mode 100644 index 00000000000..1bd6be99d6a --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter15.Schema15 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md new file mode 100644 index 00000000000..9f2e337c51a --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter16.Schema16 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md new file mode 100644 index 00000000000..230ceb886df --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter17.Schema17 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md new file mode 100644 index 00000000000..ad28431f85b --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter18.Schema18 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md new file mode 100644 index 00000000000..51e10034409 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter2.Schema2 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md new file mode 100644 index 00000000000..5769f12f539 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter3.Schema3 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md new file mode 100644 index 00000000000..14fd66dafbb --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter4.Schema4 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md new file mode 100644 index 00000000000..e728cf1e6de --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter5.Schema5 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md new file mode 100644 index 00000000000..097d53ba2db --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter6.Schema6 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md new file mode 100644 index 00000000000..cc6e4128e7d --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter7.Schema7 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md new file mode 100644 index 00000000000..65121189d5a --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter8.Schema8 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md new file mode 100644 index 00000000000..cea3c504a94 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter9.Schema9 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..d6633f25898 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..9df5ea2851f --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..20f2dadcb66 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md new file mode 100644 index 00000000000..dc1d04c5413 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -0,0 +1,40 @@ +main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.requestbody.content.multipartformdata.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**requiredFile** | | file to upload | +**additionalMetadata** | | Additional data to pass to server | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**requiredFile** | | file to upload | +**additionalMetadata** | | Additional data to pass to server | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**requiredFile** | | file to upload | +**additionalMetadata** | | Additional data to pass to server | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..976d50deec8 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md new file mode 100644 index 00000000000..11ddad1ccb0 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.parameters.parameter0.content.applicationjson.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..bd9cc38b6d0 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..ecff4f8942f --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefobjinquery.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..f9018861a0e --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsarraymodel.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..3c2aeb869a0 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsarraymodel.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..36add62f620 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsarrayofenums.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..2a803cf0bdd --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsarrayofenums.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..f26beabb54e --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsboolean.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..49a66591a5f --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsboolean.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..324d50ec52a --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..48f00f336c7 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..32f3d773074 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsenum.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..3fad4fc8817 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsenum.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..81980b7b6dc --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsmammal.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..89d32a78604 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsmammal.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..139fc54cfdf --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsnumber.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..cfc6f3c9138 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsnumber.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..1eb20ce92ae --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..de2fff5f0a4 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..79e8144efa5 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsstring.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..d979d78212c --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakerefsstring.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..27ecabc8662 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..4fb5cc3f9bd --- /dev/null +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md new file mode 100644 index 00000000000..60332166733 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter2.Schema2 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md new file mode 100644 index 00000000000..563ab5a9702 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter3.Schema3 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md new file mode 100644 index 00000000000..a8023c17ed2 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter4.Schema4 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md new file mode 100644 index 00000000000..3c9e6521363 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter5.Schema5 +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md new file mode 100644 index 00000000000..2cd88d8fdb7 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -0,0 +1,12 @@ +main.java.org.openapijsonschematools.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.Schema +``` +type: JsonSchema +``` + +## Description +file to upload + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md new file mode 100644 index 00000000000..eea631a57de --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -0,0 +1,12 @@ +main.java.org.openapijsonschematools.paths.fakeuploaddownloadfile.post.responses.response200.content.applicationoctetstream.Schema +``` +type: JsonSchema +``` + +## Description +file to download + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md new file mode 100644 index 00000000000..0b9e7105cea --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -0,0 +1,40 @@ +main.java.org.openapijsonschematools.paths.fakeuploadfile.post.requestbody.content.multipartformdata.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**file** | | file to upload | +**additionalMetadata** | | Additional data to pass to server | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**file** | | file to upload | +**additionalMetadata** | | Additional data to pass to server | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**file** | | file to upload | +**additionalMetadata** | | Additional data to pass to server | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..34c688781bb --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeuploadfile.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md new file mode 100644 index 00000000000..2ec63ab90e8 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**files** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**files** | | | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**files** | | | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..4bdfb00242f --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakeuploadfiles.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md new file mode 100644 index 00000000000..748f7462bff --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response1xx.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..1c2ea41442b --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md new file mode 100644 index 00000000000..a4c58b27b8d --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response2xx.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md new file mode 100644 index 00000000000..2cb50b5be77 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response3xx.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md new file mode 100644 index 00000000000..4502eef22d2 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response4xx.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md new file mode 100644 index 00000000000..8cabaa36f8d --- /dev/null +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response5xx.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md new file mode 100644 index 00000000000..784efae05c7 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -0,0 +1,32 @@ +main.java.org.openapijsonschematools.paths.foo.get.responses.responsedefault.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**string** | | | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +__getitem__ | str | | This model has invalid python names so this method is used under the hood when you access instance["string"], +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..8705c8b8603 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.petfindbystatus.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..adf2d77946e --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -0,0 +1,38 @@ +main.java.org.openapijsonschematools.paths.petfindbytags.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Union[ + typing.List[ + ], + typing.Tuple[ + ... + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + | | + +``` +base class: typing.Tuple[ + ... +] +``` +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..9991febba91 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.petpetid.delete.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..ae5a57f5210 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.petpetid.delete.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..b7080421313 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.petpetid.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..55b29bf8007 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md new file mode 100644 index 00000000000..b065769b5e0 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationxml.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..5e921ff631b --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.petpetid.post.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md new file mode 100644 index 00000000000..b6d740a13b9 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -0,0 +1,40 @@ +main.java.org.openapijsonschematools.paths.petpetid.post.requestbody.content.applicationxwwwformurlencoded.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | | Updated name of the pet | [optional] +**status** | | Updated status of the pet | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**name** | | Updated name of the pet | [optional] +**status** | | Updated status of the pet | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**name** | | Updated name of the pet | [optional] +**status** | | Updated status of the pet | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..3108b231576 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.petpetiduploadimage.post.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md new file mode 100644 index 00000000000..47d6fb34e23 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -0,0 +1,40 @@ +main.java.org.openapijsonschematools.paths.petpetiduploadimage.post.requestbody.content.multipartformdata.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | + +``` +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**additionalMetadata** | | Additional data to pass to server | [optional] +**file** | | file to upload | [optional] +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + +``` +base class: schemas.immutabledict[str, +``` +### __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- +**additionalMetadata** | | Additional data to pass to server | [optional] +**file** | | file to upload | [optional] +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method + +### properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- +**additionalMetadata** | | Additional data to pass to server | [optional] +**file** | | file to upload | [optional] + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | | | a constructor +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..06ad25016cf --- /dev/null +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.storeorder.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..28711db4489 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md new file mode 100644 index 00000000000..e240080b0d3 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationxml.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..79445402be0 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.storeorderorderid.delete.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..ef7806a9e86 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.storeorderorderid.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..23848686e83 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md new file mode 100644 index 00000000000..ac50fd916d4 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationxml.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..a6287c40fd4 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.user.post.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md new file mode 100644 index 00000000000..eb4d0fd0020 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userlogin.get.parameters.parameter0.Schema0 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md new file mode 100644 index 00000000000..633c7b1c824 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userlogin.get.parameters.parameter1.Schema1 +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..ca0d6eb4165 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md new file mode 100644 index 00000000000..6d44c4b1315 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationxml.Schema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md new file mode 100644 index 00000000000..6b1c898d326 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xexpiresafter.XExpiresAfterSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md new file mode 100644 index 00000000000..494814e02c7 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xratelimit.content.applicationjson.XRateLimitSchema +``` +type: JsonSchema +``` + +## validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- + | | diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md new file mode 100644 index 00000000000..ba41d40dd7b --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md new file mode 100644 index 00000000000..312c4ca1893 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationxml.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md new file mode 100644 index 00000000000..3b69418ff25 --- /dev/null +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -0,0 +1,9 @@ +main.java.org.openapijsonschematools.paths.userusername.put.requestbody.content.applicationjson.Schema +``` +type: JsonSchema +``` + +## Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- + | | diff --git a/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java b/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java index a205a893776..f9102d6cd1a 100644 --- a/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java +++ b/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java @@ -417,6 +417,12 @@ public void processOpts() { CodegenConstants.JSON_PATH_LOCATION_TYPE.SCHEMA, schemaTemplates ); + jsonPathDocTemplateFiles.put( + CodegenConstants.JSON_PATH_LOCATION_TYPE.SCHEMA, + new HashMap() {{ + put("src/main/java/org/openapitools/components/schemas/Schema_doc.hbs", ".md"); + }} + ); if (WEBCLIENT.equals(getLibrary()) || NATIVE.equals(getLibrary())) { dateLibrary = "java8"; diff --git a/src/main/resources/java/_helper_footer_links.hbs b/src/main/resources/java/_helper_footer_links.hbs new file mode 100644 index 00000000000..034a0373b9f --- /dev/null +++ b/src/main/resources/java/_helper_footer_links.hbs @@ -0,0 +1 @@ +{{#if serversLink}}[[Back to Servers]]({{readmePath}}README.md#Servers) {{/if}}{{#if securitySchemesLink}}[[Back to Component Security Schemes]]({{readmePath}}README.md#Component-SecuritySchemes) {{/if}}{{#if endpointsLink}}[[Back to Endpoints]]({{readmePath}}README.md#Endpoints) {{/if}}{{#if schemasLink}}[[Back to Component Schemas]]({{readmePath}}README.md#Component-Schemas) {{/if}}{{#if responsesLink}}[[Back to Component Responses]]({{readmePath}}README.md#Component-Responses) {{/if}}{{#if requestBodiesLink}}[[Back to Component RequestBodies]]({{readmePath}}README.md#Component-RequestBodies) {{/if}}{{#if headersLink}}[[Back to Component Headers]]({{readmePath}}README.md#Component-Headers) {{/if}}{{#if parametersLink}}[[Back to Component Parameters]]({{readmePath}}README.md#Component-Parameters) {{/if}}[[Back to README]]({{readmePath}}README.md) \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs new file mode 100644 index 00000000000..0ef9620ca59 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -0,0 +1,393 @@ +{{#with schema}} +{{#eq identifierPieces.size 0}} +{{!> components/_helper_header_from_identifier_pieces identifierPieces=(append identifierPieces jsonPathPiece) }} +{{else}} +{{!> components/_helper_header_from_identifier_pieces }} +{{/eq}} +{{#if componentModule}} +{{packageName}}.components.schema.{{jsonPathPiece.snakeCase}} +{{else}} + {{#unless isInline}} +{{moduleLocation}} + {{/unless}} +{{/if}} +``` +type: JsonSchema +``` +{{#if description}} + +{{headerSize}}# Description +{{description}} +{{/if}} + +{{#if refInfo}} +{{headerSize}}# Ref Schema Info +Ref Schema | Input Type | Output Type +---------- | ---------- | ----------- +{{!> components/schemas/__refclass_partial }} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} +{{else}} +{{headerSize}}# validate method +Input Type | Return Type | Notes +------------ | ------------- | ------------- +{{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{#or properties additionalProperties requiredProperties}} + + {{#if mapInputJsonPathPiece}} +{{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapInputJsonPathPiece) }} + {{else}} +{{headerSize}}# Input Dictionary Keys + {{/if}} +``` + {{#if additionalProperties}} + {{#if additionalProperties.isBooleanSchemaFalse}} + {{#or requiredProperties optionalProperties}} +type: typing.TypedDict + {{else}} +type: typing.Mapping (empty) + {{/or}} + {{else}} + {{#if additionalProperties.isBooleanSchemaTrue }} + {{! addProps True, does not matter what properties are because they are always covered by base types }} +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] + {{else}} + {{! addProps schema }} + {{#and requiredProperties optionalProperties}} +type: typing.Mapping[ + str, + typing.Union[ + {{#each requiredProperties}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} + {{/each}} + {{#each optionalProperties}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} + {{/each}} + {{#with additionalProperties}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} + {{/with}} + ] +] + {{else}} + {{! no requiredProperties or optionalProperties or just one of them }} + {{#if requiredProperties}} + {{! requiredProperties + addProp }} +type: typing.Mapping[ + str, + typing.Union[ + {{#each requiredProperties}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} + {{/each}} + {{#with additionalProperties}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} + {{/with}} + ] +] + {{else}} + {{#if optionalProperties}} + {{! optionalProperties + addProp }} +type: typing.Mapping[ + str, + typing.Union[ + {{#each optionalProperties}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} + {{/each}} + {{#with additionalProperties}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} + {{/with}} + ] +] + {{else}} + {{! only addProp }} +type: typing.Mapping[ + str, + {{#with additionalProperties}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} + {{/with}} +] + {{/if}} + {{/if}} + {{/and}} + {{/if}} + {{/if}} + {{else}} +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] + {{/if}} +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + {{#each requiredProperties}} +**{{@key.original}}** | {{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{/each}} + {{#each optionalProperties}} +**{{@key.original}}** | {{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{/each}} + {{#with additionalProperties}} + {{#unless isBooleanSchemaFalse}} + {{#if isBooleanSchemaTrue}} +**any_string_name** | {{!> _helper_schema_python_types }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] + {{else}} +**any_string_name** | {{!> components/schemas/types/docschema_io_types }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{/if}} + {{/unless}} + {{else}} +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] + {{/with}} + + {{#if mapOutputJsonPathPiece}} +{{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }} + {{else}} +{{headerSize}}# Output Dictionary Keys + {{/if}} +``` + {{#if mapValueSchema}} +base class: schemas.immutabledict[str, {{#with mapValueSchema}}{{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule=null endChar="]" }}{{/with}} + {{else}} +base class: schemas.immutabledict[str, schemas.OUTPUT_BASE_TYPES] + {{/if}} +``` +{{headerSize}}## __new__ method +Keyword Argument | Type | Description | Notes +---------------- | ---- | ----------- | ----- + {{#each requiredProperties}} + {{#if @key.isValid}} +**{{@key.original}}** | {{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{/if}} + {{/each}} + {{#each optionalProperties}} + {{#if @key.isValid}} +**{{@key.original}}** | {{!> components/schemas/types/docschema_io_types optional=true }} | {{#if description}}{{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{/if}} + {{/each}} + {{#with additionalProperties}} + {{#unless isBooleanSchemaFalse}} + {{#if isBooleanSchemaTrue}} +**kwargs** | {{!> _helper_schema_python_types }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] typed value is accessed with the get_additional_property_ method + {{else}} +**kwargs** | {{!> components/schemas/types/docschema_io_types }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} typed value is accessed with the get_additional_property_ method + {{/if}} + {{/unless}} + {{else}} +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] typed value is accessed with the get_additional_property_ method + {{/with}} + {{#or (and requiredProperties requiredProperties.hasValidKey) (and optionalProperties optionalProperties.hasValidKey) }} + +{{headerSize}}## properties +Property | Type | Description | Notes +-------- | ---- | ----------- | ----- + {{#each requiredProperties}} + {{#if @key.isValid}} +**{{@key.original}}** | {{!> components/schemas/types/docschema_output_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{/if}} + {{/each}} + {{#each optionalProperties}} + {{#if @key.isValid}} +**{{@key.original}}** | {{!> components/schemas/types/docschema_output_types optional=true }} | {{#if description}}{{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{/if}} + {{/each}} + {{/or}} + +{{headerSize}}## methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +from_dict_ | {{!> components/schemas/types/docschema_io_types types=(append (newArray ) "object") }} | {{!> components/schemas/types/docschema_output_types types=(append (newArray ) "object") }} | a constructor + {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} +__getitem__ | str | {{#with mapValueSchema}}{{!> components/schemas/types/docschema_output_types }}{{else}}schemas.OUTPUT_BASE_TYPES{{/with}} | This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} + {{/or}} + {{#with additionalProperties}} + {{#unless isBooleanSchemaFalse}} + {{#if isBooleanSchemaTrue}} +get_additional_property_ | str | {{!> components/schemas/types/docschema_output_types optional=true }} | provides type safety for additional properties + {{else}} +get_additional_property_ | str | {{!> components/schemas/types/docschema_output_types optional=true }} | provides type safety for additional properties + {{/if}} + {{/unless}} + {{else}} +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties + {{/with}} + {{/or}} + {{#if items}} + + {{#if arrayInputJsonPathPiece}} +{{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayInputJsonPathPiece) }} + {{else}} +{{headerSize}}# Input List Items + {{/if}} +``` +type: typing.Union[ + typing.List[ + {{#with items}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../arrayInputJsonPathPiece.camelCase }} + {{/with}} + ], + typing.Tuple[ + {{#with items}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../arrayInputJsonPathPiece.camelCase }} + ... + {{/with}} + ] +] +``` +List/Tuple Item Type | Description | Notes +-------------------- | ------------- | ------------- + {{#with items}} +{{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} + {{/with}} + + {{#if arrayOutputJsonPathPiece}} +{{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }} + {{else}} +{{headerSize}}# Output List Items + {{/if}} +``` +base class: typing.Tuple[ + {{#with items}} + {{#if refInfo.refClass}} + {{#eq refModule null}} + {{! self reference }} + {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" endChar="," selfReference=true }} + {{else}} + {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" endChar="," }} + {{/eq}} + {{else}} + {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" endChar="," }} + {{/if}} + {{/with}} + ... +] +``` +{{headerSize}}## __new__ method +Argument | Type +-------- | ------ +arg | {{!> components/schemas/types/docschema_io_types types=(append (newArray ) "array") }} +configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None + +{{headerSize}}## methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | {{#with items}}{{!> components/schemas/types/docschema_output_types }}{{else}}schemas.OUTPUT_BASE_TYPES{{/with}} |{{#with items}}{{!> components/schemas/helpers/notes_msg defaultUser="server" }}{{/with}} This method is used under the hood when instance[0] is called + {{/if}} + {{#or allOf anyOf oneOf not}} + +{{headerSize}}# Composed Schemas (allOf/anyOf/oneOf/not) + {{/or}} + {{#if allOf}} +{{headerSize}}# allOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + {{#each allOf}} +{{#if refInfo.refClass}}{{!> components/schemas/__refclass_partial }}{{else}}[{{jsonPathPiece.camelCase}}](#{{!> components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece.anchorPiece) }}){{/if}} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} + {{/each}} + {{/if}} + {{#if anyOf}} +{{headerSize}}# anyOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + {{#each anyOf}} +{{#if refInfo.refClass}}{{!> components/schemas/__refclass_partial }}{{else}}[{{jsonPathPiece.camelCase}}](#{{!> components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece.anchorPiece) }}){{/if}} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} + {{/each}} + {{/if}} + {{#if oneOf}} +{{headerSize}}# oneOf +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + {{#each oneOf}} +{{#if refInfo.refClass}}{{!> components/schemas/__refclass_partial }}{{else}}[{{jsonPathPiece.camelCase}}](#{{!> components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece.anchorPiece) }}){{/if}} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} + {{/each}} + {{/if}} + {{#if not}} +{{headerSize}}# not +Schema Class | Input Type | Return Type +------------ | ---------- | ----------- + {{#with not}} +{{#if refInfo.refClass}}{{!> components/schemas/__refclass_partial }}{{else}}[{{jsonPathPiece.camelCase}}](#{{!> components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece.anchorPiece) }}){{/if}} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} + {{/with}} + {{/if}} +{{/if}} +{{! Content after here is the deeper/referenced schemas }} +{{! required properties }} +{{#if requiredProperties}} + {{#each requiredProperties}} + {{#if this}} + {{#unless refInfo.refClass}} + {{#if isComplicated}} + +{{!> components/schemas/schema_doc schema=this }} + {{/if}} + {{/unless}} + {{/if}} + {{/each}} +{{/if}} +{{! optional properties }} +{{#if optionalProperties}} + {{#each optionalProperties}} + {{#unless refInfo.refClass}} + {{#if isComplicated}} + +{{!> components/schemas/schema_doc schema=this }} + {{/if}} + {{/unless}} + {{/each}} +{{/if}} +{{! additionalProperties }} +{{#if additionalProperties}} + {{#with additionalProperties}} + {{#unless isBooleanSchemaFalse}} + {{#unless isBooleanSchemaTrue}} + {{#unless refInfo.refClass}} + {{#if isComplicated}} + +{{!> components/schemas/schema_doc schema=this }} + {{/if}} + {{/unless}} + {{/unless}} + {{/unless}} + {{/with}} +{{/if}} +{{! items }} +{{#if items}} + {{#with items}} + {{#unless refInfo.refClass}} + {{#if isComplicated}} + +{{!> components/schemas/schema_doc schema=this }} + {{/if}} + {{/unless}} + {{/with}} +{{/if}} +{{! allOf/anyOf/oneOf/not }} +{{#if allOf}} + {{#each allOf}} + {{#unless refInfo.refClass}} + +{{!> components/schemas/schema_doc schema=this }} + {{/unless}} + {{/each}} +{{/if}} +{{#if anyOf}} + {{#each anyOf}} + {{#unless refInfo.refClass}} + +{{!> components/schemas/schema_doc schema=this }} + {{/unless}} + {{/each}} +{{/if}} +{{#if oneOf}} + {{#each oneOf}} + {{#unless refInfo.refClass}} + +{{!> components/schemas/schema_doc schema=this }} + {{/unless}} + {{/each}} +{{/if}} +{{#if not}} + {{#with not}} + {{#unless refInfo.refClass}} + +{{!> components/schemas/schema_doc schema=this }} + {{/unless}} + {{/with}} +{{/if}} +{{#if componentModule}} + +[[Back to top]](#top) {{> _helper_footer_links readmePath="../../../" schemasLink=true}} +{{/if}} +{{/with}} \ No newline at end of file From 8bfbf44da64bf29cfea426f38bd3888896518a0d Mon Sep 17 00:00:00 2001 From: Justin Black Date: Fri, 24 Nov 2023 18:29:20 -0800 Subject: [PATCH 02/72] Changes python to java types --- samples/client/petstore/java/README.md | 18 ++-- .../content/applicationjson/Schema.md | 18 ++-- .../content/applicationjson/Schema.md | 18 ++-- .../content/applicationxml/Schema.md | 18 ++-- .../content/applicationjson/Schema.md | 10 +- .../components/schemas/AbstractStepMessage.md | 10 +- .../schemas/AdditionalPropertiesClass.md | 10 +- .../AdditionalPropertiesWithArrayOfEnums.md | 10 +- .../java/docs/components/schemas/Address.md | 10 +- .../java/docs/components/schemas/Animal.md | 10 +- .../docs/components/schemas/AnimalFarm.md | 18 ++-- .../components/schemas/AnyTypeAndFormat.md | 12 +-- .../components/schemas/ApiResponseSchema.md | 10 +- .../java/docs/components/schemas/Apple.md | 10 +- .../java/docs/components/schemas/AppleReq.md | 4 +- .../components/schemas/ArrayHoldingAnyType.md | 18 ++-- .../schemas/ArrayOfArrayOfNumberOnly.md | 10 +- .../docs/components/schemas/ArrayOfEnums.md | 18 ++-- .../components/schemas/ArrayOfNumberOnly.md | 10 +- .../java/docs/components/schemas/ArrayTest.md | 10 +- .../schemas/ArrayWithValidationsInItems.md | 18 ++-- .../java/docs/components/schemas/Banana.md | 10 +- .../java/docs/components/schemas/BananaReq.md | 4 +- .../java/docs/components/schemas/BasquePig.md | 10 +- .../docs/components/schemas/Capitalization.md | 10 +- .../java/docs/components/schemas/Category.md | 10 +- .../docs/components/schemas/ClassModel.md | 12 +-- .../java/docs/components/schemas/Client.md | 10 +- .../docs/components/schemas/ComposedArray.md | 18 ++-- .../java/docs/components/schemas/DanishPig.md | 10 +- .../java/docs/components/schemas/Drawing.md | 14 +-- .../docs/components/schemas/EnumArrays.md | 10 +- .../java/docs/components/schemas/EnumTest.md | 10 +- .../java/docs/components/schemas/File.md | 10 +- .../components/schemas/FileSchemaTestClass.md | 10 +- .../java/docs/components/schemas/Foo.md | 10 +- .../docs/components/schemas/FormatTest.md | 12 +-- .../docs/components/schemas/FromSchema.md | 10 +- .../java/docs/components/schemas/Fruit.md | 10 +- .../java/docs/components/schemas/GmFruit.md | 10 +- .../components/schemas/GrandparentAnimal.md | 10 +- .../components/schemas/HasOnlyReadOnly.md | 10 +- .../components/schemas/HealthCheckResult.md | 10 +- .../java/docs/components/schemas/Items.md | 18 ++-- .../components/schemas/JSONPatchRequest.md | 18 ++-- .../schemas/JSONPatchRequestAddReplaceTest.md | 4 +- .../schemas/JSONPatchRequestMoveCopy.md | 4 +- .../schemas/JSONPatchRequestRemove.md | 4 +- .../java/docs/components/schemas/MapTest.md | 10 +- ...dPropertiesAndAdditionalPropertiesClass.md | 12 +-- .../java/docs/components/schemas/Money.md | 4 +- .../docs/components/schemas/MyObjectDto.md | 4 +- .../java/docs/components/schemas/Name.md | 10 +- .../schemas/NoAdditionalProperties.md | 4 +- .../docs/components/schemas/NullableClass.md | 14 +-- .../docs/components/schemas/NumberOnly.md | 10 +- .../schemas/ObjWithRequiredProps.md | 10 +- .../schemas/ObjWithRequiredPropsBase.md | 10 +- .../ObjectModelWithArgAndArgsProperties.md | 10 +- .../schemas/ObjectModelWithRefProps.md | 10 +- .../schemas/ObjectWithCollidingProperties.md | 10 +- .../schemas/ObjectWithDecimalProperties.md | 10 +- .../ObjectWithDifficultlyNamedProps.md | 12 +-- .../ObjectWithInlineCompositionProperty.md | 10 +- .../ObjectWithInvalidNamedRefedProperties.md | 12 +-- .../ObjectWithNonIntersectingValues.md | 14 +-- .../schemas/ObjectWithOnlyOptionalProps.md | 4 +- .../schemas/ObjectWithOptionalTestProp.md | 10 +- .../java/docs/components/schemas/Order.md | 10 +- .../schemas/PaginatedResultMyObjectDto.md | 4 +- .../java/docs/components/schemas/Pet.md | 10 +- .../java/docs/components/schemas/Player.md | 10 +- .../java/docs/components/schemas/PublicKey.md | 10 +- .../schemas/QuadrilateralInterface.md | 10 +- .../docs/components/schemas/ReadOnlyFirst.md | 10 +- .../schemas/ReqPropsFromExplicitAddProps.md | 16 ++-- .../schemas/ReqPropsFromTrueAddProps.md | 8 +- .../schemas/ReqPropsFromUnsetAddProps.md | 12 +-- .../docs/components/schemas/ReturnSchema.md | 12 +-- .../components/schemas/Schema200Response.md | 12 +-- .../schemas/SelfReferencingArrayModel.md | 18 ++-- .../schemas/SelfReferencingObjectModel.md | 14 +-- .../components/schemas/SpecialModelname.md | 10 +- .../components/schemas/StringBooleanMap.md | 10 +- .../java/docs/components/schemas/Tag.md | 10 +- .../components/schemas/TriangleInterface.md | 10 +- .../java/docs/components/schemas/User.md | 10 +- .../java/docs/components/schemas/Whale.md | 10 +- .../java/docs/components/schemas/Zebra.md | 6 +- .../fake/get/parameters/parameter0/Schema0.md | 18 ++-- .../fake/get/parameters/parameter2/Schema2.md | 18 ++-- .../applicationxwwwformurlencoded/Schema.md | 10 +- .../applicationxwwwformurlencoded/Schema.md | 12 +-- .../content/applicationjson/Schema.md | 10 +- .../post/parameters/parameter1/Schema1.md | 10 +- .../content/multipartformdata/Schema.md | 10 +- .../content/multipartformdata/Schema.md | 10 +- .../applicationxwwwformurlencoded/Schema.md | 10 +- .../content/applicationjson/Schema.md | 10 +- .../content/multipartformdata/Schema.md | 10 +- .../get/parameters/parameter0/Schema0.md | 10 +- .../content/multipartformdata/Schema.md | 10 +- .../put/parameters/parameter0/Schema0.md | 18 ++-- .../put/parameters/parameter1/Schema1.md | 18 ++-- .../put/parameters/parameter2/Schema2.md | 18 ++-- .../put/parameters/parameter3/Schema3.md | 18 ++-- .../put/parameters/parameter4/Schema4.md | 18 ++-- .../content/multipartformdata/Schema.md | 10 +- .../content/multipartformdata/Schema.md | 10 +- .../content/applicationjson/Schema.md | 12 +-- .../get/parameters/parameter0/Schema0.md | 18 ++-- .../get/parameters/parameter0/Schema0.md | 18 ++-- .../applicationxwwwformurlencoded/Schema.md | 10 +- .../content/multipartformdata/Schema.md | 10 +- src/main/resources/java/README.hbs | 18 ++-- .../components/schemas/Schema_doc.hbs | 93 +++++++++---------- 116 files changed, 655 insertions(+), 742 deletions(-) diff --git a/samples/client/petstore/java/README.md b/samples/client/petstore/java/README.md index 2f7fd297cd2..77fef30eda2 100644 --- a/samples/client/petstore/java/README.md +++ b/samples/client/petstore/java/README.md @@ -54,16 +54,16 @@ which subclasses all validated schema classes. This ensure that - the one exception is that files are not immutable, so schema instances storing/sending/receiving files are not immutable Here is the mapping from json schema types to python subclassed types: -| Json Schema Type | Python Base Class | +| Json Schema Type | Java Base Class | | ---------------- | ----------------- | -| object | schemas.immutabledict | -| array | tuple | -| string | str | -| number | float, int | -| integer | int | -| boolean | bool | -| null | None | -| AnyType (unset) | typing.Union[schemas.immutabledict, tuple, str, float, int, bool, None] | +| object | FrozenMap (HashMap) | +| array | FrozenList (ArrayList) | +| string | String | +| number | Number, float, double, int, long | +| integer | int, long | +| boolean | boolean | +| null | Void (null) | +| AnyType (unset) | Object | ### Storage of Json Schema Definition in Python Classes In openapi v3.0.3 there are ~ 28 json schema keywords. Almost all of them can apply if diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 5a62a24f7f2..2f67b001c97 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index cdee97d6eaa..4b13cd9f83f 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 1ce818355d7..d890e29a72b 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 320d653cb39..3dcb7624ddc 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -9,16 +9,16 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[ - str, -] +type: Map< + String, +> ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | | | **discriminator** | | | **sequenceNumber** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -21,10 +21,10 @@ Key | Type | Description | Notes **map_with_undeclared_properties_anytype_3** | | | [optional] **empty_map** | | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] **map_with_undeclared_properties_string** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | | | **color** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 385685cd043..5241686348a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -9,7 +9,7 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -22,10 +22,10 @@ Key | Type | Description | Notes **int64** | | | [optional] **double** | | | [optional] **float** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | | | [optional] **type** | | | [optional] **message** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cultivar** | | | **origin** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | any type can be stored here | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index b82dd387153..8ed9755e22e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -9,21 +9,21 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ArrayArrayNumber** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index d2588afd95b..06ab890685d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -9,21 +9,21 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ArrayNumber** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **array_of_string** | | | [optional] **array_array_of_integer** | | | [optional] **array_array_of_model** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index fd6c4eaf67e..0c00c557852 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -9,21 +9,21 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **lengthCm** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -19,10 +19,10 @@ Key | Type | Description | Notes **Capital_Snake** | | | [optional] **SCA_ETH_Flow_Points** | | | [optional] **ATT_NAME** | | Name of the pet | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | | | **id** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_class** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **client** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 411dbbf25db..71f6778ca88 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -9,21 +9,21 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap +> ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -24,7 +24,7 @@ Key | Type | Description | Notes **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **just_symbol** | | | [optional] **array_enum** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -22,10 +22,10 @@ Key | Type | Description | Notes **StringEnumWithDefaultValue** | | | [optional] **IntegerEnumWithDefaultValue** | | | [optional] **IntegerEnumOneValue** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **sourceURI** | | Test capitalization | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | | | [optional] **files** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bar** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -34,10 +34,10 @@ Key | Type | Description | Notes **pattern_with_digits** | | A string that is a 10 digit number. Can have leading zeros. | [optional] **pattern_with_digits_and_delimiter** | | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] **noneProp** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | | | [optional] **id** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **color** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **color** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pet_type** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bar** | | | [optional] **foo** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **NullableMessage** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 7cc2fda0f2c..59b88e5b81f 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 7266a40a8e5..d4734e12049 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -9,7 +9,7 @@ Input Type | Return Type | Notes | | ``` -type: typing.TypedDict +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -18,7 +18,7 @@ Key | Type | Description | Notes **value** | | The value to add, replace or test. | ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -17,10 +17,10 @@ Key | Type | Description | Notes **map_of_enum_string** | | | [optional] **direct_map** | | | [optional] **indirect_map** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **uuid** | | | [optional] **dateTime** | | | [optional] **map** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | | | **snake_case** | | | [optional] **property** | | this is a reserved python keyword | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap +> ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -32,7 +32,7 @@ Key | Type | Description | Notes **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **JustNumber** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **a** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **b** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **arg** | | | **args** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **myNumber** | | | [optional] **myString** | | | [optional] **myBoolean** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | | | [optional] **someprop** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **length** | | | [optional] **width** | | | [optional] **cost** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **123-list** | | | **$special[property.name]** | | | [optional] **123Number** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **!reference** | | | **from** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap +> ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -21,7 +21,7 @@ Key | Type | Description | Notes **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **test** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -19,10 +19,10 @@ Key | Type | Description | Notes **shipDate** | | | [optional] **status** | | Order Status | [optional] **complete** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -22,10 +22,10 @@ Key | Type | Description | Notes **category** | | | [optional] **tags** | | | [optional] **status** | | pet status in the store | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | | | [optional] **enemyPlayer** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **key** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **quadrilateralType** | | | **shapeType** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bar** | | | [optional] **baz** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap +> ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -22,7 +22,7 @@ Key | Type | Description | Notes **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -18,7 +18,7 @@ Key | Type | Description | Notes **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **invalid-name** | | | **validName** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **return** | | this is a reserved python keyword | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | | | [optional] **class** | | this is a reserved python keyword | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 6709ff6902b..2bc69470352 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -9,11 +9,11 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[ - str, - typing.Union[ - ] -] +type: Map< + String, + Union< + > +> ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -21,7 +21,7 @@ Key | Type | Description | Notes **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **a** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | | | [optional] **name** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **shapeType** | | | **triangleType** | | | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -26,10 +26,10 @@ Key | Type | Description | Notes **anyTypeProp** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] **anyTypeExceptNullProp** | | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] **anyTypePropNullable** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | | | **hasBaleen** | | | [optional] **hasTeeth** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -18,7 +18,7 @@ Key | Type | Description | Notes **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 839e5329761..9bbfacdce0f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 4a3895780fe..bcbde981bd6 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -9,23 +9,23 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **enum_form_string_array** | | Form parameter enum test (string array) | [optional] **enum_form_string** | | Form parameter enum test (string) | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -27,10 +27,10 @@ Key | Type | Description | Notes **dateTime** | | None | [optional] **password** | | None | [optional] **callback** | | None | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **any_string_name** | | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **param** | | field1 | **param2** | | field2 | -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **a** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **b** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **keyword** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **requiredFile** | | file to upload | **additionalMetadata** | | Additional data to pass to server | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 4fb5cc3f9bd..9ba71fc9153 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 60332166733..99f15c696b5 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 563ab5a9702..d6f3207388c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index a8023c17ed2..9f62fe31909 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 0b9e7105cea..8c0b451226c 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -9,23 +9,23 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | | file to upload | **additionalMetadata** | | Additional data to pass to server | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **files** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **string** | | | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index adf2d77946e..70ef190831e 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -9,28 +9,24 @@ Input Type | Return Type | Notes | | ``` -type: typing.Union[ - typing.List[ - ], - typing.Tuple[ - ... - ] -] +type: List< + ... +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- | | ``` -base class: typing.Tuple[ +base class: FrozenList< ... -] +> ``` ### __new__ method Argument | Type -------- | ------ arg | -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration ### methods Method | Input Type | Return Type | Notes diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index b6d740a13b9..62dd8626646 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -9,23 +9,23 @@ Input Type | Return Type | Notes | | ``` -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | | Updated name of the pet | [optional] **status** | | Updated status of the pet | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **additionalMetadata** | | Additional data to pass to server | [optional] **file** | | file to upload | [optional] -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] ``` -base class: schemas.immutabledict[str, +base class: FrozenMap components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapInputJsonPathPiece) }} {{else}} -{{headerSize}}# Input Dictionary Keys +{{headerSize}}# Input Map Keys {{/if}} ``` {{#if additionalProperties}} {{#if additionalProperties.isBooleanSchemaFalse}} {{#or requiredProperties optionalProperties}} -type: typing.TypedDict +type: Map {{else}} -type: typing.Mapping (empty) +type: Map (empty) {{/or}} {{else}} {{#if additionalProperties.isBooleanSchemaTrue }} {{! addProps True, does not matter what properties are because they are always covered by base types }} -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map {{else}} {{! addProps schema }} {{#and requiredProperties optionalProperties}} -type: typing.Mapping[ - str, - typing.Union[ +type: Map< + String, + Union< {{#each requiredProperties}} {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} {{/each}} @@ -64,52 +64,52 @@ type: typing.Mapping[ {{#with additionalProperties}} {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} {{/with}} - ] -] + > +> {{else}} {{! no requiredProperties or optionalProperties or just one of them }} {{#if requiredProperties}} {{! requiredProperties + addProp }} -type: typing.Mapping[ - str, - typing.Union[ +type: Map< + String, + Union< {{#each requiredProperties}} {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} {{/each}} {{#with additionalProperties}} {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} {{/with}} - ] -] + > +> {{else}} {{#if optionalProperties}} {{! optionalProperties + addProp }} -type: typing.Mapping[ - str, - typing.Union[ +type: Map< + String, + Union< {{#each optionalProperties}} {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} {{/each}} {{#with additionalProperties}} {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} {{/with}} - ] -] + > +> {{else}} {{! only addProp }} -type: typing.Mapping[ - str, +type: Map< + String, {{#with additionalProperties}} {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} {{/with}} -] +> {{/if}} {{/if}} {{/and}} {{/if}} {{/if}} {{else}} -type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] +type: Map {{/if}} ``` Key | Type | Description | Notes @@ -129,19 +129,19 @@ Key | Type | Description | Notes {{/if}} {{/unless}} {{else}} -**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] {{/with}} {{#if mapOutputJsonPathPiece}} {{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }} {{else}} -{{headerSize}}# Output Dictionary Keys +{{headerSize}}# Output FrozenMap Keys {{/if}} ``` {{#if mapValueSchema}} -base class: schemas.immutabledict[str, {{#with mapValueSchema}}{{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule=null endChar="]" }}{{/with}} +base class: FrozenMap components/schemas/types/schema_output_type mode="unprefixed" fullRefModule=null endChar="]" }}{{/with}} {{else}} -base class: schemas.immutabledict[str, schemas.OUTPUT_BASE_TYPES] +base class: FrozenMap {{/if}} ``` {{headerSize}}## __new__ method @@ -166,7 +166,7 @@ Keyword Argument | Type | Description | Notes {{/if}} {{/unless}} {{else}} -**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] typed value is accessed with the get_additional_property_ method +**kwargs** | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] typed value is accessed with the get_additional_property_ method {{/with}} {{#or (and requiredProperties requiredProperties.hasValidKey) (and optionalProperties optionalProperties.hasValidKey) }} @@ -190,18 +190,18 @@ Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ from_dict_ | {{!> components/schemas/types/docschema_io_types types=(append (newArray ) "object") }} | {{!> components/schemas/types/docschema_output_types types=(append (newArray ) "object") }} | a constructor {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} -__getitem__ | str | {{#with mapValueSchema}}{{!> components/schemas/types/docschema_output_types }}{{else}}schemas.OUTPUT_BASE_TYPES{{/with}} | This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} +__getitem__ | String | {{#with mapValueSchema}}{{!> components/schemas/types/docschema_output_types }}{{else}}schemas.OUTPUT_BASE_TYPES{{/with}} | This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} {{/or}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} -get_additional_property_ | str | {{!> components/schemas/types/docschema_output_types optional=true }} | provides type safety for additional properties +get_additional_property_ | String | {{!> components/schemas/types/docschema_output_types optional=true }} | provides type safety for additional properties {{else}} -get_additional_property_ | str | {{!> components/schemas/types/docschema_output_types optional=true }} | provides type safety for additional properties +get_additional_property_ | String | {{!> components/schemas/types/docschema_output_types optional=true }} | provides type safety for additional properties {{/if}} {{/unless}} {{else}} -get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties {{/with}} {{/or}} {{#if items}} @@ -212,21 +212,14 @@ get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, {{headerSize}}# Input List Items {{/if}} ``` -type: typing.Union[ - typing.List[ - {{#with items}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../arrayInputJsonPathPiece.camelCase }} - {{/with}} - ], - typing.Tuple[ - {{#with items}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../arrayInputJsonPathPiece.camelCase }} - ... - {{/with}} - ] -] +type: List< + {{#with items}} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../arrayInputJsonPathPiece.camelCase }} + ... + {{/with}} +> ``` -List/Tuple Item Type | Description | Notes +List Item Type | Description | Notes -------------------- | ------------- | ------------- {{#with items}} {{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} @@ -235,10 +228,10 @@ List/Tuple Item Type | Description | Notes {{#if arrayOutputJsonPathPiece}} {{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }} {{else}} -{{headerSize}}# Output List Items +{{headerSize}}# Output FrozenList Items {{/if}} ``` -base class: typing.Tuple[ +base class: FrozenList< {{#with items}} {{#if refInfo.refClass}} {{#eq refModule null}} @@ -252,13 +245,13 @@ base class: typing.Tuple[ {{/if}} {{/with}} ... -] +> ``` {{headerSize}}## __new__ method Argument | Type -------- | ------ arg | {{!> components/schemas/types/docschema_io_types types=(append (newArray ) "array") }} -configuration | typing.Optional[schema_configuration.SchemaConfiguration] = None +configuration | configurations.SchemaConfiguration {{headerSize}}## methods Method | Input Type | Return Type | Notes From f7154f5e4d9307b8a9b7b892468b0ed4dba5e25c Mon Sep 17 00:00:00 2001 From: Justin Black Date: Fri, 24 Nov 2023 18:46:26 -0800 Subject: [PATCH 03/72] Adds schema name to doc, adds ref link --- .../applicationjson/Int32JsonContentTypeHeaderSchema.md | 1 + .../components/headers/numberheader/NumberHeaderSchema.md | 1 + .../applicationjson/RefContentSchemaHeaderSchema.md | 3 ++- .../headers/refschemaheader/RefSchemaHeaderSchema.md | 3 ++- .../components/headers/stringheader/StringHeaderSchema.md | 1 + .../content/applicationjson/Schema.md | 3 ++- .../docs/components/parameters/pathusername/Schema.md | 1 + .../parameters/refschemastringwithvalidation/Schema.md | 3 ++- .../client/content/applicationjson/Schema.md | 3 ++- .../requestbodies/pet/content/applicationjson/Schema.md | 3 ++- .../requestbodies/pet/content/applicationxml/Schema.md | 3 ++- .../userarray/content/applicationjson/Schema.md | 1 + .../headerswithnobody/headers/location/LocationSchema.md | 1 + .../content/applicationjson/Schema.md | 1 + .../content/applicationxml/Schema.md | 1 + .../content/applicationjson/Schema.md | 1 + .../headers/someheader/SomeHeaderSchema.md | 1 + .../content/applicationjson/Schema.md | 3 ++- .../java/docs/components/schemas/AbstractStepMessage.md | 3 ++- .../docs/components/schemas/AdditionalPropertiesClass.md | 3 ++- .../docs/components/schemas/AdditionalPropertiesSchema.md | 3 ++- .../schemas/AdditionalPropertiesWithArrayOfEnums.md | 3 ++- .../petstore/java/docs/components/schemas/Address.md | 3 ++- .../petstore/java/docs/components/schemas/Animal.md | 3 ++- .../petstore/java/docs/components/schemas/AnimalFarm.md | 3 ++- .../java/docs/components/schemas/AnyTypeAndFormat.md | 3 ++- .../java/docs/components/schemas/AnyTypeNotString.md | 3 ++- .../java/docs/components/schemas/ApiResponseSchema.md | 3 ++- .../client/petstore/java/docs/components/schemas/Apple.md | 3 ++- .../petstore/java/docs/components/schemas/AppleReq.md | 3 ++- .../java/docs/components/schemas/ArrayHoldingAnyType.md | 3 ++- .../docs/components/schemas/ArrayOfArrayOfNumberOnly.md | 3 ++- .../petstore/java/docs/components/schemas/ArrayOfEnums.md | 3 ++- .../java/docs/components/schemas/ArrayOfNumberOnly.md | 3 ++- .../petstore/java/docs/components/schemas/ArrayTest.md | 3 ++- .../components/schemas/ArrayWithValidationsInItems.md | 3 ++- .../petstore/java/docs/components/schemas/Banana.md | 3 ++- .../petstore/java/docs/components/schemas/BananaReq.md | 3 ++- .../client/petstore/java/docs/components/schemas/Bar.md | 3 ++- .../petstore/java/docs/components/schemas/BasquePig.md | 3 ++- .../petstore/java/docs/components/schemas/BooleanEnum.md | 3 ++- .../java/docs/components/schemas/BooleanSchema.md | 3 ++- .../java/docs/components/schemas/Capitalization.md | 3 ++- .../client/petstore/java/docs/components/schemas/Cat.md | 3 ++- .../petstore/java/docs/components/schemas/Category.md | 3 ++- .../petstore/java/docs/components/schemas/ChildCat.md | 3 ++- .../petstore/java/docs/components/schemas/ClassModel.md | 3 ++- .../petstore/java/docs/components/schemas/Client.md | 3 ++- .../java/docs/components/schemas/ComplexQuadrilateral.md | 3 ++- .../schemas/ComposedAnyOfDifferentTypesNoValidations.md | 3 ++- .../java/docs/components/schemas/ComposedArray.md | 3 ++- .../petstore/java/docs/components/schemas/ComposedBool.md | 3 ++- .../petstore/java/docs/components/schemas/ComposedNone.md | 3 ++- .../java/docs/components/schemas/ComposedNumber.md | 3 ++- .../java/docs/components/schemas/ComposedObject.md | 3 ++- .../components/schemas/ComposedOneOfDifferentTypes.md | 3 ++- .../java/docs/components/schemas/ComposedString.md | 3 ++- .../petstore/java/docs/components/schemas/Currency.md | 3 ++- .../petstore/java/docs/components/schemas/DanishPig.md | 3 ++- .../petstore/java/docs/components/schemas/DateTimeTest.md | 3 ++- .../docs/components/schemas/DateTimeWithValidations.md | 3 ++- .../java/docs/components/schemas/DateWithValidations.md | 3 ++- .../java/docs/components/schemas/DecimalPayload.md | 3 ++- .../client/petstore/java/docs/components/schemas/Dog.md | 3 ++- .../petstore/java/docs/components/schemas/Drawing.md | 3 ++- .../petstore/java/docs/components/schemas/EnumArrays.md | 3 ++- .../petstore/java/docs/components/schemas/EnumClass.md | 3 ++- .../petstore/java/docs/components/schemas/EnumTest.md | 3 ++- .../java/docs/components/schemas/EquilateralTriangle.md | 3 ++- .../client/petstore/java/docs/components/schemas/File.md | 3 ++- .../java/docs/components/schemas/FileSchemaTestClass.md | 3 ++- .../client/petstore/java/docs/components/schemas/Foo.md | 3 ++- .../petstore/java/docs/components/schemas/FormatTest.md | 3 ++- .../petstore/java/docs/components/schemas/FromSchema.md | 3 ++- .../client/petstore/java/docs/components/schemas/Fruit.md | 3 ++- .../petstore/java/docs/components/schemas/FruitReq.md | 3 ++- .../petstore/java/docs/components/schemas/GmFruit.md | 3 ++- .../java/docs/components/schemas/GrandparentAnimal.md | 3 ++- .../java/docs/components/schemas/HasOnlyReadOnly.md | 3 ++- .../java/docs/components/schemas/HealthCheckResult.md | 3 ++- .../petstore/java/docs/components/schemas/IntegerEnum.md | 3 ++- .../java/docs/components/schemas/IntegerEnumBig.md | 3 ++- .../java/docs/components/schemas/IntegerEnumOneValue.md | 3 ++- .../components/schemas/IntegerEnumWithDefaultValue.md | 3 ++- .../petstore/java/docs/components/schemas/IntegerMax10.md | 3 ++- .../petstore/java/docs/components/schemas/IntegerMin15.md | 3 ++- .../java/docs/components/schemas/IsoscelesTriangle.md | 3 ++- .../client/petstore/java/docs/components/schemas/Items.md | 3 ++- .../java/docs/components/schemas/JSONPatchRequest.md | 3 ++- .../components/schemas/JSONPatchRequestAddReplaceTest.md | 3 ++- .../docs/components/schemas/JSONPatchRequestMoveCopy.md | 3 ++- .../docs/components/schemas/JSONPatchRequestRemove.md | 3 ++- .../petstore/java/docs/components/schemas/Mammal.md | 3 ++- .../petstore/java/docs/components/schemas/MapTest.md | 3 ++- .../MixedPropertiesAndAdditionalPropertiesClass.md | 3 ++- .../client/petstore/java/docs/components/schemas/Money.md | 3 ++- .../petstore/java/docs/components/schemas/MyObjectDto.md | 3 ++- .../client/petstore/java/docs/components/schemas/Name.md | 3 ++- .../docs/components/schemas/NoAdditionalProperties.md | 3 ++- .../java/docs/components/schemas/NullableClass.md | 3 ++- .../java/docs/components/schemas/NullableShape.md | 3 ++- .../java/docs/components/schemas/NullableString.md | 3 ++- .../petstore/java/docs/components/schemas/NumberOnly.md | 3 ++- .../petstore/java/docs/components/schemas/NumberSchema.md | 3 ++- .../java/docs/components/schemas/NumberWithValidations.md | 3 ++- .../java/docs/components/schemas/ObjWithRequiredProps.md | 3 ++- .../docs/components/schemas/ObjWithRequiredPropsBase.md | 3 ++- .../java/docs/components/schemas/ObjectInterface.md | 3 ++- .../schemas/ObjectModelWithArgAndArgsProperties.md | 3 ++- .../docs/components/schemas/ObjectModelWithRefProps.md | 3 ++- .../ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md | 3 ++- .../components/schemas/ObjectWithCollidingProperties.md | 3 ++- .../components/schemas/ObjectWithDecimalProperties.md | 3 ++- .../components/schemas/ObjectWithDifficultlyNamedProps.md | 3 ++- .../schemas/ObjectWithInlineCompositionProperty.md | 3 ++- .../schemas/ObjectWithInvalidNamedRefedProperties.md | 3 ++- .../components/schemas/ObjectWithNonIntersectingValues.md | 3 ++- .../components/schemas/ObjectWithOnlyOptionalProps.md | 3 ++- .../docs/components/schemas/ObjectWithOptionalTestProp.md | 3 ++- .../java/docs/components/schemas/ObjectWithValidations.md | 3 ++- .../client/petstore/java/docs/components/schemas/Order.md | 3 ++- .../docs/components/schemas/PaginatedResultMyObjectDto.md | 3 ++- .../petstore/java/docs/components/schemas/ParentPet.md | 3 ++- .../client/petstore/java/docs/components/schemas/Pet.md | 3 ++- .../client/petstore/java/docs/components/schemas/Pig.md | 3 ++- .../petstore/java/docs/components/schemas/Player.md | 3 ++- .../petstore/java/docs/components/schemas/PublicKey.md | 3 ++- .../java/docs/components/schemas/Quadrilateral.md | 3 ++- .../docs/components/schemas/QuadrilateralInterface.md | 3 ++- .../java/docs/components/schemas/ReadOnlyFirst.md | 3 ++- .../petstore/java/docs/components/schemas/RefPet.md | 5 +++-- .../components/schemas/ReqPropsFromExplicitAddProps.md | 3 ++- .../docs/components/schemas/ReqPropsFromTrueAddProps.md | 3 ++- .../docs/components/schemas/ReqPropsFromUnsetAddProps.md | 3 ++- .../petstore/java/docs/components/schemas/ReturnSchema.md | 3 ++- .../java/docs/components/schemas/ScaleneTriangle.md | 3 ++- .../java/docs/components/schemas/Schema200Response.md | 3 ++- .../docs/components/schemas/SelfReferencingArrayModel.md | 3 ++- .../docs/components/schemas/SelfReferencingObjectModel.md | 3 ++- .../client/petstore/java/docs/components/schemas/Shape.md | 3 ++- .../petstore/java/docs/components/schemas/ShapeOrNull.md | 3 ++- .../java/docs/components/schemas/SimpleQuadrilateral.md | 3 ++- .../petstore/java/docs/components/schemas/SomeObject.md | 3 ++- .../java/docs/components/schemas/SpecialModelname.md | 3 ++- .../java/docs/components/schemas/StringBooleanMap.md | 3 ++- .../petstore/java/docs/components/schemas/StringEnum.md | 3 ++- .../docs/components/schemas/StringEnumWithDefaultValue.md | 3 ++- .../petstore/java/docs/components/schemas/StringSchema.md | 3 ++- .../java/docs/components/schemas/StringWithValidation.md | 3 ++- .../client/petstore/java/docs/components/schemas/Tag.md | 3 ++- .../petstore/java/docs/components/schemas/Triangle.md | 3 ++- .../java/docs/components/schemas/TriangleInterface.md | 3 ++- .../petstore/java/docs/components/schemas/UUIDString.md | 3 ++- .../client/petstore/java/docs/components/schemas/User.md | 3 ++- .../client/petstore/java/docs/components/schemas/Whale.md | 3 ++- .../client/petstore/java/docs/components/schemas/Zebra.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../delete/parameters/parameter0/Schema0.md | 1 + .../delete/parameters/parameter1/Schema1.md | 1 + .../get/parameters/parameter0/Schema0.md | 1 + .../parameters/parameter0/PathParamSchema0.md | 1 + .../post/parameters/parameter0/Schema0.md | 1 + .../paths/fake/delete/parameters/parameter0/Schema0.md | 1 + .../paths/fake/delete/parameters/parameter1/Schema1.md | 1 + .../paths/fake/delete/parameters/parameter2/Schema2.md | 1 + .../paths/fake/delete/parameters/parameter3/Schema3.md | 1 + .../paths/fake/delete/parameters/parameter4/Schema4.md | 1 + .../paths/fake/delete/parameters/parameter5/Schema5.md | 1 + .../docs/paths/fake/get/parameters/parameter0/Schema0.md | 1 + .../docs/paths/fake/get/parameters/parameter1/Schema1.md | 1 + .../docs/paths/fake/get/parameters/parameter2/Schema2.md | 1 + .../docs/paths/fake/get/parameters/parameter3/Schema3.md | 1 + .../docs/paths/fake/get/parameters/parameter4/Schema4.md | 1 + .../docs/paths/fake/get/parameters/parameter5/Schema5.md | 1 + .../content/applicationxwwwformurlencoded/Schema.md | 1 + .../response404/content/applicationjson/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../content/applicationxwwwformurlencoded/Schema.md | 1 + .../get/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../put/requestbody/content/applicationjson/Schema.md | 3 ++- .../put/parameters/parameter0/Schema0.md | 1 + .../put/requestbody/content/applicationjson/Schema.md | 3 ++- .../put/parameters/parameter0/Schema0.md | 1 + .../put/parameters/parameter1/Schema1.md | 1 + .../put/parameters/parameter2/Schema2.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../delete/parameters/parameter0/Schema0.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 1 + .../post/parameters/parameter0/Schema0.md | 1 + .../post/parameters/parameter1/Schema1.md | 1 + .../post/requestbody/content/applicationjson/Schema.md | 1 + .../post/requestbody/content/multipartformdata/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 1 + .../response200/content/multipartformdata/Schema.md | 1 + .../content/applicationxwwwformurlencoded/Schema.md | 1 + .../content/applicationjsonpatchjson/Schema.md | 3 ++- .../content/applicationjsoncharsetutf8/Schema.md | 1 + .../content/applicationjsoncharsetutf8/Schema.md | 1 + .../post/requestbody/content/applicationjson/Schema.md | 1 + .../post/requestbody/content/multipartformdata/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 1 + .../response202/content/applicationjson/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 1 + .../fakeobjinquery/get/parameters/parameter0/Schema0.md | 1 + .../post/parameters/parameter0/Schema0.md | 1 + .../post/parameters/parameter1/Schema1.md | 1 + .../post/parameters/parameter10/Schema10.md | 1 + .../post/parameters/parameter11/Schema11.md | 1 + .../post/parameters/parameter12/Schema12.md | 1 + .../post/parameters/parameter13/Schema13.md | 1 + .../post/parameters/parameter14/Schema14.md | 1 + .../post/parameters/parameter15/Schema15.md | 1 + .../post/parameters/parameter16/Schema16.md | 1 + .../post/parameters/parameter17/Schema17.md | 1 + .../post/parameters/parameter18/Schema18.md | 1 + .../post/parameters/parameter2/Schema2.md | 1 + .../post/parameters/parameter3/Schema3.md | 1 + .../post/parameters/parameter4/Schema4.md | 1 + .../post/parameters/parameter5/Schema5.md | 1 + .../post/parameters/parameter6/Schema6.md | 1 + .../post/parameters/parameter7/Schema7.md | 1 + .../post/parameters/parameter8/Schema8.md | 1 + .../post/parameters/parameter9/Schema9.md | 1 + .../post/requestbody/content/applicationjson/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 1 + .../post/parameters/parameter0/Schema0.md | 1 + .../post/requestbody/content/multipartformdata/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../parameter0/content/applicationjson/Schema0.md | 1 + .../response200/content/applicationjson/Schema.md | 1 + .../get/parameters/parameter0/Schema0.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../put/parameters/parameter0/Schema0.md | 1 + .../put/parameters/parameter1/Schema1.md | 1 + .../put/parameters/parameter2/Schema2.md | 1 + .../put/parameters/parameter3/Schema3.md | 1 + .../put/parameters/parameter4/Schema4.md | 1 + .../put/parameters/parameter5/Schema5.md | 3 ++- .../requestbody/content/applicationoctetstream/Schema.md | 1 + .../response200/content/applicationoctetstream/Schema.md | 1 + .../post/requestbody/content/multipartformdata/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/multipartformdata/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../response1xx/content/applicationjson/Schema.md | 1 + .../response200/content/applicationjson/Schema.md | 1 + .../response2xx/content/applicationjson/Schema.md | 1 + .../response3xx/content/applicationjson/Schema.md | 1 + .../response4xx/content/applicationjson/Schema.md | 1 + .../response5xx/content/applicationjson/Schema.md | 1 + .../responsedefault/content/applicationjson/Schema.md | 1 + .../petfindbystatus/get/parameters/parameter0/Schema0.md | 1 + .../petfindbytags/get/parameters/parameter0/Schema0.md | 1 + .../petpetid/delete/parameters/parameter0/Schema0.md | 1 + .../petpetid/delete/parameters/parameter1/Schema1.md | 1 + .../paths/petpetid/get/parameters/parameter0/Schema0.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationxml/Schema.md | 3 ++- .../paths/petpetid/post/parameters/parameter0/Schema0.md | 1 + .../content/applicationxwwwformurlencoded/Schema.md | 1 + .../post/parameters/parameter0/Schema0.md | 1 + .../post/requestbody/content/multipartformdata/Schema.md | 1 + .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationxml/Schema.md | 3 ++- .../delete/parameters/parameter0/Schema0.md | 1 + .../get/parameters/parameter0/Schema0.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationxml/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../paths/userlogin/get/parameters/parameter0/Schema0.md | 1 + .../paths/userlogin/get/parameters/parameter1/Schema1.md | 1 + .../response200/content/applicationjson/Schema.md | 1 + .../response200/content/applicationxml/Schema.md | 1 + .../headers/xexpiresafter/XExpiresAfterSchema.md | 1 + .../content/applicationjson/XRateLimitSchema.md | 1 + .../response200/content/applicationjson/Schema.md | 3 ++- .../response200/content/applicationxml/Schema.md | 3 ++- .../put/requestbody/content/applicationjson/Schema.md | 3 ++- .../components/_helper_header_from_identifier_pieces.hbs | 1 + .../org/openapitools/components/schemas/Schema_doc.hbs | 8 ++++---- .../components/schemas/__refclass_partial.hbs | 1 + 302 files changed, 495 insertions(+), 194 deletions(-) create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces.hbs create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/__refclass_partial.hbs diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index 026ec4c6f37..8f8dff0d630 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -1,3 +1,4 @@ +# Int32JsonContentTypeHeaderSchema1 main.java.org.openapijsonschematools.components.headers.int32jsoncontenttypeheader.content.applicationjson.Int32JsonContentTypeHeaderSchema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index ea6c8f4cead..9f04a67bd05 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -1,3 +1,4 @@ +# NumberHeaderSchema1 main.java.org.openapijsonschematools.components.headers.numberheader.NumberHeaderSchema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index 29c077fe816..0f910de28f9 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -1,3 +1,4 @@ +# RefContentSchemaHeaderSchema1 main.java.org.openapijsonschematools.components.headers.refcontentschemaheader.content.applicationjson.RefContentSchemaHeaderSchema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringWithValidation.StringWithValidation1**](../../../../../hematools/components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 1c68cc76cd2..ab97c1307e9 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -1,3 +1,4 @@ +# RefSchemaHeaderSchema1 main.java.org.openapijsonschematools.components.headers.refschemaheader.RefSchemaHeaderSchema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringWithValidation.StringWithValidation1**](../../../hematools/components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 6f42812c05a..44c24d5288c 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -1,3 +1,4 @@ +# StringHeaderSchema1 main.java.org.openapijsonschematools.components.headers.stringheader.StringHeaderSchema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 7c18568fc76..31c52d524dd 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.parameters.componentrefschemastringwithvalidation.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringWithValidation.StringWithValidation1**](../../../../../hematools/components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index fd59076677f..75d619162c6 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.parameters.pathusername.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index cffe28ec593..ae44300622a 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.parameters.refschemastringwithvalidation.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringWithValidation.StringWithValidation1**](../../../hematools/components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index 0c52ec249aa..3b1ae2aa5c1 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.requestbodies.client.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Client.Client1**](../../../../hematools/components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 90c035b8676..2da0847b4cc 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.requestbodies.pet.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Pet.Pet1**](../../../../hematools/components/schemas/Pet.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index 6567c830fc7..9022f4b23f0 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.requestbodies.pet.content.applicationxml.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**RefPet.RefPet1**](../../../../hematools/components/schemas/RefPet.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 2f67b001c97..5f98c890f87 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.requestbodies.userarray.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index 8b05c611a10..2691ac32ccb 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -1,3 +1,4 @@ +# LocationSchema1 main.java.org.openapijsonschematools.components.responses.headerswithnobody.headers.location.LocationSchema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 4b13cd9f83f..8106bfc8fc2 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index d890e29a72b..073c96f21f2 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationxml.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 3dcb7624ddc..bd9c60df0ba 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.responses.successinlinecontentandheader.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index f9f99ab61d5..8f7e6e93550 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -1,3 +1,4 @@ +# SomeHeaderSchema1 main.java.org.openapijsonschematools.components.responses.successinlinecontentandheader.headers.someheader.SomeHeaderSchema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index 6baa941ea08..0b6eb5575ca 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.components.responses.successwithjsonapiresponse.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ApiResponseSchema.ApiResponseSchema1**](../../../../../hematools/components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index b979ebcee5b..a01212d32c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.AbstractStepMessage +# AbstractStepMessage1 +org.openapijsonschematools.components.schema.AbstractStepMessage1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index eec9a992333..3cdffa2e3f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.AdditionalPropertiesClass +# AdditionalPropertiesClass1 +org.openapijsonschematools.components.schema.AdditionalPropertiesClass1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index f074551815b..1a0d92e7723 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.AdditionalPropertiesSchema +# AdditionalPropertiesSchema1 +org.openapijsonschematools.components.schema.AdditionalPropertiesSchema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 987a5259fc7..b271ce3d462 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.AdditionalPropertiesWithArrayOfEnums +# AdditionalPropertiesWithArrayOfEnums1 +org.openapijsonschematools.components.schema.AdditionalPropertiesWithArrayOfEnums1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 3e0ec1ce01d..c4dfbbba049 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Address +# Address1 +org.openapijsonschematools.components.schema.Address1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 6a20ac9ad9c..ecfe91e406e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Animal +# Animal1 +org.openapijsonschematools.components.schema.Animal1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 6c9dc4cb771..e03ca098082 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.AnimalFarm +# AnimalFarm1 +org.openapijsonschematools.components.schema.AnimalFarm1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 5241686348a..068057187b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.AnyTypeAndFormat +# AnyTypeAndFormat1 +org.openapijsonschematools.components.schema.AnyTypeAndFormat1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index 08db2b8a9de..1d48c2fe85f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.AnyTypeNotString +# AnyTypeNotString1 +org.openapijsonschematools.components.schema.AnyTypeNotString1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 58c773c7541..38847c52580 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ModelApiResponse +# ApiResponseSchema1 +org.openapijsonschematools.components.schema.ApiResponseSchema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index afa858a2d9c..a886a08f31b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Apple +# Apple1 +org.openapijsonschematools.components.schema.Apple1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 4824cd731ce..1ab8e2dcb51 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.AppleReq +# AppleReq1 +org.openapijsonschematools.components.schema.AppleReq1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index c86ba8284fc..dfc7d1a6657 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ArrayHoldingAnyType +# ArrayHoldingAnyType1 +org.openapijsonschematools.components.schema.ArrayHoldingAnyType1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 8ed9755e22e..b3ac2eabe0b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ArrayOfArrayOfNumberOnly +# ArrayOfArrayOfNumberOnly1 +org.openapijsonschematools.components.schema.ArrayOfArrayOfNumberOnly1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 9e030a293a4..b27c0dfa4c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ArrayOfEnums +# ArrayOfEnums1 +org.openapijsonschematools.components.schema.ArrayOfEnums1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 06ab890685d..4e1c8fa3e0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ArrayOfNumberOnly +# ArrayOfNumberOnly1 +org.openapijsonschematools.components.schema.ArrayOfNumberOnly1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 276de40facb..7daeea6066a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ArrayTest +# ArrayTest1 +org.openapijsonschematools.components.schema.ArrayTest1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 9b42ed00ed7..039c2242b95 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ArrayWithValidationsInItems +# ArrayWithValidationsInItems1 +org.openapijsonschematools.components.schema.ArrayWithValidationsInItems1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 0c00c557852..488023db719 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Banana +# Banana1 +org.openapijsonschematools.components.schema.Banana1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 72b6cf01f4b..ca4f75d5552 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.BananaReq +# BananaReq1 +org.openapijsonschematools.components.schema.BananaReq1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 82aba75950c..a6204df3f62 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Bar +# Bar1 +org.openapijsonschematools.components.schema.Bar1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index cb601f72eef..6f70e49ff02 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.BasquePig +# BasquePig1 +org.openapijsonschematools.components.schema.BasquePig1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 1fe13138ed5..9a0085a091a 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.BooleanEnum +# BooleanEnum1 +org.openapijsonschematools.components.schema.BooleanEnum1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index baf15b6b12e..8c6ab763453 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ModelBoolean +# BooleanSchema1 +org.openapijsonschematools.components.schema.BooleanSchema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index a773ef293f7..71680ac1f45 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Capitalization +# Capitalization1 +org.openapijsonschematools.components.schema.Capitalization1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index f586d2c43fc..4010df2ac03 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Cat +# Cat1 +org.openapijsonschematools.components.schema.Cat1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index f475a7b3648..78b2f597ea2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Category +# Category1 +org.openapijsonschematools.components.schema.Category1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 04bf0823958..8ae32dcb004 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ChildCat +# ChildCat1 +org.openapijsonschematools.components.schema.ChildCat1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 6406583a8ff..13a59c22ae5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ClassModel +# ClassModel1 +org.openapijsonschematools.components.schema.ClassModel1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 6a17ce99879..9983278038b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Client +# Client1 +org.openapijsonschematools.components.schema.Client1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index e7f0e73254f..69c63142fad 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComplexQuadrilateral +# ComplexQuadrilateral1 +org.openapijsonschematools.components.schema.ComplexQuadrilateral1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index d449b052522..e24fd23f1f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComposedAnyOfDifferentTypesNoValidations +# ComposedAnyOfDifferentTypesNoValidations1 +org.openapijsonschematools.components.schema.ComposedAnyOfDifferentTypesNoValidations1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index f93641ca7a4..edd55a556af 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComposedArray +# ComposedArray1 +org.openapijsonschematools.components.schema.ComposedArray1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index ecfe244fec2..7125baf62dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComposedBool +# ComposedBool1 +org.openapijsonschematools.components.schema.ComposedBool1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 22948ad4a46..89f367b3e7f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComposedNone +# ComposedNone1 +org.openapijsonschematools.components.schema.ComposedNone1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 4037b885247..80787bb25ab 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComposedNumber +# ComposedNumber1 +org.openapijsonschematools.components.schema.ComposedNumber1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 70ca57bbc92..9a5756cb736 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComposedObject +# ComposedObject1 +org.openapijsonschematools.components.schema.ComposedObject1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 21635ee0ff8..66f6d530d36 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComposedOneOfDifferentTypes +# ComposedOneOfDifferentTypes1 +org.openapijsonschematools.components.schema.ComposedOneOfDifferentTypes1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index cd018240b95..2fc70608d9a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ComposedString +# ComposedString1 +org.openapijsonschematools.components.schema.ComposedString1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 596ce17d3f7..82279000469 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Currency +# Currency1 +org.openapijsonschematools.components.schema.Currency1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 71f6778ca88..a095588cbc1 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.DanishPig +# DanishPig1 +org.openapijsonschematools.components.schema.DanishPig1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index f65af953d93..07345c2f9e6 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.DateTimeTest +# DateTimeTest1 +org.openapijsonschematools.components.schema.DateTimeTest1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 7c61668db06..2d18252ead6 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.DateTimeWithValidations +# DateTimeWithValidations1 +org.openapijsonschematools.components.schema.DateTimeWithValidations1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index e316ef28a3e..b2d47665d3a 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.DateWithValidations +# DateWithValidations1 +org.openapijsonschematools.components.schema.DateWithValidations1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index 32bb9325755..0ee21410402 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.DecimalPayload +# DecimalPayload1 +org.openapijsonschematools.components.schema.DecimalPayload1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 99dd8f0acb9..7a01bc66733 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Dog +# Dog1 +org.openapijsonschematools.components.schema.Dog1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index b906bfebb19..341d71ffff3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Drawing +# Drawing1 +org.openapijsonschematools.components.schema.Drawing1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index a6fc8681340..dd1c93fd0f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.EnumArrays +# EnumArrays1 +org.openapijsonschematools.components.schema.EnumArrays1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index e2bf205d35d..ce5f272f8f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.EnumClass +# EnumClass1 +org.openapijsonschematools.components.schema.EnumClass1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 6238e44ac68..28cffaaf887 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.EnumTest +# EnumTest1 +org.openapijsonschematools.components.schema.EnumTest1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 413294cbe9a..54e376c4220 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.EquilateralTriangle +# EquilateralTriangle1 +org.openapijsonschematools.components.schema.EquilateralTriangle1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 8173eb91b8c..c7796adfdd0 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.File +# File1 +org.openapijsonschematools.components.schema.File1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 24ee51e9050..4e03a600726 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.FileSchemaTestClass +# FileSchemaTestClass1 +org.openapijsonschematools.components.schema.FileSchemaTestClass1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 0640b4de91f..9af6f1b94fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Foo +# Foo1 +org.openapijsonschematools.components.schema.Foo1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 1255d1acbd7..4822d004fa9 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.FormatTest +# FormatTest1 +org.openapijsonschematools.components.schema.FormatTest1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 35d103775c5..22db0971408 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.FromSchema +# FromSchema1 +org.openapijsonschematools.components.schema.FromSchema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 4f423f32702..28864389230 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Fruit +# Fruit1 +org.openapijsonschematools.components.schema.Fruit1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index a89029c96ad..302b0c0326e 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.FruitReq +# FruitReq1 +org.openapijsonschematools.components.schema.FruitReq1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 5a1ef614551..028201bb0b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.GmFruit +# GmFruit1 +org.openapijsonschematools.components.schema.GmFruit1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index e1ac22bc66f..fd9a2bbac92 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.GrandparentAnimal +# GrandparentAnimal1 +org.openapijsonschematools.components.schema.GrandparentAnimal1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index f747673d98b..7b050f466e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.HasOnlyReadOnly +# HasOnlyReadOnly1 +org.openapijsonschematools.components.schema.HasOnlyReadOnly1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 4125bf07dba..204814ea1c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.HealthCheckResult +# HealthCheckResult1 +org.openapijsonschematools.components.schema.HealthCheckResult1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 3234e065031..ead9c7208db 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.IntegerEnum +# IntegerEnum1 +org.openapijsonschematools.components.schema.IntegerEnum1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index a4058a075dd..ddcc4b988c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.IntegerEnumBig +# IntegerEnumBig1 +org.openapijsonschematools.components.schema.IntegerEnumBig1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index d046bac55cb..1c088dd62c8 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.IntegerEnumOneValue +# IntegerEnumOneValue1 +org.openapijsonschematools.components.schema.IntegerEnumOneValue1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index e8f684a298f..dd0752a2695 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.IntegerEnumWithDefaultValue +# IntegerEnumWithDefaultValue1 +org.openapijsonschematools.components.schema.IntegerEnumWithDefaultValue1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index d977ba0c600..02f6e3e2062 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.IntegerMax10 +# IntegerMax101 +org.openapijsonschematools.components.schema.IntegerMax101.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 932d200ae77..0230c1f94c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.IntegerMin15 +# IntegerMin151 +org.openapijsonschematools.components.schema.IntegerMin151.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index f1b2bace1bd..096a7ae3b5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.IsoscelesTriangle +# IsoscelesTriangle1 +org.openapijsonschematools.components.schema.IsoscelesTriangle1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 7d73deecc66..e0b206f419b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Items +# Items1 +org.openapijsonschematools.components.schema.Items1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 59b88e5b81f..f48293cdf41 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.JSONPatchRequest +# JSONPatchRequest1 +org.openapijsonschematools.components.schema.JSONPatchRequest1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index d4734e12049..63d5d27690b 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.JSONPatchRequestAddReplaceTest +# JSONPatchRequestAddReplaceTest1 +org.openapijsonschematools.components.schema.JSONPatchRequestAddReplaceTest1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 59b708185bd..a81d6e2babb 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.JSONPatchRequestMoveCopy +# JSONPatchRequestMoveCopy1 +org.openapijsonschematools.components.schema.JSONPatchRequestMoveCopy1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 76758e3c7c8..8b419105448 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.JSONPatchRequestRemove +# JSONPatchRequestRemove1 +org.openapijsonschematools.components.schema.JSONPatchRequestRemove1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index d397097047b..764c73e2911 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Mammal +# Mammal1 +org.openapijsonschematools.components.schema.Mammal1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index a018e28cc98..4ae28901ca9 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.MapTest +# MapTest1 +org.openapijsonschematools.components.schema.MapTest1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index eacdb83e20a..607ebf34170 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.MixedPropertiesAndAdditionalPropertiesClass +# MixedPropertiesAndAdditionalPropertiesClass1 +org.openapijsonschematools.components.schema.MixedPropertiesAndAdditionalPropertiesClass1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 84823e3eabc..fa96276685a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Money +# Money1 +org.openapijsonschematools.components.schema.Money1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index da112332947..dc6fcc2eb2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.MyObjectDto +# MyObjectDto1 +org.openapijsonschematools.components.schema.MyObjectDto1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 3b8b2d8288a..c453d920b58 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Name +# Name1 +org.openapijsonschematools.components.schema.Name1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 4598f2e83b0..2d1d4033c49 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.NoAdditionalProperties +# NoAdditionalProperties1 +org.openapijsonschematools.components.schema.NoAdditionalProperties1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index a7220189d1f..065bce48648 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.NullableClass +# NullableClass1 +org.openapijsonschematools.components.schema.NullableClass1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index e2f03b554c6..b454e1d457c 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.NullableShape +# NullableShape1 +org.openapijsonschematools.components.schema.NullableShape1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index e118ef7c56f..859679f3ba2 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.NullableString +# NullableString1 +org.openapijsonschematools.components.schema.NullableString1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 3ee8fe811ab..695ac2bebf4 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.NumberOnly +# NumberOnly1 +org.openapijsonschematools.components.schema.NumberOnly1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 65170ebdbfb..24208272025 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ModelNumber +# NumberSchema1 +org.openapijsonschematools.components.schema.NumberSchema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index e49bbde69be..f0951914ad3 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.NumberWithValidations +# NumberWithValidations1 +org.openapijsonschematools.components.schema.NumberWithValidations1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 8993c13b176..b7bb9183fba 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjWithRequiredProps +# ObjWithRequiredProps1 +org.openapijsonschematools.components.schema.ObjWithRequiredProps1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 8d595b505fc..775ae84bbfc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjWithRequiredPropsBase +# ObjWithRequiredPropsBase1 +org.openapijsonschematools.components.schema.ObjWithRequiredPropsBase1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index f77e53aa327..287f1cd2f98 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectInterface +# ObjectInterface1 +org.openapijsonschematools.components.schema.ObjectInterface1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index c61237da31e..b851632252d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectModelWithArgAndArgsProperties +# ObjectModelWithArgAndArgsProperties1 +org.openapijsonschematools.components.schema.ObjectModelWithArgAndArgsProperties1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index a0a1f7c9965..52afeeaf038 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectModelWithRefProps +# ObjectModelWithRefProps1 +org.openapijsonschematools.components.schema.ObjectModelWithRefProps1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 50047949eb1..7ef1a6dfe40 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithAllOfWithReqTestPropFromUnsetAddProp +# ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 +org.openapijsonschematools.components.schema.ObjectWithAllOfWithReqTestPropFromUnsetAddProp1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index e59904f1bf1..45ef7b0e4c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithCollidingProperties +# ObjectWithCollidingProperties1 +org.openapijsonschematools.components.schema.ObjectWithCollidingProperties1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 1efa147cc9e..33ef37cd20c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithDecimalProperties +# ObjectWithDecimalProperties1 +org.openapijsonschematools.components.schema.ObjectWithDecimalProperties1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 1f643f53d93..cb4073465ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithDifficultlyNamedProps +# ObjectWithDifficultlyNamedProps1 +org.openapijsonschematools.components.schema.ObjectWithDifficultlyNamedProps1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 1fe4b8d31ea..f105a8dfb5e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithInlineCompositionProperty +# ObjectWithInlineCompositionProperty1 +org.openapijsonschematools.components.schema.ObjectWithInlineCompositionProperty1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 39aaa857f19..6006e676882 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithInvalidNamedRefedProperties +# ObjectWithInvalidNamedRefedProperties1 +org.openapijsonschematools.components.schema.ObjectWithInvalidNamedRefedProperties1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 2bb7c6b50e3..bf8dea45723 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithNonIntersectingValues +# ObjectWithNonIntersectingValues1 +org.openapijsonschematools.components.schema.ObjectWithNonIntersectingValues1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 41f49684acc..94f4204cdac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithOnlyOptionalProps +# ObjectWithOnlyOptionalProps1 +org.openapijsonschematools.components.schema.ObjectWithOnlyOptionalProps1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index f6336fb585a..ade761b5d65 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithOptionalTestProp +# ObjectWithOptionalTestProp1 +org.openapijsonschematools.components.schema.ObjectWithOptionalTestProp1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index b74ecb733c2..2ff9eacbc74 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ObjectWithValidations +# ObjectWithValidations1 +org.openapijsonschematools.components.schema.ObjectWithValidations1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 756dc66700b..12d9b848158 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Order +# Order1 +org.openapijsonschematools.components.schema.Order1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index b7b92f5323e..527e8d4ed14 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.PaginatedResultMyObjectDto +# PaginatedResultMyObjectDto1 +org.openapijsonschematools.components.schema.PaginatedResultMyObjectDto1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 68ef5c86f23..16d9dd4bec4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ParentPet +# ParentPet1 +org.openapijsonschematools.components.schema.ParentPet1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 4f9e18e4b1b..c95fd0b92f7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Pet +# Pet1 +org.openapijsonschematools.components.schema.Pet1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index ab1dfecd244..170bc31f9b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Pig +# Pig1 +org.openapijsonschematools.components.schema.Pig1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index c04fa39bdbb..d7a96850898 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Player +# Player1 +org.openapijsonschematools.components.schema.Player1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 85d991202ac..085d31e8598 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.PublicKey +# PublicKey1 +org.openapijsonschematools.components.schema.PublicKey1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index 5fc0bf3352f..e969fae41bf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Quadrilateral +# Quadrilateral1 +org.openapijsonschematools.components.schema.Quadrilateral1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 8b6eb3d6525..604b1609562 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.QuadrilateralInterface +# QuadrilateralInterface1 +org.openapijsonschematools.components.schema.QuadrilateralInterface1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 17906442f44..352c59b4758 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ReadOnlyFirst +# ReadOnlyFirst1 +org.openapijsonschematools.components.schema.ReadOnlyFirst1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 45c5291ad32..b73bda1dcaf 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.RefPet +# RefPet1 +org.openapijsonschematools.components.schema.RefPet1.java ``` type: JsonSchema ``` @@ -6,6 +7,6 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Pet.Pet1**](../../hematools/components/schemas/Pet.md) | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index ba6f073b5e5..da0f49ccef6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ReqPropsFromExplicitAddProps +# ReqPropsFromExplicitAddProps1 +org.openapijsonschematools.components.schema.ReqPropsFromExplicitAddProps1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 6927adf3660..1c3f49a027b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ReqPropsFromTrueAddProps +# ReqPropsFromTrueAddProps1 +org.openapijsonschematools.components.schema.ReqPropsFromTrueAddProps1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index bdcdfd6c0be..56b9970fd4f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ReqPropsFromUnsetAddProps +# ReqPropsFromUnsetAddProps1 +org.openapijsonschematools.components.schema.ReqPropsFromUnsetAddProps1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index d9b032e4837..bdd1630eb4f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ModelReturn +# ReturnSchema1 +org.openapijsonschematools.components.schema.ReturnSchema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 3858b20bab7..ad86597dc09 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ScaleneTriangle +# ScaleneTriangle1 +org.openapijsonschematools.components.schema.ScaleneTriangle1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 5a9f7843568..75c563ead05 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Model200Response +# Schema200Response1 +org.openapijsonschematools.components.schema.Schema200Response1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 65f8bbb4dd9..27bb1368ae0 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.SelfReferencingArrayModel +# SelfReferencingArrayModel1 +org.openapijsonschematools.components.schema.SelfReferencingArrayModel1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 2bc69470352..3afd0840149 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.SelfReferencingObjectModel +# SelfReferencingObjectModel1 +org.openapijsonschematools.components.schema.SelfReferencingObjectModel1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index 84e5142ff64..356d10c3b64 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Shape +# Shape1 +org.openapijsonschematools.components.schema.Shape1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index d64a63e49bb..7f8cdea1fb5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ShapeOrNull +# ShapeOrNull1 +org.openapijsonschematools.components.schema.ShapeOrNull1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 933fe2b9345..d766b4d0a57 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.SimpleQuadrilateral +# SimpleQuadrilateral1 +org.openapijsonschematools.components.schema.SimpleQuadrilateral1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 2a90e9fe659..5c9c93bbeac 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.SomeObject +# SomeObject1 +org.openapijsonschematools.components.schema.SomeObject1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index a17049049a4..ca64b43b319 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.SpecialModelname +# SpecialModelname1 +org.openapijsonschematools.components.schema.SpecialModelname1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index c2a35a8bfa4..edaf7c32095 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.StringBooleanMap +# StringBooleanMap1 +org.openapijsonschematools.components.schema.StringBooleanMap1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index f5b7cd7fae5..41006906be6 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.StringEnum +# StringEnum1 +org.openapijsonschematools.components.schema.StringEnum1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 6bf630e88c9..9516c7cfbea 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.StringEnumWithDefaultValue +# StringEnumWithDefaultValue1 +org.openapijsonschematools.components.schema.StringEnumWithDefaultValue1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 453d5f6b759..39de5d08ae2 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.ModelString +# StringSchema1 +org.openapijsonschematools.components.schema.StringSchema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 6a1d5ca4117..9443ef9d3db 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.StringWithValidation +# StringWithValidation1 +org.openapijsonschematools.components.schema.StringWithValidation1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 18474b21e63..3bebc4b3544 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Tag +# Tag1 +org.openapijsonschematools.components.schema.Tag1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 7f17f14fc85..0f7fd1e6a09 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Triangle +# Triangle1 +org.openapijsonschematools.components.schema.Triangle1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 184daeec662..6ac2ebff91f 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.TriangleInterface +# TriangleInterface1 +org.openapijsonschematools.components.schema.TriangleInterface1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index ffd6a12039f..612f34e972a 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.UUIDString +# UUIDString1 +org.openapijsonschematools.components.schema.UUIDString1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index dc22c1273b8..60c7a330003 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.User +# User1 +org.openapijsonschematools.components.schema.User1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index e3ff4371187..d01b534b432 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Whale +# Whale1 +org.openapijsonschematools.components.schema.Whale1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index c63b5272264..78e3622c77c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -1,4 +1,5 @@ -org.openapijsonschematools.components.schema.Zebra +# Zebra1 +org.openapijsonschematools.components.schema.Zebra1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index 7f3541d9260..f8e9981c9e4 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.anotherfakedummy.patch.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Client.Client1**](../../../../../../../../hematools/components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index 41be872ef51..39ccf338aca 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index bc5a53037ae..1c919435f9b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 3aec79d5004..b0f81c238ad 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.commonparamsubdir.get.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index ed1cb3c180b..8f4650774e8 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -1,3 +1,4 @@ +# PathParamSchema01 main.java.org.openapijsonschematools.paths.commonparamsubdir.parameters.parameter0.PathParamSchema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index 2b8b11a5c87..c4483cd036b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.commonparamsubdir.post.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index c2ecd49019d..4bba80c06aa 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 61140ee8996..25d722a39da 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index 66635e2b242..bd5117b8d4e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -1,3 +1,4 @@ +# Schema21 main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter2.Schema2 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 66eb33d38f8..0f939ce2c1d 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -1,3 +1,4 @@ +# Schema31 main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter3.Schema3 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index 9e64a88298e..5b8c275f017 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -1,3 +1,4 @@ +# Schema41 main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter4.Schema4 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 5dce482a43b..39acd0ce5c3 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -1,3 +1,4 @@ +# Schema51 main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter5.Schema5 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 289fb96e834..261daba1135 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index 80d52437060..c764620cc23 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 9bbfacdce0f..8b0f4ee2c3d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -1,3 +1,4 @@ +# Schema21 main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter2.Schema2 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index d60399b0e2a..55d9bb19c5c 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -1,3 +1,4 @@ +# Schema31 main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter3.Schema3 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 53b913ae90f..0d183d40c83 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -1,3 +1,4 @@ +# Schema41 main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter4.Schema4 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 57bf87c87a3..cc693d8f5ad 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -1,3 +1,4 @@ +# Schema51 main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter5.Schema5 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index bcbde981bd6..09e777a3899 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fake.get.requestbody.content.applicationxwwwformurlencoded.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 8994b34412a..d40bc9c2332 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fake.get.responses.response404.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index 0b085248828..9041adf8417 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fake.patch.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Client.Client1**](../../../../../../../../hematools/components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 2cd9eaae40a..87e1da05cdd 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index e4b24f7a3e3..5e86e48fa0c 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1**](../../../../../../hematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index 5ffbea31821..aae23cd6152 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1**](../../../../../../../../hematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index 97d2e429dbb..12873e6ae30 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakebodywithfileschema.put.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**FileSchemaTestClass.FileSchemaTestClass1**](../../../../../../hematools/components/schemas/FileSchemaTestClass.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index 27235ca874b..bd6eaebd0cb 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakebodywithqueryparams.put.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index 2319a7bd37f..dae3d847127 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakebodywithqueryparams.put.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**User.User1**](../../../../../../hematools/components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index e06769e1787..97b0a6beab1 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index c74381f2b84..9646bb99aaf 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 4914be523e2..dc122409b0f 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -1,3 +1,4 @@ +# Schema21 main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter2.Schema2 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index b1454eef05e..31ea302febb 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeclassnametest.patch.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Client.Client1**](../../../../../../../../hematools/components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 8aab1ebf46f..f5fa266baab 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakedeletecoffeeid.delete.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index e861c43dd8c..ffb228a37ed 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakehealth.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**HealthCheckResult.HealthCheckResult1**](../../../../../../../../hematools/components/schemas/HealthCheckResult.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index e07d053f57c..aeae5dd4824 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 2e4479a7b77..51951a2f6e5 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 783d3554ec8..996eb2b7507 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index 9bfb3486053..c13c73ca7ba 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 6968d19e449..2465ec1fd59 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.multipartformdata.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 611a2724326..e61d3c24de2 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index bb46936af1e..97462a2e294 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.multipartformdata.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 844147b93ce..a3196959982 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index b94c0a70a04..c6113557729 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakejsonpatch.patch.requestbody.content.applicationjsonpatchjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**JSONPatchRequest.JSONPatchRequest1**](../../../../../../hematools/components/schemas/JSONPatchRequest.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 1c2bd5949e7..6da33d92f44 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 87cc49c0d65..dcbe3a79ffc 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakejsonwithcharset.post.responses.response200.content.applicationjsoncharsetutf8.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 459346dca3f..d147bfeea00 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index e4507d8578a..cc4e391679e 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.multipartformdata.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index 3aeea5f7f90..10ba2d7ffb4 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index b2c374a2171..8e0556ff468 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 0d58ff7e134..89d1eba0b00 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response202.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 311fbdb6546..b7a0a63006a 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakemultiplesecurities.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index d393b890a9f..6e090d8c2ba 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakeobjinquery.get.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 66a9f18d3ed..b381d0ea5e6 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 9d585606dec..219edd7e28f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index fe7ebe86656..2e955ac4b14 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -1,3 +1,4 @@ +# Schema101 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter10.Schema10 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 2be675e6ba6..f5d95abf1bc 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -1,3 +1,4 @@ +# Schema111 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter11.Schema11 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index dfd64c77699..e7c8dbaf708 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -1,3 +1,4 @@ +# Schema121 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter12.Schema12 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index 4fe935ae883..c029d3a8267 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -1,3 +1,4 @@ +# Schema131 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter13.Schema13 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index 8733bed14c1..bf5abf4bdda 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -1,3 +1,4 @@ +# Schema141 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter14.Schema14 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index 1bd6be99d6a..a828332f016 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -1,3 +1,4 @@ +# Schema151 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter15.Schema15 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 9f2e337c51a..e526b3854f6 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -1,3 +1,4 @@ +# Schema161 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter16.Schema16 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 230ceb886df..76ebc9286d0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -1,3 +1,4 @@ +# Schema171 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter17.Schema17 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index ad28431f85b..c3c6ba76c98 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -1,3 +1,4 @@ +# Schema181 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter18.Schema18 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 51e10034409..5aef0ddcc88 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -1,3 +1,4 @@ +# Schema21 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter2.Schema2 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index 5769f12f539..d92cd902dcf 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -1,3 +1,4 @@ +# Schema31 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter3.Schema3 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 14fd66dafbb..9ed66d2937d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -1,3 +1,4 @@ +# Schema41 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter4.Schema4 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index e728cf1e6de..a1fd0d0682e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -1,3 +1,4 @@ +# Schema51 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter5.Schema5 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 097d53ba2db..3e5b7f6c1a6 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -1,3 +1,4 @@ +# Schema61 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter6.Schema6 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index cc6e4128e7d..fd237c27c45 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -1,3 +1,4 @@ +# Schema71 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter7.Schema7 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 65121189d5a..3c2dd1fc6c3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -1,3 +1,4 @@ +# Schema81 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter8.Schema8 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index cea3c504a94..a97b0042a2a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -1,3 +1,4 @@ +# Schema91 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter9.Schema9 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index d6633f25898..2c74dcd1d0b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index 9df5ea2851f..073c6e6d379 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index 20f2dadcb66..bd203bb645b 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 98159b48f54..e4eefeff4a1 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.requestbody.content.multipartformdata.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 976d50deec8..5c3bcd3ad63 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../hematools/components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 11ddad1ccb0..08088494b4f 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.parameters.parameter0.content.applicationjson.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index bd9cc38b6d0..e00d3fdf5d5 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index ecff4f8942f..abc38f51754 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.fakerefobjinquery.get.parameters.parameter0.Schema0 ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Foo.Foo1**](../../../hematools/components/schemas/Foo.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index f9018861a0e..d238859bd36 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsarraymodel.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**AnimalFarm.AnimalFarm1**](../../../../../../hematools/components/schemas/AnimalFarm.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index 3c2aeb869a0..176a62e3bc2 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsarraymodel.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**AnimalFarm.AnimalFarm1**](../../../../../../../../hematools/components/schemas/AnimalFarm.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 36add62f620..35b64f850fb 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsarrayofenums.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ArrayOfEnums.ArrayOfEnums1**](../../../../../../hematools/components/schemas/ArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index 2a803cf0bdd..b962bef28da 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsarrayofenums.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ArrayOfEnums.ArrayOfEnums1**](../../../../../../../../hematools/components/schemas/ArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index f26beabb54e..dc0a6ec0cd2 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsboolean.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**BooleanSchema.BooleanSchema1**](../../../../../../hematools/components/schemas/BooleanSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index 49a66591a5f..d11cc022c88 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsboolean.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**BooleanSchema.BooleanSchema1**](../../../../../../../../hematools/components/schemas/BooleanSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 324d50ec52a..9fd41983ac6 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1**](../../../../../../hematools/components/schemas/ComposedOneOfDifferentTypes.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index 48f00f336c7..426f7707a60 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1**](../../../../../../../../hematools/components/schemas/ComposedOneOfDifferentTypes.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index 32f3d773074..368b07f552c 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsenum.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringEnum.StringEnum1**](../../../../../../hematools/components/schemas/StringEnum.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index 3fad4fc8817..8fe3ee53b78 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsenum.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringEnum.StringEnum1**](../../../../../../../../hematools/components/schemas/StringEnum.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index 81980b7b6dc..bfb141485c2 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsmammal.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Mammal.Mammal1**](../../../../../../hematools/components/schemas/Mammal.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 89d32a78604..8c0c4bee7b9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsmammal.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Mammal.Mammal1**](../../../../../../../../hematools/components/schemas/Mammal.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index 139fc54cfdf..7b317148733 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsnumber.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**NumberWithValidations.NumberWithValidations1**](../../../../../../hematools/components/schemas/NumberWithValidations.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index cfc6f3c9138..b7296df4405 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsnumber.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**NumberWithValidations.NumberWithValidations1**](../../../../../../../../hematools/components/schemas/NumberWithValidations.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index 1eb20ce92ae..5f1a7d72913 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ObjectModelWithRefProps.ObjectModelWithRefProps1**](../../../../../../hematools/components/schemas/ObjectModelWithRefProps.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index de2fff5f0a4..c4224702e8c 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ObjectModelWithRefProps.ObjectModelWithRefProps1**](../../../../../../../../hematools/components/schemas/ObjectModelWithRefProps.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index 79e8144efa5..c93f4110414 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsstring.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringSchema.StringSchema1**](../../../../../../hematools/components/schemas/StringSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index d979d78212c..beda7401aef 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakerefsstring.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringSchema.StringSchema1**](../../../../../../../../hematools/components/schemas/StringSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 633735da7a8..e9a4a7f469c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 9ba71fc9153..1627a5db0ed 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 99f15c696b5..d292998e5c3 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -1,3 +1,4 @@ +# Schema21 main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter2.Schema2 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index d6f3207388c..32a52bdc9c8 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -1,3 +1,4 @@ +# Schema31 main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter3.Schema3 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 9f62fe31909..d89fade0ead 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -1,3 +1,4 @@ +# Schema41 main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter4.Schema4 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index 3c9e6521363..6b004592644 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -1,3 +1,4 @@ +# Schema51 main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter5.Schema5 ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**StringWithValidation.StringWithValidation1**](../../../hematools/components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 2cd88d8fdb7..0856ee54924 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index eea631a57de..76fced15b73 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeuploaddownloadfile.post.responses.response200.content.applicationoctetstream.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 8c0b451226c..92d57d64d59 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeuploadfile.post.requestbody.content.multipartformdata.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index 34c688781bb..d2f603132c0 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeuploadfile.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../hematools/components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 8410919b74d..7d91e902e28 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index 4bdfb00242f..731a4e51afa 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakeuploadfiles.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../hematools/components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 748f7462bff..4c2b42b5ac8 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response1xx.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 1c2ea41442b..94efc59d31e 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index a4c58b27b8d..fe162033106 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response2xx.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 2cb50b5be77..2e65e0ac416 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response3xx.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index 4502eef22d2..ef5d6999e49 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response4xx.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 8cabaa36f8d..7bb1dd9e3ad 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response5xx.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 48359cb6231..c213a6e9366 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.foo.get.responses.responsedefault.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 24bf1a3c543..e2682a9a65b 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.petfindbystatus.get.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 70ef190831e..af04e19c32c 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.petfindbytags.get.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 9991febba91..dc5013c04be 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.petpetid.delete.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index ae5a57f5210..ef5522830b6 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.petpetid.delete.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index b7080421313..4a8f314fa53 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.petpetid.get.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index 55b29bf8007..02a75693e2b 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**RefPet.RefPet1**](../../../../../../../../hematools/components/schemas/RefPet.md) | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index b065769b5e0..b5cb536e292 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationxml.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Pet.Pet1**](../../../../../../../../hematools/components/schemas/Pet.md) | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 5e921ff631b..873ba8cf921 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.petpetid.post.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 62dd8626646..2e58102f38c 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.petpetid.post.requestbody.content.applicationxwwwformurlencoded.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 3108b231576..198d77a4c71 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.petpetiduploadimage.post.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index d42e486fa8a..6931a5336a9 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.petpetiduploadimage.post.requestbody.content.multipartformdata.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index 06ad25016cf..98bcd1e84cb 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.storeorder.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Order.Order1**](../../../../../../hematools/components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index 28711db4489..2bd3164fa9a 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Order.Order1**](../../../../../../../../hematools/components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index e240080b0d3..db2c95c0454 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationxml.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Order.Order1**](../../../../../../../../hematools/components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 79445402be0..51a8f8237cb 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.storeorderorderid.delete.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index ef7806a9e86..d57a40cc440 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.storeorderorderid.get.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index 23848686e83..98d4b8d4d93 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Order.Order1**](../../../../../../../../hematools/components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index ac50fd916d4..aa591c1752f 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationxml.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**Order.Order1**](../../../../../../../../hematools/components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index a6287c40fd4..d53df0036ca 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.user.post.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**User.User1**](../../../../../../hematools/components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index eb4d0fd0020..544d181d859 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -1,3 +1,4 @@ +# Schema01 main.java.org.openapijsonschematools.paths.userlogin.get.parameters.parameter0.Schema0 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 633c7b1c824..090bedd3588 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -1,3 +1,4 @@ +# Schema11 main.java.org.openapijsonschematools.paths.userlogin.get.parameters.parameter1.Schema1 ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index ca0d6eb4165..4d213fe3a2b 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 6d44c4b1315..ac5831b1ac0 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationxml.Schema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 6b1c898d326..553f748671a 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -1,3 +1,4 @@ +# XExpiresAfterSchema1 main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xexpiresafter.XExpiresAfterSchema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index 494814e02c7..195aa4e6f85 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -1,3 +1,4 @@ +# XRateLimitSchema1 main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xratelimit.content.applicationjson.XRateLimitSchema ``` type: JsonSchema diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index ba41d40dd7b..124a0272d39 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**User.User1**](../../../../../../../../hematools/components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index 312c4ca1893..8ff4fcbb2a1 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationxml.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**User.User1**](../../../../../../../../hematools/components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index 3b69418ff25..e6fddbccd44 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -1,3 +1,4 @@ +# Schema1 main.java.org.openapijsonschematools.paths.userusername.put.requestbody.content.applicationjson.Schema ``` type: JsonSchema @@ -6,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- - | | +[**User.User1**](../../../../../../hematools/components/schemas/User.md) | | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces.hbs new file mode 100644 index 00000000000..1c650293bf9 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces.hbs @@ -0,0 +1 @@ +{{headerSize}} {{#each identifierPieces}}{{#if this.camelCase}}{{this.camelCase}}{{else}}{{this}}{{/if}}{{#unless @last}} {{/unless}}{{/each}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 19f6243e713..3a3d8b5aaa9 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -1,11 +1,11 @@ {{#with schema}} {{#eq identifierPieces.size 0}} -{{!> components/_helper_header_from_identifier_pieces identifierPieces=(append identifierPieces jsonPathPiece) }} +{{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces identifierPieces=(append identifierPieces jsonPathPiece) }} {{else}} -{{!> components/_helper_header_from_identifier_pieces }} +{{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces }} {{/eq}} {{#if componentModule}} -{{packageName}}.components.schema.{{jsonPathPiece.snakeCase}} +{{packageName}}.components.schema.{{jsonPathPiece.camelCase}}.java {{else}} {{#unless isInline}} {{moduleLocation}} @@ -24,7 +24,7 @@ type: JsonSchema {{headerSize}}# Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -{{!> components/schemas/__refclass_partial }} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} +{{> src/main/java/org/openapitools/components/schemas/__refclass_partial }} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} {{else}} {{headerSize}}# validate method Input Type | Return Type | Notes diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/__refclass_partial.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/__refclass_partial.hbs new file mode 100644 index 00000000000..f1c3f2d24fa --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/__refclass_partial.hbs @@ -0,0 +1 @@ +[**{{#neq refInfo.refModule null}}{{refInfo.refModule}}.{{/neq}}{{refInfo.refClass}}**]({{#eq refInfo.refModule null}}#top{{else}}{{#with refInfo.ref}}{{docRoot}}{{pathFromDocRoot}}.md{{/with}}{{/eq}}) \ No newline at end of file From 37a24238d3e4e7aa7f3b0b0c87e4f286220ebb6f Mon Sep 17 00:00:00 2001 From: Justin Black Date: Fri, 24 Nov 2023 22:49:18 -0800 Subject: [PATCH 04/72] Fixes schema readline link to ref schemas and listed file location --- .../applicationjson/Int32JsonContentTypeHeaderSchema.md | 2 +- .../components/headers/numberheader/NumberHeaderSchema.md | 2 +- .../applicationjson/RefContentSchemaHeaderSchema.md | 4 ++-- .../headers/refschemaheader/RefSchemaHeaderSchema.md | 4 ++-- .../components/headers/stringheader/StringHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 4 ++-- .../java/docs/components/parameters/pathusername/Schema.md | 2 +- .../parameters/refschemastringwithvalidation/Schema.md | 4 ++-- .../requestbodies/client/content/applicationjson/Schema.md | 4 ++-- .../requestbodies/pet/content/applicationjson/Schema.md | 4 ++-- .../requestbodies/pet/content/applicationxml/Schema.md | 4 ++-- .../userarray/content/applicationjson/Schema.md | 2 +- .../headerswithnobody/headers/location/LocationSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../headers/someheader/SomeHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 4 ++-- .../java/docs/components/schemas/AbstractStepMessage.md | 2 +- .../docs/components/schemas/AdditionalPropertiesClass.md | 2 +- .../docs/components/schemas/AdditionalPropertiesSchema.md | 2 +- .../schemas/AdditionalPropertiesWithArrayOfEnums.md | 2 +- .../petstore/java/docs/components/schemas/Address.md | 2 +- .../client/petstore/java/docs/components/schemas/Animal.md | 2 +- .../petstore/java/docs/components/schemas/AnimalFarm.md | 2 +- .../java/docs/components/schemas/AnyTypeAndFormat.md | 2 +- .../java/docs/components/schemas/AnyTypeNotString.md | 2 +- .../java/docs/components/schemas/ApiResponseSchema.md | 2 +- .../client/petstore/java/docs/components/schemas/Apple.md | 2 +- .../petstore/java/docs/components/schemas/AppleReq.md | 2 +- .../java/docs/components/schemas/ArrayHoldingAnyType.md | 2 +- .../docs/components/schemas/ArrayOfArrayOfNumberOnly.md | 2 +- .../petstore/java/docs/components/schemas/ArrayOfEnums.md | 2 +- .../java/docs/components/schemas/ArrayOfNumberOnly.md | 2 +- .../petstore/java/docs/components/schemas/ArrayTest.md | 2 +- .../docs/components/schemas/ArrayWithValidationsInItems.md | 2 +- .../client/petstore/java/docs/components/schemas/Banana.md | 2 +- .../petstore/java/docs/components/schemas/BananaReq.md | 2 +- .../client/petstore/java/docs/components/schemas/Bar.md | 2 +- .../petstore/java/docs/components/schemas/BasquePig.md | 2 +- .../petstore/java/docs/components/schemas/BooleanEnum.md | 2 +- .../petstore/java/docs/components/schemas/BooleanSchema.md | 2 +- .../java/docs/components/schemas/Capitalization.md | 2 +- .../client/petstore/java/docs/components/schemas/Cat.md | 2 +- .../petstore/java/docs/components/schemas/Category.md | 2 +- .../petstore/java/docs/components/schemas/ChildCat.md | 2 +- .../petstore/java/docs/components/schemas/ClassModel.md | 2 +- .../client/petstore/java/docs/components/schemas/Client.md | 2 +- .../java/docs/components/schemas/ComplexQuadrilateral.md | 2 +- .../schemas/ComposedAnyOfDifferentTypesNoValidations.md | 2 +- .../petstore/java/docs/components/schemas/ComposedArray.md | 2 +- .../petstore/java/docs/components/schemas/ComposedBool.md | 2 +- .../petstore/java/docs/components/schemas/ComposedNone.md | 2 +- .../java/docs/components/schemas/ComposedNumber.md | 2 +- .../java/docs/components/schemas/ComposedObject.md | 2 +- .../docs/components/schemas/ComposedOneOfDifferentTypes.md | 2 +- .../java/docs/components/schemas/ComposedString.md | 2 +- .../petstore/java/docs/components/schemas/Currency.md | 2 +- .../petstore/java/docs/components/schemas/DanishPig.md | 2 +- .../petstore/java/docs/components/schemas/DateTimeTest.md | 2 +- .../docs/components/schemas/DateTimeWithValidations.md | 2 +- .../java/docs/components/schemas/DateWithValidations.md | 2 +- .../java/docs/components/schemas/DecimalPayload.md | 2 +- .../client/petstore/java/docs/components/schemas/Dog.md | 2 +- .../petstore/java/docs/components/schemas/Drawing.md | 2 +- .../petstore/java/docs/components/schemas/EnumArrays.md | 2 +- .../petstore/java/docs/components/schemas/EnumClass.md | 2 +- .../petstore/java/docs/components/schemas/EnumTest.md | 2 +- .../java/docs/components/schemas/EquilateralTriangle.md | 2 +- .../client/petstore/java/docs/components/schemas/File.md | 2 +- .../java/docs/components/schemas/FileSchemaTestClass.md | 2 +- .../client/petstore/java/docs/components/schemas/Foo.md | 2 +- .../petstore/java/docs/components/schemas/FormatTest.md | 2 +- .../petstore/java/docs/components/schemas/FromSchema.md | 2 +- .../client/petstore/java/docs/components/schemas/Fruit.md | 2 +- .../petstore/java/docs/components/schemas/FruitReq.md | 2 +- .../petstore/java/docs/components/schemas/GmFruit.md | 2 +- .../java/docs/components/schemas/GrandparentAnimal.md | 2 +- .../java/docs/components/schemas/HasOnlyReadOnly.md | 2 +- .../java/docs/components/schemas/HealthCheckResult.md | 2 +- .../petstore/java/docs/components/schemas/IntegerEnum.md | 2 +- .../java/docs/components/schemas/IntegerEnumBig.md | 2 +- .../java/docs/components/schemas/IntegerEnumOneValue.md | 2 +- .../docs/components/schemas/IntegerEnumWithDefaultValue.md | 2 +- .../petstore/java/docs/components/schemas/IntegerMax10.md | 2 +- .../petstore/java/docs/components/schemas/IntegerMin15.md | 2 +- .../java/docs/components/schemas/IsoscelesTriangle.md | 2 +- .../client/petstore/java/docs/components/schemas/Items.md | 2 +- .../java/docs/components/schemas/JSONPatchRequest.md | 2 +- .../components/schemas/JSONPatchRequestAddReplaceTest.md | 2 +- .../docs/components/schemas/JSONPatchRequestMoveCopy.md | 2 +- .../java/docs/components/schemas/JSONPatchRequestRemove.md | 2 +- .../client/petstore/java/docs/components/schemas/Mammal.md | 2 +- .../petstore/java/docs/components/schemas/MapTest.md | 2 +- .../schemas/MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../client/petstore/java/docs/components/schemas/Money.md | 2 +- .../petstore/java/docs/components/schemas/MyObjectDto.md | 2 +- .../client/petstore/java/docs/components/schemas/Name.md | 2 +- .../java/docs/components/schemas/NoAdditionalProperties.md | 2 +- .../petstore/java/docs/components/schemas/NullableClass.md | 2 +- .../petstore/java/docs/components/schemas/NullableShape.md | 2 +- .../java/docs/components/schemas/NullableString.md | 2 +- .../petstore/java/docs/components/schemas/NumberOnly.md | 2 +- .../petstore/java/docs/components/schemas/NumberSchema.md | 2 +- .../java/docs/components/schemas/NumberWithValidations.md | 2 +- .../java/docs/components/schemas/ObjWithRequiredProps.md | 2 +- .../docs/components/schemas/ObjWithRequiredPropsBase.md | 2 +- .../java/docs/components/schemas/ObjectInterface.md | 2 +- .../schemas/ObjectModelWithArgAndArgsProperties.md | 2 +- .../docs/components/schemas/ObjectModelWithRefProps.md | 2 +- .../ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md | 2 +- .../components/schemas/ObjectWithCollidingProperties.md | 2 +- .../docs/components/schemas/ObjectWithDecimalProperties.md | 2 +- .../components/schemas/ObjectWithDifficultlyNamedProps.md | 2 +- .../schemas/ObjectWithInlineCompositionProperty.md | 2 +- .../schemas/ObjectWithInvalidNamedRefedProperties.md | 2 +- .../components/schemas/ObjectWithNonIntersectingValues.md | 2 +- .../docs/components/schemas/ObjectWithOnlyOptionalProps.md | 2 +- .../docs/components/schemas/ObjectWithOptionalTestProp.md | 2 +- .../java/docs/components/schemas/ObjectWithValidations.md | 2 +- .../client/petstore/java/docs/components/schemas/Order.md | 2 +- .../docs/components/schemas/PaginatedResultMyObjectDto.md | 2 +- .../petstore/java/docs/components/schemas/ParentPet.md | 2 +- .../client/petstore/java/docs/components/schemas/Pet.md | 2 +- .../client/petstore/java/docs/components/schemas/Pig.md | 2 +- .../client/petstore/java/docs/components/schemas/Player.md | 2 +- .../petstore/java/docs/components/schemas/PublicKey.md | 2 +- .../petstore/java/docs/components/schemas/Quadrilateral.md | 2 +- .../java/docs/components/schemas/QuadrilateralInterface.md | 2 +- .../petstore/java/docs/components/schemas/ReadOnlyFirst.md | 2 +- .../client/petstore/java/docs/components/schemas/RefPet.md | 4 ++-- .../components/schemas/ReqPropsFromExplicitAddProps.md | 2 +- .../docs/components/schemas/ReqPropsFromTrueAddProps.md | 2 +- .../docs/components/schemas/ReqPropsFromUnsetAddProps.md | 2 +- .../petstore/java/docs/components/schemas/ReturnSchema.md | 2 +- .../java/docs/components/schemas/ScaleneTriangle.md | 2 +- .../java/docs/components/schemas/Schema200Response.md | 2 +- .../docs/components/schemas/SelfReferencingArrayModel.md | 2 +- .../docs/components/schemas/SelfReferencingObjectModel.md | 2 +- .../client/petstore/java/docs/components/schemas/Shape.md | 2 +- .../petstore/java/docs/components/schemas/ShapeOrNull.md | 2 +- .../java/docs/components/schemas/SimpleQuadrilateral.md | 2 +- .../petstore/java/docs/components/schemas/SomeObject.md | 2 +- .../java/docs/components/schemas/SpecialModelname.md | 2 +- .../java/docs/components/schemas/StringBooleanMap.md | 2 +- .../petstore/java/docs/components/schemas/StringEnum.md | 2 +- .../docs/components/schemas/StringEnumWithDefaultValue.md | 2 +- .../petstore/java/docs/components/schemas/StringSchema.md | 2 +- .../java/docs/components/schemas/StringWithValidation.md | 2 +- .../client/petstore/java/docs/components/schemas/Tag.md | 2 +- .../petstore/java/docs/components/schemas/Triangle.md | 2 +- .../java/docs/components/schemas/TriangleInterface.md | 2 +- .../petstore/java/docs/components/schemas/UUIDString.md | 2 +- .../client/petstore/java/docs/components/schemas/User.md | 2 +- .../client/petstore/java/docs/components/schemas/Whale.md | 2 +- .../client/petstore/java/docs/components/schemas/Zebra.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../commonparamsubdir/get/parameters/parameter0/Schema0.md | 2 +- .../parameters/parameter0/PathParamSchema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../paths/fake/delete/parameters/parameter0/Schema0.md | 2 +- .../paths/fake/delete/parameters/parameter1/Schema1.md | 2 +- .../paths/fake/delete/parameters/parameter2/Schema2.md | 2 +- .../paths/fake/delete/parameters/parameter3/Schema3.md | 2 +- .../paths/fake/delete/parameters/parameter4/Schema4.md | 2 +- .../paths/fake/delete/parameters/parameter5/Schema5.md | 2 +- .../docs/paths/fake/get/parameters/parameter0/Schema0.md | 2 +- .../docs/paths/fake/get/parameters/parameter1/Schema1.md | 2 +- .../docs/paths/fake/get/parameters/parameter2/Schema2.md | 2 +- .../docs/paths/fake/get/parameters/parameter3/Schema3.md | 2 +- .../docs/paths/fake/get/parameters/parameter4/Schema4.md | 2 +- .../docs/paths/fake/get/parameters/parameter5/Schema5.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../response404/content/applicationjson/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../get/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../put/requestbody/content/applicationjson/Schema.md | 4 ++-- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/requestbody/content/applicationjson/Schema.md | 4 ++-- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../delete/parameters/parameter0/Schema0.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 2 +- .../response200/content/multipartformdata/Schema.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../requestbody/content/applicationjsonpatchjson/Schema.md | 4 ++-- .../content/applicationjsoncharsetutf8/Schema.md | 2 +- .../content/applicationjsoncharsetutf8/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 2 +- .../response202/content/applicationjson/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 2 +- .../fakeobjinquery/get/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../post/parameters/parameter10/Schema10.md | 2 +- .../post/parameters/parameter11/Schema11.md | 2 +- .../post/parameters/parameter12/Schema12.md | 2 +- .../post/parameters/parameter13/Schema13.md | 2 +- .../post/parameters/parameter14/Schema14.md | 2 +- .../post/parameters/parameter15/Schema15.md | 2 +- .../post/parameters/parameter16/Schema16.md | 2 +- .../post/parameters/parameter17/Schema17.md | 2 +- .../post/parameters/parameter18/Schema18.md | 2 +- .../post/parameters/parameter2/Schema2.md | 2 +- .../post/parameters/parameter3/Schema3.md | 2 +- .../post/parameters/parameter4/Schema4.md | 2 +- .../post/parameters/parameter5/Schema5.md | 2 +- .../post/parameters/parameter6/Schema6.md | 2 +- .../post/parameters/parameter7/Schema7.md | 2 +- .../post/parameters/parameter8/Schema8.md | 2 +- .../post/parameters/parameter9/Schema9.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../parameter0/content/applicationjson/Schema0.md | 2 +- .../response200/content/applicationjson/Schema.md | 2 +- .../fakerefobjinquery/get/parameters/parameter0/Schema0.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../put/parameters/parameter3/Schema3.md | 2 +- .../put/parameters/parameter4/Schema4.md | 2 +- .../put/parameters/parameter5/Schema5.md | 4 ++-- .../requestbody/content/applicationoctetstream/Schema.md | 2 +- .../response200/content/applicationoctetstream/Schema.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../response1xx/content/applicationjson/Schema.md | 2 +- .../response200/content/applicationjson/Schema.md | 2 +- .../response2xx/content/applicationjson/Schema.md | 2 +- .../response3xx/content/applicationjson/Schema.md | 2 +- .../response4xx/content/applicationjson/Schema.md | 2 +- .../response5xx/content/applicationjson/Schema.md | 2 +- .../responsedefault/content/applicationjson/Schema.md | 2 +- .../petfindbystatus/get/parameters/parameter0/Schema0.md | 2 +- .../petfindbytags/get/parameters/parameter0/Schema0.md | 2 +- .../paths/petpetid/delete/parameters/parameter0/Schema0.md | 2 +- .../paths/petpetid/delete/parameters/parameter1/Schema1.md | 2 +- .../paths/petpetid/get/parameters/parameter0/Schema0.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../responses/response200/content/applicationxml/Schema.md | 4 ++-- .../paths/petpetid/post/parameters/parameter0/Schema0.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../response200/content/applicationjson/Schema.md | 4 ++-- .../responses/response200/content/applicationxml/Schema.md | 4 ++-- .../delete/parameters/parameter0/Schema0.md | 2 +- .../storeorderorderid/get/parameters/parameter0/Schema0.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../responses/response200/content/applicationxml/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../paths/userlogin/get/parameters/parameter0/Schema0.md | 2 +- .../paths/userlogin/get/parameters/parameter1/Schema1.md | 2 +- .../response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationxml/Schema.md | 2 +- .../headers/xexpiresafter/XExpiresAfterSchema.md | 2 +- .../xratelimit/content/applicationjson/XRateLimitSchema.md | 2 +- .../response200/content/applicationjson/Schema.md | 4 ++-- .../responses/response200/content/applicationxml/Schema.md | 4 ++-- .../put/requestbody/content/applicationjson/Schema.md | 4 ++-- .../codegen/generators/DefaultGenerator.java | 2 +- .../codegen/generators/JavaClientGenerator.java | 7 +++++++ .../org/openapitools/components/schemas/Schema_doc.hbs | 4 ++-- 302 files changed, 361 insertions(+), 354 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index 8f8dff0d630..7644f5947d2 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -1,5 +1,5 @@ # Int32JsonContentTypeHeaderSchema1 -main.java.org.openapijsonschematools.components.headers.int32jsoncontenttypeheader.content.applicationjson.Int32JsonContentTypeHeaderSchema +org.openapijsonschematools.components.headers.int32jsoncontenttypeheader.content.applicationjson.Int32JsonContentTypeHeaderSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 9f04a67bd05..9bf4ec278e3 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -1,5 +1,5 @@ # NumberHeaderSchema1 -main.java.org.openapijsonschematools.components.headers.numberheader.NumberHeaderSchema +org.openapijsonschematools.components.headers.numberheader.NumberHeaderSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index 0f910de28f9..ef92fdd7983 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -1,5 +1,5 @@ # RefContentSchemaHeaderSchema1 -main.java.org.openapijsonschematools.components.headers.refcontentschemaheader.content.applicationjson.RefContentSchemaHeaderSchema +org.openapijsonschematools.components.headers.refcontentschemaheader.content.applicationjson.RefContentSchemaHeaderSchema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../../../hematools/components/schemas/StringWithValidation.md) | | +[**StringWithValidation.StringWithValidation1**](../../../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index ab97c1307e9..86b2471ce09 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -1,5 +1,5 @@ # RefSchemaHeaderSchema1 -main.java.org.openapijsonschematools.components.headers.refschemaheader.RefSchemaHeaderSchema +org.openapijsonschematools.components.headers.refschemaheader.RefSchemaHeaderSchema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../hematools/components/schemas/StringWithValidation.md) | | +[**StringWithValidation.StringWithValidation1**](../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 44c24d5288c..017c43a8b7a 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -1,5 +1,5 @@ # StringHeaderSchema1 -main.java.org.openapijsonschematools.components.headers.stringheader.StringHeaderSchema +org.openapijsonschematools.components.headers.stringheader.StringHeaderSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 31c52d524dd..2cd5da0a977 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.parameters.componentrefschemastringwithvalidation.content.applicationjson.Schema +org.openapijsonschematools.components.parameters.componentrefschemastringwithvalidation.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../../../hematools/components/schemas/StringWithValidation.md) | | +[**StringWithValidation.StringWithValidation1**](../../../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index 75d619162c6..386c7886e3d 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.parameters.pathusername.Schema +org.openapijsonschematools.components.parameters.pathusername.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index ae44300622a..233fcb0dfb3 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.parameters.refschemastringwithvalidation.Schema +org.openapijsonschematools.components.parameters.refschemastringwithvalidation.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../hematools/components/schemas/StringWithValidation.md) | | +[**StringWithValidation.StringWithValidation1**](../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index 3b1ae2aa5c1..91ef9284f92 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.requestbodies.client.content.applicationjson.Schema +org.openapijsonschematools.components.requestbodies.client.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Client.Client1**](../../../../hematools/components/schemas/Client.md) | | +[**Client.Client1**](../../../../components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 2da0847b4cc..b5ffebed839 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.requestbodies.pet.content.applicationjson.Schema +org.openapijsonschematools.components.requestbodies.pet.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Pet.Pet1**](../../../../hematools/components/schemas/Pet.md) | | +[**Pet.Pet1**](../../../../components/schemas/Pet.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index 9022f4b23f0..fca10df3fb5 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.requestbodies.pet.content.applicationxml.Schema +org.openapijsonschematools.components.requestbodies.pet.content.applicationxml.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**RefPet.RefPet1**](../../../../hematools/components/schemas/RefPet.md) | | +[**RefPet.RefPet1**](../../../../components/schemas/RefPet.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 5f98c890f87..fce70c59e92 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.requestbodies.userarray.content.applicationjson.Schema +org.openapijsonschematools.components.requestbodies.userarray.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index 2691ac32ccb..3691d899795 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -1,5 +1,5 @@ # LocationSchema1 -main.java.org.openapijsonschematools.components.responses.headerswithnobody.headers.location.LocationSchema +org.openapijsonschematools.components.responses.headerswithnobody.headers.location.LocationSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 8106bfc8fc2..491ec74ac8a 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationjson.Schema +org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 073c96f21f2..670acc7e082 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationxml.Schema +org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationxml.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index bd9c60df0ba..6a663a48082 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.responses.successinlinecontentandheader.content.applicationjson.Schema +org.openapijsonschematools.components.responses.successinlinecontentandheader.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 8f7e6e93550..2c350ab8fb4 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -1,5 +1,5 @@ # SomeHeaderSchema1 -main.java.org.openapijsonschematools.components.responses.successinlinecontentandheader.headers.someheader.SomeHeaderSchema +org.openapijsonschematools.components.responses.successinlinecontentandheader.headers.someheader.SomeHeaderSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index 0b6eb5575ca..8216a402a49 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.components.responses.successwithjsonapiresponse.content.applicationjson.Schema +org.openapijsonschematools.components.responses.successwithjsonapiresponse.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ApiResponseSchema.ApiResponseSchema1**](../../../../../hematools/components/schemas/ApiResponseSchema.md) | | +[**ApiResponseSchema.ApiResponseSchema1**](../../../../../components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index a01212d32c2..c4b92bd03fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -1,5 +1,5 @@ # AbstractStepMessage1 -org.openapijsonschematools.components.schema.AbstractStepMessage1.java +org.openapijsonschematools.components.schemas.AbstractStepMessage.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 3cdffa2e3f4..ee6e9b57df7 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -1,5 +1,5 @@ # AdditionalPropertiesClass1 -org.openapijsonschematools.components.schema.AdditionalPropertiesClass1.java +org.openapijsonschematools.components.schemas.AdditionalPropertiesClass.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 1a0d92e7723..33f2b4f3f45 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -1,5 +1,5 @@ # AdditionalPropertiesSchema1 -org.openapijsonschematools.components.schema.AdditionalPropertiesSchema1.java +org.openapijsonschematools.components.schemas.AdditionalPropertiesSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index b271ce3d462..fed6aa7c4df 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -1,5 +1,5 @@ # AdditionalPropertiesWithArrayOfEnums1 -org.openapijsonschematools.components.schema.AdditionalPropertiesWithArrayOfEnums1.java +org.openapijsonschematools.components.schemas.AdditionalPropertiesWithArrayOfEnums.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index c4dfbbba049..ae369be497c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -1,5 +1,5 @@ # Address1 -org.openapijsonschematools.components.schema.Address1.java +org.openapijsonschematools.components.schemas.Address.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index ecfe91e406e..1ab4b85a414 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -1,5 +1,5 @@ # Animal1 -org.openapijsonschematools.components.schema.Animal1.java +org.openapijsonschematools.components.schemas.Animal.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index e03ca098082..01a0597ddbe 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -1,5 +1,5 @@ # AnimalFarm1 -org.openapijsonschematools.components.schema.AnimalFarm1.java +org.openapijsonschematools.components.schemas.AnimalFarm.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 068057187b1..5f8ce9e6cac 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -1,5 +1,5 @@ # AnyTypeAndFormat1 -org.openapijsonschematools.components.schema.AnyTypeAndFormat1.java +org.openapijsonschematools.components.schemas.AnyTypeAndFormat.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index 1d48c2fe85f..ed7c6012915 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -1,5 +1,5 @@ # AnyTypeNotString1 -org.openapijsonschematools.components.schema.AnyTypeNotString1.java +org.openapijsonschematools.components.schemas.AnyTypeNotString.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 38847c52580..f1ee7ebe481 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -1,5 +1,5 @@ # ApiResponseSchema1 -org.openapijsonschematools.components.schema.ApiResponseSchema1.java +org.openapijsonschematools.components.schemas.ApiResponseSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index a886a08f31b..5bbb07f4258 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -1,5 +1,5 @@ # Apple1 -org.openapijsonschematools.components.schema.Apple1.java +org.openapijsonschematools.components.schemas.Apple.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 1ab8e2dcb51..6b1c26ec131 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -1,5 +1,5 @@ # AppleReq1 -org.openapijsonschematools.components.schema.AppleReq1.java +org.openapijsonschematools.components.schemas.AppleReq.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index dfc7d1a6657..11696f7c6e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -1,5 +1,5 @@ # ArrayHoldingAnyType1 -org.openapijsonschematools.components.schema.ArrayHoldingAnyType1.java +org.openapijsonschematools.components.schemas.ArrayHoldingAnyType.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index b3ac2eabe0b..1c2d0263351 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,5 @@ # ArrayOfArrayOfNumberOnly1 -org.openapijsonschematools.components.schema.ArrayOfArrayOfNumberOnly1.java +org.openapijsonschematools.components.schemas.ArrayOfArrayOfNumberOnly.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index b27c0dfa4c5..872392c96de 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -1,5 +1,5 @@ # ArrayOfEnums1 -org.openapijsonschematools.components.schema.ArrayOfEnums1.java +org.openapijsonschematools.components.schemas.ArrayOfEnums.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 4e1c8fa3e0a..a73021d5e92 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -1,5 +1,5 @@ # ArrayOfNumberOnly1 -org.openapijsonschematools.components.schema.ArrayOfNumberOnly1.java +org.openapijsonschematools.components.schemas.ArrayOfNumberOnly.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 7daeea6066a..6631ef7b9d5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -1,5 +1,5 @@ # ArrayTest1 -org.openapijsonschematools.components.schema.ArrayTest1.java +org.openapijsonschematools.components.schemas.ArrayTest.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 039c2242b95..04139db94a2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -1,5 +1,5 @@ # ArrayWithValidationsInItems1 -org.openapijsonschematools.components.schema.ArrayWithValidationsInItems1.java +org.openapijsonschematools.components.schemas.ArrayWithValidationsInItems.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 488023db719..a528d2d3ba0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -1,5 +1,5 @@ # Banana1 -org.openapijsonschematools.components.schema.Banana1.java +org.openapijsonschematools.components.schemas.Banana.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index ca4f75d5552..c9dfb523302 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -1,5 +1,5 @@ # BananaReq1 -org.openapijsonschematools.components.schema.BananaReq1.java +org.openapijsonschematools.components.schemas.BananaReq.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index a6204df3f62..3e8dbfaf1d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -1,5 +1,5 @@ # Bar1 -org.openapijsonschematools.components.schema.Bar1.java +org.openapijsonschematools.components.schemas.Bar.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 6f70e49ff02..a2e2940f5ca 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -1,5 +1,5 @@ # BasquePig1 -org.openapijsonschematools.components.schema.BasquePig1.java +org.openapijsonschematools.components.schemas.BasquePig.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 9a0085a091a..f3f64362e9f 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -1,5 +1,5 @@ # BooleanEnum1 -org.openapijsonschematools.components.schema.BooleanEnum1.java +org.openapijsonschematools.components.schemas.BooleanEnum.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 8c6ab763453..a9147ef325e 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -1,5 +1,5 @@ # BooleanSchema1 -org.openapijsonschematools.components.schema.BooleanSchema1.java +org.openapijsonschematools.components.schemas.BooleanSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 71680ac1f45..9785c5d6806 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -1,5 +1,5 @@ # Capitalization1 -org.openapijsonschematools.components.schema.Capitalization1.java +org.openapijsonschematools.components.schemas.Capitalization.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 4010df2ac03..15e3731cae5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -1,5 +1,5 @@ # Cat1 -org.openapijsonschematools.components.schema.Cat1.java +org.openapijsonschematools.components.schemas.Cat.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 78b2f597ea2..77047b0d633 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -1,5 +1,5 @@ # Category1 -org.openapijsonschematools.components.schema.Category1.java +org.openapijsonschematools.components.schemas.Category.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 8ae32dcb004..5af428c8514 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -1,5 +1,5 @@ # ChildCat1 -org.openapijsonschematools.components.schema.ChildCat1.java +org.openapijsonschematools.components.schemas.ChildCat.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 13a59c22ae5..449c7f215a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -1,5 +1,5 @@ # ClassModel1 -org.openapijsonschematools.components.schema.ClassModel1.java +org.openapijsonschematools.components.schemas.ClassModel.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 9983278038b..ce36eb522f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -1,5 +1,5 @@ # Client1 -org.openapijsonschematools.components.schema.Client1.java +org.openapijsonschematools.components.schemas.Client.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 69c63142fad..f99932b39fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -1,5 +1,5 @@ # ComplexQuadrilateral1 -org.openapijsonschematools.components.schema.ComplexQuadrilateral1.java +org.openapijsonschematools.components.schemas.ComplexQuadrilateral.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index e24fd23f1f1..33ce2005d26 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -1,5 +1,5 @@ # ComposedAnyOfDifferentTypesNoValidations1 -org.openapijsonschematools.components.schema.ComposedAnyOfDifferentTypesNoValidations1.java +org.openapijsonschematools.components.schemas.ComposedAnyOfDifferentTypesNoValidations.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index edd55a556af..86d51a2cbf8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -1,5 +1,5 @@ # ComposedArray1 -org.openapijsonschematools.components.schema.ComposedArray1.java +org.openapijsonschematools.components.schemas.ComposedArray.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 7125baf62dd..f419fe436bc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -1,5 +1,5 @@ # ComposedBool1 -org.openapijsonschematools.components.schema.ComposedBool1.java +org.openapijsonschematools.components.schemas.ComposedBool.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 89f367b3e7f..376baca2271 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -1,5 +1,5 @@ # ComposedNone1 -org.openapijsonschematools.components.schema.ComposedNone1.java +org.openapijsonschematools.components.schemas.ComposedNone.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 80787bb25ab..8b639a4c216 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -1,5 +1,5 @@ # ComposedNumber1 -org.openapijsonschematools.components.schema.ComposedNumber1.java +org.openapijsonschematools.components.schemas.ComposedNumber.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 9a5756cb736..78070d018ec 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -1,5 +1,5 @@ # ComposedObject1 -org.openapijsonschematools.components.schema.ComposedObject1.java +org.openapijsonschematools.components.schemas.ComposedObject.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 66f6d530d36..e8c3fa0f577 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -1,5 +1,5 @@ # ComposedOneOfDifferentTypes1 -org.openapijsonschematools.components.schema.ComposedOneOfDifferentTypes1.java +org.openapijsonschematools.components.schemas.ComposedOneOfDifferentTypes.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 2fc70608d9a..7664b769f5c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -1,5 +1,5 @@ # ComposedString1 -org.openapijsonschematools.components.schema.ComposedString1.java +org.openapijsonschematools.components.schemas.ComposedString.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 82279000469..2ec6583e0d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -1,5 +1,5 @@ # Currency1 -org.openapijsonschematools.components.schema.Currency1.java +org.openapijsonschematools.components.schemas.Currency.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index a095588cbc1..2bbfad420de 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -1,5 +1,5 @@ # DanishPig1 -org.openapijsonschematools.components.schema.DanishPig1.java +org.openapijsonschematools.components.schemas.DanishPig.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 07345c2f9e6..2ca1174bf12 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -1,5 +1,5 @@ # DateTimeTest1 -org.openapijsonschematools.components.schema.DateTimeTest1.java +org.openapijsonschematools.components.schemas.DateTimeTest.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 2d18252ead6..af8341ed6d6 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -1,5 +1,5 @@ # DateTimeWithValidations1 -org.openapijsonschematools.components.schema.DateTimeWithValidations1.java +org.openapijsonschematools.components.schemas.DateTimeWithValidations.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index b2d47665d3a..8ac9c024cac 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -1,5 +1,5 @@ # DateWithValidations1 -org.openapijsonschematools.components.schema.DateWithValidations1.java +org.openapijsonschematools.components.schemas.DateWithValidations.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index 0ee21410402..44dc970ba8f 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -1,5 +1,5 @@ # DecimalPayload1 -org.openapijsonschematools.components.schema.DecimalPayload1.java +org.openapijsonschematools.components.schemas.DecimalPayload.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 7a01bc66733..8eb6a626bc6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -1,5 +1,5 @@ # Dog1 -org.openapijsonschematools.components.schema.Dog1.java +org.openapijsonschematools.components.schemas.Dog.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 341d71ffff3..098edd3e2eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -1,5 +1,5 @@ # Drawing1 -org.openapijsonschematools.components.schema.Drawing1.java +org.openapijsonschematools.components.schemas.Drawing.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index dd1c93fd0f0..e951d97a96c 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -1,5 +1,5 @@ # EnumArrays1 -org.openapijsonschematools.components.schema.EnumArrays1.java +org.openapijsonschematools.components.schemas.EnumArrays.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index ce5f272f8f5..744e4ce1827 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -1,5 +1,5 @@ # EnumClass1 -org.openapijsonschematools.components.schema.EnumClass1.java +org.openapijsonschematools.components.schemas.EnumClass.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 28cffaaf887..2de9d6a3593 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -1,5 +1,5 @@ # EnumTest1 -org.openapijsonschematools.components.schema.EnumTest1.java +org.openapijsonschematools.components.schemas.EnumTest.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 54e376c4220..8e4cceed5f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -1,5 +1,5 @@ # EquilateralTriangle1 -org.openapijsonschematools.components.schema.EquilateralTriangle1.java +org.openapijsonschematools.components.schemas.EquilateralTriangle.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index c7796adfdd0..e3f33d04bd9 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -1,5 +1,5 @@ # File1 -org.openapijsonschematools.components.schema.File1.java +org.openapijsonschematools.components.schemas.File.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 4e03a600726..2ca4a9f8058 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -1,5 +1,5 @@ # FileSchemaTestClass1 -org.openapijsonschematools.components.schema.FileSchemaTestClass1.java +org.openapijsonschematools.components.schemas.FileSchemaTestClass.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 9af6f1b94fb..698a8e8ed4b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -1,5 +1,5 @@ # Foo1 -org.openapijsonschematools.components.schema.Foo1.java +org.openapijsonschematools.components.schemas.Foo.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 4822d004fa9..11e51d749f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -1,5 +1,5 @@ # FormatTest1 -org.openapijsonschematools.components.schema.FormatTest1.java +org.openapijsonschematools.components.schemas.FormatTest.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 22db0971408..809b0a53c66 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -1,5 +1,5 @@ # FromSchema1 -org.openapijsonschematools.components.schema.FromSchema1.java +org.openapijsonschematools.components.schemas.FromSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 28864389230..2c94f58c2ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -1,5 +1,5 @@ # Fruit1 -org.openapijsonschematools.components.schema.Fruit1.java +org.openapijsonschematools.components.schemas.Fruit.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 302b0c0326e..c7e44c6ad3e 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -1,5 +1,5 @@ # FruitReq1 -org.openapijsonschematools.components.schema.FruitReq1.java +org.openapijsonschematools.components.schemas.FruitReq.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 028201bb0b6..afa88485fe2 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -1,5 +1,5 @@ # GmFruit1 -org.openapijsonschematools.components.schema.GmFruit1.java +org.openapijsonschematools.components.schemas.GmFruit.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index fd9a2bbac92..619a1b47347 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -1,5 +1,5 @@ # GrandparentAnimal1 -org.openapijsonschematools.components.schema.GrandparentAnimal1.java +org.openapijsonschematools.components.schemas.GrandparentAnimal.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 7b050f466e2..8d3f8b6e0e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -1,5 +1,5 @@ # HasOnlyReadOnly1 -org.openapijsonschematools.components.schema.HasOnlyReadOnly1.java +org.openapijsonschematools.components.schemas.HasOnlyReadOnly.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 204814ea1c5..775dd04a70a 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -1,5 +1,5 @@ # HealthCheckResult1 -org.openapijsonschematools.components.schema.HealthCheckResult1.java +org.openapijsonschematools.components.schemas.HealthCheckResult.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index ead9c7208db..d941c9f5074 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -1,5 +1,5 @@ # IntegerEnum1 -org.openapijsonschematools.components.schema.IntegerEnum1.java +org.openapijsonschematools.components.schemas.IntegerEnum.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index ddcc4b988c1..a85b9bfee7a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -1,5 +1,5 @@ # IntegerEnumBig1 -org.openapijsonschematools.components.schema.IntegerEnumBig1.java +org.openapijsonschematools.components.schemas.IntegerEnumBig.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index 1c088dd62c8..d555ee48ab5 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -1,5 +1,5 @@ # IntegerEnumOneValue1 -org.openapijsonschematools.components.schema.IntegerEnumOneValue1.java +org.openapijsonschematools.components.schemas.IntegerEnumOneValue.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index dd0752a2695..5af0bf20eb3 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -1,5 +1,5 @@ # IntegerEnumWithDefaultValue1 -org.openapijsonschematools.components.schema.IntegerEnumWithDefaultValue1.java +org.openapijsonschematools.components.schemas.IntegerEnumWithDefaultValue.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 02f6e3e2062..4e235d116b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -1,5 +1,5 @@ # IntegerMax101 -org.openapijsonschematools.components.schema.IntegerMax101.java +org.openapijsonschematools.components.schemas.IntegerMax10.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 0230c1f94c4..f06d8bacf85 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -1,5 +1,5 @@ # IntegerMin151 -org.openapijsonschematools.components.schema.IntegerMin151.java +org.openapijsonschematools.components.schemas.IntegerMin15.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 096a7ae3b5f..4576a788a2a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -1,5 +1,5 @@ # IsoscelesTriangle1 -org.openapijsonschematools.components.schema.IsoscelesTriangle1.java +org.openapijsonschematools.components.schemas.IsoscelesTriangle.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index e0b206f419b..40647155d39 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -1,5 +1,5 @@ # Items1 -org.openapijsonschematools.components.schema.Items1.java +org.openapijsonschematools.components.schemas.Items.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index f48293cdf41..744784fbbdf 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -1,5 +1,5 @@ # JSONPatchRequest1 -org.openapijsonschematools.components.schema.JSONPatchRequest1.java +org.openapijsonschematools.components.schemas.JSONPatchRequest.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 63d5d27690b..ef4b409b8d9 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -1,5 +1,5 @@ # JSONPatchRequestAddReplaceTest1 -org.openapijsonschematools.components.schema.JSONPatchRequestAddReplaceTest1.java +org.openapijsonschematools.components.schemas.JSONPatchRequestAddReplaceTest.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index a81d6e2babb..e17524ef8ce 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -1,5 +1,5 @@ # JSONPatchRequestMoveCopy1 -org.openapijsonschematools.components.schema.JSONPatchRequestMoveCopy1.java +org.openapijsonschematools.components.schemas.JSONPatchRequestMoveCopy.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 8b419105448..03b3f9dbe3f 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -1,5 +1,5 @@ # JSONPatchRequestRemove1 -org.openapijsonschematools.components.schema.JSONPatchRequestRemove1.java +org.openapijsonschematools.components.schemas.JSONPatchRequestRemove.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index 764c73e2911..8ab481581b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -1,5 +1,5 @@ # Mammal1 -org.openapijsonschematools.components.schema.Mammal1.java +org.openapijsonschematools.components.schemas.Mammal.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 4ae28901ca9..3cd77683de5 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -1,5 +1,5 @@ # MapTest1 -org.openapijsonschematools.components.schema.MapTest1.java +org.openapijsonschematools.components.schemas.MapTest.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 607ebf34170..914a0617a69 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,5 @@ # MixedPropertiesAndAdditionalPropertiesClass1 -org.openapijsonschematools.components.schema.MixedPropertiesAndAdditionalPropertiesClass1.java +org.openapijsonschematools.components.schemas.MixedPropertiesAndAdditionalPropertiesClass.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index fa96276685a..5a783283e45 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -1,5 +1,5 @@ # Money1 -org.openapijsonschematools.components.schema.Money1.java +org.openapijsonschematools.components.schemas.Money.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index dc6fcc2eb2c..744f701807b 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -1,5 +1,5 @@ # MyObjectDto1 -org.openapijsonschematools.components.schema.MyObjectDto1.java +org.openapijsonschematools.components.schemas.MyObjectDto.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index c453d920b58..d09b93cb8ec 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -1,5 +1,5 @@ # Name1 -org.openapijsonschematools.components.schema.Name1.java +org.openapijsonschematools.components.schemas.Name.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 2d1d4033c49..58342a76d6b 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -1,5 +1,5 @@ # NoAdditionalProperties1 -org.openapijsonschematools.components.schema.NoAdditionalProperties1.java +org.openapijsonschematools.components.schemas.NoAdditionalProperties.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 065bce48648..3b5f2eb260d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -1,5 +1,5 @@ # NullableClass1 -org.openapijsonschematools.components.schema.NullableClass1.java +org.openapijsonschematools.components.schemas.NullableClass.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index b454e1d457c..6d1d998fa60 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -1,5 +1,5 @@ # NullableShape1 -org.openapijsonschematools.components.schema.NullableShape1.java +org.openapijsonschematools.components.schemas.NullableShape.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 859679f3ba2..8b5a08874e5 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -1,5 +1,5 @@ # NullableString1 -org.openapijsonschematools.components.schema.NullableString1.java +org.openapijsonschematools.components.schemas.NullableString.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 695ac2bebf4..077d32df99a 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -1,5 +1,5 @@ # NumberOnly1 -org.openapijsonschematools.components.schema.NumberOnly1.java +org.openapijsonschematools.components.schemas.NumberOnly.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 24208272025..8d82f10b4ed 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -1,5 +1,5 @@ # NumberSchema1 -org.openapijsonschematools.components.schema.NumberSchema1.java +org.openapijsonschematools.components.schemas.NumberSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index f0951914ad3..d9c592884fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -1,5 +1,5 @@ # NumberWithValidations1 -org.openapijsonschematools.components.schema.NumberWithValidations1.java +org.openapijsonschematools.components.schemas.NumberWithValidations.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index b7bb9183fba..16c01122a2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -1,5 +1,5 @@ # ObjWithRequiredProps1 -org.openapijsonschematools.components.schema.ObjWithRequiredProps1.java +org.openapijsonschematools.components.schemas.ObjWithRequiredProps.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 775ae84bbfc..3cb325f29ce 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -1,5 +1,5 @@ # ObjWithRequiredPropsBase1 -org.openapijsonschematools.components.schema.ObjWithRequiredPropsBase1.java +org.openapijsonschematools.components.schemas.ObjWithRequiredPropsBase.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 287f1cd2f98..859468a5cfc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -1,5 +1,5 @@ # ObjectInterface1 -org.openapijsonschematools.components.schema.ObjectInterface1.java +org.openapijsonschematools.components.schemas.ObjectInterface.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index b851632252d..52f54c0349a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -1,5 +1,5 @@ # ObjectModelWithArgAndArgsProperties1 -org.openapijsonschematools.components.schema.ObjectModelWithArgAndArgsProperties1.java +org.openapijsonschematools.components.schemas.ObjectModelWithArgAndArgsProperties.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 52afeeaf038..45d55b77097 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -1,5 +1,5 @@ # ObjectModelWithRefProps1 -org.openapijsonschematools.components.schema.ObjectModelWithRefProps1.java +org.openapijsonschematools.components.schemas.ObjectModelWithRefProps.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 7ef1a6dfe40..0a496af5de9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -1,5 +1,5 @@ # ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 -org.openapijsonschematools.components.schema.ObjectWithAllOfWithReqTestPropFromUnsetAddProp1.java +org.openapijsonschematools.components.schemas.ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 45ef7b0e4c3..99df1347013 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -1,5 +1,5 @@ # ObjectWithCollidingProperties1 -org.openapijsonschematools.components.schema.ObjectWithCollidingProperties1.java +org.openapijsonschematools.components.schemas.ObjectWithCollidingProperties.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 33ef37cd20c..ce5e216798d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -1,5 +1,5 @@ # ObjectWithDecimalProperties1 -org.openapijsonschematools.components.schema.ObjectWithDecimalProperties1.java +org.openapijsonschematools.components.schemas.ObjectWithDecimalProperties.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index cb4073465ef..f6202fe09b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -1,5 +1,5 @@ # ObjectWithDifficultlyNamedProps1 -org.openapijsonschematools.components.schema.ObjectWithDifficultlyNamedProps1.java +org.openapijsonschematools.components.schemas.ObjectWithDifficultlyNamedProps.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index f105a8dfb5e..b3a40a2b1d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -1,5 +1,5 @@ # ObjectWithInlineCompositionProperty1 -org.openapijsonschematools.components.schema.ObjectWithInlineCompositionProperty1.java +org.openapijsonschematools.components.schemas.ObjectWithInlineCompositionProperty.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 6006e676882..2e34a22586a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -1,5 +1,5 @@ # ObjectWithInvalidNamedRefedProperties1 -org.openapijsonschematools.components.schema.ObjectWithInvalidNamedRefedProperties1.java +org.openapijsonschematools.components.schemas.ObjectWithInvalidNamedRefedProperties.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index bf8dea45723..28213a2acb7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -1,5 +1,5 @@ # ObjectWithNonIntersectingValues1 -org.openapijsonschematools.components.schema.ObjectWithNonIntersectingValues1.java +org.openapijsonschematools.components.schemas.ObjectWithNonIntersectingValues.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 94f4204cdac..308208c88de 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -1,5 +1,5 @@ # ObjectWithOnlyOptionalProps1 -org.openapijsonschematools.components.schema.ObjectWithOnlyOptionalProps1.java +org.openapijsonschematools.components.schemas.ObjectWithOnlyOptionalProps.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index ade761b5d65..30750b20c8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -1,5 +1,5 @@ # ObjectWithOptionalTestProp1 -org.openapijsonschematools.components.schema.ObjectWithOptionalTestProp1.java +org.openapijsonschematools.components.schemas.ObjectWithOptionalTestProp.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 2ff9eacbc74..6296a5f1721 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -1,5 +1,5 @@ # ObjectWithValidations1 -org.openapijsonschematools.components.schema.ObjectWithValidations1.java +org.openapijsonschematools.components.schemas.ObjectWithValidations.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 12d9b848158..1c3d45b61e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -1,5 +1,5 @@ # Order1 -org.openapijsonschematools.components.schema.Order1.java +org.openapijsonschematools.components.schemas.Order.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 527e8d4ed14..0a476ffe683 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -1,5 +1,5 @@ # PaginatedResultMyObjectDto1 -org.openapijsonschematools.components.schema.PaginatedResultMyObjectDto1.java +org.openapijsonschematools.components.schemas.PaginatedResultMyObjectDto.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 16d9dd4bec4..5e9c26cf7fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -1,5 +1,5 @@ # ParentPet1 -org.openapijsonschematools.components.schema.ParentPet1.java +org.openapijsonschematools.components.schemas.ParentPet.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index c95fd0b92f7..a2239b78f64 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -1,5 +1,5 @@ # Pet1 -org.openapijsonschematools.components.schema.Pet1.java +org.openapijsonschematools.components.schemas.Pet.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 170bc31f9b6..2580a071e77 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -1,5 +1,5 @@ # Pig1 -org.openapijsonschematools.components.schema.Pig1.java +org.openapijsonschematools.components.schemas.Pig.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index d7a96850898..b9c2b18d705 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -1,5 +1,5 @@ # Player1 -org.openapijsonschematools.components.schema.Player1.java +org.openapijsonschematools.components.schemas.Player.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 085d31e8598..ba0a5c2b1cc 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -1,5 +1,5 @@ # PublicKey1 -org.openapijsonschematools.components.schema.PublicKey1.java +org.openapijsonschematools.components.schemas.PublicKey.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index e969fae41bf..b4c172f49f8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -1,5 +1,5 @@ # Quadrilateral1 -org.openapijsonschematools.components.schema.Quadrilateral1.java +org.openapijsonschematools.components.schemas.Quadrilateral.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 604b1609562..57b477701a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -1,5 +1,5 @@ # QuadrilateralInterface1 -org.openapijsonschematools.components.schema.QuadrilateralInterface1.java +org.openapijsonschematools.components.schemas.QuadrilateralInterface.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 352c59b4758..3bd4a485b96 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -1,5 +1,5 @@ # ReadOnlyFirst1 -org.openapijsonschematools.components.schema.ReadOnlyFirst1.java +org.openapijsonschematools.components.schemas.ReadOnlyFirst.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index b73bda1dcaf..1cd7bd80078 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -1,5 +1,5 @@ # RefPet1 -org.openapijsonschematools.components.schema.RefPet1.java +org.openapijsonschematools.components.schemas.RefPet.java ``` type: JsonSchema ``` @@ -7,6 +7,6 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Pet.Pet1**](../../hematools/components/schemas/Pet.md) | | +[**Pet.Pet1**](../../components/schemas/Pet.md) | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index da0f49ccef6..a4b671baa35 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -1,5 +1,5 @@ # ReqPropsFromExplicitAddProps1 -org.openapijsonschematools.components.schema.ReqPropsFromExplicitAddProps1.java +org.openapijsonschematools.components.schemas.ReqPropsFromExplicitAddProps.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 1c3f49a027b..cd235389762 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -1,5 +1,5 @@ # ReqPropsFromTrueAddProps1 -org.openapijsonschematools.components.schema.ReqPropsFromTrueAddProps1.java +org.openapijsonschematools.components.schemas.ReqPropsFromTrueAddProps.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 56b9970fd4f..2eeb1bfe1f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -1,5 +1,5 @@ # ReqPropsFromUnsetAddProps1 -org.openapijsonschematools.components.schema.ReqPropsFromUnsetAddProps1.java +org.openapijsonschematools.components.schemas.ReqPropsFromUnsetAddProps.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index bdd1630eb4f..187ad4d123b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -1,5 +1,5 @@ # ReturnSchema1 -org.openapijsonschematools.components.schema.ReturnSchema1.java +org.openapijsonschematools.components.schemas.ReturnSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index ad86597dc09..c310516b578 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -1,5 +1,5 @@ # ScaleneTriangle1 -org.openapijsonschematools.components.schema.ScaleneTriangle1.java +org.openapijsonschematools.components.schemas.ScaleneTriangle.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 75c563ead05..31b99f382b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -1,5 +1,5 @@ # Schema200Response1 -org.openapijsonschematools.components.schema.Schema200Response1.java +org.openapijsonschematools.components.schemas.Schema200Response.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 27bb1368ae0..287667c1f5b 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -1,5 +1,5 @@ # SelfReferencingArrayModel1 -org.openapijsonschematools.components.schema.SelfReferencingArrayModel1.java +org.openapijsonschematools.components.schemas.SelfReferencingArrayModel.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 3afd0840149..9f6e16c1d82 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -1,5 +1,5 @@ # SelfReferencingObjectModel1 -org.openapijsonschematools.components.schema.SelfReferencingObjectModel1.java +org.openapijsonschematools.components.schemas.SelfReferencingObjectModel.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index 356d10c3b64..ebdb95a6dce 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -1,5 +1,5 @@ # Shape1 -org.openapijsonschematools.components.schema.Shape1.java +org.openapijsonschematools.components.schemas.Shape.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 7f8cdea1fb5..3f5b4d8d523 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -1,5 +1,5 @@ # ShapeOrNull1 -org.openapijsonschematools.components.schema.ShapeOrNull1.java +org.openapijsonschematools.components.schemas.ShapeOrNull.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index d766b4d0a57..dbf231b529e 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -1,5 +1,5 @@ # SimpleQuadrilateral1 -org.openapijsonschematools.components.schema.SimpleQuadrilateral1.java +org.openapijsonschematools.components.schemas.SimpleQuadrilateral.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 5c9c93bbeac..2e9f33c6149 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -1,5 +1,5 @@ # SomeObject1 -org.openapijsonschematools.components.schema.SomeObject1.java +org.openapijsonschematools.components.schemas.SomeObject.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index ca64b43b319..1f1f4dca89e 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -1,5 +1,5 @@ # SpecialModelname1 -org.openapijsonschematools.components.schema.SpecialModelname1.java +org.openapijsonschematools.components.schemas.SpecialModelname.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index edaf7c32095..4f56837f8ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -1,5 +1,5 @@ # StringBooleanMap1 -org.openapijsonschematools.components.schema.StringBooleanMap1.java +org.openapijsonschematools.components.schemas.StringBooleanMap.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 41006906be6..f9491f4da4f 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -1,5 +1,5 @@ # StringEnum1 -org.openapijsonschematools.components.schema.StringEnum1.java +org.openapijsonschematools.components.schemas.StringEnum.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 9516c7cfbea..8b57da7c046 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -1,5 +1,5 @@ # StringEnumWithDefaultValue1 -org.openapijsonschematools.components.schema.StringEnumWithDefaultValue1.java +org.openapijsonschematools.components.schemas.StringEnumWithDefaultValue.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 39de5d08ae2..1637d3d609a 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -1,5 +1,5 @@ # StringSchema1 -org.openapijsonschematools.components.schema.StringSchema1.java +org.openapijsonschematools.components.schemas.StringSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 9443ef9d3db..c1d204c58b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -1,5 +1,5 @@ # StringWithValidation1 -org.openapijsonschematools.components.schema.StringWithValidation1.java +org.openapijsonschematools.components.schemas.StringWithValidation.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 3bebc4b3544..2088ada1663 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -1,5 +1,5 @@ # Tag1 -org.openapijsonschematools.components.schema.Tag1.java +org.openapijsonschematools.components.schemas.Tag.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 0f7fd1e6a09..81a5e9883c0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -1,5 +1,5 @@ # Triangle1 -org.openapijsonschematools.components.schema.Triangle1.java +org.openapijsonschematools.components.schemas.Triangle.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 6ac2ebff91f..4d6e993704a 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -1,5 +1,5 @@ # TriangleInterface1 -org.openapijsonschematools.components.schema.TriangleInterface1.java +org.openapijsonschematools.components.schemas.TriangleInterface.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 612f34e972a..5c7d3487b40 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -1,5 +1,5 @@ # UUIDString1 -org.openapijsonschematools.components.schema.UUIDString1.java +org.openapijsonschematools.components.schemas.UUIDString.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 60c7a330003..66ac3d5c788 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -1,5 +1,5 @@ # User1 -org.openapijsonschematools.components.schema.User1.java +org.openapijsonschematools.components.schemas.User.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index d01b534b432..f3fff837e21 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -1,5 +1,5 @@ # Whale1 -org.openapijsonschematools.components.schema.Whale1.java +org.openapijsonschematools.components.schemas.Whale.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 78e3622c77c..56e3bddf15a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -1,5 +1,5 @@ # Zebra1 -org.openapijsonschematools.components.schema.Zebra1.java +org.openapijsonschematools.components.schemas.Zebra.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index f8e9981c9e4..16e98311b62 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.anotherfakedummy.patch.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.anotherfakedummy.patch.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Client.Client1**](../../../../../../../../hematools/components/schemas/Client.md) | | +[**Client.Client1**](../../../../../../../../components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index 39ccf338aca..a27560a09d8 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 1c919435f9b..18a6b6f63dd 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index b0f81c238ad..1af86a01cfc 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.commonparamsubdir.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.commonparamsubdir.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 8f4650774e8..7769256518b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -1,5 +1,5 @@ # PathParamSchema01 -main.java.org.openapijsonschematools.paths.commonparamsubdir.parameters.parameter0.PathParamSchema0 +org.openapijsonschematools.paths.commonparamsubdir.parameters.parameter0.PathParamSchema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index c4483cd036b..0d3fe37dd2a 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.commonparamsubdir.post.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.commonparamsubdir.post.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index 4bba80c06aa..7783a198b16 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fake.delete.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 25d722a39da..0e54446c958 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.fake.delete.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index bd5117b8d4e..2d3b25ab053 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -1,5 +1,5 @@ # Schema21 -main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter2.Schema2 +org.openapijsonschematools.paths.fake.delete.parameters.parameter2.Schema2.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 0f939ce2c1d..69433cfd8f1 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -1,5 +1,5 @@ # Schema31 -main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter3.Schema3 +org.openapijsonschematools.paths.fake.delete.parameters.parameter3.Schema3.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index 5b8c275f017..fb5084fd231 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -1,5 +1,5 @@ # Schema41 -main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter4.Schema4 +org.openapijsonschematools.paths.fake.delete.parameters.parameter4.Schema4.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 39acd0ce5c3..5f9860d6a3b 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -1,5 +1,5 @@ # Schema51 -main.java.org.openapijsonschematools.paths.fake.delete.parameters.parameter5.Schema5 +org.openapijsonschematools.paths.fake.delete.parameters.parameter5.Schema5.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 261daba1135..c76cb27624b 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fake.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index c764620cc23..ca3771e113e 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.fake.get.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 8b0f4ee2c3d..29356f9689f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -1,5 +1,5 @@ # Schema21 -main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter2.Schema2 +org.openapijsonschematools.paths.fake.get.parameters.parameter2.Schema2.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 55d9bb19c5c..38e3892b68e 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -1,5 +1,5 @@ # Schema31 -main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter3.Schema3 +org.openapijsonschematools.paths.fake.get.parameters.parameter3.Schema3.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 0d183d40c83..ce20600e254 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -1,5 +1,5 @@ # Schema41 -main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter4.Schema4 +org.openapijsonschematools.paths.fake.get.parameters.parameter4.Schema4.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index cc693d8f5ad..12ee80e9db7 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -1,5 +1,5 @@ # Schema51 -main.java.org.openapijsonschematools.paths.fake.get.parameters.parameter5.Schema5 +org.openapijsonschematools.paths.fake.get.parameters.parameter5.Schema5.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 09e777a3899..a72dbf21047 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fake.get.requestbody.content.applicationxwwwformurlencoded.Schema +org.openapijsonschematools.paths.fake.get.requestbody.content.applicationxwwwformurlencoded.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index d40bc9c2332..b890076a446 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fake.get.responses.response404.content.applicationjson.Schema +org.openapijsonschematools.paths.fake.get.responses.response404.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index 9041adf8417..c63be2420aa 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fake.patch.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fake.patch.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Client.Client1**](../../../../../../../../hematools/components/schemas/Client.md) | | +[**Client.Client1**](../../../../../../../../components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 87e1da05cdd..a601dedd4ce 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.Schema +org.openapijsonschematools.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index 5e86e48fa0c..d4ff85b7532 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1**](../../../../../../hematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.md) | | +[**AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1**](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index aae23cd6152..39a8792c53a 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1**](../../../../../../../../hematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.md) | | +[**AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1**](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index 12873e6ae30..9e78233d583 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakebodywithfileschema.put.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakebodywithfileschema.put.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**FileSchemaTestClass.FileSchemaTestClass1**](../../../../../../hematools/components/schemas/FileSchemaTestClass.md) | | +[**FileSchemaTestClass.FileSchemaTestClass1**](../../../../../../components/schemas/FileSchemaTestClass.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index bd6eaebd0cb..052d075c0e7 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakebodywithqueryparams.put.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fakebodywithqueryparams.put.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index dae3d847127..454415fc626 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakebodywithqueryparams.put.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakebodywithqueryparams.put.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**User.User1**](../../../../../../hematools/components/schemas/User.md) | | +[**User.User1**](../../../../../../components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 97b0a6beab1..271171b4dae 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index 9646bb99aaf..c1b2026a8d5 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index dc122409b0f..23d8f549ab1 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -1,5 +1,5 @@ # Schema21 -main.java.org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter2.Schema2 +org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter2.Schema2.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index 31ea302febb..3b5bb17837c 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeclassnametest.patch.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeclassnametest.patch.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Client.Client1**](../../../../../../../../hematools/components/schemas/Client.md) | | +[**Client.Client1**](../../../../../../../../components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index f5fa266baab..da3be141fc4 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakedeletecoffeeid.delete.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fakedeletecoffeeid.delete.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index ffb228a37ed..51df740a5af 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakehealth.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakehealth.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**HealthCheckResult.HealthCheckResult1**](../../../../../../../../hematools/components/schemas/HealthCheckResult.md) | | +[**HealthCheckResult.HealthCheckResult1**](../../../../../../../../components/schemas/HealthCheckResult.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index aeae5dd4824..e0a092e34d6 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 51951a2f6e5..6f4d5df3296 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 996eb2b7507..0e9ba9253b9 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index c13c73ca7ba..44922fb38c4 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 2465ec1fd59..5871bfcf585 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.multipartformdata.Schema +org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.multipartformdata.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index e61d3c24de2..664e84bc5c8 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 97462a2e294..f35e9153de9 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.multipartformdata.Schema +org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.multipartformdata.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index a3196959982..c5c89723456 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.Schema +org.openapijsonschematools.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index c6113557729..8a8a3874b7f 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakejsonpatch.patch.requestbody.content.applicationjsonpatchjson.Schema +org.openapijsonschematools.paths.fakejsonpatch.patch.requestbody.content.applicationjsonpatchjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**JSONPatchRequest.JSONPatchRequest1**](../../../../../../hematools/components/schemas/JSONPatchRequest.md) | | +[**JSONPatchRequest.JSONPatchRequest1**](../../../../../../components/schemas/JSONPatchRequest.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 6da33d92f44..1cab2fd1b3b 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Schema +org.openapijsonschematools.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index dcbe3a79ffc..0fcef2dcfa5 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakejsonwithcharset.post.responses.response200.content.applicationjsoncharsetutf8.Schema +org.openapijsonschematools.paths.fakejsonwithcharset.post.responses.response200.content.applicationjsoncharsetutf8.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index d147bfeea00..840698fee1b 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index cc4e391679e..29cef5d56f3 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.multipartformdata.Schema +org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.multipartformdata.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index 10ba2d7ffb4..cd7b130af73 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index 8e0556ff468..ab851032739 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 89d1eba0b00..c6e9595c6c7 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response202.content.applicationjson.Schema +org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response202.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index b7a0a63006a..5111a393d71 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakemultiplesecurities.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakemultiplesecurities.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 6e090d8c2ba..17bfb17979c 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakeobjinquery.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fakeobjinquery.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index b381d0ea5e6..74e5ef8f64d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 219edd7e28f..11dfe2968a1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 2e955ac4b14..2bb5882a0b8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -1,5 +1,5 @@ # Schema101 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter10.Schema10 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter10.Schema10.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index f5d95abf1bc..73acf46626b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -1,5 +1,5 @@ # Schema111 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter11.Schema11 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter11.Schema11.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index e7c8dbaf708..c1bb3dc6811 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -1,5 +1,5 @@ # Schema121 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter12.Schema12 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter12.Schema12.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index c029d3a8267..67daa411d4c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -1,5 +1,5 @@ # Schema131 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter13.Schema13 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter13.Schema13.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index bf5abf4bdda..f9d7e476b7c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -1,5 +1,5 @@ # Schema141 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter14.Schema14 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter14.Schema14.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index a828332f016..643f6f7af52 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -1,5 +1,5 @@ # Schema151 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter15.Schema15 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter15.Schema15.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index e526b3854f6..3c824235186 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -1,5 +1,5 @@ # Schema161 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter16.Schema16 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter16.Schema16.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 76ebc9286d0..2e5517a3488 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -1,5 +1,5 @@ # Schema171 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter17.Schema17 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter17.Schema17.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index c3c6ba76c98..b54fd79ace6 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -1,5 +1,5 @@ # Schema181 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter18.Schema18 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter18.Schema18.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 5aef0ddcc88..42762e0c1d2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -1,5 +1,5 @@ # Schema21 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter2.Schema2 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter2.Schema2.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index d92cd902dcf..710b0373a25 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -1,5 +1,5 @@ # Schema31 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter3.Schema3 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter3.Schema3.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 9ed66d2937d..ad43a8e0a96 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -1,5 +1,5 @@ # Schema41 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter4.Schema4 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter4.Schema4.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index a1fd0d0682e..ec79ad5132a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -1,5 +1,5 @@ # Schema51 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter5.Schema5 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter5.Schema5.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 3e5b7f6c1a6..41a33f2c881 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -1,5 +1,5 @@ # Schema61 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter6.Schema6 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter6.Schema6.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index fd237c27c45..f40764cc6f5 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -1,5 +1,5 @@ # Schema71 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter7.Schema7 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter7.Schema7.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 3c2dd1fc6c3..96d465fa522 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -1,5 +1,5 @@ # Schema81 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter8.Schema8 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter8.Schema8.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index a97b0042a2a..f0c12e090b8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -1,5 +1,5 @@ # Schema91 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter9.Schema9 +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter9.Schema9.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index 2c74dcd1d0b..10cd266ba42 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index 073c6e6d379..9bccdfc7b6a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index bd203bb645b..590ceb3063c 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index e4eefeff4a1..ccb046464fb 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.requestbody.content.multipartformdata.Schema +org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.requestbody.content.multipartformdata.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 5c3bcd3ad63..64c71fc126c 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../hematools/components/schemas/ApiResponseSchema.md) | | +[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 08088494b4f..b2cd0338aa6 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.parameters.parameter0.content.applicationjson.Schema0 +org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.parameters.parameter0.content.applicationjson.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index e00d3fdf5d5..10b66b2e3b1 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index abc38f51754..d30470e6e2f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.fakerefobjinquery.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.fakerefobjinquery.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Foo.Foo1**](../../../hematools/components/schemas/Foo.md) | | +[**Foo.Foo1**](../../../components/schemas/Foo.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index d238859bd36..6728807ff12 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsarraymodel.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsarraymodel.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**AnimalFarm.AnimalFarm1**](../../../../../../hematools/components/schemas/AnimalFarm.md) | | +[**AnimalFarm.AnimalFarm1**](../../../../../../components/schemas/AnimalFarm.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index 176a62e3bc2..2498130a422 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsarraymodel.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsarraymodel.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**AnimalFarm.AnimalFarm1**](../../../../../../../../hematools/components/schemas/AnimalFarm.md) | | +[**AnimalFarm.AnimalFarm1**](../../../../../../../../components/schemas/AnimalFarm.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 35b64f850fb..db24a2555db 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsarrayofenums.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsarrayofenums.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ArrayOfEnums.ArrayOfEnums1**](../../../../../../hematools/components/schemas/ArrayOfEnums.md) | | +[**ArrayOfEnums.ArrayOfEnums1**](../../../../../../components/schemas/ArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index b962bef28da..b5880ebd6a0 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsarrayofenums.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsarrayofenums.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ArrayOfEnums.ArrayOfEnums1**](../../../../../../../../hematools/components/schemas/ArrayOfEnums.md) | | +[**ArrayOfEnums.ArrayOfEnums1**](../../../../../../../../components/schemas/ArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index dc0a6ec0cd2..acaa7ee688d 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsboolean.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsboolean.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**BooleanSchema.BooleanSchema1**](../../../../../../hematools/components/schemas/BooleanSchema.md) | | +[**BooleanSchema.BooleanSchema1**](../../../../../../components/schemas/BooleanSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index d11cc022c88..14eaacb8f92 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsboolean.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsboolean.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**BooleanSchema.BooleanSchema1**](../../../../../../../../hematools/components/schemas/BooleanSchema.md) | | +[**BooleanSchema.BooleanSchema1**](../../../../../../../../components/schemas/BooleanSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 9fd41983ac6..4704c95a0a9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1**](../../../../../../hematools/components/schemas/ComposedOneOfDifferentTypes.md) | | +[**ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1**](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index 426f7707a60..fc8cb7bd75d 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1**](../../../../../../../../hematools/components/schemas/ComposedOneOfDifferentTypes.md) | | +[**ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1**](../../../../../../../../components/schemas/ComposedOneOfDifferentTypes.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index 368b07f552c..c10a6956d8f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsenum.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsenum.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringEnum.StringEnum1**](../../../../../../hematools/components/schemas/StringEnum.md) | | +[**StringEnum.StringEnum1**](../../../../../../components/schemas/StringEnum.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index 8fe3ee53b78..d01e93279f3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsenum.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsenum.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringEnum.StringEnum1**](../../../../../../../../hematools/components/schemas/StringEnum.md) | | +[**StringEnum.StringEnum1**](../../../../../../../../components/schemas/StringEnum.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index bfb141485c2..e755e433ef5 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsmammal.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsmammal.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Mammal.Mammal1**](../../../../../../hematools/components/schemas/Mammal.md) | | +[**Mammal.Mammal1**](../../../../../../components/schemas/Mammal.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 8c0c4bee7b9..120149a26ae 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsmammal.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsmammal.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Mammal.Mammal1**](../../../../../../../../hematools/components/schemas/Mammal.md) | | +[**Mammal.Mammal1**](../../../../../../../../components/schemas/Mammal.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index 7b317148733..eb244bb2ff7 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsnumber.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsnumber.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**NumberWithValidations.NumberWithValidations1**](../../../../../../hematools/components/schemas/NumberWithValidations.md) | | +[**NumberWithValidations.NumberWithValidations1**](../../../../../../components/schemas/NumberWithValidations.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index b7296df4405..68b8a90f32e 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsnumber.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsnumber.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**NumberWithValidations.NumberWithValidations1**](../../../../../../../../hematools/components/schemas/NumberWithValidations.md) | | +[**NumberWithValidations.NumberWithValidations1**](../../../../../../../../components/schemas/NumberWithValidations.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index 5f1a7d72913..2175065ae17 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ObjectModelWithRefProps.ObjectModelWithRefProps1**](../../../../../../hematools/components/schemas/ObjectModelWithRefProps.md) | | +[**ObjectModelWithRefProps.ObjectModelWithRefProps1**](../../../../../../components/schemas/ObjectModelWithRefProps.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index c4224702e8c..fee563fd1a3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ObjectModelWithRefProps.ObjectModelWithRefProps1**](../../../../../../../../hematools/components/schemas/ObjectModelWithRefProps.md) | | +[**ObjectModelWithRefProps.ObjectModelWithRefProps1**](../../../../../../../../components/schemas/ObjectModelWithRefProps.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index c93f4110414..592885842e3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsstring.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsstring.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringSchema.StringSchema1**](../../../../../../hematools/components/schemas/StringSchema.md) | | +[**StringSchema.StringSchema1**](../../../../../../components/schemas/StringSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index beda7401aef..ca1b1cd6791 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakerefsstring.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakerefsstring.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringSchema.StringSchema1**](../../../../../../../../hematools/components/schemas/StringSchema.md) | | +[**StringSchema.StringSchema1**](../../../../../../../../components/schemas/StringSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index e9a4a7f469c..4a4c6a5387c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 1627a5db0ed..b48c9431330 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index d292998e5c3..df711ccbd22 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -1,5 +1,5 @@ # Schema21 -main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter2.Schema2 +org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter2.Schema2.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 32a52bdc9c8..4f9bf141797 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -1,5 +1,5 @@ # Schema31 -main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter3.Schema3 +org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter3.Schema3.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index d89fade0ead..228da7128b3 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -1,5 +1,5 @@ # Schema41 -main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter4.Schema4 +org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter4.Schema4.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index 6b004592644..15f1bea3247 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -1,5 +1,5 @@ # Schema51 -main.java.org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter5.Schema5 +org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter5.Schema5.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../hematools/components/schemas/StringWithValidation.md) | | +[**StringWithValidation.StringWithValidation1**](../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 0856ee54924..67a4369f042 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.Schema +org.openapijsonschematools.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index 76fced15b73..1e2d478bd73 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeuploaddownloadfile.post.responses.response200.content.applicationoctetstream.Schema +org.openapijsonschematools.paths.fakeuploaddownloadfile.post.responses.response200.content.applicationoctetstream.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 92d57d64d59..55368e60ce5 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeuploadfile.post.requestbody.content.multipartformdata.Schema +org.openapijsonschematools.paths.fakeuploadfile.post.requestbody.content.multipartformdata.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index d2f603132c0..76d976fbaad 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeuploadfile.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeuploadfile.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../hematools/components/schemas/ApiResponseSchema.md) | | +[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 7d91e902e28..2fb16a03cca 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.Schema +org.openapijsonschematools.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index 731a4e51afa..4bebf24f990 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakeuploadfiles.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakeuploadfiles.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../hematools/components/schemas/ApiResponseSchema.md) | | +[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 4c2b42b5ac8..c4f1e55b448 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response1xx.content.applicationjson.Schema +org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response1xx.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 94efc59d31e..157f2470929 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index fe162033106..c2ddc3cdcb7 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response2xx.content.applicationjson.Schema +org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response2xx.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 2e65e0ac416..219c2b7c3e2 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response3xx.content.applicationjson.Schema +org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response3xx.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index ef5d6999e49..e006d38aad3 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response4xx.content.applicationjson.Schema +org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response4xx.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 7bb1dd9e3ad..5af81956718 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response5xx.content.applicationjson.Schema +org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response5xx.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index c213a6e9366..cf5c2715d04 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.foo.get.responses.responsedefault.content.applicationjson.Schema +org.openapijsonschematools.paths.foo.get.responses.responsedefault.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index e2682a9a65b..264ffa32dd1 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.petfindbystatus.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.petfindbystatus.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index af04e19c32c..63a0cf3e949 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.petfindbytags.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.petfindbytags.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index dc5013c04be..58aa7a6b8bb 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.petpetid.delete.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.petpetid.delete.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index ef5522830b6..0a1a5424020 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.petpetid.delete.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.petpetid.delete.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index 4a8f314fa53..e5c36e572ef 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.petpetid.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.petpetid.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index 02a75693e2b..b1aabbc08ef 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**RefPet.RefPet1**](../../../../../../../../hematools/components/schemas/RefPet.md) | | +[**RefPet.RefPet1**](../../../../../../../../components/schemas/RefPet.md) | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index b5cb536e292..833369e0395 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationxml.Schema +org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationxml.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Pet.Pet1**](../../../../../../../../hematools/components/schemas/Pet.md) | | +[**Pet.Pet1**](../../../../../../../../components/schemas/Pet.md) | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 873ba8cf921..13db89bd0bd 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.petpetid.post.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.petpetid.post.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 2e58102f38c..595470a1861 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.petpetid.post.requestbody.content.applicationxwwwformurlencoded.Schema +org.openapijsonschematools.paths.petpetid.post.requestbody.content.applicationxwwwformurlencoded.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 198d77a4c71..4fe0e457c6e 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.petpetiduploadimage.post.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.petpetiduploadimage.post.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 6931a5336a9..1aa54fb83a2 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.petpetiduploadimage.post.requestbody.content.multipartformdata.Schema +org.openapijsonschematools.paths.petpetiduploadimage.post.requestbody.content.multipartformdata.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index 98bcd1e84cb..be4202d5850 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.storeorder.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.storeorder.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Order.Order1**](../../../../../../hematools/components/schemas/Order.md) | | +[**Order.Order1**](../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index 2bd3164fa9a..e2f6b7c4857 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Order.Order1**](../../../../../../../../hematools/components/schemas/Order.md) | | +[**Order.Order1**](../../../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index db2c95c0454..b8acb4c72e2 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationxml.Schema +org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationxml.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Order.Order1**](../../../../../../../../hematools/components/schemas/Order.md) | | +[**Order.Order1**](../../../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 51a8f8237cb..e81ae96d4c9 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.storeorderorderid.delete.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.storeorderorderid.delete.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index d57a40cc440..592dc613802 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.storeorderorderid.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.storeorderorderid.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index 98d4b8d4d93..ac5da3e09c0 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Order.Order1**](../../../../../../../../hematools/components/schemas/Order.md) | | +[**Order.Order1**](../../../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index aa591c1752f..4ba6a0a1e5f 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationxml.Schema +org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationxml.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**Order.Order1**](../../../../../../../../hematools/components/schemas/Order.md) | | +[**Order.Order1**](../../../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index d53df0036ca..53dcf3e8232 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.user.post.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.user.post.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**User.User1**](../../../../../../hematools/components/schemas/User.md) | | +[**User.User1**](../../../../../../components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 544d181d859..39621a7b551 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -1,5 +1,5 @@ # Schema01 -main.java.org.openapijsonschematools.paths.userlogin.get.parameters.parameter0.Schema0 +org.openapijsonschematools.paths.userlogin.get.parameters.parameter0.Schema0.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 090bedd3588..24d0894a8c7 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -1,5 +1,5 @@ # Schema11 -main.java.org.openapijsonschematools.paths.userlogin.get.parameters.parameter1.Schema1 +org.openapijsonschematools.paths.userlogin.get.parameters.parameter1.Schema1.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 4d213fe3a2b..1be4896768e 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index ac5831b1ac0..c648cc2b3b0 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationxml.Schema +org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationxml.Schema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 553f748671a..02adce66a6e 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -1,5 +1,5 @@ # XExpiresAfterSchema1 -main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xexpiresafter.XExpiresAfterSchema +org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xexpiresafter.XExpiresAfterSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index 195aa4e6f85..873df76d7ec 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -1,5 +1,5 @@ # XRateLimitSchema1 -main.java.org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xratelimit.content.applicationjson.XRateLimitSchema +org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xratelimit.content.applicationjson.XRateLimitSchema.java ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index 124a0272d39..704ff9a8160 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationjson.Schema +org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**User.User1**](../../../../../../../../hematools/components/schemas/User.md) | | +[**User.User1**](../../../../../../../../components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index 8ff4fcbb2a1..e73ce850048 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationxml.Schema +org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationxml.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**User.User1**](../../../../../../../../hematools/components/schemas/User.md) | | +[**User.User1**](../../../../../../../../components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index e6fddbccd44..ca7e8783bf6 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,5 @@ # Schema1 -main.java.org.openapijsonschematools.paths.userusername.put.requestbody.content.applicationjson.Schema +org.openapijsonschematools.paths.userusername.put.requestbody.content.applicationjson.Schema.java ``` type: JsonSchema ``` @@ -7,4 +7,4 @@ type: JsonSchema ## Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- -[**User.User1**](../../../../../../hematools/components/schemas/User.md) | | +[**User.User1**](../../../../../../components/schemas/User.md) | | diff --git a/src/main/java/org/openapijsonschematools/codegen/generators/DefaultGenerator.java b/src/main/java/org/openapijsonschematools/codegen/generators/DefaultGenerator.java index 118bd0a86e2..a3fb44acc14 100644 --- a/src/main/java/org/openapijsonschematools/codegen/generators/DefaultGenerator.java +++ b/src/main/java/org/openapijsonschematools/codegen/generators/DefaultGenerator.java @@ -4783,7 +4783,7 @@ private void setSchemaLocationInfo(String ref, String sourceJsonPath, String cur } } - private String getModuleLocation(String ref) { + protected String getModuleLocation(String ref) { String filePath = getFilepath(ref); String prefix = outputFolder + File.separatorChar + "src" + File.separatorChar; String localFilepath = filePath.substring(prefix.length()); diff --git a/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java b/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java index f9102d6cd1a..318dac52abd 100644 --- a/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java +++ b/src/main/java/org/openapijsonschematools/codegen/generators/JavaClientGenerator.java @@ -1499,4 +1499,11 @@ public String getImport(CodegenRefInfo refInfo) { } return null; } + + protected String getModuleLocation(String ref) { + String filePath = getFilepath(ref); + String prefix = outputFolder + File.separatorChar + "src" + File.separatorChar + "main" + File.separatorChar + "java" + File.separatorChar; + String localFilepath = filePath.substring(prefix.length()); + return localFilepath.replaceAll(String.valueOf(File.separatorChar), "."); + } } diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 3a3d8b5aaa9..cae95169add 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -5,10 +5,10 @@ {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces }} {{/eq}} {{#if componentModule}} -{{packageName}}.components.schema.{{jsonPathPiece.camelCase}}.java +{{moduleLocation}}.java {{else}} {{#unless isInline}} -{{moduleLocation}} +{{moduleLocation}}.java {{/unless}} {{/if}} ``` From cb2e6bd7dcbc568009769ea4c82fa504c0b044b2 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Fri, 24 Nov 2023 23:34:26 -0800 Subject: [PATCH 05/72] Works on schema doc types --- .../Int32JsonContentTypeHeaderSchema.md | 6 +- .../numberheader/NumberHeaderSchema.md | 6 +- .../stringheader/StringHeaderSchema.md | 6 +- .../parameters/pathusername/Schema.md | 6 +- .../content/applicationjson/Schema.md | 8 +- .../headers/location/LocationSchema.md | 6 +- .../content/applicationjson/Schema.md | 8 +- .../content/applicationxml/Schema.md | 8 +- .../content/applicationjson/Schema.md | 7 +- .../headers/someheader/SomeHeaderSchema.md | 6 +- .../components/schemas/AbstractStepMessage.md | 7 +- .../schemas/AdditionalPropertiesClass.md | 7 +- .../schemas/AdditionalPropertiesSchema.md | 7 +- .../AdditionalPropertiesWithArrayOfEnums.md | 8 +- .../java/docs/components/schemas/Address.md | 7 +- .../java/docs/components/schemas/Animal.md | 7 +- .../docs/components/schemas/AnimalFarm.md | 8 +- .../components/schemas/AnyTypeAndFormat.md | 7 +- .../components/schemas/AnyTypeNotString.md | 14 ++- .../components/schemas/ApiResponseSchema.md | 7 +- .../java/docs/components/schemas/Apple.md | 8 +- .../java/docs/components/schemas/AppleReq.md | 7 +- .../components/schemas/ArrayHoldingAnyType.md | 7 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 7 +- .../docs/components/schemas/ArrayOfEnums.md | 7 +- .../components/schemas/ArrayOfNumberOnly.md | 7 +- .../java/docs/components/schemas/ArrayTest.md | 7 +- .../schemas/ArrayWithValidationsInItems.md | 7 +- .../java/docs/components/schemas/Banana.md | 7 +- .../java/docs/components/schemas/BananaReq.md | 7 +- .../java/docs/components/schemas/Bar.md | 6 +- .../java/docs/components/schemas/BasquePig.md | 7 +- .../docs/components/schemas/BooleanEnum.md | 6 +- .../docs/components/schemas/BooleanSchema.md | 6 +- .../docs/components/schemas/Capitalization.md | 7 +- .../java/docs/components/schemas/Cat.md | 14 ++- .../java/docs/components/schemas/Category.md | 7 +- .../java/docs/components/schemas/ChildCat.md | 14 ++- .../docs/components/schemas/ClassModel.md | 14 ++- .../java/docs/components/schemas/Client.md | 7 +- .../schemas/ComplexQuadrilateral.md | 14 ++- ...omposedAnyOfDifferentTypesNoValidations.md | 14 ++- .../docs/components/schemas/ComposedArray.md | 7 +- .../docs/components/schemas/ComposedBool.md | 6 +- .../docs/components/schemas/ComposedNone.md | 6 +- .../docs/components/schemas/ComposedNumber.md | 6 +- .../docs/components/schemas/ComposedObject.md | 7 +- .../schemas/ComposedOneOfDifferentTypes.md | 14 ++- .../docs/components/schemas/ComposedString.md | 6 +- .../java/docs/components/schemas/Currency.md | 6 +- .../java/docs/components/schemas/DanishPig.md | 7 +- .../docs/components/schemas/DateTimeTest.md | 6 +- .../schemas/DateTimeWithValidations.md | 6 +- .../components/schemas/DateWithValidations.md | 6 +- .../docs/components/schemas/DecimalPayload.md | 6 +- .../java/docs/components/schemas/Dog.md | 14 ++- .../java/docs/components/schemas/Drawing.md | 7 +- .../docs/components/schemas/EnumArrays.md | 7 +- .../java/docs/components/schemas/EnumClass.md | 6 +- .../java/docs/components/schemas/EnumTest.md | 7 +- .../components/schemas/EquilateralTriangle.md | 14 ++- .../java/docs/components/schemas/File.md | 7 +- .../components/schemas/FileSchemaTestClass.md | 7 +- .../java/docs/components/schemas/Foo.md | 7 +- .../docs/components/schemas/FormatTest.md | 7 +- .../docs/components/schemas/FromSchema.md | 7 +- .../java/docs/components/schemas/Fruit.md | 14 ++- .../java/docs/components/schemas/FruitReq.md | 14 ++- .../java/docs/components/schemas/GmFruit.md | 14 ++- .../components/schemas/GrandparentAnimal.md | 7 +- .../components/schemas/HasOnlyReadOnly.md | 7 +- .../components/schemas/HealthCheckResult.md | 7 +- .../docs/components/schemas/IntegerEnum.md | 6 +- .../docs/components/schemas/IntegerEnumBig.md | 6 +- .../components/schemas/IntegerEnumOneValue.md | 6 +- .../schemas/IntegerEnumWithDefaultValue.md | 6 +- .../docs/components/schemas/IntegerMax10.md | 6 +- .../docs/components/schemas/IntegerMin15.md | 6 +- .../components/schemas/IsoscelesTriangle.md | 14 ++- .../java/docs/components/schemas/Items.md | 8 +- .../components/schemas/JSONPatchRequest.md | 7 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 7 +- .../schemas/JSONPatchRequestMoveCopy.md | 7 +- .../schemas/JSONPatchRequestRemove.md | 7 +- .../java/docs/components/schemas/Mammal.md | 14 ++- .../java/docs/components/schemas/MapTest.md | 7 +- ...dPropertiesAndAdditionalPropertiesClass.md | 7 +- .../java/docs/components/schemas/Money.md | 7 +- .../docs/components/schemas/MyObjectDto.md | 7 +- .../java/docs/components/schemas/Name.md | 14 ++- .../schemas/NoAdditionalProperties.md | 7 +- .../docs/components/schemas/NullableClass.md | 7 +- .../docs/components/schemas/NullableShape.md | 14 ++- .../docs/components/schemas/NullableString.md | 7 +- .../docs/components/schemas/NumberOnly.md | 7 +- .../docs/components/schemas/NumberSchema.md | 6 +- .../schemas/NumberWithValidations.md | 6 +- .../schemas/ObjWithRequiredProps.md | 7 +- .../schemas/ObjWithRequiredPropsBase.md | 7 +- .../components/schemas/ObjectInterface.md | 7 +- .../ObjectModelWithArgAndArgsProperties.md | 7 +- .../schemas/ObjectModelWithRefProps.md | 7 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 14 ++- .../schemas/ObjectWithCollidingProperties.md | 7 +- .../schemas/ObjectWithDecimalProperties.md | 7 +- .../ObjectWithDifficultlyNamedProps.md | 7 +- .../ObjectWithInlineCompositionProperty.md | 7 +- .../ObjectWithInvalidNamedRefedProperties.md | 7 +- .../ObjectWithNonIntersectingValues.md | 7 +- .../schemas/ObjectWithOnlyOptionalProps.md | 7 +- .../schemas/ObjectWithOptionalTestProp.md | 7 +- .../schemas/ObjectWithValidations.md | 7 +- .../java/docs/components/schemas/Order.md | 7 +- .../schemas/PaginatedResultMyObjectDto.md | 7 +- .../java/docs/components/schemas/ParentPet.md | 7 +- .../java/docs/components/schemas/Pet.md | 7 +- .../java/docs/components/schemas/Pig.md | 14 ++- .../java/docs/components/schemas/Player.md | 7 +- .../java/docs/components/schemas/PublicKey.md | 7 +- .../docs/components/schemas/Quadrilateral.md | 14 ++- .../schemas/QuadrilateralInterface.md | 14 ++- .../docs/components/schemas/ReadOnlyFirst.md | 7 +- .../schemas/ReqPropsFromExplicitAddProps.md | 7 +- .../schemas/ReqPropsFromTrueAddProps.md | 7 +- .../schemas/ReqPropsFromUnsetAddProps.md | 7 +- .../docs/components/schemas/ReturnSchema.md | 14 ++- .../components/schemas/ScaleneTriangle.md | 14 ++- .../components/schemas/Schema200Response.md | 14 ++- .../schemas/SelfReferencingArrayModel.md | 7 +- .../schemas/SelfReferencingObjectModel.md | 7 +- .../java/docs/components/schemas/Shape.md | 14 ++- .../docs/components/schemas/ShapeOrNull.md | 14 ++- .../components/schemas/SimpleQuadrilateral.md | 14 ++- .../docs/components/schemas/SomeObject.md | 14 ++- .../components/schemas/SpecialModelname.md | 7 +- .../components/schemas/StringBooleanMap.md | 7 +- .../docs/components/schemas/StringEnum.md | 7 +- .../schemas/StringEnumWithDefaultValue.md | 6 +- .../docs/components/schemas/StringSchema.md | 6 +- .../schemas/StringWithValidation.md | 6 +- .../java/docs/components/schemas/Tag.md | 7 +- .../java/docs/components/schemas/Triangle.md | 14 ++- .../components/schemas/TriangleInterface.md | 14 ++- .../docs/components/schemas/UUIDString.md | 6 +- .../java/docs/components/schemas/User.md | 7 +- .../java/docs/components/schemas/Whale.md | 7 +- .../java/docs/components/schemas/Zebra.md | 7 +- .../delete/parameters/parameter0/Schema0.md | 6 +- .../delete/parameters/parameter1/Schema1.md | 6 +- .../get/parameters/parameter0/Schema0.md | 6 +- .../parameters/parameter0/PathParamSchema0.md | 6 +- .../post/parameters/parameter0/Schema0.md | 6 +- .../delete/parameters/parameter0/Schema0.md | 6 +- .../delete/parameters/parameter1/Schema1.md | 6 +- .../delete/parameters/parameter2/Schema2.md | 6 +- .../delete/parameters/parameter3/Schema3.md | 6 +- .../delete/parameters/parameter4/Schema4.md | 6 +- .../delete/parameters/parameter5/Schema5.md | 6 +- .../fake/get/parameters/parameter0/Schema0.md | 7 +- .../fake/get/parameters/parameter1/Schema1.md | 6 +- .../fake/get/parameters/parameter2/Schema2.md | 7 +- .../fake/get/parameters/parameter3/Schema3.md | 6 +- .../fake/get/parameters/parameter4/Schema4.md | 6 +- .../fake/get/parameters/parameter5/Schema5.md | 6 +- .../applicationxwwwformurlencoded/Schema.md | 7 +- .../content/applicationjson/Schema.md | 7 +- .../applicationxwwwformurlencoded/Schema.md | 7 +- .../put/parameters/parameter0/Schema0.md | 6 +- .../put/parameters/parameter0/Schema0.md | 6 +- .../put/parameters/parameter1/Schema1.md | 6 +- .../put/parameters/parameter2/Schema2.md | 6 +- .../delete/parameters/parameter0/Schema0.md | 6 +- .../content/applicationjson/Schema.md | 7 +- .../post/parameters/parameter0/Schema0.md | 14 ++- .../post/parameters/parameter1/Schema1.md | 7 +- .../content/applicationjson/Schema.md | 14 ++- .../content/multipartformdata/Schema.md | 7 +- .../content/applicationjson/Schema.md | 14 ++- .../content/multipartformdata/Schema.md | 7 +- .../applicationxwwwformurlencoded/Schema.md | 7 +- .../applicationjsoncharsetutf8/Schema.md | 14 ++- .../applicationjsoncharsetutf8/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 7 +- .../content/multipartformdata/Schema.md | 7 +- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../get/parameters/parameter0/Schema0.md | 7 +- .../post/parameters/parameter0/Schema0.md | 6 +- .../post/parameters/parameter1/Schema1.md | 6 +- .../post/parameters/parameter10/Schema10.md | 6 +- .../post/parameters/parameter11/Schema11.md | 6 +- .../post/parameters/parameter12/Schema12.md | 6 +- .../post/parameters/parameter13/Schema13.md | 6 +- .../post/parameters/parameter14/Schema14.md | 6 +- .../post/parameters/parameter15/Schema15.md | 6 +- .../post/parameters/parameter16/Schema16.md | 6 +- .../post/parameters/parameter17/Schema17.md | 6 +- .../post/parameters/parameter18/Schema18.md | 6 +- .../post/parameters/parameter2/Schema2.md | 6 +- .../post/parameters/parameter3/Schema3.md | 6 +- .../post/parameters/parameter4/Schema4.md | 6 +- .../post/parameters/parameter5/Schema5.md | 6 +- .../post/parameters/parameter6/Schema6.md | 6 +- .../post/parameters/parameter7/Schema7.md | 6 +- .../post/parameters/parameter8/Schema8.md | 6 +- .../post/parameters/parameter9/Schema9.md | 6 +- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../post/parameters/parameter0/Schema0.md | 6 +- .../content/multipartformdata/Schema.md | 7 +- .../content/applicationjson/Schema0.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../put/parameters/parameter0/Schema0.md | 7 +- .../put/parameters/parameter1/Schema1.md | 7 +- .../put/parameters/parameter2/Schema2.md | 7 +- .../put/parameters/parameter3/Schema3.md | 7 +- .../put/parameters/parameter4/Schema4.md | 7 +- .../content/applicationoctetstream/Schema.md | 6 +- .../content/applicationoctetstream/Schema.md | 6 +- .../content/multipartformdata/Schema.md | 7 +- .../content/multipartformdata/Schema.md | 7 +- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 14 ++- .../content/applicationjson/Schema.md | 7 +- .../get/parameters/parameter0/Schema0.md | 7 +- .../get/parameters/parameter0/Schema0.md | 7 +- .../delete/parameters/parameter0/Schema0.md | 6 +- .../delete/parameters/parameter1/Schema1.md | 6 +- .../get/parameters/parameter0/Schema0.md | 6 +- .../post/parameters/parameter0/Schema0.md | 6 +- .../applicationxwwwformurlencoded/Schema.md | 7 +- .../post/parameters/parameter0/Schema0.md | 6 +- .../content/multipartformdata/Schema.md | 7 +- .../delete/parameters/parameter0/Schema0.md | 6 +- .../get/parameters/parameter0/Schema0.md | 6 +- .../get/parameters/parameter0/Schema0.md | 6 +- .../get/parameters/parameter1/Schema1.md | 6 +- .../content/applicationjson/Schema.md | 6 +- .../content/applicationxml/Schema.md | 6 +- .../xexpiresafter/XExpiresAfterSchema.md | 6 +- .../applicationjson/XRateLimitSchema.md | 6 +- .../components/schemas/Schema_doc.hbs | 6 +- .../components/schemas/docschema_io_types.hbs | 88 +++++++++++++++++++ 249 files changed, 1336 insertions(+), 744 deletions(-) create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index 7644f5947d2..f78ac02b0fc 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| int | int | | diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 9bf4ec278e3..6dd9d735046 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 017c43a8b7a..b5b333b9ac3 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index 386c7886e3d..2f7fcb73418 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index fce70c59e92..8d06c2018cf 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -5,9 +5,11 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List> + + | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index 3691d899795..e916218c06a 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 491ec74ac8a..0de20004171 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -5,9 +5,11 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List> + + | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 670acc7e082..774b30bf6d6 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -5,9 +5,11 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List> + + | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 6a663a48082..77b81629b86 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 2c350ab8fb4..d5a60f87ad6 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index c4b92bd03fa..52d88c23c9a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -8,9 +8,10 @@ type: JsonSchema Abstract Step ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | AbstractStepMessageMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index ee6e9b57df7..b07e66096ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | AdditionalPropertiesClassMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 33f2b4f3f45..d0e7a50f94a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index fed6aa7c4df..b1cf7c55634 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -5,9 +5,11 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map> + + | AdditionalPropertiesWithArrayOfEnumsMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index ae369be497c..65b536c107d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | AddressMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 1ab4b85a414..71dd07003a7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | AnimalMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 01a0597ddbe..07c799136ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -5,9 +5,11 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List> + + | AnimalFarmList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 5f8ce9e6cac..6a3a6201699 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | AnyTypeAndFormatMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index ed7c6012915..a7e3a607b5e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## not diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index f1ee7ebe481..93b184f7091 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ApiResponseMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 5bbb07f4258..017d8c736e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -5,9 +5,11 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| null | null | | +| Map + | AppleMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 6b1c26ec131..add9196eed4 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | AppleReqMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 11696f7c6e8..13d602b96be 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | ArrayHoldingAnyTypeList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 1c2d0263351..88ae281eaf6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ArrayOfArrayOfNumberOnlyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 872392c96de..e73d037c84b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | ArrayOfEnumsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index a73021d5e92..b5a32f45ad5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ArrayOfNumberOnlyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 6631ef7b9d5..51014f54a8d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ArrayTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 04139db94a2..72d7f80507d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | ArrayWithValidationsInItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index a528d2d3ba0..54e45a55657 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | BananaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index c9dfb523302..0be4760c3f8 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | BananaReqMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 3e8dbfaf1d4..15c207c88b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index a2e2940f5ca..99d217d5580 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | BasquePigMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index f3f64362e9f..343275e70cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| boolean | boolean | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index a9147ef325e..7f6aed71a6d 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| boolean | boolean | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 9785c5d6806..0ddcd5afb4d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | CapitalizationMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 15e3731cae5..97edaa08ecf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 77047b0d633..b67e87c7c61 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | CategoryMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 5af428c8514..d9600400905 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 449c7f215a5..32065ee133f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -8,9 +8,17 @@ type: JsonSchema Model for testing model with \"_class\" property ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | ClassModelMap | | +| List | FrozenList | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index ce36eb522f2..572c82aef32 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ClientMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index f99932b39fe..00b154bfd3d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 33ce2005d26..20716a1c38f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## anyOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 86d51a2cbf8..61c848cd945 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | ComposedArrayList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index f419fe436bc..4d2ba2e9bfc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -5,9 +5,9 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| boolean | boolean | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 376baca2271..0d9780c828b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -5,9 +5,9 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| null | null | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 8b639a4c216..29cb3cc4cc9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -5,9 +5,9 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Number | Number | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 78070d018ec..186a2106f7e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index e8c3fa0f577..f1c70bd341e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -8,9 +8,17 @@ type: JsonSchema this is a model that allows payloads of type object or number ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 7664b769f5c..e453a67952e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -5,9 +5,9 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 2ec6583e0d4..6180dd573d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 2bbfad420de..85a09812524 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | DanishPigMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 2ca1174bf12..e2a982aebc1 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index af8341ed6d6..fffbc7c49ed 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 8ac9c024cac..e75607303f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index 44dc970ba8f..354175d5de1 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 8eb6a626bc6..5f97a5b7244 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 098edd3e2eb..5feb2c6d07e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | DrawingMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index e951d97a96c..30557dbcf67 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | EnumArraysMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 744e4ce1827..cc539c137f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 2de9d6a3593..1efd8395367 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | EnumTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 8e4cceed5f2..6b047a8d521 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index e3f33d04bd9..7c45d7e5bbd 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -8,9 +8,10 @@ type: JsonSchema Must be named `File` for test. ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | FileMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 2ca4a9f8058..3b4e16bcda7 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | FileSchemaTestClassMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 698a8e8ed4b..f8293c55a14 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | FooMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 11e51d749f2..f82dfff4d27 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | FormatTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 809b0a53c66..7976a6d85e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | FromSchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 2c94f58c2ac..1bb5c2f301e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FruitMap | | +| List | FrozenList | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index c7e44c6ad3e..0ace882af13 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index afa88485fe2..8c4acf96b52 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | GmFruitMap | | +| List | FrozenList | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 619a1b47347..f26a46cdfbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | GrandparentAnimalMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 8d3f8b6e0e8..9ca4e9e37d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | HasOnlyReadOnlyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 775dd04a70a..0ff4e8c309d 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -8,9 +8,10 @@ type: JsonSchema Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | HealthCheckResultMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index d941c9f5074..6aa5c36e08c 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index a85b9bfee7a..d056dd30a72 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index d555ee48ab5..ad191b99092 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 5af0bf20eb3..8b16c08c1d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 4e235d116b0..f5afe3cc93f 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index f06d8bacf85..1816a5ba7a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 4576a788a2a..d62b0147f1b 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 40647155d39..85cefc3ad27 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -8,9 +8,11 @@ type: JsonSchema component's name collides with the inner schema name ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List> + + | ItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 744784fbbdf..9a69649f926 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | JSONPatchRequestList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index ef4b409b8d9..bf4a2743356 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | JSONPatchRequestAddReplaceTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index e17524ef8ce..f4399d223df 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | JSONPatchRequestMoveCopyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 03b3f9dbe3f..5d5384d7f5c 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | JSONPatchRequestRemoveMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index 8ab481581b9..08854dcac0e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 3cd77683de5..1d996f08b28 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | MapTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 914a0617a69..0ea9d55a652 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | MixedPropertiesAndAdditionalPropertiesClassMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 5a783283e45..7e770e83184 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | MoneyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 744f701807b..0627a94e7de 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | MyObjectDtoMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index d09b93cb8ec..9871ba101f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -8,9 +8,17 @@ type: JsonSchema Model for testing model name same as property name ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | NameMap | | +| List | FrozenList | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 58342a76d6b..b99ee9a0059 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | NoAdditionalPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 3b5f2eb260d..a164d602c1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | NullableClassMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 6d1d998fa60..42a6124d35a 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -8,9 +8,17 @@ type: JsonSchema The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 8b5a08874e5..bd06fcd193d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -5,8 +5,9 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| null | null | | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 077d32df99a..96443bb5c03 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | NumberOnlyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 8d82f10b4ed..391bacbf54e 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Number | Number | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index d9c592884fb..2f524bab4dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Number | Number | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 16c01122a2c..ee5d17c4593 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjWithRequiredPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 3cb325f29ce..b8df9f13711 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjWithRequiredPropsBaseMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 859468a5cfc..0394138ea1e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -5,8 +5,9 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 52f54c0349a..4d0a639795e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectModelWithArgAndArgsPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 45d55b77097..316697b3551 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -8,9 +8,10 @@ type: JsonSchema a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectModelWithRefPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 0a496af5de9..6fb27084ea7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 99df1347013..0652f4904c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -8,9 +8,10 @@ type: JsonSchema component with properties that have name collisions ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectWithCollidingPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index ce5e216798d..1cf40b71fdb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectWithDecimalPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index f6202fe09b6..8179a7819fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -8,9 +8,10 @@ type: JsonSchema model with properties that have invalid names for python ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectWithDifficultlyNamedPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index b3a40a2b1d2..b6fb96aebf5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectWithInlineCompositionPropertyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 2e34a22586a..98f50406d2e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectWithInvalidNamedRefedPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 28213a2acb7..a559a79ccf5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectWithNonIntersectingValuesMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 308208c88de..3e07ae68f22 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectWithOnlyOptionalPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 30750b20c8c..0397acd6556 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ObjectWithOptionalTestPropMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 6296a5f1721..fcfd5cdb0c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -5,8 +5,9 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 1c3d45b61e4..a4f623bacf1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | OrderMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 0a476ffe683..3b35e9b88e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | PaginatedResultMyObjectDtoMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 5e9c26cf7fd..856409d854b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index a2239b78f64..d03bf9cc16b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -8,9 +8,10 @@ type: JsonSchema Pet object that needs to be added to the store ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | PetMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 2580a071e77..619fe57cfac 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index b9c2b18d705..5ad4dee89ae 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -8,9 +8,10 @@ type: JsonSchema a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | PlayerMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index ba0a5c2b1cc..0849e28cdaa 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -8,9 +8,10 @@ type: JsonSchema schema that contains a property named key ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | PublicKeyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index b4c172f49f8..63ee88e9df2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 57b477701a8..2b2eb4a1c42 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | QuadrilateralInterfaceMap | | +| List | FrozenList | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 3bd4a485b96..ddc41fe6800 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ReadOnlyFirstMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index a4b671baa35..2833d816641 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ReqPropsFromExplicitAddPropsMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index cd235389762..e191c03cafd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ReqPropsFromTrueAddPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 2eeb1bfe1f3..a53e2c78a9c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ReqPropsFromUnsetAddPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 187ad4d123b..512d0ad0599 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -8,9 +8,17 @@ type: JsonSchema Model for testing reserved words ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | ReturnMap | | +| List | FrozenList | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index c310516b578..0169c6746c7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 31b99f382b2..6a6f6a79336 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -8,9 +8,17 @@ type: JsonSchema model with an invalid class name for python, starts with a number ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | Schema200ResponseMap | | +| List | FrozenList | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 287667c1f5b..85e3bfdeaf3 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SelfReferencingArrayModelList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 9f6e16c1d82..1c9e10c325c 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SelfReferencingObjectModelMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index ebdb95a6dce..2ac32ca06a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 3f5b4d8d523..c86fb2bf96c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -8,9 +8,17 @@ type: JsonSchema The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index dbf231b529e..e01885e2361 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 2e9f33c6149..c1cef8a8c54 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 1f1f4dca89e..540c63ffb94 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -8,9 +8,10 @@ type: JsonSchema model with an invalid class name for python ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SpecialModelnameMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 4f56837f8ef..f4df73ffcbc 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | StringBooleanMapMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index f9491f4da4f..672b7a345e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -5,8 +5,9 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| null | null | | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 8b57da7c046..4871b7c11dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 1637d3d609a..d9ff98a4e6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index c1d204c58b2..8f8f744d1b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 2088ada1663..17a26edf6a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | TagMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 81a5e9883c0..370b91a34d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 4d6e993704a..563ca9fa303 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | TriangleInterfaceMap | | +| List | FrozenList | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 5c7d3487b40..9aec9fd343d 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -5,8 +5,8 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 66ac3d5c788..fd85dc2df40 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | UserMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index f3fff837e21..073b856f14b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | WhaleMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 56e3bddf15a..35c27cfc581 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | ZebraMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index a27560a09d8..9e84d715f86 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 18a6b6f63dd..704b097a619 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 1af86a01cfc..6a27f7ebe87 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 7769256518b..02a6ee783ad 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index 0d3fe37dd2a..5d26bf42a12 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index 7783a198b16..ac930832885 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 0e54446c958..354d61b7bb4 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index 2d3b25ab053..3385f1a8a64 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 69433cfd8f1..36b74682a79 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index fb5084fd231..d0d0bed9c40 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 5f9860d6a3b..0d12ef17878 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index c76cb27624b..d1f6980936d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index ca3771e113e..b92bdb45507 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 29356f9689f..8328d2fe6a3 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList2 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 38e3892b68e..6f7fb2b950a 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index ce20600e254..eaac7365b47 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| int | int | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 12ee80e9db7..00d5ccadacc 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| double | double | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index a72dbf21047..10aef93c2ec 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index b890076a446..1e4cbe30e74 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -5,6 +5,7 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | | | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index a601dedd4ce..2fe5b222953 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index 052d075c0e7..d6c725a6888 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 271171b4dae..67b1cc2de10 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index c1b2026a8d5..f760ed584fe 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 23d8f549ab1..290fdb4bcc2 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index da3be141fc4..921c423b6dd 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index e0a092e34d6..5f5a6af2a2d 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 6f4d5df3296..b715e1c277f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 0e9ba9253b9..224cbbc7202 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap1 | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index 44922fb38c4..a5d251cbb5f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 5871bfcf585..c39de10e604 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 664e84bc5c8..c31d27dce73 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -5,9 +5,17 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index f35e9153de9..d81f29af344 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index c5c89723456..b7f2c3f1791 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 1cab2fd1b3b..4b0d8f6dc8f 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 0fcef2dcfa5..a0adce2838f 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 840698fee1b..6c9c4d65ee3 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 29cef5d56f3..79f4b3ccf88 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index cd7b130af73..b55ccfed9bb 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index ab851032739..cfae13d39e4 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index c6e9595c6c7..972d4b8abed 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 5111a393d71..ac3b1373287 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 17bfb17979c..bffdcd3364a 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap0 | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 74e5ef8f64d..d3c60b308f4 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 11dfe2968a1..08c6ddd395b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 2bb5882a0b8..c6e30a12a2a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 73acf46626b..bd0d65ebd6b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index c1bb3dc6811..5ca3ebe8e2e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index 67daa411d4c..fbbb02458b2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index f9d7e476b7c..cfc39cad844 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index 643f6f7af52..87a07aed72c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 3c824235186..291a4f4c0cf 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 2e5517a3488..95cfd8fdec8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index b54fd79ace6..d8f38d38b7f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 42762e0c1d2..81fd4d2adaf 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index 710b0373a25..8a427a0f834 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index ad43a8e0a96..c7bdec64f31 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index ec79ad5132a..a09fa4c952c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 41a33f2c881..f300f84ff26 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index f40764cc6f5..eae35d51baa 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 96d465fa522..61e1ab894d9 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index f0c12e090b8..026505aa92c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index 10cd266ba42..1e813111881 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index 9bccdfc7b6a..c27ee5b4cf3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index 590ceb3063c..b012e44a798 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index ccb046464fb..85ce3d457ff 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index b2cd0338aa6..734bea749ad 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index 10b66b2e3b1..f849ca47ee6 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 4a4c6a5387c..1e95f71d7d0 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index b48c9431330..7fa6682b850 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList1 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index df711ccbd22..93b66a7a4eb 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList2 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 4f9bf141797..a122be82b92 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList3 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 228da7128b3..7a040bb99f3 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList4 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 67a4369f042..4091de5481b 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -8,6 +8,6 @@ type: JsonSchema file to upload ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| BinaryString | BinaryString | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index 1e2d478bd73..d65c2fb46c1 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -8,6 +8,6 @@ type: JsonSchema file to download ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| BinaryString | BinaryString | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 55368e60ce5..af73aa4694a 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 2fb16a03cca..54426088a68 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index c4f1e55b448..c92c1dbb1dc 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 157f2470929..287516576e7 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index c2ddc3cdcb7..c6b0d12ba0f 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 219c2b7c3e2..f2f6507b400 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index e006d38aad3..6ca9554c683 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 5af81956718..e677de7b34e 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -5,6 +5,14 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | +| Map | FrozenMap | | +| List | FrozenList | | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index cf5c2715d04..792dd5772f2 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 264ffa32dd1..cd5d6e817e6 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 63a0cf3e949..0f27c88940c 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| List + | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 58aa7a6b8bb..95c11789929 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index 0a1a5424020..48c443635d5 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index e5c36e572ef..6bf7fc3fc78 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 13db89bd0bd..97662d74a71 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 595470a1861..6422177753a 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 4fe0e457c6e..603530139f7 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 1aa54fb83a2..076db59ae34 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -5,9 +5,10 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| Map + | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index e81ae96d4c9..63ecca93ba4 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index 592dc613802..04b30a1199d 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| long | long | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 39621a7b551..c993ef9b29c 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 24d0894a8c7..d50e198d250 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 1be4896768e..b88dfcd605b 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index c648cc2b3b0..29b149a4816 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 02adce66a6e..4f87b49fdd3 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| String | String | | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index 873df76d7ec..bb50868ce90 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -5,6 +5,6 @@ type: JsonSchema ``` ## validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- - | | +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +| int | int | | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index cae95169add..cb3aab420d3 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -27,9 +27,9 @@ Ref Schema | Input Type | Output Type {{> src/main/java/org/openapitools/components/schemas/__refclass_partial }} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} {{else}} {{headerSize}}# validate method -Input Type | Return Type | Notes ------------- | ------------- | ------------- -{{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +| Input Type | Return Type | Notes | +| ---------- | ----------- | ----- | +{{> src/main/java/org/openapitools/components/schemas/docschema_io_types }} {{#or properties additionalProperties requiredProperties}} {{#if mapInputJsonPathPiece}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs new file mode 100644 index 00000000000..5f3364b026f --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -0,0 +1,88 @@ +{{#eq types null}} +| String | String | | +| null | null | | +| int | int | | +| long | long | | +| float | float | | +| double | double | | +| boolean | boolean | | + {{#if mapOutputJsonPathPiece }} +| Map | {{mapOutputJsonPathPiece.camelCase}} | | + {{else}} +| Map | FrozenMap | | + {{/if}} + {{#if arrayOutputJsonPathPiece}} +| List | {{arrayOutputJsonPathPiece.camelCase}} | | + {{else}} +| List | FrozenList | | + {{/if}} +{{else}} + {{#each types}} + {{#eq this "boolean"}} +| boolean | boolean | | + {{else}} + {{#eq this "null"}} +| null | null | | + {{else}} + {{#eq this "string"}} + {{#eq format "binary"}} +{{! todo binary types}} +| BinaryString | BinaryString | | + {{else}} +| String | String | | + {{/eq}} + {{else}} + {{#eq this "number"}} + {{#eq ../format null}} +| Number | Number | | + {{else}} + {{#eq ../format "float"}} +| float | float | | + {{else}} + {{#eq ../format "double"}} +| double | double | | + {{else}} + {{#eq ../format "int32"}} +| int | int | | + {{else}} + {{#eq ../format "int64"}} +| long | long | | + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{else}} + {{#eq this "integer"}} + {{#eq ../format null}} +| long | long | | + {{else}} + {{#eq ../format "int32"}} +| int | int | | + {{else}} +| long | long | | + {{/eq}} + {{/eq}} + {{else}} + {{#eq this "array"}} + {{#with ../items}} +| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type endChar=">" sourceJsonPath=../../jsonPath }} | {{../../arrayOutputJsonPathPiece.camelCase}} | | + {{else}} +| List | FrozenList | | + {{/with}} + {{else}} + {{#eq this "object"}} + {{#with ../mapValueSchema}} +| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type endChar=">" sourceJsonPath=../../jsonPath }} | {{../../mapOutputJsonPathPiece.camelCase}} | | + {{else}} +| Map | FrozenMap | | + {{/with}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/each}} +{{/eq}} \ No newline at end of file From abdd563eaba1b215f3a21a6db1aa22a1ee8f7be2 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Fri, 24 Nov 2023 23:55:10 -0800 Subject: [PATCH 06/72] Improves input type for array and map in schema docs --- .../requestbodies/userarray/content/applicationjson/Schema.md | 4 +--- .../content/applicationjson/Schema.md | 4 +--- .../content/applicationxml/Schema.md | 4 +--- .../content/applicationjson/Schema.md | 3 +-- .../java/docs/components/schemas/AbstractStepMessage.md | 3 +-- .../java/docs/components/schemas/AdditionalPropertiesClass.md | 3 +-- .../docs/components/schemas/AdditionalPropertiesSchema.md | 3 +-- .../schemas/AdditionalPropertiesWithArrayOfEnums.md | 4 +--- .../client/petstore/java/docs/components/schemas/Address.md | 3 +-- .../client/petstore/java/docs/components/schemas/Animal.md | 3 +-- .../petstore/java/docs/components/schemas/AnimalFarm.md | 4 +--- .../petstore/java/docs/components/schemas/AnyTypeAndFormat.md | 3 +-- .../java/docs/components/schemas/ApiResponseSchema.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Apple.md | 3 +-- .../client/petstore/java/docs/components/schemas/AppleReq.md | 3 +-- .../java/docs/components/schemas/ArrayHoldingAnyType.md | 3 +-- .../java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md | 3 +-- .../petstore/java/docs/components/schemas/ArrayOfEnums.md | 3 +-- .../java/docs/components/schemas/ArrayOfNumberOnly.md | 3 +-- .../client/petstore/java/docs/components/schemas/ArrayTest.md | 3 +-- .../docs/components/schemas/ArrayWithValidationsInItems.md | 3 +-- .../client/petstore/java/docs/components/schemas/Banana.md | 3 +-- .../client/petstore/java/docs/components/schemas/BananaReq.md | 3 +-- .../client/petstore/java/docs/components/schemas/BasquePig.md | 3 +-- .../petstore/java/docs/components/schemas/Capitalization.md | 3 +-- .../client/petstore/java/docs/components/schemas/Category.md | 3 +-- .../client/petstore/java/docs/components/schemas/Client.md | 3 +-- .../petstore/java/docs/components/schemas/ComposedArray.md | 3 +-- .../petstore/java/docs/components/schemas/ComposedObject.md | 3 +-- .../client/petstore/java/docs/components/schemas/DanishPig.md | 3 +-- .../client/petstore/java/docs/components/schemas/Drawing.md | 3 +-- .../petstore/java/docs/components/schemas/EnumArrays.md | 3 +-- .../client/petstore/java/docs/components/schemas/EnumTest.md | 3 +-- samples/client/petstore/java/docs/components/schemas/File.md | 3 +-- .../java/docs/components/schemas/FileSchemaTestClass.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Foo.md | 3 +-- .../petstore/java/docs/components/schemas/FormatTest.md | 3 +-- .../petstore/java/docs/components/schemas/FromSchema.md | 3 +-- .../java/docs/components/schemas/GrandparentAnimal.md | 3 +-- .../petstore/java/docs/components/schemas/HasOnlyReadOnly.md | 3 +-- .../java/docs/components/schemas/HealthCheckResult.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Items.md | 4 +--- .../petstore/java/docs/components/schemas/JSONPatchRequest.md | 3 +-- .../docs/components/schemas/JSONPatchRequestAddReplaceTest.md | 3 +-- .../java/docs/components/schemas/JSONPatchRequestMoveCopy.md | 3 +-- .../java/docs/components/schemas/JSONPatchRequestRemove.md | 3 +-- .../client/petstore/java/docs/components/schemas/MapTest.md | 3 +-- .../schemas/MixedPropertiesAndAdditionalPropertiesClass.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Money.md | 3 +-- .../petstore/java/docs/components/schemas/MyObjectDto.md | 3 +-- .../java/docs/components/schemas/NoAdditionalProperties.md | 3 +-- .../petstore/java/docs/components/schemas/NullableClass.md | 3 +-- .../petstore/java/docs/components/schemas/NumberOnly.md | 3 +-- .../java/docs/components/schemas/ObjWithRequiredProps.md | 3 +-- .../java/docs/components/schemas/ObjWithRequiredPropsBase.md | 3 +-- .../petstore/java/docs/components/schemas/ObjectInterface.md | 3 +-- .../components/schemas/ObjectModelWithArgAndArgsProperties.md | 3 +-- .../java/docs/components/schemas/ObjectModelWithRefProps.md | 3 +-- .../docs/components/schemas/ObjectWithCollidingProperties.md | 3 +-- .../docs/components/schemas/ObjectWithDecimalProperties.md | 3 +-- .../components/schemas/ObjectWithDifficultlyNamedProps.md | 3 +-- .../components/schemas/ObjectWithInlineCompositionProperty.md | 3 +-- .../schemas/ObjectWithInvalidNamedRefedProperties.md | 3 +-- .../components/schemas/ObjectWithNonIntersectingValues.md | 3 +-- .../docs/components/schemas/ObjectWithOnlyOptionalProps.md | 3 +-- .../docs/components/schemas/ObjectWithOptionalTestProp.md | 3 +-- .../java/docs/components/schemas/ObjectWithValidations.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Order.md | 3 +-- .../docs/components/schemas/PaginatedResultMyObjectDto.md | 3 +-- .../client/petstore/java/docs/components/schemas/ParentPet.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Pet.md | 3 +-- .../client/petstore/java/docs/components/schemas/Player.md | 3 +-- .../client/petstore/java/docs/components/schemas/PublicKey.md | 3 +-- .../petstore/java/docs/components/schemas/ReadOnlyFirst.md | 3 +-- .../docs/components/schemas/ReqPropsFromExplicitAddProps.md | 3 +-- .../java/docs/components/schemas/ReqPropsFromTrueAddProps.md | 3 +-- .../java/docs/components/schemas/ReqPropsFromUnsetAddProps.md | 3 +-- .../java/docs/components/schemas/SelfReferencingArrayModel.md | 3 +-- .../docs/components/schemas/SelfReferencingObjectModel.md | 3 +-- .../petstore/java/docs/components/schemas/SpecialModelname.md | 3 +-- .../petstore/java/docs/components/schemas/StringBooleanMap.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Tag.md | 3 +-- samples/client/petstore/java/docs/components/schemas/User.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Whale.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Zebra.md | 3 +-- .../java/docs/paths/fake/get/parameters/parameter0/Schema0.md | 3 +-- .../java/docs/paths/fake/get/parameters/parameter2/Schema2.md | 3 +-- .../content/applicationxwwwformurlencoded/Schema.md | 3 +-- .../responses/response404/content/applicationjson/Schema.md | 3 +-- .../content/applicationxwwwformurlencoded/Schema.md | 3 +-- .../post/requestbody/content/applicationjson/Schema.md | 3 +-- .../post/parameters/parameter1/Schema1.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../responses/response200/content/multipartformdata/Schema.md | 3 +-- .../content/applicationxwwwformurlencoded/Schema.md | 3 +-- .../post/requestbody/content/applicationjson/Schema.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../paths/fakeobjinquery/get/parameters/parameter0/Schema0.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../put/parameters/parameter0/Schema0.md | 3 +-- .../put/parameters/parameter1/Schema1.md | 3 +-- .../put/parameters/parameter2/Schema2.md | 3 +-- .../put/parameters/parameter3/Schema3.md | 3 +-- .../put/parameters/parameter4/Schema4.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../responsedefault/content/applicationjson/Schema.md | 3 +-- .../petfindbystatus/get/parameters/parameter0/Schema0.md | 3 +-- .../paths/petfindbytags/get/parameters/parameter0/Schema0.md | 3 +-- .../content/applicationxwwwformurlencoded/Schema.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../openapitools/components/schemas/docschema_io_types.hbs | 4 ++-- .../schemas/types/_schema_input_type_segment_base.hbs | 1 + .../components/schemas/types/schema_input_type_segment.hbs | 1 + 114 files changed, 115 insertions(+), 230 deletions(-) create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 8d06c2018cf..ba884447edf 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -7,9 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> - - | SchemaList | | +| List> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 0de20004171..d04c6b391ac 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -7,9 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> - - | SchemaList | | +| List> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 774b30bf6d6..f225b9ae130 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -7,9 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> - - | SchemaList | | +| List> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 77b81629b86..ce3967424fa 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 52d88c23c9a..92f1b0739dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -10,8 +10,7 @@ Abstract Step ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | AbstractStepMessageMap | | +| Map | AbstractStepMessageMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index b07e66096ad..c57fa432e73 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | AdditionalPropertiesClassMap | | +| Map | AdditionalPropertiesClassMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index d0e7a50f94a..9ecf91fc842 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index b1cf7c55634..c3cada76a23 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -7,9 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map> - - | AdditionalPropertiesWithArrayOfEnumsMap | | +| Map> | AdditionalPropertiesWithArrayOfEnumsMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 65b536c107d..c2d09328df7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | AddressMap | | +| Map | AddressMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 71dd07003a7..db648782ffe 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | AnimalMap | | +| Map | AnimalMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 07c799136ef..2b71adf0e75 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -7,9 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> - - | AnimalFarmList | | +| List> | AnimalFarmList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 6a3a6201699..f029a91799b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | AnyTypeAndFormatMap | | +| Map | AnyTypeAndFormatMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 93b184f7091..cd23d54f22c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ApiResponseMap | | +| Map | ApiResponseMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 017d8c736e3..89aeecda8bc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -8,8 +8,7 @@ type: JsonSchema | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | | null | null | | -| Map - | AppleMap | | +| Map | AppleMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index add9196eed4..55cd677953b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | AppleReqMap | | +| Map | AppleReqMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 13d602b96be..9026c7e3b0b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | ArrayHoldingAnyTypeList | | +| List | ArrayHoldingAnyTypeList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 88ae281eaf6..0d7b54bf2bf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ArrayOfArrayOfNumberOnlyMap | | +| Map | ArrayOfArrayOfNumberOnlyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index e73d037c84b..53f67a272e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | ArrayOfEnumsList | | +| List | ArrayOfEnumsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index b5a32f45ad5..9d6a1cbc4d5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ArrayOfNumberOnlyMap | | +| Map | ArrayOfNumberOnlyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 51014f54a8d..f242db360b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ArrayTestMap | | +| Map | ArrayTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 72d7f80507d..a26b698130a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | ArrayWithValidationsInItemsList | | +| List | ArrayWithValidationsInItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 54e45a55657..268b966bb38 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | BananaMap | | +| Map | BananaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 0be4760c3f8..836cbd2bc55 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | BananaReqMap | | +| Map | BananaReqMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 99d217d5580..2ae3cf90959 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | BasquePigMap | | +| Map | BasquePigMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 0ddcd5afb4d..d3a83dae638 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | CapitalizationMap | | +| Map | CapitalizationMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index b67e87c7c61..62c931a0173 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | CategoryMap | | +| Map | CategoryMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 572c82aef32..e0527d48673 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ClientMap | | +| Map | ClientMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 61c848cd945..97108aecc4b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | ComposedArrayList | | +| List | ComposedArrayList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 186a2106f7e..bb35f86acbb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 85a09812524..d017c2c3670 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | DanishPigMap | | +| Map | DanishPigMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 5feb2c6d07e..1997ae73a0f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | DrawingMap | | +| Map | DrawingMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 30557dbcf67..05cb05c80f7 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | EnumArraysMap | | +| Map | EnumArraysMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 1efd8395367..c4a5cca49b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | EnumTestMap | | +| Map | EnumTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 7c45d7e5bbd..a14622a55be 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -10,8 +10,7 @@ Must be named `File` for test. ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | FileMap | | +| Map | FileMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 3b4e16bcda7..e49127862a0 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | FileSchemaTestClassMap | | +| Map | FileSchemaTestClassMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index f8293c55a14..a36a10c17b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | FooMap | | +| Map | FooMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index f82dfff4d27..e22eeeefa1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | FormatTestMap | | +| Map | FormatTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 7976a6d85e3..1356c327e17 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | FromSchemaMap | | +| Map | FromSchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index f26a46cdfbf..e2095b4510b 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | GrandparentAnimalMap | | +| Map | GrandparentAnimalMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 9ca4e9e37d7..8278e3c29ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | HasOnlyReadOnlyMap | | +| Map | HasOnlyReadOnlyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 0ff4e8c309d..5319f7946e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -10,8 +10,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | HealthCheckResultMap | | +| Map | HealthCheckResultMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 85cefc3ad27..67cf7d72b7f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -10,9 +10,7 @@ component's name collides with the inner schema name ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> - - | ItemsList | | +| List> | ItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 9a69649f926..e1e68912f13 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | JSONPatchRequestList | | +| List | JSONPatchRequestList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index bf4a2743356..6cee21b3a29 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | JSONPatchRequestAddReplaceTestMap | | +| Map | JSONPatchRequestAddReplaceTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index f4399d223df..56aa9018fee 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | JSONPatchRequestMoveCopyMap | | +| Map | JSONPatchRequestMoveCopyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 5d5384d7f5c..76b444263c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | JSONPatchRequestRemoveMap | | +| Map | JSONPatchRequestRemoveMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 1d996f08b28..812a7a2303a 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | MapTestMap | | +| Map | MapTestMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 0ea9d55a652..889b6e2ac9e 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | MixedPropertiesAndAdditionalPropertiesClassMap | | +| Map | MixedPropertiesAndAdditionalPropertiesClassMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 7e770e83184..879e0ca7db8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | MoneyMap | | +| Map | MoneyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 0627a94e7de..972c9c9d068 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | MyObjectDtoMap | | +| Map | MyObjectDtoMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index b99ee9a0059..212b3d39e85 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | NoAdditionalPropertiesMap | | +| Map | NoAdditionalPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index a164d602c1f..3930d7b25f8 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | NullableClassMap | | +| Map | NullableClassMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 96443bb5c03..9372313e5f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | NumberOnlyMap | | +| Map | NumberOnlyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index ee5d17c4593..a50d1e73d2d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjWithRequiredPropsMap | | +| Map | ObjWithRequiredPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index b8df9f13711..17eec2dd11f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjWithRequiredPropsBaseMap | | +| Map | ObjWithRequiredPropsBaseMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 0394138ea1e..73e8829ca33 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -7,7 +7,6 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | | | +| Map | | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 4d0a639795e..248a423e58c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectModelWithArgAndArgsPropertiesMap | | +| Map | ObjectModelWithArgAndArgsPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 316697b3551..0193bdbb392 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -10,8 +10,7 @@ a model that includes properties which should stay primitive (String + Boolean) ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectModelWithRefPropsMap | | +| Map | ObjectModelWithRefPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 0652f4904c3..f44307a0561 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -10,8 +10,7 @@ component with properties that have name collisions ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectWithCollidingPropertiesMap | | +| Map | ObjectWithCollidingPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 1cf40b71fdb..51914f15128 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectWithDecimalPropertiesMap | | +| Map | ObjectWithDecimalPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 8179a7819fb..00d8fd1e301 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -10,8 +10,7 @@ model with properties that have invalid names for python ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectWithDifficultlyNamedPropsMap | | +| Map | ObjectWithDifficultlyNamedPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index b6fb96aebf5..4e6cde87cad 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectWithInlineCompositionPropertyMap | | +| Map | ObjectWithInlineCompositionPropertyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 98f50406d2e..f3e7352f865 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectWithInvalidNamedRefedPropertiesMap | | +| Map | ObjectWithInvalidNamedRefedPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index a559a79ccf5..0c420e02b72 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectWithNonIntersectingValuesMap | | +| Map | ObjectWithNonIntersectingValuesMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 3e07ae68f22..c8212516845 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectWithOnlyOptionalPropsMap | | +| Map | ObjectWithOnlyOptionalPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 0397acd6556..faf814fb122 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ObjectWithOptionalTestPropMap | | +| Map | ObjectWithOptionalTestPropMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index fcfd5cdb0c6..fc9be85a59c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -7,7 +7,6 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | | | +| Map | | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index a4f623bacf1..e72fef49463 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | OrderMap | | +| Map | OrderMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 3b35e9b88e3..cb28473d19b 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | PaginatedResultMyObjectDtoMap | | +| Map | PaginatedResultMyObjectDtoMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 856409d854b..fb0f0d1f6e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index d03bf9cc16b..6f804e72fce 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -10,8 +10,7 @@ Pet object that needs to be added to the store ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | PetMap | | +| Map | PetMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 5ad4dee89ae..c8ff6414f60 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -10,8 +10,7 @@ a model that includes a self reference this forces properties and additionalProp ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | PlayerMap | | +| Map | PlayerMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 0849e28cdaa..d669cc6be4e 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -10,8 +10,7 @@ schema that contains a property named key ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | PublicKeyMap | | +| Map | PublicKeyMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index ddc41fe6800..c88954030f8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ReadOnlyFirstMap | | +| Map | ReadOnlyFirstMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 2833d816641..5135537b969 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ReqPropsFromExplicitAddPropsMap | | +| Map | ReqPropsFromExplicitAddPropsMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index e191c03cafd..39b0a6306d0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ReqPropsFromTrueAddPropsMap | | +| Map | ReqPropsFromTrueAddPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index a53e2c78a9c..e5739b07ccc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ReqPropsFromUnsetAddPropsMap | | +| Map | ReqPropsFromUnsetAddPropsMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 85e3bfdeaf3..03cb9a2a2ea 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SelfReferencingArrayModelList | | +| List | SelfReferencingArrayModelList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 1c9e10c325c..f6a7d7611eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SelfReferencingObjectModelMap | | +| Map | SelfReferencingObjectModelMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 540c63ffb94..4f788492ff9 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -10,8 +10,7 @@ model with an invalid class name for python ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SpecialModelnameMap | | +| Map | SpecialModelnameMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index f4df73ffcbc..363ae672a17 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | StringBooleanMapMap | | +| Map | StringBooleanMapMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 17a26edf6a6..63bc66690c0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | TagMap | | +| Map | TagMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index fd85dc2df40..c392f9b6a1e 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | UserMap | | +| Map | UserMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 073b856f14b..18c7fb9035b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | WhaleMap | | +| Map | WhaleMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 35c27cfc581..f01c712d78d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | ZebraMap | | +| Map | ZebraMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index d1f6980936d..d95aaa3d29c 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 8328d2fe6a3..6610478f25e 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList2 | | +| List | SchemaList2 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 10aef93c2ec..a025c3bebfb 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 1e4cbe30e74..0314c603eca 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -7,5 +7,4 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | | | +| Map | | | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 2fe5b222953..194c0d8d3e5 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 5f5a6af2a2d..832047251d1 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 224cbbc7202..c85820e879e 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap1 | | +| Map | SchemaMap1 | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index c39de10e604..7c9d9834b79 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index d81f29af344..96b90dda12d 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index b7f2c3f1791..fe3f9cf812c 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 6c9c4d65ee3..a03acf9e30d 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 79f4b3ccf88..d865ffa4c8e 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index bffdcd3364a..95255629b17 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap0 | | +| Map | SchemaMap0 | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 85ce3d457ff..c75a21f8eef 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 1e95f71d7d0..4d691533490 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 7fa6682b850..10546212502 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList1 | | +| List | SchemaList1 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 93b66a7a4eb..6ceb6bf3049 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList2 | | +| List | SchemaList2 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index a122be82b92..200e52c5174 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList3 | | +| List | SchemaList3 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 7a040bb99f3..dd24c96e43c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList4 | | +| List | SchemaList4 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index af73aa4694a..eeace55791d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 54426088a68..499d3321b22 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 792dd5772f2..d01272aabf9 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index cd5d6e817e6..a9597173f34 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 0f27c88940c..63bf1ab5dad 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List - | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6422177753a..da7884d0df0 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 076db59ae34..bdba8001353 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map - | SchemaMap | | +| Map | SchemaMap | | ``` type: Map diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs index 5f3364b026f..706afccd9fd 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -66,14 +66,14 @@ {{else}} {{#eq this "array"}} {{#with ../items}} -| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type endChar=">" sourceJsonPath=../../jsonPath }} | {{../../arrayOutputJsonPathPiece.camelCase}} | | +| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath }}> | {{../../arrayOutputJsonPathPiece.camelCase}} | | {{else}} | List | FrozenList | | {{/with}} {{else}} {{#eq this "object"}} {{#with ../mapValueSchema}} -| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type endChar=">" sourceJsonPath=../../jsonPath }} | {{../../mapOutputJsonPathPiece.camelCase}} | | +| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath }}> | {{../../mapOutputJsonPathPiece.camelCase}} | | {{else}} | Map | FrozenMap | | {{/with}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs new file mode 100644 index 00000000000..64b7b6c28f6 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs @@ -0,0 +1 @@ +{{#if types}}{{#eq types.size 1}}{{#each types}}{{#eq this "boolean"}}{{#if forceNull}}Boolean{{else}}boolean{{/if}}{{else}}{{#eq this "null"}}Void{{else}}{{#eq this "string"}}{{#eq format "binary"}}{{! todo binary types}}String{{else}}String{{/eq}}{{else}}{{#eq this "number"}}{{#eq ../format null}}Number{{else}}{{#eq ../format "float"}}{{#if forceNull}}Float{{else}}float{{/if}}{{else}}{{#eq ../format "double"}}{{#if forceNull}}Double{{else}}double{{/if}}{{else}}{{#eq ../format "int32"}}{{#if forceNull}}Integer{{else}}int{{/if}}{{else}}{{#eq ../format "int64"}}{{#if forceNull}}Long{{else}}long{{/if}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "integer"}}{{#eq ../format null}}{{#if forceNull}}Long{{else}}long{{/if}}{{else}}{{#eq ../format "int32"}}{{#if forceNull}}Integer{{else}}int{{/if}}{{else}}{{#eq ../format "int64"}}{{#if forceNull}}Long{{else}}long{{/if}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "array"}}{{#eq ../jsonPath sourceJsonPath}}List{{else}}{{#with items}}List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}>{{else}}List{{/with}}{{/eq}}{{else}}{{#eq this "object"}}{{#eq ../jsonPath sourceJsonPath}}Map{{else}}{{#with mapValueSchema}}Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}>{{else}}Map{{/with}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/each}}{{else}}{{#eq types.size 2}}{{#contains types "null"}}{{! nullable types }}{{#each types}}{{#eq this "boolean"}}Boolean{{else}}{{#eq this "string"}}{{#eq format "binary"}}{{! todo binary types}}String{{else}}String{{/eq}}{{else}}{{#eq this "number"}}{{#eq ../format null}}Number{{else}}{{#eq ../format "float"}}Float{{else}}{{#eq ../format "double"}}Double{{else}}{{#eq ../format "int32"}}Integer{{else}}{{#eq ../format "int64"}}Long{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "integer"}}{{#eq ../format null}}Long{{else}}{{#eq ../format "int32"}}Integer{{else}}{{#eq ../format "int64"}}Long{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "array"}}{{#eq ../jsonPath sourceJsonPath}}List{{else}}{{#with items}}List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}>{{else}}List{{/with}}{{/eq}}{{else}}{{#eq this "object"}}{{#eq ../jsonPath sourceJsonPath}}Map{{else}}{{#with mapValueSchema}}Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}>{{else}}Map{{/with}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/each}}{{else}}{{! none of the types are null }}{{#and (contains types "integer") (contains types "number") }}Number{{else}}Object{{/and}}{{/contains}}{{else}}{{! 3 or more types }}Object{{/eq}}{{/eq}}{{else}}Object{{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs new file mode 100644 index 00000000000..3b2beef1e01 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs @@ -0,0 +1 @@ +{{#if refInfo}}{{#if refInfo.refModule}}{{#with getDeepestRef}}{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }}{{/with}}{{else}}{{#with refInfo.ref}}{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }}{{/with}}{{/if}}{{else}}{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }}{{/if}} \ No newline at end of file From ba7caf0e1bbfc4391aa3e1523db72997803be542 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 00:03:41 -0800 Subject: [PATCH 07/72] passes in forceNull so types match java --- .../content/applicationjson/Schema.md | 2 +- .../client/petstore/java/docs/components/schemas/Address.md | 2 +- .../docs/components/schemas/ArrayWithValidationsInItems.md | 2 +- .../java/docs/components/schemas/NoAdditionalProperties.md | 2 +- .../petstore/java/docs/components/schemas/StringBooleanMap.md | 2 +- .../openapitools/components/schemas/docschema_io_types.hbs | 4 ++-- .../schemas/types/_schema_input_type_segment_base.hbs | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index ce3967424fa..fa8eed4da10 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index c2d09328df7..a619c66cb3d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -7,7 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AddressMap | | +| Map | AddressMap | | ``` type: Map< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index a26b698130a..989ae69a887 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -7,7 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ArrayWithValidationsInItemsList | | +| List | ArrayWithValidationsInItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 212b3d39e85..8e2cfd06bd8 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -7,7 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | NoAdditionalPropertiesMap | | +| Map | NoAdditionalPropertiesMap | | ``` type: Map diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 363ae672a17..6ce3adc84dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -7,7 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | StringBooleanMapMap | | +| Map | StringBooleanMapMap | | ``` type: Map< diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs index 706afccd9fd..462eb8952b0 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -66,14 +66,14 @@ {{else}} {{#eq this "array"}} {{#with ../items}} -| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath }}> | {{../../arrayOutputJsonPathPiece.camelCase}} | | +| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true }}> | {{../../arrayOutputJsonPathPiece.camelCase}} | | {{else}} | List | FrozenList | | {{/with}} {{else}} {{#eq this "object"}} {{#with ../mapValueSchema}} -| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath }}> | {{../../mapOutputJsonPathPiece.camelCase}} | | +| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true }}> | {{../../mapOutputJsonPathPiece.camelCase}} | | {{else}} | Map | FrozenMap | | {{/with}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs index 64b7b6c28f6..b2910989e7d 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs @@ -1 +1 @@ -{{#if types}}{{#eq types.size 1}}{{#each types}}{{#eq this "boolean"}}{{#if forceNull}}Boolean{{else}}boolean{{/if}}{{else}}{{#eq this "null"}}Void{{else}}{{#eq this "string"}}{{#eq format "binary"}}{{! todo binary types}}String{{else}}String{{/eq}}{{else}}{{#eq this "number"}}{{#eq ../format null}}Number{{else}}{{#eq ../format "float"}}{{#if forceNull}}Float{{else}}float{{/if}}{{else}}{{#eq ../format "double"}}{{#if forceNull}}Double{{else}}double{{/if}}{{else}}{{#eq ../format "int32"}}{{#if forceNull}}Integer{{else}}int{{/if}}{{else}}{{#eq ../format "int64"}}{{#if forceNull}}Long{{else}}long{{/if}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "integer"}}{{#eq ../format null}}{{#if forceNull}}Long{{else}}long{{/if}}{{else}}{{#eq ../format "int32"}}{{#if forceNull}}Integer{{else}}int{{/if}}{{else}}{{#eq ../format "int64"}}{{#if forceNull}}Long{{else}}long{{/if}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "array"}}{{#eq ../jsonPath sourceJsonPath}}List{{else}}{{#with items}}List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}>{{else}}List{{/with}}{{/eq}}{{else}}{{#eq this "object"}}{{#eq ../jsonPath sourceJsonPath}}Map{{else}}{{#with mapValueSchema}}Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}>{{else}}Map{{/with}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/each}}{{else}}{{#eq types.size 2}}{{#contains types "null"}}{{! nullable types }}{{#each types}}{{#eq this "boolean"}}Boolean{{else}}{{#eq this "string"}}{{#eq format "binary"}}{{! todo binary types}}String{{else}}String{{/eq}}{{else}}{{#eq this "number"}}{{#eq ../format null}}Number{{else}}{{#eq ../format "float"}}Float{{else}}{{#eq ../format "double"}}Double{{else}}{{#eq ../format "int32"}}Integer{{else}}{{#eq ../format "int64"}}Long{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "integer"}}{{#eq ../format null}}Long{{else}}{{#eq ../format "int32"}}Integer{{else}}{{#eq ../format "int64"}}Long{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "array"}}{{#eq ../jsonPath sourceJsonPath}}List{{else}}{{#with items}}List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}>{{else}}List{{/with}}{{/eq}}{{else}}{{#eq this "object"}}{{#eq ../jsonPath sourceJsonPath}}Map{{else}}{{#with mapValueSchema}}Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}>{{else}}Map{{/with}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/each}}{{else}}{{! none of the types are null }}{{#and (contains types "integer") (contains types "number") }}Number{{else}}Object{{/and}}{{/contains}}{{else}}{{! 3 or more types }}Object{{/eq}}{{/eq}}{{else}}Object{{/if}} \ No newline at end of file +{{#if types}}{{#eq types.size 1}}{{#each types}}{{#eq this "boolean"}}{{#if forceNull}}Boolean{{else}}boolean{{/if}}{{else}}{{#eq this "null"}}Void{{else}}{{#eq this "string"}}{{#eq format "binary"}}{{! todo binary types}}String{{else}}String{{/eq}}{{else}}{{#eq this "number"}}{{#eq ../format null}}Number{{else}}{{#eq ../format "float"}}{{#if forceNull}}Float{{else}}float{{/if}}{{else}}{{#eq ../format "double"}}{{#if forceNull}}Double{{else}}double{{/if}}{{else}}{{#eq ../format "int32"}}{{#if forceNull}}Integer{{else}}int{{/if}}{{else}}{{#eq ../format "int64"}}{{#if forceNull}}Long{{else}}long{{/if}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "integer"}}{{#eq ../format null}}{{#if forceNull}}Long{{else}}long{{/if}}{{else}}{{#eq ../format "int32"}}{{#if forceNull}}Integer{{else}}int{{/if}}{{else}}{{#eq ../format "int64"}}{{#if forceNull}}Long{{else}}long{{/if}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "array"}}{{#eq ../jsonPath sourceJsonPath}}List{{else}}{{#with items}}List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment forceNull=true }}>{{else}}List{{/with}}{{/eq}}{{else}}{{#eq this "object"}}{{#eq ../jsonPath sourceJsonPath}}Map{{else}}{{#with mapValueSchema}}Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment forceNull=true }}>{{else}}Map{{/with}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/each}}{{else}}{{#eq types.size 2}}{{#contains types "null"}}{{! nullable types }}{{#each types}}{{#eq this "boolean"}}Boolean{{else}}{{#eq this "string"}}{{#eq format "binary"}}{{! todo binary types}}String{{else}}String{{/eq}}{{else}}{{#eq this "number"}}{{#eq ../format null}}Number{{else}}{{#eq ../format "float"}}Float{{else}}{{#eq ../format "double"}}Double{{else}}{{#eq ../format "int32"}}Integer{{else}}{{#eq ../format "int64"}}Long{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "integer"}}{{#eq ../format null}}Long{{else}}{{#eq ../format "int32"}}Integer{{else}}{{#eq ../format "int64"}}Long{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "array"}}{{#eq ../jsonPath sourceJsonPath}}List{{else}}{{#with items}}List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment forceNull=true }}>{{else}}List{{/with}}{{/eq}}{{else}}{{#eq this "object"}}{{#eq ../jsonPath sourceJsonPath}}Map{{else}}{{#with mapValueSchema}}Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment forceNull=true }}>{{else}}Map{{/with}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/each}}{{else}}{{! none of the types are null }}{{#and (contains types "integer") (contains types "number") }}Number{{else}}Object{{/and}}{{/contains}}{{else}}{{! 3 or more types }}Object{{/eq}}{{/eq}}{{else}}Object{{/if}} \ No newline at end of file From cab19559d0c190cd37345d49524622ec18f2098e Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 00:24:30 -0800 Subject: [PATCH 08/72] Turns on header for input map keys --- .../content/applicationjson/Schema.md | 5 +- .../components/schemas/AbstractStepMessage.md | 1 + .../schemas/AdditionalPropertiesClass.md | 1 + .../AdditionalPropertiesWithArrayOfEnums.md | 5 +- .../java/docs/components/schemas/Address.md | 5 +- .../java/docs/components/schemas/Animal.md | 1 + .../components/schemas/AnyTypeAndFormat.md | 1 + .../components/schemas/ApiResponseSchema.md | 1 + .../java/docs/components/schemas/Apple.md | 1 + .../java/docs/components/schemas/AppleReq.md | 3 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 1 + .../components/schemas/ArrayOfNumberOnly.md | 1 + .../java/docs/components/schemas/ArrayTest.md | 1 + .../java/docs/components/schemas/Banana.md | 1 + .../java/docs/components/schemas/BananaReq.md | 3 +- .../java/docs/components/schemas/BasquePig.md | 1 + .../docs/components/schemas/Capitalization.md | 1 + .../java/docs/components/schemas/Category.md | 1 + .../docs/components/schemas/ClassModel.md | 1 + .../java/docs/components/schemas/Client.md | 1 + .../java/docs/components/schemas/DanishPig.md | 1 + .../java/docs/components/schemas/Drawing.md | 7 +- .../docs/components/schemas/EnumArrays.md | 1 + .../java/docs/components/schemas/EnumTest.md | 1 + .../java/docs/components/schemas/File.md | 1 + .../components/schemas/FileSchemaTestClass.md | 1 + .../java/docs/components/schemas/Foo.md | 1 + .../docs/components/schemas/FormatTest.md | 1 + .../docs/components/schemas/FromSchema.md | 1 + .../java/docs/components/schemas/Fruit.md | 1 + .../java/docs/components/schemas/GmFruit.md | 1 + .../components/schemas/GrandparentAnimal.md | 1 + .../components/schemas/HasOnlyReadOnly.md | 1 + .../components/schemas/HealthCheckResult.md | 1 + .../schemas/JSONPatchRequestAddReplaceTest.md | 3 +- .../schemas/JSONPatchRequestMoveCopy.md | 3 +- .../schemas/JSONPatchRequestRemove.md | 3 +- .../java/docs/components/schemas/MapTest.md | 1 + ...dPropertiesAndAdditionalPropertiesClass.md | 1 + .../java/docs/components/schemas/Money.md | 3 +- .../docs/components/schemas/MyObjectDto.md | 3 +- .../java/docs/components/schemas/Name.md | 1 + .../schemas/NoAdditionalProperties.md | 3 +- .../docs/components/schemas/NullableClass.md | 7 +- .../docs/components/schemas/NumberOnly.md | 1 + .../schemas/ObjWithRequiredProps.md | 1 + .../schemas/ObjWithRequiredPropsBase.md | 1 + .../ObjectModelWithArgAndArgsProperties.md | 1 + .../schemas/ObjectModelWithRefProps.md | 1 + .../schemas/ObjectWithCollidingProperties.md | 1 + .../schemas/ObjectWithDecimalProperties.md | 1 + .../ObjectWithDifficultlyNamedProps.md | 1 + .../ObjectWithInlineCompositionProperty.md | 1 + .../ObjectWithInvalidNamedRefedProperties.md | 1 + .../ObjectWithNonIntersectingValues.md | 7 +- .../schemas/ObjectWithOnlyOptionalProps.md | 3 +- .../schemas/ObjectWithOptionalTestProp.md | 1 + .../java/docs/components/schemas/Order.md | 1 + .../schemas/PaginatedResultMyObjectDto.md | 3 +- .../java/docs/components/schemas/Pet.md | 1 + .../java/docs/components/schemas/Player.md | 1 + .../java/docs/components/schemas/PublicKey.md | 1 + .../schemas/QuadrilateralInterface.md | 1 + .../docs/components/schemas/ReadOnlyFirst.md | 1 + .../schemas/ReqPropsFromExplicitAddProps.md | 7 +- .../schemas/ReqPropsFromTrueAddProps.md | 1 + .../schemas/ReqPropsFromUnsetAddProps.md | 1 + .../docs/components/schemas/ReturnSchema.md | 1 + .../components/schemas/Schema200Response.md | 1 + .../schemas/SelfReferencingObjectModel.md | 7 +- .../components/schemas/SpecialModelname.md | 1 + .../components/schemas/StringBooleanMap.md | 5 +- .../java/docs/components/schemas/Tag.md | 1 + .../components/schemas/TriangleInterface.md | 1 + .../java/docs/components/schemas/User.md | 1 + .../java/docs/components/schemas/Whale.md | 1 + .../java/docs/components/schemas/Zebra.md | 1 + .../applicationxwwwformurlencoded/Schema.md | 1 + .../applicationxwwwformurlencoded/Schema.md | 1 + .../content/applicationjson/Schema.md | 5 +- .../post/parameters/parameter1/Schema1.md | 1 + .../content/multipartformdata/Schema.md | 1 + .../content/multipartformdata/Schema.md | 1 + .../applicationxwwwformurlencoded/Schema.md | 1 + .../content/applicationjson/Schema.md | 1 + .../content/multipartformdata/Schema.md | 1 + .../get/parameters/parameter0/Schema0.md | 1 + .../content/multipartformdata/Schema.md | 1 + .../content/multipartformdata/Schema.md | 1 + .../content/multipartformdata/Schema.md | 1 + .../content/applicationjson/Schema.md | 1 + .../applicationxwwwformurlencoded/Schema.md | 1 + .../content/multipartformdata/Schema.md | 1 + .../components/schemas/Schema_doc.hbs | 108 ++---------------- 94 files changed, 121 insertions(+), 150 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index fa8eed4da10..58fa247be3b 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -9,10 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` -type: Map< - String, -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 92f1b0739dd..3f5eec30939 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -12,6 +12,7 @@ Abstract Step | ---------- | ----------- | ----- | | Map | AbstractStepMessageMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index c57fa432e73..9a0d6621a0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | AdditionalPropertiesClassMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index c3cada76a23..d90403b36af 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -9,10 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map> | AdditionalPropertiesWithArrayOfEnumsMap | | +## Input Map Keys ``` -type: Map< - String, -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index a619c66cb3d..d039f887a73 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -9,10 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | AddressMap | | +## Input Map Keys ``` -type: Map< - String, -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index db648782ffe..2118bce198a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | AnimalMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index f029a91799b..7522d676a37 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | AnyTypeAndFormatMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index cd23d54f22c..352db25c822 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ApiResponseMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 89aeecda8bc..f827d0154fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -10,6 +10,7 @@ type: JsonSchema | null | null | | | Map | AppleMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 55cd677953b..9238b44b868 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | AppleReqMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 0d7b54bf2bf..5ecd29d77e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ArrayOfArrayOfNumberOnlyMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 9d6a1cbc4d5..1d477150ae2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ArrayOfNumberOnlyMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index f242db360b1..cf83a2a83ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ArrayTestMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 268b966bb38..e2cbc0e7a6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | BananaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 836cbd2bc55..f529dc553a1 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | BananaReqMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 2ae3cf90959..52387901a0f 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | BasquePigMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index d3a83dae638..aeb5a4bcc9d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | CapitalizationMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 62c931a0173..8622c440004 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | CategoryMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 32065ee133f..bb5aada99b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -20,6 +20,7 @@ Model for testing model with \"_class\" property | Map | ClassModelMap | | | List | FrozenList | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index e0527d48673..476703782ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ClientMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index d017c2c3670..b1b32e797dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | DanishPigMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 1997ae73a0f..48cdd7248ec 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -9,12 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | DrawingMap | | +## Input Map Keys ``` -type: Map< - String, - Union< - > -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 05cb05c80f7..eea15a7159b 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | EnumArraysMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index c4a5cca49b8..9aae6b15629 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | EnumTestMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index a14622a55be..8843d579f46 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -12,6 +12,7 @@ Must be named `File` for test. | ---------- | ----------- | ----- | | Map | FileMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index e49127862a0..149fbfbfca1 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | FileSchemaTestClassMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index a36a10c17b3..046ae2702c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | FooMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index e22eeeefa1f..43679f6c564 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | FormatTestMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 1356c327e17..58422644249 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | FromSchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 1bb5c2f301e..f41fbb62f4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -17,6 +17,7 @@ type: JsonSchema | Map | FruitMap | | | List | FrozenList | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 8c4acf96b52..e592139e5cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -17,6 +17,7 @@ type: JsonSchema | Map | GmFruitMap | | | List | FrozenList | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index e2095b4510b..704bd84d866 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | GrandparentAnimalMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 8278e3c29ac..6041df1eab4 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | HasOnlyReadOnlyMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 5319f7946e0..8fcf4bfd25b 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -12,6 +12,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to | ---------- | ----------- | ----- | | Map | HealthCheckResultMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 6cee21b3a29..57d33b87262 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | JSONPatchRequestAddReplaceTestMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 56aa9018fee..ee5d6795dac 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | JSONPatchRequestMoveCopyMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 76b444263c3..6161eb3c9cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | JSONPatchRequestRemoveMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 812a7a2303a..81b7a42d2c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | MapTestMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 889b6e2ac9e..5b4ec86039a 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | MixedPropertiesAndAdditionalPropertiesClassMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 879e0ca7db8..2957bee1ff6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | MoneyMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 972c9c9d068..d463886b721 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | MyObjectDtoMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 9871ba101f3..49277a6d67c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -20,6 +20,7 @@ Model for testing model name same as property name | Map | NameMap | | | List | FrozenList | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 8e2cfd06bd8..65ab0e5175b 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | NoAdditionalPropertiesMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 3930d7b25f8..66fcdb9dc90 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -9,12 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | NullableClassMap | | +## Input Map Keys ``` -type: Map< - String, - Union< - > -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 9372313e5f0..7ea619fc0a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | NumberOnlyMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index a50d1e73d2d..092f7f82d6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjWithRequiredPropsMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 17eec2dd11f..9cde2fde63e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjWithRequiredPropsBaseMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 248a423e58c..c02e094008c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjectModelWithArgAndArgsPropertiesMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 0193bdbb392..0f5fb0dd74a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -12,6 +12,7 @@ a model that includes properties which should stay primitive (String + Boolean) | ---------- | ----------- | ----- | | Map | ObjectModelWithRefPropsMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index f44307a0561..046a4b80b03 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -12,6 +12,7 @@ component with properties that have name collisions | ---------- | ----------- | ----- | | Map | ObjectWithCollidingPropertiesMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 51914f15128..4fcceaa8c9e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjectWithDecimalPropertiesMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 00d8fd1e301..8e4ee13fa6b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -12,6 +12,7 @@ model with properties that have invalid names for python | ---------- | ----------- | ----- | | Map | ObjectWithDifficultlyNamedPropsMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 4e6cde87cad..0847ac09d66 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjectWithInlineCompositionPropertyMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index f3e7352f865..6a5e7231d08 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjectWithInvalidNamedRefedPropertiesMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 0c420e02b72..3e5acd213b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -9,12 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjectWithNonIntersectingValuesMap | | +## Input Map Keys ``` -type: Map< - String, - Union< - > -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index c8212516845..ea928d54aa8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjectWithOnlyOptionalPropsMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index faf814fb122..2d890443c47 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ObjectWithOptionalTestPropMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index e72fef49463..d8bf43c854c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | OrderMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index cb28473d19b..faa212fded7 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -9,8 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | PaginatedResultMyObjectDtoMap | | +## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 6f804e72fce..809e864b01b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -12,6 +12,7 @@ Pet object that needs to be added to the store | ---------- | ----------- | ----- | | Map | PetMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index c8ff6414f60..8bb6772739e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -12,6 +12,7 @@ a model that includes a self reference this forces properties and additionalProp | ---------- | ----------- | ----- | | Map | PlayerMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index d669cc6be4e..c4b41103d9e 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -12,6 +12,7 @@ schema that contains a property named key | ---------- | ----------- | ----- | | Map | PublicKeyMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 2b2eb4a1c42..31ae790f20d 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -17,6 +17,7 @@ type: JsonSchema | Map | QuadrilateralInterfaceMap | | | List | FrozenList | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index c88954030f8..5b7c84c4acf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ReadOnlyFirstMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 5135537b969..88c7b8740bc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -9,12 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ReqPropsFromExplicitAddPropsMap | | +## Input Map Keys ``` -type: Map< - String, - Union< - > -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 39b0a6306d0..75b69e21613 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ReqPropsFromTrueAddPropsMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index e5739b07ccc..0e1843197c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ReqPropsFromUnsetAddPropsMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 512d0ad0599..5f051f506a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -20,6 +20,7 @@ Model for testing reserved words | Map | ReturnMap | | | List | FrozenList | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 6a6f6a79336..773f92f1a66 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -20,6 +20,7 @@ model with an invalid class name for python, starts with a number | Map | Schema200ResponseMap | | | List | FrozenList | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index f6a7d7611eb..b330c899d3e 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -9,12 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SelfReferencingObjectModelMap | | +## Input Map Keys ``` -type: Map< - String, - Union< - > -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 4f788492ff9..eed7c29fc0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -12,6 +12,7 @@ model with an invalid class name for python | ---------- | ----------- | ----- | | Map | SpecialModelnameMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 6ce3adc84dd..07e8b5912c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -9,10 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | StringBooleanMapMap | | +## Input Map Keys ``` -type: Map< - String, -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 63bc66690c0..b22f49bbabc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | TagMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 563ca9fa303..579416eb93e 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -17,6 +17,7 @@ type: JsonSchema | Map | TriangleInterfaceMap | | | List | FrozenList | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index c392f9b6a1e..99cfd9bfa3c 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | UserMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 18c7fb9035b..920a1473212 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | WhaleMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index f01c712d78d..43efab632e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | ZebraMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index a025c3bebfb..49197e8d16f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 194c0d8d3e5..e2864a17f94 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 832047251d1..02606f34051 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -9,10 +9,9 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` -type: Map< - String, -> +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index c85820e879e..a7e9a879300 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap1 | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 7c9d9834b79..15374a45990 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 96b90dda12d..b03cc6a0875 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index fe3f9cf812c..14d846b033e 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index a03acf9e30d..e4f897472c2 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index d865ffa4c8e..14e6d5b9f94 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 95255629b17..b60bbfe43d7 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap0 | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index c75a21f8eef..8ff5514d03e 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index eeace55791d..765602ffcd2 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 499d3321b22..555b76f6066 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index d01272aabf9..c5547e961b9 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index da7884d0df0..2c42f91aa89 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index bdba8001353..066fb2d9d23 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -9,6 +9,7 @@ type: JsonSchema | ---------- | ----------- | ----- | | Map | SchemaMap | | +## Input Map Keys ``` type: Map ``` diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index cb3aab420d3..4e7331f82b8 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -32,85 +32,17 @@ Ref Schema | Input Type | Output Type {{> src/main/java/org/openapitools/components/schemas/docschema_io_types }} {{#or properties additionalProperties requiredProperties}} - {{#if mapInputJsonPathPiece}} -{{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapInputJsonPathPiece) }} - {{else}} {{headerSize}}# Input Map Keys - {{/if}} ``` - {{#if additionalProperties}} - {{#if additionalProperties.isBooleanSchemaFalse}} - {{#or requiredProperties optionalProperties}} -type: Map - {{else}} -type: Map (empty) - {{/or}} - {{else}} - {{#if additionalProperties.isBooleanSchemaTrue }} - {{! addProps True, does not matter what properties are because they are always covered by base types }} + {{#eq types null}} type: Map + {{else}} + {{#with ../mapValueSchema}} +type: Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true }}> {{else}} - {{! addProps schema }} - {{#and requiredProperties optionalProperties}} -type: Map< - String, - Union< - {{#each requiredProperties}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} - {{/each}} - {{#each optionalProperties}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} - {{/each}} - {{#with additionalProperties}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} - {{/with}} - > -> - {{else}} - {{! no requiredProperties or optionalProperties or just one of them }} - {{#if requiredProperties}} - {{! requiredProperties + addProp }} -type: Map< - String, - Union< - {{#each requiredProperties}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} - {{/each}} - {{#with additionalProperties}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} - {{/with}} - > -> - {{else}} - {{#if optionalProperties}} - {{! optionalProperties + addProp }} -type: Map< - String, - Union< - {{#each optionalProperties}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} - {{/each}} - {{#with additionalProperties}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} - {{/with}} - > -> - {{else}} - {{! only addProp }} -type: Map< - String, - {{#with additionalProperties}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../mapInputJsonPathPiece.camelCase }} - {{/with}} -> - {{/if}} - {{/if}} - {{/and}} - {{/if}} - {{/if}} - {{else}} type: Map - {{/if}} + {{/with}} + {{/eq}} ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -133,41 +65,17 @@ Key | Type | Description | Notes {{/with}} {{#if mapOutputJsonPathPiece}} -{{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }} +{{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }} {{else}} {{headerSize}}# Output FrozenMap Keys {{/if}} ``` {{#if mapValueSchema}} -base class: FrozenMap components/schemas/types/schema_output_type mode="unprefixed" fullRefModule=null endChar="]" }}{{/with}} +base class: FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type endChar=">" }}{{/with}} {{else}} base class: FrozenMap {{/if}} ``` -{{headerSize}}## __new__ method -Keyword Argument | Type | Description | Notes ----------------- | ---- | ----------- | ----- - {{#each requiredProperties}} - {{#if @key.isValid}} -**{{@key.original}}** | {{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} - {{/if}} - {{/each}} - {{#each optionalProperties}} - {{#if @key.isValid}} -**{{@key.original}}** | {{!> components/schemas/types/docschema_io_types optional=true }} | {{#if description}}{{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} - {{/if}} - {{/each}} - {{#with additionalProperties}} - {{#unless isBooleanSchemaFalse}} - {{#if isBooleanSchemaTrue}} -**kwargs** | {{!> _helper_schema_python_types }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] typed value is accessed with the get_additional_property_ method - {{else}} -**kwargs** | {{!> components/schemas/types/docschema_io_types }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} typed value is accessed with the get_additional_property_ method - {{/if}} - {{/unless}} - {{else}} -**kwargs** | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] typed value is accessed with the get_additional_property_ method - {{/with}} {{#or (and requiredProperties requiredProperties.hasValidKey) (and optionalProperties optionalProperties.hasValidKey) }} {{headerSize}}## properties From 9072926216235c8b46537bc8dcffe233a6b6d784 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 00:26:14 -0800 Subject: [PATCH 09/72] New section removed, map output header added --- .../content/applicationjson/Schema.md | 5 +---- .../components/schemas/AbstractStepMessage.md | 8 +------- .../schemas/AdditionalPropertiesClass.md | 13 +------------ .../AdditionalPropertiesWithArrayOfEnums.md | 5 +---- .../java/docs/components/schemas/Address.md | 5 +---- .../java/docs/components/schemas/Animal.md | 7 +------ .../components/schemas/AnyTypeAndFormat.md | 9 +-------- .../components/schemas/ApiResponseSchema.md | 8 +------- .../java/docs/components/schemas/Apple.md | 7 +------ .../java/docs/components/schemas/AppleReq.md | 6 +----- .../schemas/ArrayOfArrayOfNumberOnly.md | 6 +----- .../components/schemas/ArrayOfNumberOnly.md | 6 +----- .../java/docs/components/schemas/ArrayTest.md | 8 +------- .../java/docs/components/schemas/Banana.md | 6 +----- .../java/docs/components/schemas/BananaReq.md | 6 +----- .../java/docs/components/schemas/BasquePig.md | 6 +----- .../docs/components/schemas/Capitalization.md | 11 +---------- .../java/docs/components/schemas/Category.md | 7 +------ .../docs/components/schemas/ClassModel.md | 5 +---- .../java/docs/components/schemas/Client.md | 6 +----- .../java/docs/components/schemas/DanishPig.md | 6 +----- .../java/docs/components/schemas/Drawing.md | 9 +-------- .../docs/components/schemas/EnumArrays.md | 7 +------ .../java/docs/components/schemas/EnumTest.md | 14 +------------- .../java/docs/components/schemas/File.md | 6 +----- .../components/schemas/FileSchemaTestClass.md | 7 +------ .../java/docs/components/schemas/Foo.md | 6 +----- .../docs/components/schemas/FormatTest.md | 19 +------------------ .../docs/components/schemas/FromSchema.md | 7 +------ .../java/docs/components/schemas/Fruit.md | 6 +----- .../java/docs/components/schemas/GmFruit.md | 6 +----- .../components/schemas/GrandparentAnimal.md | 6 +----- .../components/schemas/HasOnlyReadOnly.md | 7 +------ .../components/schemas/HealthCheckResult.md | 6 +----- .../schemas/JSONPatchRequestAddReplaceTest.md | 7 +------ .../schemas/JSONPatchRequestMoveCopy.md | 7 +------ .../schemas/JSONPatchRequestRemove.md | 6 +----- .../java/docs/components/schemas/MapTest.md | 9 +-------- ...dPropertiesAndAdditionalPropertiesClass.md | 6 +----- .../java/docs/components/schemas/Money.md | 6 +----- .../docs/components/schemas/MyObjectDto.md | 5 +---- .../java/docs/components/schemas/Name.md | 8 +------- .../schemas/NoAdditionalProperties.md | 6 +----- .../docs/components/schemas/NullableClass.md | 17 +---------------- .../docs/components/schemas/NumberOnly.md | 6 +----- .../schemas/ObjWithRequiredProps.md | 6 +----- .../schemas/ObjWithRequiredPropsBase.md | 6 +----- .../ObjectModelWithArgAndArgsProperties.md | 7 +------ .../schemas/ObjectModelWithRefProps.md | 8 +------- .../schemas/ObjectWithCollidingProperties.md | 7 +------ .../schemas/ObjectWithDecimalProperties.md | 8 +------- .../ObjectWithDifficultlyNamedProps.md | 5 +---- .../ObjectWithInlineCompositionProperty.md | 6 +----- .../ObjectWithInvalidNamedRefedProperties.md | 6 +----- .../ObjectWithNonIntersectingValues.md | 6 +----- .../schemas/ObjectWithOnlyOptionalProps.md | 6 +----- .../schemas/ObjectWithOptionalTestProp.md | 6 +----- .../java/docs/components/schemas/Order.md | 11 +---------- .../schemas/PaginatedResultMyObjectDto.md | 6 +----- .../java/docs/components/schemas/Pet.md | 11 +---------- .../java/docs/components/schemas/Player.md | 7 +------ .../java/docs/components/schemas/PublicKey.md | 6 +----- .../schemas/QuadrilateralInterface.md | 7 +------ .../docs/components/schemas/ReadOnlyFirst.md | 7 +------ .../schemas/ReqPropsFromExplicitAddProps.md | 6 +----- .../schemas/ReqPropsFromTrueAddProps.md | 6 +----- .../schemas/ReqPropsFromUnsetAddProps.md | 6 +----- .../docs/components/schemas/ReturnSchema.md | 5 +---- .../components/schemas/Schema200Response.md | 6 +----- .../schemas/SelfReferencingObjectModel.md | 6 +----- .../components/schemas/SpecialModelname.md | 6 +----- .../components/schemas/StringBooleanMap.md | 5 +---- .../java/docs/components/schemas/Tag.md | 7 +------ .../components/schemas/TriangleInterface.md | 7 +------ .../java/docs/components/schemas/User.md | 18 +----------------- .../java/docs/components/schemas/Whale.md | 8 +------- .../java/docs/components/schemas/Zebra.md | 7 +------ .../applicationxwwwformurlencoded/Schema.md | 7 +------ .../applicationxwwwformurlencoded/Schema.md | 13 +------------ .../content/applicationjson/Schema.md | 5 +---- .../post/parameters/parameter1/Schema1.md | 6 +----- .../content/multipartformdata/Schema.md | 6 +----- .../content/multipartformdata/Schema.md | 6 +----- .../applicationxwwwformurlencoded/Schema.md | 7 +------ .../content/applicationjson/Schema.md | 6 +----- .../content/multipartformdata/Schema.md | 6 +----- .../get/parameters/parameter0/Schema0.md | 6 +----- .../content/multipartformdata/Schema.md | 7 +------ .../content/multipartformdata/Schema.md | 7 +------ .../content/multipartformdata/Schema.md | 6 +----- .../content/applicationjson/Schema.md | 5 +---- .../applicationxwwwformurlencoded/Schema.md | 7 +------ .../content/multipartformdata/Schema.md | 7 +------ 93 files changed, 93 insertions(+), 574 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 58fa247be3b..a947a33e509 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -17,13 +17,10 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **any_string_name** | | any string name can be used but the value must be the correct type | [optional] +## SchemaMap ``` base class: FrozenMap Date: Sat, 25 Nov 2023 00:28:52 -0800 Subject: [PATCH 10/72] Adds output type base class --- .../content/applicationjson/Schema.md | 3 ++- .../java/docs/components/schemas/AbstractStepMessage.md | 3 ++- .../java/docs/components/schemas/AdditionalPropertiesClass.md | 3 ++- .../components/schemas/AdditionalPropertiesWithArrayOfEnums.md | 3 ++- .../client/petstore/java/docs/components/schemas/Address.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Animal.md | 3 ++- .../petstore/java/docs/components/schemas/AnyTypeAndFormat.md | 3 ++- .../petstore/java/docs/components/schemas/ApiResponseSchema.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Apple.md | 3 ++- .../client/petstore/java/docs/components/schemas/AppleReq.md | 3 ++- .../java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md | 3 ++- .../petstore/java/docs/components/schemas/ArrayOfNumberOnly.md | 3 ++- .../client/petstore/java/docs/components/schemas/ArrayTest.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Banana.md | 3 ++- .../client/petstore/java/docs/components/schemas/BananaReq.md | 3 ++- .../client/petstore/java/docs/components/schemas/BasquePig.md | 3 ++- .../petstore/java/docs/components/schemas/Capitalization.md | 3 ++- .../client/petstore/java/docs/components/schemas/Category.md | 3 ++- .../client/petstore/java/docs/components/schemas/ClassModel.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Client.md | 3 ++- .../client/petstore/java/docs/components/schemas/DanishPig.md | 3 ++- .../client/petstore/java/docs/components/schemas/Drawing.md | 3 ++- .../client/petstore/java/docs/components/schemas/EnumArrays.md | 3 ++- .../client/petstore/java/docs/components/schemas/EnumTest.md | 3 ++- samples/client/petstore/java/docs/components/schemas/File.md | 3 ++- .../java/docs/components/schemas/FileSchemaTestClass.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Foo.md | 3 ++- .../client/petstore/java/docs/components/schemas/FormatTest.md | 3 ++- .../client/petstore/java/docs/components/schemas/FromSchema.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Fruit.md | 3 ++- .../client/petstore/java/docs/components/schemas/GmFruit.md | 3 ++- .../petstore/java/docs/components/schemas/GrandparentAnimal.md | 3 ++- .../petstore/java/docs/components/schemas/HasOnlyReadOnly.md | 3 ++- .../petstore/java/docs/components/schemas/HealthCheckResult.md | 3 ++- .../docs/components/schemas/JSONPatchRequestAddReplaceTest.md | 3 ++- .../java/docs/components/schemas/JSONPatchRequestMoveCopy.md | 3 ++- .../java/docs/components/schemas/JSONPatchRequestRemove.md | 3 ++- .../client/petstore/java/docs/components/schemas/MapTest.md | 3 ++- .../schemas/MixedPropertiesAndAdditionalPropertiesClass.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Money.md | 3 ++- .../petstore/java/docs/components/schemas/MyObjectDto.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Name.md | 3 ++- .../java/docs/components/schemas/NoAdditionalProperties.md | 3 ++- .../petstore/java/docs/components/schemas/NullableClass.md | 3 ++- .../client/petstore/java/docs/components/schemas/NumberOnly.md | 3 ++- .../java/docs/components/schemas/ObjWithRequiredProps.md | 3 ++- .../java/docs/components/schemas/ObjWithRequiredPropsBase.md | 3 ++- .../components/schemas/ObjectModelWithArgAndArgsProperties.md | 3 ++- .../java/docs/components/schemas/ObjectModelWithRefProps.md | 3 ++- .../docs/components/schemas/ObjectWithCollidingProperties.md | 3 ++- .../docs/components/schemas/ObjectWithDecimalProperties.md | 3 ++- .../docs/components/schemas/ObjectWithDifficultlyNamedProps.md | 3 ++- .../components/schemas/ObjectWithInlineCompositionProperty.md | 3 ++- .../schemas/ObjectWithInvalidNamedRefedProperties.md | 3 ++- .../docs/components/schemas/ObjectWithNonIntersectingValues.md | 3 ++- .../docs/components/schemas/ObjectWithOnlyOptionalProps.md | 3 ++- .../java/docs/components/schemas/ObjectWithOptionalTestProp.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Order.md | 3 ++- .../java/docs/components/schemas/PaginatedResultMyObjectDto.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Pet.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Player.md | 3 ++- .../client/petstore/java/docs/components/schemas/PublicKey.md | 3 ++- .../java/docs/components/schemas/QuadrilateralInterface.md | 3 ++- .../petstore/java/docs/components/schemas/ReadOnlyFirst.md | 3 ++- .../docs/components/schemas/ReqPropsFromExplicitAddProps.md | 3 ++- .../java/docs/components/schemas/ReqPropsFromTrueAddProps.md | 3 ++- .../java/docs/components/schemas/ReqPropsFromUnsetAddProps.md | 3 ++- .../petstore/java/docs/components/schemas/ReturnSchema.md | 3 ++- .../petstore/java/docs/components/schemas/Schema200Response.md | 3 ++- .../java/docs/components/schemas/SelfReferencingObjectModel.md | 3 ++- .../petstore/java/docs/components/schemas/SpecialModelname.md | 3 ++- .../petstore/java/docs/components/schemas/StringBooleanMap.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Tag.md | 3 ++- .../petstore/java/docs/components/schemas/TriangleInterface.md | 3 ++- samples/client/petstore/java/docs/components/schemas/User.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Whale.md | 3 ++- samples/client/petstore/java/docs/components/schemas/Zebra.md | 3 ++- .../content/applicationxwwwformurlencoded/Schema.md | 3 ++- .../content/applicationxwwwformurlencoded/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../post/parameters/parameter1/Schema1.md | 3 ++- .../post/requestbody/content/multipartformdata/Schema.md | 3 ++- .../responses/response200/content/multipartformdata/Schema.md | 3 ++- .../content/applicationxwwwformurlencoded/Schema.md | 3 ++- .../post/requestbody/content/applicationjson/Schema.md | 3 ++- .../post/requestbody/content/multipartformdata/Schema.md | 3 ++- .../paths/fakeobjinquery/get/parameters/parameter0/Schema0.md | 3 ++- .../post/requestbody/content/multipartformdata/Schema.md | 3 ++- .../post/requestbody/content/multipartformdata/Schema.md | 3 ++- .../post/requestbody/content/multipartformdata/Schema.md | 3 ++- .../responsedefault/content/applicationjson/Schema.md | 3 ++- .../content/applicationxwwwformurlencoded/Schema.md | 3 ++- .../post/requestbody/content/multipartformdata/Schema.md | 3 ++- .../java/org/openapitools/components/schemas/Schema_doc.hbs | 2 +- 94 files changed, 187 insertions(+), 94 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index a947a33e509..b87f105368d 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,7 +19,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index e345e123638..975e1020804 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -25,7 +25,8 @@ Key | Type | Description | Notes ## AbstractStepMessageMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 6ebc5996b9e..693e1cbde23 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -27,7 +27,8 @@ Key | Type | Description | Notes ## AdditionalPropertiesClassMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index a8157b03d9a..bce347964b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -19,7 +19,8 @@ Key | Type | Description | Notes ## AdditionalPropertiesWithArrayOfEnumsMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 3f81269876a..626ddfe04a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,7 +19,8 @@ Key | Type | Description | Notes ## AddressMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index fbcc335a923..f2013318add 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## AnimalMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 0e3d8b257f7..76b7af052fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -28,7 +28,8 @@ Key | Type | Description | Notes ## AnyTypeAndFormatMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index b2dc4848d36..f8fe970060a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -22,7 +22,8 @@ Key | Type | Description | Notes ## ApiResponseMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index b6059bdd4bf..6b7b74bbecd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -22,7 +22,8 @@ Key | Type | Description | Notes ## AppleMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index dfbfd3ca402..8f698663db7 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## AppleReqMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index fd505d5806a..0d32d405441 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ArrayOfArrayOfNumberOnlyMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 9e4532b9e27..88d438c54ce 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ArrayOfNumberOnlyMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index acf0b304aa1..9643d4a2e1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -22,7 +22,8 @@ Key | Type | Description | Notes ## ArrayTestMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 4b62ec05222..ed029e37ed0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## BananaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 15125b3ee54..995cd44ddd8 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## BananaReqMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 80468900d8d..ad2c30dc5cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## BasquePigMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index d71b541b968..e197b286bfd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -25,7 +25,8 @@ Key | Type | Description | Notes ## CapitalizationMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 56163cf552d..51d9669c541 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## CategoryMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index b5db34ed45f..26192c993e5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -31,7 +31,8 @@ Key | Type | Description | Notes ## ClassModelMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 06c0f2a77a7..9147b7d2f55 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ClientMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 328dbea089b..0ea9046ab0e 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## DanishPigMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index eb10fb3fd29..036419136aa 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -23,7 +23,8 @@ Key | Type | Description | Notes ## DrawingMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 15d5cd953f8..9eb76f086cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## EnumArraysMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 694cbc77e55..d7032ba7afb 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -28,7 +28,8 @@ Key | Type | Description | Notes ## EnumTestMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index ca1ec7fa39d..4e52aad6d5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -23,7 +23,8 @@ Key | Type | Description | Notes ## FileMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 5582aa78058..2ed59937acc 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## FileSchemaTestClassMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 4ceb1502ab3..a5a72a0ffd5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## FooMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 5347841ddb6..fc6cc72834b 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -40,7 +40,8 @@ Key | Type | Description | Notes ## FormatTestMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index e23270e585d..8dcde57c57f 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## FromSchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index d725290f497..74b646d65b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -28,7 +28,8 @@ Key | Type | Description | Notes ## FruitMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 5c43de205b4..a6d472bf847 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -28,7 +28,8 @@ Key | Type | Description | Notes ## GmFruitMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 0c52e532203..b9c2144a4b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## GrandparentAnimalMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 8d3dc5881f1..16e5b68b32b 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## HasOnlyReadOnlyMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 08690b25ac8..a68cef959d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -23,7 +23,8 @@ Key | Type | Description | Notes ## HealthCheckResultMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 299bd491980..103bce5cca7 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## JSONPatchRequestAddReplaceTestMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index fca0436717f..591b9da53bb 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## JSONPatchRequestMoveCopyMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index a4f6f4ec0c0..1fcad584017 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## JSONPatchRequestRemoveMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 14ebfd8d378..7c6c96775e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -23,7 +23,8 @@ Key | Type | Description | Notes ## MapTestMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index d6db2c8bbf2..bd99569118a 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -22,7 +22,8 @@ Key | Type | Description | Notes ## MixedPropertiesAndAdditionalPropertiesClassMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 5bbfbbf28b7..c7833d01b09 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## MoneyMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 5911acad13f..fd600c0fd73 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -19,7 +19,8 @@ Key | Type | Description | Notes ## MyObjectDtoMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 1f28f379546..257d1ec2200 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -33,7 +33,8 @@ Key | Type | Description | Notes ## NameMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index a9318ad2e2c..7bc214802f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## NoAdditionalPropertiesMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index a78829809b4..c080062a31e 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -31,7 +31,8 @@ Key | Type | Description | Notes ## NullableClassMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index f39b53f734e..170793f6f60 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## NumberOnlyMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index f6661ce2434..6f74563ca66 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ObjWithRequiredPropsMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 97b344e5b82..28b24c3c174 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ObjWithRequiredPropsBaseMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 9db4230b0fc..83b00162ddc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## ObjectModelWithArgAndArgsPropertiesMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 11eef609d2f..0f27f9907f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -25,7 +25,8 @@ Key | Type | Description | Notes ## ObjectModelWithRefPropsMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index d0dc4da3f03..a9db7cd384b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -24,7 +24,8 @@ Key | Type | Description | Notes ## ObjectWithCollidingPropertiesMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 065f2d29100..d9864c86925 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -22,7 +22,8 @@ Key | Type | Description | Notes ## ObjectWithDecimalPropertiesMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index ba6d1e25569..dc08a65fda8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -25,7 +25,8 @@ Key | Type | Description | Notes ## ObjectWithDifficultlyNamedPropsMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 16aa9df14d5..a79270176c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ObjectWithInlineCompositionPropertyMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index f13b537b9a4..79cbdaada7d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## ObjectWithInvalidNamedRefedPropertiesMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 0d417a8082f..237635f0004 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ObjectWithNonIntersectingValuesMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 8721cf5da81..5acf065cc64 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ObjectWithOnlyOptionalPropsMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 79f081d2fe8..eaf4964e0dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## ObjectWithOptionalTestPropMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 0dab3568484..0720dfe305f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -25,7 +25,8 @@ Key | Type | Description | Notes ## OrderMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index be4665cc2f4..48ccf94f4a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## PaginatedResultMyObjectDtoMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index cd1bde7f32d..22aab1353ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -28,7 +28,8 @@ Key | Type | Description | Notes ## PetMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 78d4a06bf38..6005feb1556 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -24,7 +24,8 @@ Key | Type | Description | Notes ## PlayerMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index c5671b7e510..52d25bc374e 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -23,7 +23,8 @@ Key | Type | Description | Notes ## PublicKeyMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index edde313a7f8..1882c5b97e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -29,7 +29,8 @@ Key | Type | Description | Notes ## QuadrilateralInterfaceMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 2fac16a6dd0..739aec5e7b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## ReadOnlyFirstMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index b190cd78d40..f2cbd12ac1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## ReqPropsFromExplicitAddPropsMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 4d5a102719b..4bfc127916a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## ReqPropsFromTrueAddPropsMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 1c17c4072b9..62e60fa98fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## ReqPropsFromUnsetAddPropsMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index e85e3fb51dc..6c143bfe5fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -31,7 +31,8 @@ Key | Type | Description | Notes ## ReturnMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 240e4c8c217..293b58c97c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -32,7 +32,8 @@ Key | Type | Description | Notes ## Schema200ResponseMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 346328efbd4..c83b6d44caa 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SelfReferencingObjectModelMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 3d812c9ae77..3de06ed7816 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -23,7 +23,8 @@ Key | Type | Description | Notes ## SpecialModelnameMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 0ecb92e2b18..8cb573f6a8a 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,7 +19,8 @@ Key | Type | Description | Notes ## StringBooleanMapMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 54e5471c58d..a03fa0997d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## TagMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index d9e3299d2c7..b4189986470 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -29,7 +29,8 @@ Key | Type | Description | Notes ## TriangleInterfaceMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 7c30bc9f948..dfdaf1701f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -32,7 +32,8 @@ Key | Type | Description | Notes ## UserMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index d79769972ee..42f72979ae3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -22,7 +22,8 @@ Key | Type | Description | Notes ## WhaleMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 18b77e3e974..979686bf549 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## ZebraMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index cbc1c918815..5ec8e148274 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 359898595fa..b4fab141f7d 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -33,7 +33,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 1535a02ec34..35678249267 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -19,7 +19,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 25c7a3eb84c..4e3d3370319 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SchemaMap1 ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 391da0bcdc6..1a2bf62a802 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index f5382898120..ce2388b7665 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index a6377b23614..c24dcc0ee74 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 12f808548e4..1d9b03ac236 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 6ec092e2da8..8a54e2c2faf 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 2c82da3593f..ff30e84243b 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SchemaMap0 ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 0e854bd3771..f85fa245bac 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 65a0cdb192d..8325675e900 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 10faca4aaaa..0d93bab20ad 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 631cbb87755..cfbdc29085a 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -20,7 +20,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### methods diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 48652ed3297..f13776158f7 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index becadfa9b70..d924553c47f 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,8 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap + ``` ### properties diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 4e7331f82b8..cc63bbd3ddf 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -71,7 +71,7 @@ Key | Type | Description | Notes {{/if}} ``` {{#if mapValueSchema}} -base class: FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type endChar=">" }}{{/with}} +base class: FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type endChar=">" }}{{/with}} {{else}} base class: FrozenMap {{/if}} From 887d545fa04393d5f32f2ce5c3121cfd39767f56 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 10:49:08 -0800 Subject: [PATCH 11/72] reverts the segment templates --- .../content/applicationjson/Schema.md | 4 +- .../content/applicationjson/Schema.md | 4 +- .../content/applicationxml/Schema.md | 4 +- .../content/applicationjson/Schema.md | 3 +- .../components/schemas/AbstractStepMessage.md | 3 +- .../schemas/AdditionalPropertiesClass.md | 3 +- .../schemas/AdditionalPropertiesSchema.md | 3 +- .../AdditionalPropertiesWithArrayOfEnums.md | 4 +- .../java/docs/components/schemas/Address.md | 3 +- .../java/docs/components/schemas/Animal.md | 3 +- .../docs/components/schemas/AnimalFarm.md | 4 +- .../components/schemas/AnyTypeAndFormat.md | 3 +- .../components/schemas/ApiResponseSchema.md | 3 +- .../java/docs/components/schemas/Apple.md | 3 +- .../java/docs/components/schemas/AppleReq.md | 3 +- .../components/schemas/ArrayHoldingAnyType.md | 3 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 3 +- .../docs/components/schemas/ArrayOfEnums.md | 3 +- .../components/schemas/ArrayOfNumberOnly.md | 3 +- .../java/docs/components/schemas/ArrayTest.md | 3 +- .../schemas/ArrayWithValidationsInItems.md | 3 +- .../java/docs/components/schemas/Banana.md | 3 +- .../java/docs/components/schemas/BananaReq.md | 3 +- .../java/docs/components/schemas/BasquePig.md | 3 +- .../docs/components/schemas/Capitalization.md | 3 +- .../java/docs/components/schemas/Category.md | 3 +- .../java/docs/components/schemas/Client.md | 3 +- .../docs/components/schemas/ComposedArray.md | 3 +- .../docs/components/schemas/ComposedObject.md | 3 +- .../java/docs/components/schemas/DanishPig.md | 3 +- .../java/docs/components/schemas/Drawing.md | 3 +- .../docs/components/schemas/EnumArrays.md | 3 +- .../java/docs/components/schemas/EnumTest.md | 3 +- .../java/docs/components/schemas/File.md | 3 +- .../components/schemas/FileSchemaTestClass.md | 3 +- .../java/docs/components/schemas/Foo.md | 3 +- .../docs/components/schemas/FormatTest.md | 3 +- .../docs/components/schemas/FromSchema.md | 3 +- .../components/schemas/GrandparentAnimal.md | 3 +- .../components/schemas/HasOnlyReadOnly.md | 3 +- .../components/schemas/HealthCheckResult.md | 3 +- .../java/docs/components/schemas/Items.md | 4 +- .../components/schemas/JSONPatchRequest.md | 3 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 3 +- .../schemas/JSONPatchRequestMoveCopy.md | 3 +- .../schemas/JSONPatchRequestRemove.md | 3 +- .../java/docs/components/schemas/MapTest.md | 3 +- ...dPropertiesAndAdditionalPropertiesClass.md | 3 +- .../java/docs/components/schemas/Money.md | 3 +- .../docs/components/schemas/MyObjectDto.md | 3 +- .../schemas/NoAdditionalProperties.md | 3 +- .../docs/components/schemas/NullableClass.md | 3 +- .../docs/components/schemas/NumberOnly.md | 3 +- .../schemas/ObjWithRequiredProps.md | 3 +- .../schemas/ObjWithRequiredPropsBase.md | 3 +- .../components/schemas/ObjectInterface.md | 3 +- .../ObjectModelWithArgAndArgsProperties.md | 3 +- .../schemas/ObjectModelWithRefProps.md | 3 +- .../schemas/ObjectWithCollidingProperties.md | 3 +- .../schemas/ObjectWithDecimalProperties.md | 3 +- .../ObjectWithDifficultlyNamedProps.md | 3 +- .../ObjectWithInlineCompositionProperty.md | 3 +- .../ObjectWithInvalidNamedRefedProperties.md | 3 +- .../ObjectWithNonIntersectingValues.md | 3 +- .../schemas/ObjectWithOnlyOptionalProps.md | 3 +- .../schemas/ObjectWithOptionalTestProp.md | 3 +- .../schemas/ObjectWithValidations.md | 3 +- .../java/docs/components/schemas/Order.md | 3 +- .../schemas/PaginatedResultMyObjectDto.md | 3 +- .../java/docs/components/schemas/ParentPet.md | 3 +- .../java/docs/components/schemas/Pet.md | 3 +- .../java/docs/components/schemas/Player.md | 3 +- .../java/docs/components/schemas/PublicKey.md | 3 +- .../docs/components/schemas/ReadOnlyFirst.md | 3 +- .../schemas/ReqPropsFromExplicitAddProps.md | 3 +- .../schemas/ReqPropsFromTrueAddProps.md | 3 +- .../schemas/ReqPropsFromUnsetAddProps.md | 3 +- .../schemas/SelfReferencingArrayModel.md | 3 +- .../schemas/SelfReferencingObjectModel.md | 3 +- .../components/schemas/SpecialModelname.md | 3 +- .../components/schemas/StringBooleanMap.md | 3 +- .../java/docs/components/schemas/Tag.md | 3 +- .../java/docs/components/schemas/User.md | 3 +- .../java/docs/components/schemas/Whale.md | 3 +- .../java/docs/components/schemas/Zebra.md | 3 +- .../fake/get/parameters/parameter0/Schema0.md | 3 +- .../fake/get/parameters/parameter2/Schema2.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../post/parameters/parameter1/Schema1.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../get/parameters/parameter0/Schema0.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../put/parameters/parameter0/Schema0.md | 3 +- .../put/parameters/parameter1/Schema1.md | 3 +- .../put/parameters/parameter2/Schema2.md | 3 +- .../put/parameters/parameter3/Schema3.md | 3 +- .../put/parameters/parameter4/Schema4.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../get/parameters/parameter0/Schema0.md | 3 +- .../get/parameters/parameter0/Schema0.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../components/schemas/docschema_io_types.hbs | 4 +- .../types/_schema_input_type_segment_base.hbs | 207 +++++++++++++++++- .../types/schema_input_type_segment.hbs | 14 +- 114 files changed, 449 insertions(+), 115 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index ba884447edf..4759573bed9 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -7,7 +7,9 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> | SchemaList | | +| List +> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index d04c6b391ac..04fe3b15f1f 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -7,7 +7,9 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> | SchemaList | | +| List +> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index f225b9ae130..54b9f2c2adf 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -7,7 +7,9 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> | SchemaList | | +| List +> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index b87f105368d..0bcb4ba0ace 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 975e1020804..759d82d9f7f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -10,7 +10,8 @@ Abstract Step ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AbstractStepMessageMap | | +| Map | AbstractStepMessageMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 693e1cbde23..46d095a4da5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AdditionalPropertiesClassMap | | +| Map | AdditionalPropertiesClassMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 9ecf91fc842..f1ffbba8002 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index bce347964b8..0a81746050b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -7,7 +7,9 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map> | AdditionalPropertiesWithArrayOfEnumsMap | | +| Map +> | AdditionalPropertiesWithArrayOfEnumsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 626ddfe04a5..7634d8bced0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AddressMap | | +| Map | AddressMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index f2013318add..b9327398ecd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AnimalMap | | +| Map | AnimalMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 2b71adf0e75..333f121c784 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -7,7 +7,9 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> | AnimalFarmList | | +| List +> | AnimalFarmList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 76b7af052fc..5dedd3fe015 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AnyTypeAndFormatMap | | +| Map | AnyTypeAndFormatMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index f8fe970060a..83962692f11 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ApiResponseMap | | +| Map | ApiResponseMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 6b7b74bbecd..60f89bdb827 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -8,7 +8,8 @@ type: JsonSchema | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | | null | null | | -| Map | AppleMap | | +| Map | AppleMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 8f698663db7..d403507c413 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AppleReqMap | | +| Map | AppleReqMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 9026c7e3b0b..ad8e7400d17 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ArrayHoldingAnyTypeList | | +| List | ArrayHoldingAnyTypeList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 0d32d405441..ca641ec482d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ArrayOfArrayOfNumberOnlyMap | | +| Map | ArrayOfArrayOfNumberOnlyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 53f67a272e4..4ef03d33131 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ArrayOfEnumsList | | +| List | ArrayOfEnumsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 88d438c54ce..0658ca6b934 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ArrayOfNumberOnlyMap | | +| Map | ArrayOfNumberOnlyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 9643d4a2e1f..692629a3558 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ArrayTestMap | | +| Map | ArrayTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 989ae69a887..48df6f30511 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ArrayWithValidationsInItemsList | | +| List | ArrayWithValidationsInItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index ed029e37ed0..dc193632ee9 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | BananaMap | | +| Map | BananaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 995cd44ddd8..532e20c88f6 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | BananaReqMap | | +| Map | BananaReqMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index ad2c30dc5cf..90471aafeb6 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | BasquePigMap | | +| Map | BasquePigMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index e197b286bfd..b8d6a7a7903 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | CapitalizationMap | | +| Map | CapitalizationMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 51d9669c541..dc71e49bfe1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | CategoryMap | | +| Map | CategoryMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 9147b7d2f55..2163ca77c1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ClientMap | | +| Map | ClientMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 97108aecc4b..f60b9a07c34 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ComposedArrayList | | +| List | ComposedArrayList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index bb35f86acbb..1afed663227 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 0ea9046ab0e..0745fdee677 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | DanishPigMap | | +| Map | DanishPigMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 036419136aa..75ca09b5405 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | DrawingMap | | +| Map | DrawingMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 9eb76f086cb..9b39d3e81b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | EnumArraysMap | | +| Map | EnumArraysMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index d7032ba7afb..3f7eb50a830 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | EnumTestMap | | +| Map | EnumTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 4e52aad6d5f..c6584db7fe5 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -10,7 +10,8 @@ Must be named `File` for test. ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FileMap | | +| Map | FileMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 2ed59937acc..3371ac9836a 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FileSchemaTestClassMap | | +| Map | FileSchemaTestClassMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index a5a72a0ffd5..4ae262f2c5d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FooMap | | +| Map | FooMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index fc6cc72834b..fec795e2dbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FormatTestMap | | +| Map | FormatTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 8dcde57c57f..f905834ab19 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FromSchemaMap | | +| Map | FromSchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index b9c2144a4b7..2ca98239934 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | GrandparentAnimalMap | | +| Map | GrandparentAnimalMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 16e5b68b32b..254b974f8d5 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | HasOnlyReadOnlyMap | | +| Map | HasOnlyReadOnlyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index a68cef959d2..305a1bea9f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -10,7 +10,8 @@ Just a string to inform instance is up and running. Make it nullable in hope to ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | HealthCheckResultMap | | +| Map | HealthCheckResultMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 67cf7d72b7f..3d389275c1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -10,7 +10,9 @@ component's name collides with the inner schema name ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List> | ItemsList | | +| List +> | ItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index e1e68912f13..14d7079a87e 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | JSONPatchRequestList | | +| List | JSONPatchRequestList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 103bce5cca7..955b6b07f53 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | JSONPatchRequestAddReplaceTestMap | | +| Map | JSONPatchRequestAddReplaceTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 591b9da53bb..cfcde0415f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | JSONPatchRequestMoveCopyMap | | +| Map | JSONPatchRequestMoveCopyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 1fcad584017..4c3d1b59b24 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | JSONPatchRequestRemoveMap | | +| Map | JSONPatchRequestRemoveMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 7c6c96775e8..d78b5f4b707 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | MapTestMap | | +| Map | MapTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index bd99569118a..1d22cf8e371 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | MixedPropertiesAndAdditionalPropertiesClassMap | | +| Map | MixedPropertiesAndAdditionalPropertiesClassMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index c7833d01b09..13013c17cb5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | MoneyMap | | +| Map | MoneyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index fd600c0fd73..6ab94553100 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | MyObjectDtoMap | | +| Map | MyObjectDtoMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 7bc214802f5..0c338a76d43 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | NoAdditionalPropertiesMap | | +| Map | NoAdditionalPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index c080062a31e..c54aec6e640 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | NullableClassMap | | +| Map | NullableClassMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 170793f6f60..07e79c6a929 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | NumberOnlyMap | | +| Map | NumberOnlyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 6f74563ca66..55ad0804608 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjWithRequiredPropsMap | | +| Map | ObjWithRequiredPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 28b24c3c174..91c5e9c96ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjWithRequiredPropsBaseMap | | +| Map | ObjWithRequiredPropsBaseMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 73e8829ca33..1dd14cc2e99 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -7,6 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 83b00162ddc..bbad834a59f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectModelWithArgAndArgsPropertiesMap | | +| Map | ObjectModelWithArgAndArgsPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 0f27f9907f2..caf3f600b0f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -10,7 +10,8 @@ a model that includes properties which should stay primitive (String + Boolean) ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectModelWithRefPropsMap | | +| Map | ObjectModelWithRefPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index a9db7cd384b..4b8586ff81a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -10,7 +10,8 @@ component with properties that have name collisions ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithCollidingPropertiesMap | | +| Map | ObjectWithCollidingPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index d9864c86925..531ef5ccac7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithDecimalPropertiesMap | | +| Map | ObjectWithDecimalPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index dc08a65fda8..a3efdaa4bb5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -10,7 +10,8 @@ model with properties that have invalid names for python ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithDifficultlyNamedPropsMap | | +| Map | ObjectWithDifficultlyNamedPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index a79270176c2..feae57f8011 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithInlineCompositionPropertyMap | | +| Map | ObjectWithInlineCompositionPropertyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 79cbdaada7d..72db4f8ef03 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithInvalidNamedRefedPropertiesMap | | +| Map | ObjectWithInvalidNamedRefedPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 237635f0004..f6f707d1375 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithNonIntersectingValuesMap | | +| Map | ObjectWithNonIntersectingValuesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 5acf065cc64..9d169290959 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithOnlyOptionalPropsMap | | +| Map | ObjectWithOnlyOptionalPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index eaf4964e0dc..16df18d8b57 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithOptionalTestPropMap | | +| Map | ObjectWithOptionalTestPropMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index fc9be85a59c..2aa6c7abc5d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -7,6 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 0720dfe305f..a1c0ed5ec29 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | OrderMap | | +| Map | OrderMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 48ccf94f4a3..c7c57b6b41b 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | PaginatedResultMyObjectDtoMap | | +| Map | PaginatedResultMyObjectDtoMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index fb0f0d1f6e1..34dbc80aebc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 22aab1353ef..10797454cf6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -10,7 +10,8 @@ Pet object that needs to be added to the store ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | PetMap | | +| Map | PetMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 6005feb1556..d71e9ec027a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -10,7 +10,8 @@ a model that includes a self reference this forces properties and additionalProp ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | PlayerMap | | +| Map | PlayerMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 52d25bc374e..8bb6e75ce9d 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -10,7 +10,8 @@ schema that contains a property named key ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | PublicKeyMap | | +| Map | PublicKeyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 739aec5e7b3..c7af5387a42 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ReadOnlyFirstMap | | +| Map | ReadOnlyFirstMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index f2cbd12ac1c..8a052e45dd1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ReqPropsFromExplicitAddPropsMap | | +| Map | ReqPropsFromExplicitAddPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 4bfc127916a..37b4f54fafe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ReqPropsFromTrueAddPropsMap | | +| Map | ReqPropsFromTrueAddPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 62e60fa98fe..09dd9824c14 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ReqPropsFromUnsetAddPropsMap | | +| Map | ReqPropsFromUnsetAddPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 03cb9a2a2ea..20bf32bce46 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SelfReferencingArrayModelList | | +| List | SelfReferencingArrayModelList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index c83b6d44caa..fb8175d1d10 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SelfReferencingObjectModelMap | | +| Map | SelfReferencingObjectModelMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 3de06ed7816..ab30de6a034 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -10,7 +10,8 @@ model with an invalid class name for python ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SpecialModelnameMap | | +| Map | SpecialModelnameMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 8cb573f6a8a..5111293bd2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | StringBooleanMapMap | | +| Map | StringBooleanMapMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index a03fa0997d7..121584b2843 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | TagMap | | +| Map | TagMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index dfdaf1701f5..e81416d211b 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | UserMap | | +| Map | UserMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 42f72979ae3..6d13e2eab27 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | WhaleMap | | +| Map | WhaleMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 979686bf549..86f1151e393 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ZebraMap | | +| Map | ZebraMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index d95aaa3d29c..ea63951c345 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 6610478f25e..5978897d57f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList2 | | +| List | SchemaList2 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 5ec8e148274..102e80e833d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 0314c603eca..6a9a06b39c7 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -7,4 +7,5 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index b4fab141f7d..1ea6d6b0b14 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 35678249267..9d1af861622 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 4e3d3370319..717f69285f2 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap1 | | +| Map | SchemaMap1 | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 1a2bf62a802..3fb8f192baf 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index ce2388b7665..8703310d740 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index c24dcc0ee74..0b90ddfc374 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 1d9b03ac236..6dc5fa22501 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 8a54e2c2faf..5f4f1a67f82 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index ff30e84243b..b5f9c5559d3 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap0 | | +| Map | SchemaMap0 | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index f85fa245bac..14c897d2a62 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 4d691533490..d2c55a4e05e 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 10546212502..5cced25b185 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList1 | | +| List | SchemaList1 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 6ceb6bf3049..19a8ebde277 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList2 | | +| List | SchemaList2 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 200e52c5174..5dc198389fc 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList3 | | +| List | SchemaList3 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index dd24c96e43c..24ee5894a9b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList4 | | +| List | SchemaList4 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 8325675e900..ade5f61062c 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 0d93bab20ad..a2d16e31c65 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index cfbdc29085a..c39158b20f3 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index a9597173f34..df53b126082 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 63bf1ab5dad..93dcf7dc474 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index f13776158f7..6d5209055a1 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index d924553c47f..67e87d289bb 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -7,7 +7,8 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs index 462eb8952b0..88d6f53540d 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -66,14 +66,14 @@ {{else}} {{#eq this "array"}} {{#with ../items}} -| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true }}> | {{../../arrayOutputJsonPathPiece.camelCase}} | | +| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true ~}}> | {{../../arrayOutputJsonPathPiece.camelCase}} | | {{else}} | List | FrozenList | | {{/with}} {{else}} {{#eq this "object"}} {{#with ../mapValueSchema}} -| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true }}> | {{../../mapOutputJsonPathPiece.camelCase}} | | +| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true ~}}> | {{../../mapOutputJsonPathPiece.camelCase}} | | {{else}} | Map | FrozenMap | | {{/with}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs index b2910989e7d..77bac3161cf 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs @@ -1 +1,206 @@ -{{#if types}}{{#eq types.size 1}}{{#each types}}{{#eq this "boolean"}}{{#if forceNull}}Boolean{{else}}boolean{{/if}}{{else}}{{#eq this "null"}}Void{{else}}{{#eq this "string"}}{{#eq format "binary"}}{{! todo binary types}}String{{else}}String{{/eq}}{{else}}{{#eq this "number"}}{{#eq ../format null}}Number{{else}}{{#eq ../format "float"}}{{#if forceNull}}Float{{else}}float{{/if}}{{else}}{{#eq ../format "double"}}{{#if forceNull}}Double{{else}}double{{/if}}{{else}}{{#eq ../format "int32"}}{{#if forceNull}}Integer{{else}}int{{/if}}{{else}}{{#eq ../format "int64"}}{{#if forceNull}}Long{{else}}long{{/if}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "integer"}}{{#eq ../format null}}{{#if forceNull}}Long{{else}}long{{/if}}{{else}}{{#eq ../format "int32"}}{{#if forceNull}}Integer{{else}}int{{/if}}{{else}}{{#eq ../format "int64"}}{{#if forceNull}}Long{{else}}long{{/if}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "array"}}{{#eq ../jsonPath sourceJsonPath}}List{{else}}{{#with items}}List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment forceNull=true }}>{{else}}List{{/with}}{{/eq}}{{else}}{{#eq this "object"}}{{#eq ../jsonPath sourceJsonPath}}Map{{else}}{{#with mapValueSchema}}Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment forceNull=true }}>{{else}}Map{{/with}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/each}}{{else}}{{#eq types.size 2}}{{#contains types "null"}}{{! nullable types }}{{#each types}}{{#eq this "boolean"}}Boolean{{else}}{{#eq this "string"}}{{#eq format "binary"}}{{! todo binary types}}String{{else}}String{{/eq}}{{else}}{{#eq this "number"}}{{#eq ../format null}}Number{{else}}{{#eq ../format "float"}}Float{{else}}{{#eq ../format "double"}}Double{{else}}{{#eq ../format "int32"}}Integer{{else}}{{#eq ../format "int64"}}Long{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "integer"}}{{#eq ../format null}}Long{{else}}{{#eq ../format "int32"}}Integer{{else}}{{#eq ../format "int64"}}Long{{/eq}}{{/eq}}{{/eq}}{{else}}{{#eq this "array"}}{{#eq ../jsonPath sourceJsonPath}}List{{else}}{{#with items}}List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment forceNull=true }}>{{else}}List{{/with}}{{/eq}}{{else}}{{#eq this "object"}}{{#eq ../jsonPath sourceJsonPath}}Map{{else}}{{#with mapValueSchema}}Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment forceNull=true }}>{{else}}Map{{/with}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/eq}}{{/each}}{{else}}{{! none of the types are null }}{{#and (contains types "integer") (contains types "number") }}Number{{else}}Object{{/and}}{{/contains}}{{else}}{{! 3 or more types }}Object{{/eq}}{{/eq}}{{else}}Object{{/if}} \ No newline at end of file +{{#if types}} + {{#eq types.size 1}} + {{#each types}} + {{#eq this "boolean"}} + {{#if forceNull}} +Boolean + {{else}} +boolean + {{/if}} + {{else}} + {{#eq this "null"}} +Void + {{else}} + {{#eq this "string"}} + {{#eq format "binary"}} +{{! todo binary types}} +String + {{else}} +String + {{/eq}} + {{else}} + {{#eq this "number"}} + {{#eq ../format null}} +Number + {{else}} + {{#eq ../format "float"}} + {{#if forceNull}} +Float + {{else}} +float + {{/if}} + {{else}} + {{#eq ../format "double"}} + {{#if forceNull}} +Double + {{else}} +double + {{/if}} + {{else}} + {{#eq ../format "int32"}} + {{#if forceNull}} +Integer + {{else}} +int + {{/if}} + {{else}} + {{#eq ../format "int64"}} + {{#if forceNull}} +Long + {{else}} +long + {{/if}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{else}} + {{#eq this "integer"}} + {{#eq ../format null}} + {{#if forceNull}} +Long + {{else}} +long + {{/if}} + {{else}} + {{#eq ../format "int32"}} + {{#if forceNull}} +Integer + {{else}} +int + {{/if}} + {{else}} + {{#eq ../format "int64"}} + {{#if forceNull}} +Long + {{else}} +long + {{/if}} + {{/eq}} + {{/eq}} + {{/eq}} + {{else}} + {{#eq this "array"}} + {{#eq ../jsonPath sourceJsonPath}} +List + {{else}} + {{#with items}} +List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> + {{else}} +List + {{/with}} + {{/eq}} + {{else}} + {{#eq this "object"}} + {{#eq ../jsonPath sourceJsonPath}} +Map + {{else}} + {{#with mapValueSchema}} +Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> + {{else}} +Map + {{/with}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/each}} + {{else}} + {{#eq types.size 2}} + {{#contains types "null"}} + {{! nullable types }} + {{#each types}} + {{#eq this "boolean"}} +Boolean + {{else}} + {{#eq this "string"}} + {{#eq format "binary"}} +{{! todo binary types}} +String + {{else}} +String + {{/eq}} + {{else}} + {{#eq this "number"}} + {{#eq ../format null}} +Number + {{else}} + {{#eq ../format "float"}} +Float + {{else}} + {{#eq ../format "double"}} +Double + {{else}} + {{#eq ../format "int32"}} +Integer + {{else}} + {{#eq ../format "int64"}} +Long + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{else}} + {{#eq this "integer"}} + {{#eq ../format null}} +Long + {{else}} + {{#eq ../format "int32"}} +Integer + {{else}} + {{#eq ../format "int64"}} +Long + {{/eq}} + {{/eq}} + {{/eq}} + {{else}} + {{#eq this "array"}} + {{#eq ../jsonPath sourceJsonPath}} +List + {{else}} + {{#with items}} +List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> + {{else}} +List + {{/with}} + {{/eq}} + {{else}} + {{#eq this "object"}} + {{#eq ../jsonPath sourceJsonPath}} +Map + {{else}} + {{#with mapValueSchema}} +Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> + {{else}} +Map + {{/with}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/each}} + {{else}} + {{! none of the types are null }} + {{#and (contains types "integer") (contains types "number") }} +Number + {{else}} +Object + {{/and}} + {{/contains}} + {{else}} + {{! 3 or more types }} +Object + {{/eq}} + {{/eq}} +{{else}} +Object +{{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs index 3b2beef1e01..12f7b4a80fd 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs @@ -1 +1,13 @@ -{{#if refInfo}}{{#if refInfo.refModule}}{{#with getDeepestRef}}{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }}{{/with}}{{else}}{{#with refInfo.ref}}{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }}{{/with}}{{/if}}{{else}}{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }}{{/if}} \ No newline at end of file +{{#if refInfo}} + {{#if refInfo.refModule}} + {{#with getDeepestRef}} +{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }} + {{/with}} + {{else}} + {{#with refInfo.ref}} +{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }} + {{/with}} + {{/if}} +{{else}} +{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }} +{{/if}} \ No newline at end of file From 4aa6ed3f13c6acf12de1f499df041e330724f200 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 10:51:56 -0800 Subject: [PATCH 12/72] Uses whitespace control char to fix segment Object --- .../userarray/content/applicationjson/Schema.md | 3 +-- .../content/applicationjson/Schema.md | 3 +-- .../content/applicationxml/Schema.md | 3 +-- .../java/docs/components/schemas/AbstractStepMessage.md | 3 +-- .../docs/components/schemas/AdditionalPropertiesClass.md | 3 +-- .../docs/components/schemas/AdditionalPropertiesSchema.md | 3 +-- .../client/petstore/java/docs/components/schemas/Animal.md | 3 +-- .../petstore/java/docs/components/schemas/AnimalFarm.md | 3 +-- .../java/docs/components/schemas/AnyTypeAndFormat.md | 3 +-- .../java/docs/components/schemas/ApiResponseSchema.md | 3 +-- .../client/petstore/java/docs/components/schemas/Apple.md | 3 +-- .../petstore/java/docs/components/schemas/AppleReq.md | 3 +-- .../java/docs/components/schemas/ArrayHoldingAnyType.md | 3 +-- .../docs/components/schemas/ArrayOfArrayOfNumberOnly.md | 3 +-- .../java/docs/components/schemas/ArrayOfNumberOnly.md | 3 +-- .../petstore/java/docs/components/schemas/ArrayTest.md | 3 +-- .../client/petstore/java/docs/components/schemas/Banana.md | 3 +-- .../petstore/java/docs/components/schemas/BananaReq.md | 3 +-- .../petstore/java/docs/components/schemas/BasquePig.md | 3 +-- .../petstore/java/docs/components/schemas/Capitalization.md | 3 +-- .../petstore/java/docs/components/schemas/Category.md | 3 +-- .../client/petstore/java/docs/components/schemas/Client.md | 3 +-- .../petstore/java/docs/components/schemas/ComposedArray.md | 3 +-- .../petstore/java/docs/components/schemas/ComposedObject.md | 3 +-- .../petstore/java/docs/components/schemas/DanishPig.md | 3 +-- .../client/petstore/java/docs/components/schemas/Drawing.md | 3 +-- .../petstore/java/docs/components/schemas/EnumArrays.md | 3 +-- .../petstore/java/docs/components/schemas/EnumTest.md | 3 +-- .../client/petstore/java/docs/components/schemas/File.md | 3 +-- .../java/docs/components/schemas/FileSchemaTestClass.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Foo.md | 3 +-- .../petstore/java/docs/components/schemas/FormatTest.md | 3 +-- .../petstore/java/docs/components/schemas/FromSchema.md | 3 +-- .../java/docs/components/schemas/GrandparentAnimal.md | 3 +-- .../java/docs/components/schemas/HasOnlyReadOnly.md | 3 +-- .../java/docs/components/schemas/HealthCheckResult.md | 3 +-- .../client/petstore/java/docs/components/schemas/Items.md | 3 +-- .../java/docs/components/schemas/JSONPatchRequest.md | 3 +-- .../components/schemas/JSONPatchRequestAddReplaceTest.md | 3 +-- .../client/petstore/java/docs/components/schemas/MapTest.md | 3 +-- .../schemas/MixedPropertiesAndAdditionalPropertiesClass.md | 3 +-- .../client/petstore/java/docs/components/schemas/Money.md | 3 +-- .../petstore/java/docs/components/schemas/NullableClass.md | 3 +-- .../petstore/java/docs/components/schemas/NumberOnly.md | 3 +-- .../java/docs/components/schemas/ObjWithRequiredProps.md | 3 +-- .../docs/components/schemas/ObjWithRequiredPropsBase.md | 3 +-- .../java/docs/components/schemas/ObjectInterface.md | 3 +-- .../schemas/ObjectModelWithArgAndArgsProperties.md | 3 +-- .../java/docs/components/schemas/ObjectModelWithRefProps.md | 3 +-- .../components/schemas/ObjectWithCollidingProperties.md | 3 +-- .../docs/components/schemas/ObjectWithDecimalProperties.md | 3 +-- .../components/schemas/ObjectWithDifficultlyNamedProps.md | 3 +-- .../schemas/ObjectWithInlineCompositionProperty.md | 3 +-- .../schemas/ObjectWithInvalidNamedRefedProperties.md | 3 +-- .../components/schemas/ObjectWithNonIntersectingValues.md | 3 +-- .../docs/components/schemas/ObjectWithOnlyOptionalProps.md | 3 +-- .../docs/components/schemas/ObjectWithOptionalTestProp.md | 3 +-- .../java/docs/components/schemas/ObjectWithValidations.md | 3 +-- .../client/petstore/java/docs/components/schemas/Order.md | 3 +-- .../docs/components/schemas/PaginatedResultMyObjectDto.md | 3 +-- .../petstore/java/docs/components/schemas/ParentPet.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Pet.md | 3 +-- .../client/petstore/java/docs/components/schemas/Player.md | 3 +-- .../petstore/java/docs/components/schemas/PublicKey.md | 3 +-- .../petstore/java/docs/components/schemas/ReadOnlyFirst.md | 3 +-- .../docs/components/schemas/ReqPropsFromTrueAddProps.md | 3 +-- .../docs/components/schemas/ReqPropsFromUnsetAddProps.md | 3 +-- .../docs/components/schemas/SelfReferencingObjectModel.md | 3 +-- .../java/docs/components/schemas/SpecialModelname.md | 3 +-- samples/client/petstore/java/docs/components/schemas/Tag.md | 3 +-- .../client/petstore/java/docs/components/schemas/User.md | 3 +-- .../client/petstore/java/docs/components/schemas/Whale.md | 3 +-- .../client/petstore/java/docs/components/schemas/Zebra.md | 3 +-- .../content/applicationxwwwformurlencoded/Schema.md | 3 +-- .../responses/response404/content/applicationjson/Schema.md | 3 +-- .../content/applicationxwwwformurlencoded/Schema.md | 3 +-- .../post/parameters/parameter1/Schema1.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../response200/content/multipartformdata/Schema.md | 3 +-- .../content/applicationxwwwformurlencoded/Schema.md | 3 +-- .../post/requestbody/content/applicationjson/Schema.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../fakeobjinquery/get/parameters/parameter0/Schema0.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../responsedefault/content/applicationjson/Schema.md | 3 +-- .../content/applicationxwwwformurlencoded/Schema.md | 3 +-- .../post/requestbody/content/multipartformdata/Schema.md | 3 +-- .../schemas/types/_schema_input_type_segment_base.hbs | 6 +++--- 90 files changed, 92 insertions(+), 181 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 4759573bed9..310ecfb5183 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List +| List > | SchemaList | | ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 04fe3b15f1f..e95a0233fe4 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List +| List > | SchemaList | | ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 54b9f2c2adf..bb6d01466f4 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List +| List > | SchemaList | | ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 759d82d9f7f..975e1020804 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -10,8 +10,7 @@ Abstract Step ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AbstractStepMessageMap | | +| Map | AbstractStepMessageMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 46d095a4da5..693e1cbde23 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AdditionalPropertiesClassMap | | +| Map | AdditionalPropertiesClassMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index f1ffbba8002..9ecf91fc842 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index b9327398ecd..f2013318add 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AnimalMap | | +| Map | AnimalMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 333f121c784..3cdd89962e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List +| List > | AnimalFarmList | | ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 5dedd3fe015..76b7af052fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AnyTypeAndFormatMap | | +| Map | AnyTypeAndFormatMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 83962692f11..f8fe970060a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ApiResponseMap | | +| Map | ApiResponseMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 60f89bdb827..6b7b74bbecd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -8,8 +8,7 @@ type: JsonSchema | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | | null | null | | -| Map | AppleMap | | +| Map | AppleMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index d403507c413..8f698663db7 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AppleReqMap | | +| Map | AppleReqMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index ad8e7400d17..9026c7e3b0b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ArrayHoldingAnyTypeList | | +| List | ArrayHoldingAnyTypeList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index ca641ec482d..0d32d405441 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ArrayOfArrayOfNumberOnlyMap | | +| Map | ArrayOfArrayOfNumberOnlyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 0658ca6b934..88d438c54ce 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ArrayOfNumberOnlyMap | | +| Map | ArrayOfNumberOnlyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 692629a3558..9643d4a2e1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ArrayTestMap | | +| Map | ArrayTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index dc193632ee9..ed029e37ed0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | BananaMap | | +| Map | BananaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 532e20c88f6..995cd44ddd8 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | BananaReqMap | | +| Map | BananaReqMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 90471aafeb6..ad2c30dc5cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | BasquePigMap | | +| Map | BasquePigMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index b8d6a7a7903..e197b286bfd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | CapitalizationMap | | +| Map | CapitalizationMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index dc71e49bfe1..51d9669c541 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | CategoryMap | | +| Map | CategoryMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 2163ca77c1c..9147b7d2f55 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ClientMap | | +| Map | ClientMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index f60b9a07c34..97108aecc4b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ComposedArrayList | | +| List | ComposedArrayList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 1afed663227..bb35f86acbb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 0745fdee677..0ea9046ab0e 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | DanishPigMap | | +| Map | DanishPigMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 75ca09b5405..036419136aa 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | DrawingMap | | +| Map | DrawingMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 9b39d3e81b6..9eb76f086cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | EnumArraysMap | | +| Map | EnumArraysMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 3f7eb50a830..d7032ba7afb 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | EnumTestMap | | +| Map | EnumTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index c6584db7fe5..4e52aad6d5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -10,8 +10,7 @@ Must be named `File` for test. ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FileMap | | +| Map | FileMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 3371ac9836a..2ed59937acc 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FileSchemaTestClassMap | | +| Map | FileSchemaTestClassMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 4ae262f2c5d..a5a72a0ffd5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FooMap | | +| Map | FooMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index fec795e2dbf..fc6cc72834b 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FormatTestMap | | +| Map | FormatTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index f905834ab19..8dcde57c57f 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | FromSchemaMap | | +| Map | FromSchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 2ca98239934..b9c2144a4b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | GrandparentAnimalMap | | +| Map | GrandparentAnimalMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 254b974f8d5..16e5b68b32b 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | HasOnlyReadOnlyMap | | +| Map | HasOnlyReadOnlyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 305a1bea9f2..a68cef959d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -10,8 +10,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | HealthCheckResultMap | | +| Map | HealthCheckResultMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 3d389275c1f..e0b752f74db 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -10,8 +10,7 @@ component's name collides with the inner schema name ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List +| List > | ItemsList | | ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 14d7079a87e..e1e68912f13 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | JSONPatchRequestList | | +| List | JSONPatchRequestList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 955b6b07f53..103bce5cca7 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | JSONPatchRequestAddReplaceTestMap | | +| Map | JSONPatchRequestAddReplaceTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index d78b5f4b707..7c6c96775e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | MapTestMap | | +| Map | MapTestMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 1d22cf8e371..bd99569118a 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | MixedPropertiesAndAdditionalPropertiesClassMap | | +| Map | MixedPropertiesAndAdditionalPropertiesClassMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 13013c17cb5..c7833d01b09 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | MoneyMap | | +| Map | MoneyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index c54aec6e640..c080062a31e 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | NullableClassMap | | +| Map | NullableClassMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 07e79c6a929..170793f6f60 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | NumberOnlyMap | | +| Map | NumberOnlyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 55ad0804608..6f74563ca66 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjWithRequiredPropsMap | | +| Map | ObjWithRequiredPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 91c5e9c96ef..28b24c3c174 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjWithRequiredPropsBaseMap | | +| Map | ObjWithRequiredPropsBaseMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 1dd14cc2e99..73e8829ca33 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -7,7 +7,6 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index bbad834a59f..83b00162ddc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectModelWithArgAndArgsPropertiesMap | | +| Map | ObjectModelWithArgAndArgsPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index caf3f600b0f..0f27f9907f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -10,8 +10,7 @@ a model that includes properties which should stay primitive (String + Boolean) ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectModelWithRefPropsMap | | +| Map | ObjectModelWithRefPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 4b8586ff81a..a9db7cd384b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -10,8 +10,7 @@ component with properties that have name collisions ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithCollidingPropertiesMap | | +| Map | ObjectWithCollidingPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 531ef5ccac7..d9864c86925 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithDecimalPropertiesMap | | +| Map | ObjectWithDecimalPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index a3efdaa4bb5..dc08a65fda8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -10,8 +10,7 @@ model with properties that have invalid names for python ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithDifficultlyNamedPropsMap | | +| Map | ObjectWithDifficultlyNamedPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index feae57f8011..a79270176c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithInlineCompositionPropertyMap | | +| Map | ObjectWithInlineCompositionPropertyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 72db4f8ef03..79cbdaada7d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithInvalidNamedRefedPropertiesMap | | +| Map | ObjectWithInvalidNamedRefedPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index f6f707d1375..237635f0004 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithNonIntersectingValuesMap | | +| Map | ObjectWithNonIntersectingValuesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 9d169290959..5acf065cc64 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithOnlyOptionalPropsMap | | +| Map | ObjectWithOnlyOptionalPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 16df18d8b57..eaf4964e0dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ObjectWithOptionalTestPropMap | | +| Map | ObjectWithOptionalTestPropMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 2aa6c7abc5d..fc9be85a59c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -7,7 +7,6 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index a1c0ed5ec29..0720dfe305f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | OrderMap | | +| Map | OrderMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index c7c57b6b41b..48ccf94f4a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | PaginatedResultMyObjectDtoMap | | +| Map | PaginatedResultMyObjectDtoMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 34dbc80aebc..fb0f0d1f6e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 10797454cf6..22aab1353ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -10,8 +10,7 @@ Pet object that needs to be added to the store ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | PetMap | | +| Map | PetMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index d71e9ec027a..6005feb1556 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -10,8 +10,7 @@ a model that includes a self reference this forces properties and additionalProp ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | PlayerMap | | +| Map | PlayerMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 8bb6e75ce9d..52d25bc374e 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -10,8 +10,7 @@ schema that contains a property named key ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | PublicKeyMap | | +| Map | PublicKeyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index c7af5387a42..739aec5e7b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ReadOnlyFirstMap | | +| Map | ReadOnlyFirstMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 37b4f54fafe..4bfc127916a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ReqPropsFromTrueAddPropsMap | | +| Map | ReqPropsFromTrueAddPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 09dd9824c14..62e60fa98fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ReqPropsFromUnsetAddPropsMap | | +| Map | ReqPropsFromUnsetAddPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index fb8175d1d10..c83b6d44caa 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SelfReferencingObjectModelMap | | +| Map | SelfReferencingObjectModelMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index ab30de6a034..3de06ed7816 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -10,8 +10,7 @@ model with an invalid class name for python ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SpecialModelnameMap | | +| Map | SpecialModelnameMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 121584b2843..a03fa0997d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | TagMap | | +| Map | TagMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index e81416d211b..dfdaf1701f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | UserMap | | +| Map | UserMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 6d13e2eab27..42f72979ae3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | WhaleMap | | +| Map | WhaleMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 86f1151e393..979686bf549 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ZebraMap | | +| Map | ZebraMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 102e80e833d..5ec8e148274 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 6a9a06b39c7..0314c603eca 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -7,5 +7,4 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | | | +| Map | | | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 1ea6d6b0b14..b4fab141f7d 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 717f69285f2..4e3d3370319 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap1 | | +| Map | SchemaMap1 | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 3fb8f192baf..1a2bf62a802 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 8703310d740..ce2388b7665 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 0b90ddfc374..c24dcc0ee74 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 6dc5fa22501..1d9b03ac236 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 5f4f1a67f82..8a54e2c2faf 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index b5f9c5559d3..ff30e84243b 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap0 | | +| Map | SchemaMap0 | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 14c897d2a62..f85fa245bac 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index ade5f61062c..8325675e900 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index a2d16e31c65..0d93bab20ad 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index c39158b20f3..cfbdc29085a 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6d5209055a1..f13776158f7 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 67e87d289bb..d924553c47f 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs index 77bac3161cf..b91fba2a6de 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs @@ -194,13 +194,13 @@ Map Number {{else}} Object - {{/and}} + {{~/and}} {{/contains}} {{else}} {{! 3 or more types }} Object - {{/eq}} + {{~/eq}} {{/eq}} {{else}} Object -{{/if}} \ No newline at end of file +{{~/if}} \ No newline at end of file From 42cd8864a365c79bd8168030f5b06b541f01856c Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 10:58:43 -0800 Subject: [PATCH 13/72] Fixes input type template issues --- .../content/applicationjson/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../content/applicationxml/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../AdditionalPropertiesWithArrayOfEnums.md | 4 +- .../java/docs/components/schemas/Address.md | 3 +- .../docs/components/schemas/AnimalFarm.md | 3 +- .../docs/components/schemas/ArrayOfEnums.md | 3 +- .../schemas/ArrayWithValidationsInItems.md | 3 +- .../java/docs/components/schemas/Items.md | 3 +- .../schemas/JSONPatchRequestMoveCopy.md | 3 +- .../schemas/JSONPatchRequestRemove.md | 3 +- .../docs/components/schemas/MyObjectDto.md | 3 +- .../schemas/NoAdditionalProperties.md | 3 +- .../schemas/ReqPropsFromExplicitAddProps.md | 3 +- .../schemas/SelfReferencingArrayModel.md | 3 +- .../components/schemas/StringBooleanMap.md | 3 +- .../fake/get/parameters/parameter0/Schema0.md | 3 +- .../fake/get/parameters/parameter2/Schema2.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../put/parameters/parameter0/Schema0.md | 3 +- .../put/parameters/parameter1/Schema1.md | 3 +- .../put/parameters/parameter2/Schema2.md | 3 +- .../put/parameters/parameter3/Schema3.md | 3 +- .../put/parameters/parameter4/Schema4.md | 3 +- .../get/parameters/parameter0/Schema0.md | 3 +- .../get/parameters/parameter0/Schema0.md | 3 +- .../types/_schema_input_type_segment_base.hbs | 88 +++++++++---------- 28 files changed, 71 insertions(+), 99 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 310ecfb5183..ba884447edf 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List -> | SchemaList | | +| List> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index e95a0233fe4..d04c6b391ac 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List -> | SchemaList | | +| List> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index bb6d01466f4..f225b9ae130 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List -> | SchemaList | | +| List> | SchemaList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 0bcb4ba0ace..b87f105368d 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 0a81746050b..bce347964b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -7,9 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map -> | AdditionalPropertiesWithArrayOfEnumsMap | | +| Map> | AdditionalPropertiesWithArrayOfEnumsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 7634d8bced0..626ddfe04a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | AddressMap | | +| Map | AddressMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 3cdd89962e7..2b71adf0e75 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List -> | AnimalFarmList | | +| List> | AnimalFarmList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 4ef03d33131..53f67a272e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ArrayOfEnumsList | | +| List | ArrayOfEnumsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 48df6f30511..989ae69a887 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | ArrayWithValidationsInItemsList | | +| List | ArrayWithValidationsInItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index e0b752f74db..67cf7d72b7f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -10,8 +10,7 @@ component's name collides with the inner schema name ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List -> | ItemsList | | +| List> | ItemsList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index cfcde0415f5..591b9da53bb 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | JSONPatchRequestMoveCopyMap | | +| Map | JSONPatchRequestMoveCopyMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 4c3d1b59b24..1fcad584017 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | JSONPatchRequestRemoveMap | | +| Map | JSONPatchRequestRemoveMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 6ab94553100..fd600c0fd73 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | MyObjectDtoMap | | +| Map | MyObjectDtoMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 0c338a76d43..7bc214802f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | NoAdditionalPropertiesMap | | +| Map | NoAdditionalPropertiesMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 8a052e45dd1..f2cbd12ac1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | ReqPropsFromExplicitAddPropsMap | | +| Map | ReqPropsFromExplicitAddPropsMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 20bf32bce46..03cb9a2a2ea 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SelfReferencingArrayModelList | | +| List | SelfReferencingArrayModelList | | ``` type: List< diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 5111293bd2c..8cb573f6a8a 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | StringBooleanMapMap | | +| Map | StringBooleanMapMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index ea63951c345..d95aaa3d29c 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 5978897d57f..6610478f25e 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList2 | | +| List | SchemaList2 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 9d1af861622..35678249267 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| Map | SchemaMap | | +| Map | SchemaMap | | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index d2c55a4e05e..4d691533490 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 5cced25b185..10546212502 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList1 | | +| List | SchemaList1 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 19a8ebde277..6ceb6bf3049 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList2 | | +| List | SchemaList2 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 5dc198389fc..200e52c5174 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList3 | | +| List | SchemaList3 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 24ee5894a9b..dd24c96e43c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList4 | | +| List | SchemaList4 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index df53b126082..a9597173f34 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 93dcf7dc474..63bf1ab5dad 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -7,8 +7,7 @@ type: JsonSchema ## validate method | Input Type | Return Type | Notes | | ---------- | ----------- | ----- | -| List | SchemaList0 | | +| List | SchemaList0 | | ``` type: List< diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs index b91fba2a6de..edc3e17b6bc 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs @@ -4,52 +4,52 @@ {{#eq this "boolean"}} {{#if forceNull}} Boolean - {{else}} + {{~else}} boolean - {{/if}} + {{~/if}} {{else}} {{#eq this "null"}} Void - {{else}} + {{~else}} {{#eq this "string"}} {{#eq format "binary"}} {{! todo binary types}} String - {{else}} + {{~else}} String - {{/eq}} + {{~/eq}} {{else}} {{#eq this "number"}} {{#eq ../format null}} Number - {{else}} + {{~else}} {{#eq ../format "float"}} {{#if forceNull}} Float - {{else}} + {{~else}} float - {{/if}} + {{~/if}} {{else}} {{#eq ../format "double"}} {{#if forceNull}} Double - {{else}} + {{~else}} double - {{/if}} + {{~/if}} {{else}} {{#eq ../format "int32"}} {{#if forceNull}} Integer - {{else}} + {{~else}} int - {{/if}} + {{~/if}} {{else}} {{#eq ../format "int64"}} {{#if forceNull}} Long - {{else}} + {{~else}} long - {{/if}} + {{~/if}} {{/eq}} {{/eq}} {{/eq}} @@ -60,23 +60,23 @@ long {{#eq ../format null}} {{#if forceNull}} Long - {{else}} + {{~else}} long - {{/if}} + {{~/if}} {{else}} {{#eq ../format "int32"}} {{#if forceNull}} Integer - {{else}} + {{~else}} int - {{/if}} + {{~/if}} {{else}} {{#eq ../format "int64"}} {{#if forceNull}} Long - {{else}} + {{~else}} long - {{/if}} + {{~/if}} {{/eq}} {{/eq}} {{/eq}} @@ -84,23 +84,23 @@ long {{#eq this "array"}} {{#eq ../jsonPath sourceJsonPath}} List - {{else}} + {{~else}} {{#with items}} List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> - {{else}} + {{~else}} List - {{/with}} + {{~/with}} {{/eq}} {{else}} {{#eq this "object"}} {{#eq ../jsonPath sourceJsonPath}} Map - {{else}} + {{~else}} {{#with mapValueSchema}} Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> - {{else}} + {{~else}} Map - {{/with}} + {{~/with}} {{/eq}} {{/eq}} {{/eq}} @@ -117,31 +117,31 @@ Map {{#each types}} {{#eq this "boolean"}} Boolean - {{else}} + {{~else}} {{#eq this "string"}} {{#eq format "binary"}} {{! todo binary types}} String - {{else}} + {{~else}} String - {{/eq}} + {{~/eq}} {{else}} {{#eq this "number"}} {{#eq ../format null}} Number - {{else}} + {{~else}} {{#eq ../format "float"}} Float - {{else}} + {{~else}} {{#eq ../format "double"}} Double - {{else}} + {{~else}} {{#eq ../format "int32"}} Integer - {{else}} + {{~else}} {{#eq ../format "int64"}} Long - {{/eq}} + {{~/eq}} {{/eq}} {{/eq}} {{/eq}} @@ -150,36 +150,36 @@ Long {{#eq this "integer"}} {{#eq ../format null}} Long - {{else}} + {{~else}} {{#eq ../format "int32"}} Integer - {{else}} + {{~else}} {{#eq ../format "int64"}} Long - {{/eq}} + {{~/eq}} {{/eq}} {{/eq}} {{else}} {{#eq this "array"}} {{#eq ../jsonPath sourceJsonPath}} List - {{else}} + {{~else}} {{#with items}} List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> - {{else}} + {{~else}} List - {{/with}} + {{~/with}} {{/eq}} {{else}} {{#eq this "object"}} {{#eq ../jsonPath sourceJsonPath}} Map - {{else}} + {{~else}} {{#with mapValueSchema}} Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> - {{else}} + {{~else}} Map - {{/with}} + {{~/with}} {{/eq}} {{/eq}} {{/eq}} @@ -192,7 +192,7 @@ Map {{! none of the types are null }} {{#and (contains types "integer") (contains types "number") }} Number - {{else}} + {{~else}} Object {{~/and}} {{/contains}} From d25a3d25e53763f225d9b5f4fcb8926fa06e636c Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 11:08:11 -0800 Subject: [PATCH 14/72] Changes to fixed input typ template --- .../content/applicationjson/Schema.java | 8 +- .../responses/headerswithnobody/Headers.java | 6 +- .../content/applicationjson/Schema.java | 8 +- .../content/applicationxml/Schema.java | 8 +- .../Headers.java | 6 +- .../content/applicationjson/Schema.java | 6 +- .../successwithjsonapiresponse/Headers.java | 6 +- .../schemas/AbstractStepMessage.java | 6 +- .../schemas/AdditionalPropertiesClass.java | 38 +--- .../schemas/AdditionalPropertiesSchema.java | 18 +- .../AdditionalPropertiesWithArrayOfEnums.java | 14 +- .../components/schemas/Address.java | 6 +- .../components/schemas/Animal.java | 6 +- .../components/schemas/AnimalFarm.java | 8 +- .../components/schemas/AnyTypeAndFormat.java | 6 +- .../components/schemas/ApiResponseSchema.java | 6 +- .../components/schemas/Apple.java | 6 +- .../components/schemas/AppleReq.java | 6 +- .../schemas/ArrayHoldingAnyType.java | 6 +- .../schemas/ArrayOfArrayOfNumberOnly.java | 20 +- .../components/schemas/ArrayOfEnums.java | 6 +- .../components/schemas/ArrayOfNumberOnly.java | 12 +- .../components/schemas/ArrayTest.java | 44 +--- .../schemas/ArrayWithValidationsInItems.java | 6 +- .../components/schemas/Banana.java | 6 +- .../components/schemas/BananaReq.java | 6 +- .../components/schemas/BasquePig.java | 6 +- .../components/schemas/Capitalization.java | 6 +- .../components/schemas/Cat.java | 6 +- .../components/schemas/Category.java | 6 +- .../components/schemas/ChildCat.java | 6 +- .../components/schemas/ClassModel.java | 3 +- .../components/schemas/Client.java | 6 +- .../schemas/ComplexQuadrilateral.java | 6 +- ...posedAnyOfDifferentTypesNoValidations.java | 6 +- .../components/schemas/ComposedArray.java | 6 +- .../schemas/ComposedOneOfDifferentTypes.java | 6 +- .../components/schemas/DanishPig.java | 6 +- .../components/schemas/Dog.java | 6 +- .../components/schemas/Drawing.java | 12 +- .../components/schemas/EnumArrays.java | 12 +- .../components/schemas/EnumTest.java | 6 +- .../schemas/EquilateralTriangle.java | 6 +- .../components/schemas/File.java | 6 +- .../schemas/FileSchemaTestClass.java | 14 +- .../components/schemas/Foo.java | 6 +- .../components/schemas/FormatTest.java | 12 +- .../components/schemas/FromSchema.java | 6 +- .../components/schemas/Fruit.java | 3 +- .../components/schemas/GmFruit.java | 3 +- .../components/schemas/GrandparentAnimal.java | 6 +- .../components/schemas/HasOnlyReadOnly.java | 6 +- .../components/schemas/HealthCheckResult.java | 6 +- .../components/schemas/IsoscelesTriangle.java | 6 +- .../components/schemas/Items.java | 8 +- .../components/schemas/JSONPatchRequest.java | 6 +- .../JSONPatchRequestAddReplaceTest.java | 6 +- .../schemas/JSONPatchRequestMoveCopy.java | 6 +- .../schemas/JSONPatchRequestRemove.java | 6 +- .../components/schemas/MapTest.java | 32 +-- ...ropertiesAndAdditionalPropertiesClass.java | 14 +- .../components/schemas/Money.java | 6 +- .../components/schemas/MyObjectDto.java | 6 +- .../components/schemas/Name.java | 3 +- .../schemas/NoAdditionalProperties.java | 6 +- .../components/schemas/NullableClass.java | 54 ++--- .../components/schemas/NumberOnly.java | 6 +- .../schemas/ObjWithRequiredProps.java | 6 +- .../schemas/ObjWithRequiredPropsBase.java | 6 +- .../ObjectModelWithArgAndArgsProperties.java | 6 +- .../schemas/ObjectModelWithRefProps.java | 6 +- ...hAllOfWithReqTestPropFromUnsetAddProp.java | 6 +- .../ObjectWithCollidingProperties.java | 6 +- .../schemas/ObjectWithDecimalProperties.java | 6 +- .../ObjectWithDifficultlyNamedProps.java | 6 +- .../ObjectWithInlineCompositionProperty.java | 6 +- ...ObjectWithInvalidNamedRefedProperties.java | 6 +- .../ObjectWithNonIntersectingValues.java | 6 +- .../schemas/ObjectWithOnlyOptionalProps.java | 6 +- .../schemas/ObjectWithOptionalTestProp.java | 6 +- .../components/schemas/Order.java | 6 +- .../schemas/PaginatedResultMyObjectDto.java | 14 +- .../components/schemas/Pet.java | 20 +- .../components/schemas/Player.java | 6 +- .../components/schemas/PublicKey.java | 6 +- .../schemas/QuadrilateralInterface.java | 3 +- .../components/schemas/ReadOnlyFirst.java | 6 +- .../schemas/ReqPropsFromExplicitAddProps.java | 6 +- .../schemas/ReqPropsFromTrueAddProps.java | 6 +- .../schemas/ReqPropsFromUnsetAddProps.java | 6 +- .../components/schemas/ReturnSchema.java | 3 +- .../components/schemas/ScaleneTriangle.java | 6 +- .../components/schemas/Schema200Response.java | 3 +- .../schemas/SelfReferencingArrayModel.java | 6 +- .../schemas/SelfReferencingObjectModel.java | 6 +- .../schemas/SimpleQuadrilateral.java | 6 +- .../components/schemas/SpecialModelname.java | 6 +- .../components/schemas/StringBooleanMap.java | 6 +- .../components/schemas/Tag.java | 6 +- .../components/schemas/TriangleInterface.java | 3 +- .../components/schemas/User.java | 6 +- .../components/schemas/Whale.java | 6 +- .../components/schemas/Zebra.java | 6 +- .../delete/HeaderParameters.java | 6 +- .../delete/PathParameters.java | 6 +- .../commonparamsubdir/get/PathParameters.java | 6 +- .../get/QueryParameters.java | 6 +- .../post/HeaderParameters.java | 6 +- .../post/PathParameters.java | 6 +- .../paths/fake/delete/HeaderParameters.java | 6 +- .../paths/fake/delete/QueryParameters.java | 6 +- .../paths/fake/get/HeaderParameters.java | 6 +- .../paths/fake/get/QueryParameters.java | 6 +- .../get/parameters/parameter0/Schema0.java | 6 +- .../get/parameters/parameter2/Schema2.java | 6 +- .../applicationxwwwformurlencoded/Schema.java | 12 +- .../applicationxwwwformurlencoded/Schema.java | 6 +- .../put/QueryParameters.java | 6 +- .../put/QueryParameters.java | 6 +- .../delete/PathParameters.java | 6 +- .../content/applicationjson/Schema.java | 6 +- .../post/QueryParameters.java | 6 +- .../post/parameters/parameter1/Schema1.java | 6 +- .../content/multipartformdata/Schema.java | 6 +- .../content/multipartformdata/Schema.java | 6 +- .../applicationxwwwformurlencoded/Schema.java | 6 +- .../content/applicationjson/Schema.java | 6 +- .../content/multipartformdata/Schema.java | 6 +- .../fakeobjinquery/get/QueryParameters.java | 8 +- .../get/parameters/parameter0/Schema0.java | 6 +- .../post/CookieParameters.java | 6 +- .../post/HeaderParameters.java | 6 +- .../post/PathParameters.java | 6 +- .../post/QueryParameters.java | 6 +- .../post/PathParameters.java | 6 +- .../content/multipartformdata/Schema.java | 6 +- .../get/QueryParameters.java | 6 +- .../get/QueryParameters.java | 8 +- .../put/QueryParameters.java | 6 +- .../put/parameters/parameter0/Schema0.java | 6 +- .../put/parameters/parameter1/Schema1.java | 6 +- .../put/parameters/parameter2/Schema2.java | 6 +- .../put/parameters/parameter3/Schema3.java | 6 +- .../put/parameters/parameter4/Schema4.java | 6 +- .../content/multipartformdata/Schema.java | 6 +- .../content/multipartformdata/Schema.java | 12 +- .../content/applicationjson/Schema.java | 6 +- .../petfindbystatus/get/QueryParameters.java | 8 +- .../get/parameters/parameter0/Schema0.java | 6 +- .../petfindbytags/get/QueryParameters.java | 8 +- .../get/parameters/parameter0/Schema0.java | 6 +- .../petpetid/delete/HeaderParameters.java | 6 +- .../paths/petpetid/delete/PathParameters.java | 6 +- .../paths/petpetid/get/PathParameters.java | 6 +- .../paths/petpetid/post/PathParameters.java | 6 +- .../applicationxwwwformurlencoded/Schema.java | 6 +- .../post/PathParameters.java | 6 +- .../content/multipartformdata/Schema.java | 6 +- .../delete/PathParameters.java | 6 +- .../storeorderorderid/get/PathParameters.java | 6 +- .../paths/userlogin/get/QueryParameters.java | 6 +- .../get/responses/response200/Headers.java | 6 +- .../userusername/delete/PathParameters.java | 6 +- .../userusername/get/PathParameters.java | 6 +- .../userusername/put/PathParameters.java | 6 +- .../components/schemas/Schema_doc.hbs | 2 +- .../components/schemas/docschema_io_types.hbs | 4 +- .../schemas/types/_schema_input_type_base.hbs | 188 ++++++++-------- .../types/_schema_input_type_segment_base.hbs | 206 ------------------ .../types/schema_input_type_segment.hbs | 13 -- 170 files changed, 491 insertions(+), 1158 deletions(-) delete mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs delete mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java index e8b8e04ff9a..8767473705f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java @@ -23,9 +23,7 @@ public static class SchemaList extends FrozenList { super(m); } - public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static SchemaList of(List return Schema1.validate(arg, configuration); } } @@ -40,9 +38,7 @@ protected static SchemaList getListOutputInstance(FrozenList arg) return new SchemaList(arg); } - public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static SchemaList validate(List return JsonSchema.validate(Schema1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java index 47b3c22389d..2c42502a55c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java @@ -34,8 +34,7 @@ public static class HeadersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "location" ); - public static HeadersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeadersMap of(Map arg) return new HeadersMap(arg); } - public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeadersMap validate(Map { super(m); } - public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static SchemaList of(List return Schema1.validate(arg, configuration); } } @@ -41,9 +39,7 @@ protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); } - public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static SchemaList validate(List return JsonSchema.validate(Schema1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java index 89bdd7da422..7098682e6cc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java @@ -23,9 +23,7 @@ public static class SchemaList extends FrozenList { super(m); } - public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static SchemaList of(List return Schema1.validate(arg, configuration); } } @@ -40,9 +38,7 @@ protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); } - public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static SchemaList validate(List return JsonSchema.validate(Schema1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java index f328ebdb7e4..65a6c8a0d6c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java @@ -34,8 +34,7 @@ public static class HeadersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "someHeader" ); - public static HeadersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeadersMap of(Map arg) return new HeadersMap(arg); } - public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeadersMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { public static final Set optionalKeys = Set.of( "numberHeader" ); - public static HeadersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeadersMap of(Map arg) return new HeadersMap(arg); } - public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeadersMap validate(Map { "sequenceNumber" ); public static final Set optionalKeys = Set.of(); - public static AbstractStepMessageMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AbstractStepMessageMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AbstractStepMessageMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapPropertyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapPropertyMap of(Map a return new MapPropertyMap(arg); } - public static MapPropertyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapPropertyMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static AdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AdditionalPropertiesMap validate(Map requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapOfMapPropertyMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static MapOfMapPropertyMap of(Map return MapOfMapProperty.validate(arg, configuration); } @@ -129,9 +123,7 @@ protected static MapOfMapPropertyMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static MapOfMapPropertyMap validate(Map return JsonSchema.validate(MapOfMapProperty.class, arg, configuration); } } @@ -157,8 +149,7 @@ public static class MapWithUndeclaredPropertiesAnytype3Map extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapWithUndeclaredPropertiesAnytype3Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapWithUndeclaredPropertiesAnytype3Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapWithUndeclaredPropertiesAnytype3Map validate(Map requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapWithUndeclaredPropertiesStringMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapWithUndeclaredPropertiesStringMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapWithUndeclaredPropertiesStringMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AdditionalPropertiesClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AdditionalPropertiesClassMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static Schema0Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema0Map of(Map arg) return new Schema0Map(arg); } - public static Schema0Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema0Map validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static Schema2Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema2Map of(Map arg) return new Schema2Map(arg); } - public static Schema2Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema2Map validate(Map { super(m); } - public static AdditionalPropertiesList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static AdditionalPropertiesList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static AdditionalPropertiesList validate(List requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static AdditionalPropertiesWithArrayOfEnumsMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static AdditionalPropertiesWithArrayOfEnumsMap of(Map return AdditionalPropertiesWithArrayOfEnums1.validate(arg, configuration); } @@ -83,9 +79,7 @@ protected static AdditionalPropertiesWithArrayOfEnumsMap getMapOutputInstance(Fr return new AdditionalPropertiesWithArrayOfEnumsMap(arg); } - public static AdditionalPropertiesWithArrayOfEnumsMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static AdditionalPropertiesWithArrayOfEnumsMap validate(Map return JsonSchema.validate(AdditionalPropertiesWithArrayOfEnums1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java index e19110bf73e..dd8ccd1af47 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java @@ -27,8 +27,7 @@ public static class AddressMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static AddressMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AddressMap of(Map arg) { return new AddressMap(arg); } - public static AddressMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AddressMap validate(Map { public static final Set optionalKeys = Set.of( "color" ); - public static AnimalMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AnimalMap of(Map arg) { return new AnimalMap(arg); } - public static AnimalMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AnimalMap validate(Map { super(m); } - public static AnimalFarmList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static AnimalFarmList of(List return AnimalFarm1.validate(arg, configuration); } } @@ -45,9 +43,7 @@ protected static AnimalFarmList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static AnimalFarmList validate(List return JsonSchema.validate(AnimalFarm1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java index d7dcd1e94cb..d807295f09b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java @@ -517,8 +517,7 @@ public static class AnyTypeAndFormatMap extends FrozenMap { "double", "float" ); - public static AnyTypeAndFormatMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AnyTypeAndFormatMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AnyTypeAndFormatMap validate(Map { "type", "message" ); - public static ApiResponseMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ApiResponseMap of(Map a return new ApiResponseMap(arg); } - public static ApiResponseMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ApiResponseMap validate(Map { public static final Set optionalKeys = Set.of( "origin" ); - public static AppleMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AppleMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AppleMap validate(Map { public static final Set optionalKeys = Set.of( "mealy" ); - public static AppleReqMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AppleReqMap of(Map arg) return new AppleReqMap(arg); } - public static AppleReqMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AppleReqMap validate(Map { super(m); } - public static ArrayHoldingAnyTypeList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayHoldingAnyTypeList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayHoldingAnyTypeList validate(List { super(m); } - public static ItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ItemsList of(List arg) { return new ItemsList(arg); } - public static ItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ItemsList validate(List { super(m); } - public static ArrayArrayNumberList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayArrayNumberList of(List return ArrayArrayNumber.validate(arg, configuration); } } @@ -74,9 +70,7 @@ protected static ArrayArrayNumberList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayArrayNumberList validate(List return JsonSchema.validate(ArrayArrayNumber.class, arg, configuration); } } @@ -91,8 +85,7 @@ public static class ArrayOfArrayOfNumberOnlyMap extends FrozenMap optionalKeys = Set.of( "ArrayArrayNumber" ); - public static ArrayOfArrayOfNumberOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayOfArrayOfNumberOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayOfArrayOfNumberOnlyMap validate(Map { super(m); } - public static ArrayOfEnumsList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayOfEnumsList of(List arg) return new ArrayOfEnumsList(arg); } - public static ArrayOfEnumsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayOfEnumsList validate(List { super(m); } - public static ArrayNumberList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayNumberList of(List arg) { return new ArrayNumberList(arg); } - public static ArrayNumberList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayNumberList validate(List { public static final Set optionalKeys = Set.of( "ArrayNumber" ); - public static ArrayOfNumberOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayOfNumberOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayOfNumberOnlyMap validate(Map { super(m); } - public static ArrayOfStringList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayOfStringList of(List arg) return new ArrayOfStringList(arg); } - public static ArrayOfStringList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayOfStringList validate(List { super(m); } - public static ItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ItemsList of(List arg) { return new ItemsList(arg); } - public static ItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ItemsList validate(List { super(m); } - public static ArrayArrayOfIntegerList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayArrayOfIntegerList of(List return ArrayArrayOfInteger.validate(arg, configuration); } } @@ -106,9 +100,7 @@ protected static ArrayArrayOfIntegerList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayArrayOfIntegerList validate(List return JsonSchema.validate(ArrayArrayOfInteger.class, arg, configuration); } } @@ -119,9 +111,7 @@ public static class ItemsList1 extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ItemsList1 of(List return Items3.validate(arg, configuration); } } @@ -136,9 +126,7 @@ protected static ItemsList1 getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ItemsList1 validate(List return JsonSchema.validate(Items3.class, arg, configuration); } } @@ -149,10 +137,7 @@ public static class ArrayArrayOfModelList extends FrozenList { super(m); } - public static ArrayArrayOfModelList of(List>> arg, SchemaConfiguration configuration) throws ValidationException { - - - + public static ArrayArrayOfModelList of(List> return ArrayArrayOfModel.validate(arg, configuration); } } @@ -167,10 +152,7 @@ protected static ArrayArrayOfModelList getListOutputInstance(FrozenList>> arg, SchemaConfiguration configuration) throws ValidationException { - - - + public static ArrayArrayOfModelList validate(List> return JsonSchema.validate(ArrayArrayOfModel.class, arg, configuration); } } @@ -187,8 +169,7 @@ public static class ArrayTestMap extends FrozenMap { "array_array_of_integer", "array_array_of_model" ); - public static ArrayTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayTestMap of(Map arg return new ArrayTestMap(arg); } - public static ArrayTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayTestMap validate(Map { super(m); } - public static ArrayWithValidationsInItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayWithValidationsInItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayWithValidationsInItemsList validate(List { "lengthCm" ); public static final Set optionalKeys = Set.of(); - public static BananaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static BananaMap of(Map arg) { return new BananaMap(arg); } - public static BananaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static BananaMap validate(Map { public static final Set optionalKeys = Set.of( "sweet" ); - public static BananaReqMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static BananaReqMap of(Map arg return new BananaReqMap(arg); } - public static BananaReqMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static BananaReqMap validate(Map { "className" ); public static final Set optionalKeys = Set.of(); - public static BasquePigMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static BasquePigMap of(Map arg return new BasquePigMap(arg); } - public static BasquePigMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static BasquePigMap validate(Map { "SCA_ETH_Flow_Points", "ATT_NAME" ); - public static CapitalizationMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static CapitalizationMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static CapitalizationMap validate(Map { public static final Set optionalKeys = Set.of( "declawed" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map { public static final Set optionalKeys = Set.of( "id" ); - public static CategoryMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static CategoryMap of(Map arg) return new CategoryMap(arg); } - public static CategoryMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static CategoryMap validate(Map { public static final Set optionalKeys = Set.of( "name" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map { public static final Set optionalKeys = Set.of( "_class" ); - public static ClassModelMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ClassModelMap of(Map { public static final Set optionalKeys = Set.of( "client" ); - public static ClientMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ClientMap of(Map arg) { return new ClientMap(arg); } - public static ClientMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ClientMap validate(Map { public static final Set optionalKeys = Set.of( "quadrilateralType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map { super(m); } - public static Schema9List of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema9List of(List arg) { return new Schema9List(arg); } - public static Schema9List validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema9List validate(List { super(m); } - public static ComposedArrayList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ComposedArrayList of(List arg) return new ComposedArrayList(arg); } - public static ComposedArrayList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ComposedArrayList validate(List { super(m); } - public static Schema5List of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema5List of(List arg) { return new Schema5List(arg); } - public static Schema5List validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema5List validate(List { "className" ); public static final Set optionalKeys = Set.of(); - public static DanishPigMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static DanishPigMap of(Map arg return new DanishPigMap(arg); } - public static DanishPigMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static DanishPigMap validate(Map { public static final Set optionalKeys = Set.of( "breed" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map { super(m); } - public static ShapesList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ShapesList of(List arg) { return new ShapesList(arg); } - public static ShapesList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ShapesList validate(List { "nullableShape", "shapes" ); - public static DrawingMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static DrawingMap of(Map arg) return new DrawingMap(arg); } - public static DrawingMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static DrawingMap validate(Map { super(m); } - public static ArrayEnumList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayEnumList of(List arg) { return new ArrayEnumList(arg); } - public static ArrayEnumList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayEnumList validate(List { "just_symbol", "array_enum" ); - public static EnumArraysMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static EnumArraysMap of(Map ar return new EnumArraysMap(arg); } - public static EnumArraysMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static EnumArraysMap validate(Map { "IntegerEnumWithDefaultValue", "IntegerEnumOneValue" ); - public static EnumTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static EnumTestMap of(Map arg) return new EnumTestMap(arg); } - public static EnumTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static EnumTestMap validate(Map { public static final Set optionalKeys = Set.of( "triangleType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map { public static final Set optionalKeys = Set.of( "sourceURI" ); - public static FileMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FileMap of(Map arg) { return new FileMap(arg); } - public static FileMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FileMap validate(Map { super(m); } - public static FilesList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static FilesList of(List return Files.validate(arg, configuration); } } @@ -42,9 +40,7 @@ protected static FilesList getListOutputInstance(FrozenList arg) { return new FilesList(arg); } - public static FilesList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static FilesList validate(List return JsonSchema.validate(Files.class, arg, configuration); } } @@ -60,8 +56,7 @@ public static class FileSchemaTestClassMap extends FrozenMap { "file", "files" ); - public static FileSchemaTestClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FileSchemaTestClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FileSchemaTestClassMap validate(Map { public static final Set optionalKeys = Set.of( "bar" ); - public static FooMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FooMap of(Map arg) { return new FooMap(arg); } - public static FooMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FooMap validate(Map { super(m); } - public static ArrayWithUniqueItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayWithUniqueItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static ArrayWithUniqueItemsList validate(List { "pattern_with_digits_and_delimiter", "noneProp" ); - public static FormatTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FormatTestMap of(Map ar return new FormatTestMap(arg); } - public static FormatTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FormatTestMap validate(Map { "data", "id" ); - public static FromSchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FromSchemaMap of(Map ar return new FromSchemaMap(arg); } - public static FromSchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FromSchemaMap validate(Map { public static final Set optionalKeys = Set.of( "color" ); - public static FruitMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static FruitMap of(Map { public static final Set optionalKeys = Set.of( "color" ); - public static GmFruitMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static GmFruitMap of(Map { "pet_type" ); public static final Set optionalKeys = Set.of(); - public static GrandparentAnimalMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static GrandparentAnimalMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static GrandparentAnimalMap validate(Map { "bar", "foo" ); - public static HasOnlyReadOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HasOnlyReadOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HasOnlyReadOnlyMap validate(Map { public static final Set optionalKeys = Set.of( "NullableMessage" ); - public static HealthCheckResultMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HealthCheckResultMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HealthCheckResultMap validate(Map { public static final Set optionalKeys = Set.of( "triangleType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map> { super(m); } - public static ItemsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ItemsList of(List return Items1.validate(arg, configuration); } } @@ -52,9 +50,7 @@ protected static ItemsList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ItemsList validate(List return JsonSchema.validate(Items1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java index b4af894a005..08afc452190 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java @@ -76,8 +76,7 @@ public static class JSONPatchRequestList extends FrozenList { super(m); } - public static JSONPatchRequestList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static JSONPatchRequestList of(List a return new JSONPatchRequestList(arg); } - public static JSONPatchRequestList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static JSONPatchRequestList validate(List optionalKeys = Set.of(); - public static JSONPatchRequestAddReplaceTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static JSONPatchRequestAddReplaceTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static JSONPatchRequestAddReplaceTestMap validate(Map optionalKeys = Set.of(); - public static JSONPatchRequestMoveCopyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static JSONPatchRequestMoveCopyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static JSONPatchRequestMoveCopyMap validate(Map "path" ); public static final Set optionalKeys = Set.of(); - public static JSONPatchRequestRemoveMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static JSONPatchRequestRemoveMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static JSONPatchRequestRemoveMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static AdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static AdditionalPropertiesMap validate(Map requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapMapOfStringMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static MapMapOfStringMap of(Map return MapMapOfString.validate(arg, configuration); } @@ -88,9 +84,7 @@ protected static MapMapOfStringMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static MapMapOfStringMap validate(Map return JsonSchema.validate(MapMapOfString.class, arg, configuration); } } @@ -115,8 +109,7 @@ public static class MapOfEnumStringMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapOfEnumStringMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapOfEnumStringMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapOfEnumStringMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static DirectMapMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static DirectMapMap of(Map ar return new DirectMapMap(arg); } - public static DirectMapMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static DirectMapMap validate(Map { "direct_map", "indirect_map" ); - public static MapTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapTestMap of(Map arg) return new MapTestMap(arg); } - public static MapTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MapTestMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static MapMap of(Map return MapSchema.validate(arg, configuration); } @@ -55,9 +53,7 @@ protected static MapMap getMapOutputInstance(FrozenMap return new MapMap(arg); } - public static MapMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static MapMap validate(Map return JsonSchema.validate(MapSchema.class, arg, configuration); } } @@ -75,8 +71,7 @@ public static class MixedPropertiesAndAdditionalPropertiesClassMap extends Froze "dateTime", "map" ); - public static MixedPropertiesAndAdditionalPropertiesClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MixedPropertiesAndAdditionalPropertiesClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MixedPropertiesAndAdditionalPropertiesClassMap validate(Map { "currency" ); public static final Set optionalKeys = Set.of(); - public static MoneyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MoneyMap of(Map arg) { return new MoneyMap(arg); } - public static MoneyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MoneyMap validate(Map { public static final Set optionalKeys = Set.of( "id" ); - public static MyObjectDtoMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MyObjectDtoMap of(Map a return new MyObjectDtoMap(arg); } - public static MyObjectDtoMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static MyObjectDtoMap validate(Map { "snake_case", "property" ); - public static NameMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static NameMap of(Map { public static final Set optionalKeys = Set.of( "petId" ); - public static NoAdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static NoAdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static NoAdditionalPropertiesMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayNullablePropList of(List return ArrayNullableProp.validate(arg, configuration); } } @@ -189,9 +187,7 @@ public class ArrayNullableProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayNullableProp.class, arg, configuration); } - public static ArrayNullablePropList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayNullablePropList validate(List return JsonSchema.validate(ArrayNullableProp.class, arg, configuration); } } @@ -217,9 +213,7 @@ public static class ArrayAndItemsNullablePropList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayAndItemsNullablePropList of(List return ArrayAndItemsNullableProp.validate(arg, configuration); } } @@ -236,9 +230,7 @@ public class ArrayAndItemsNullableProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayAndItemsNullableProp.class, arg, configuration); } - public static ArrayAndItemsNullablePropList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayAndItemsNullablePropList validate(List return JsonSchema.validate(ArrayAndItemsNullableProp.class, arg, configuration); } } @@ -264,9 +256,7 @@ public static class ArrayItemsNullableList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayItemsNullableList of(List return ArrayItemsNullable.validate(arg, configuration); } } @@ -281,9 +271,7 @@ protected static ArrayItemsNullableList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ArrayItemsNullableList validate(List return JsonSchema.validate(ArrayItemsNullable.class, arg, configuration); } } @@ -299,9 +287,7 @@ public static class ObjectNullablePropMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static ObjectNullablePropMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ObjectNullablePropMap of(Map return ObjectNullableProp.validate(arg, configuration); } @@ -323,9 +309,7 @@ public class ObjectNullableProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectNullableProp.class, arg, configuration); } - public static ObjectNullablePropMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ObjectNullablePropMap validate(Map return JsonSchema.validate(ObjectNullableProp.class, arg, configuration); } } @@ -353,9 +337,7 @@ public static class ObjectAndItemsNullablePropMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static ObjectAndItemsNullablePropMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ObjectAndItemsNullablePropMap of(Map return ObjectAndItemsNullableProp.validate(arg, configuration); } @@ -377,9 +359,7 @@ public class ObjectAndItemsNullableProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectAndItemsNullableProp.class, arg, configuration); } - public static ObjectAndItemsNullablePropMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ObjectAndItemsNullablePropMap validate(Map return JsonSchema.validate(ObjectAndItemsNullableProp.class, arg, configuration); } } @@ -407,9 +387,7 @@ public static class ObjectItemsNullableMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static ObjectItemsNullableMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ObjectItemsNullableMap of(Map return ObjectItemsNullable.validate(arg, configuration); } @@ -429,9 +407,7 @@ protected static ObjectItemsNullableMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ObjectItemsNullableMap validate(Map return JsonSchema.validate(ObjectItemsNullable.class, arg, configuration); } } @@ -458,8 +434,7 @@ public static class NullableClassMap extends FrozenMap { "object_and_items_nullable_prop", "object_items_nullable" ); - public static NullableClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static NullableClassMap of(Map return new NullableClassMap(arg); } - public static NullableClassMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static NullableClassMap validate(Map { public static final Set optionalKeys = Set.of( "JustNumber" ); - public static NumberOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static NumberOnlyMap of(Map ar return new NumberOnlyMap(arg); } - public static NumberOnlyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static NumberOnlyMap validate(Map { "a" ); public static final Set optionalKeys = Set.of(); - public static ObjWithRequiredPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjWithRequiredPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjWithRequiredPropsMap validate(Map optionalKeys = Set.of(); - public static ObjWithRequiredPropsBaseMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjWithRequiredPropsBaseMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjWithRequiredPropsBaseMap validate(Map optionalKeys = Set.of(); - public static ObjectModelWithArgAndArgsPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectModelWithArgAndArgsPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectModelWithArgAndArgsPropertiesMap validate(Map "myString", "myBoolean" ); - public static ObjectModelWithRefPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectModelWithRefPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectModelWithRefPropsMap validate(Map { public static final Set optionalKeys = Set.of( "name" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithCollidingPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithCollidingPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithDecimalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithDecimalPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithDifficultlyNamedPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithDifficultlyNamedPropsMap validate(Map optionalKeys = Set.of( "someProp" ); - public static ObjectWithInlineCompositionPropertyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithInlineCompositionPropertyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithInlineCompositionPropertyMap validate(Map optionalKeys = Set.of(); - public static ObjectWithInvalidNamedRefedPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithInvalidNamedRefedPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithInvalidNamedRefedPropertiesMap validate(Map optionalKeys = Set.of( "a" ); - public static ObjectWithNonIntersectingValuesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithNonIntersectingValuesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithNonIntersectingValuesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithOnlyOptionalPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithOnlyOptionalPropsMap validate(Map optionalKeys = Set.of( "test" ); - public static ObjectWithOptionalTestPropMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithOptionalTestPropMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ObjectWithOptionalTestPropMap validate(Map { "status", "complete" ); - public static OrderMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static OrderMap of(Map arg) { return new OrderMap(arg); } - public static OrderMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static OrderMap validate(Map { super(m); } - public static ResultsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ResultsList of(List return Results.validate(arg, configuration); } } @@ -54,9 +52,7 @@ protected static ResultsList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static ResultsList validate(List return JsonSchema.validate(Results.class, arg, configuration); } } @@ -72,8 +68,7 @@ public static class PaginatedResultMyObjectDtoMap extends FrozenMap optionalKeys = Set.of(); - public static PaginatedResultMyObjectDtoMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PaginatedResultMyObjectDtoMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PaginatedResultMyObjectDtoMap validate(Map { super(m); } - public static PhotoUrlsList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static PhotoUrlsList of(List arg) { return new PhotoUrlsList(arg); } - public static PhotoUrlsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static PhotoUrlsList validate(List { super(m); } - public static TagsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static TagsList of(List return Tags.validate(arg, configuration); } } @@ -93,9 +89,7 @@ protected static TagsList getListOutputInstance(FrozenList arg) { return new TagsList(arg); } - public static TagsList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static TagsList validate(List return JsonSchema.validate(Tags.class, arg, configuration); } } @@ -116,8 +110,7 @@ public static class PetMap extends FrozenMap { "tags", "status" ); - public static PetMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PetMap of(Map arg) { return new PetMap(arg); } - public static PetMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PetMap validate(Map { "name", "enemyPlayer" ); - public static PlayerMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PlayerMap of(Map arg) { return new PlayerMap(arg); } - public static PlayerMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PlayerMap validate(Map { public static final Set optionalKeys = Set.of( "key" ); - public static PublicKeyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PublicKeyMap of(Map arg return new PublicKeyMap(arg); } - public static PublicKeyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PublicKeyMap validate(Map "shapeType" ); public static final Set optionalKeys = Set.of(); - public static QuadrilateralInterfaceMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QuadrilateralInterfaceMap of(Map { "bar", "baz" ); - public static ReadOnlyFirstMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReadOnlyFirstMap of(Map return new ReadOnlyFirstMap(arg); } - public static ReadOnlyFirstMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReadOnlyFirstMap validate(Map optionalKeys = Set.of(); - public static ReqPropsFromExplicitAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReqPropsFromExplicitAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReqPropsFromExplicitAddPropsMap validate(Map optionalKeys = Set.of(); - public static ReqPropsFromTrueAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReqPropsFromTrueAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReqPropsFromTrueAddPropsMap validate(Map optionalKeys = Set.of(); - public static ReqPropsFromUnsetAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReqPropsFromUnsetAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReqPropsFromUnsetAddPropsMap validate(Map { public static final Set optionalKeys = Set.of( "return" ); - public static ReturnMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ReturnMap of(Map { public static final Set optionalKeys = Set.of( "triangleType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map { "name", "class" ); - public static Schema200ResponseMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema200ResponseMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SelfReferencingArrayModelList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SelfReferencingArrayModelList validate(List optionalKeys = Set.of( "selfRef" ); - public static SelfReferencingObjectModelMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SelfReferencingObjectModelMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SelfReferencingObjectModelMap validate(Map { public static final Set optionalKeys = Set.of( "quadrilateralType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map of(Map arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static Schema1Map validate(Map { public static final Set optionalKeys = Set.of( "a" ); - public static SpecialModelnameMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SpecialModelnameMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SpecialModelnameMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static StringBooleanMapMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static StringBooleanMapMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static StringBooleanMapMap validate(Map { "id", "name" ); - public static TagMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static TagMap of(Map arg) { return new TagMap(arg); } - public static TagMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static TagMap validate(Map { "triangleType" ); public static final Set optionalKeys = Set.of(); - public static TriangleInterfaceMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static TriangleInterfaceMap of(Map { "anyTypeExceptNullProp", "anyTypePropNullable" ); - public static UserMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static UserMap of(Map arg) { return new UserMap(arg); } - public static UserMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static UserMap validate(Map { "hasBaleen", "hasTeeth" ); - public static WhaleMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static WhaleMap of(Map arg) { return new WhaleMap(arg); } - public static WhaleMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static WhaleMap validate(Map { public static final Set optionalKeys = Set.of( "type" ); - public static ZebraMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ZebraMap of(Map arg) { return new ZebraMap(arg); } - public static ZebraMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static ZebraMap validate(Map { public static final Set optionalKeys = Set.of( "someHeader" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap validate(Map { "subDir" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "subDir" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { public static final Set optionalKeys = Set.of( "searchStr" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { public static final Set optionalKeys = Set.of( "someHeader" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap validate(Map { "subDir" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { public static final Set optionalKeys = Set.of( "boolean_group" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap validate(Map { "int64_group", "string_group" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { "enum_header_string", "enum_header_string_array" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap validate(Map { "enum_query_integer", "enum_query_string_array" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { super(m); } - public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList0 of(List arg) { return new SchemaList0(arg); } - public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList0 validate(List { super(m); } - public static SchemaList2 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList2 of(List arg) { return new SchemaList2(arg); } - public static SchemaList2 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList2 validate(List { super(m); } - public static EnumFormStringArrayList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static EnumFormStringArrayList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static EnumFormStringArrayList validate(List { "enum_form_string_array", "enum_form_string" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { "password", "callback" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { "query" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { "some_var" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { "id" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { "compositionAtRoot", "compositionInProperty" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { public static final Set optionalKeys = Set.of( "someProp" ); - public static SchemaMap1 of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap1 of(Map arg) return new SchemaMap1(arg); } - public static SchemaMap1 validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap1 validate(Map { public static final Set optionalKeys = Set.of( "someProp" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { public static final Set optionalKeys = Set.of( "someProp" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { "param2" ); public static final Set optionalKeys = Set.of(); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { public static final Set optionalKeys = Set.of( "a" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { public static final Set optionalKeys = Set.of( "b" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map optionalKeys = Set.of( "mapBean" ); - public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static QueryParametersMap of(Map return QueryParameters1.validate(arg, configuration); } @@ -60,9 +58,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static QueryParametersMap validate(Map return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java index 6812b6aac93..f8d191f0b3d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java @@ -30,8 +30,7 @@ public static class SchemaMap0 extends FrozenMap { public static final Set optionalKeys = Set.of( "keyword" ); - public static SchemaMap0 of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap0 of(Map arg) return new SchemaMap0(arg); } - public static SchemaMap0 validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap0 validate(Map { "A-B", "self" ); - public static CookieParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static CookieParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static CookieParametersMap validate(Map { "A-B", "self" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap validate(Map { "self" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "A-B", "self" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { public static final Set optionalKeys = Set.of( "additionalMetadata" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { "someParam" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { public static final Set optionalKeys = Set.of( "mapBean" ); - public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static QueryParametersMap of(Map return QueryParameters1.validate(arg, configuration); } @@ -60,9 +58,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static QueryParametersMap validate(Map return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index df184836767..698206d2c24 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -45,8 +45,7 @@ public static class QueryParametersMap extends FrozenMap { "url" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { super(m); } - public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList0 of(List arg) { return new SchemaList0(arg); } - public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList0 validate(List { super(m); } - public static SchemaList1 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList1 of(List arg) { return new SchemaList1(arg); } - public static SchemaList1 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList1 validate(List { super(m); } - public static SchemaList2 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList2 of(List arg) { return new SchemaList2(arg); } - public static SchemaList2 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList2 validate(List { super(m); } - public static SchemaList3 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList3 of(List arg) { return new SchemaList3(arg); } - public static SchemaList3 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList3 validate(List { super(m); } - public static SchemaList4 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList4 of(List arg) { return new SchemaList4(arg); } - public static SchemaList4 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList4 validate(List { public static final Set optionalKeys = Set.of( "additionalMetadata" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { super(m); } - public static FilesList of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static FilesList of(List arg) { return new FilesList(arg); } - public static FilesList validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static FilesList validate(List { public static final Set optionalKeys = Set.of( "files" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { public static final Set optionalKeys = Set.of( "string" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map optionalKeys = Set.of(); - public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static QueryParametersMap of(Map return QueryParameters1.validate(arg, configuration); } @@ -63,9 +61,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static QueryParametersMap validate(Map return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java index 1cbf0848fb5..a0e19d77bb3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java @@ -33,8 +33,7 @@ public static class SchemaList0 extends FrozenList { super(m); } - public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList0 of(List arg) { return new SchemaList0(arg); } - public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList0 validate(List optionalKeys = Set.of(); - public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static QueryParametersMap of(Map return QueryParameters1.validate(arg, configuration); } @@ -63,9 +61,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { - - + public static QueryParametersMap validate(Map return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java index c5abec2fd8d..622bb59865a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java @@ -26,8 +26,7 @@ public static class SchemaList0 extends FrozenList { super(m); } - public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList0 of(List arg) { return new SchemaList0(arg); } - public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaList0 validate(List { public static final Set optionalKeys = Set.of( "api_key" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeaderParametersMap validate(Map { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "name", "status" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "additionalMetadata", "file" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap of(Map arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static SchemaMap validate(Map { "order_id" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "order_id" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "username" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static QueryParametersMap validate(Map { "X-Expires-After", "numberHeader" ); - public static HeadersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeadersMap of(Map arg) return new HeadersMap(arg); } - public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static HeadersMap validate(Map { "username" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "username" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map { "username" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { - + public static PathParametersMap validate(Map {{else}} {{#with ../mapValueSchema}} -type: Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true }}> +type: Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> {{else}} type: Map {{/with}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs index 88d6f53540d..bf9d0a16457 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -66,14 +66,14 @@ {{else}} {{#eq this "array"}} {{#with ../items}} -| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true ~}}> | {{../../arrayOutputJsonPathPiece.camelCase}} | | +| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> | {{../../arrayOutputJsonPathPiece.camelCase}} | | {{else}} | List | FrozenList | | {{/with}} {{else}} {{#eq this "object"}} {{#with ../mapValueSchema}} -| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment sourceJsonPath=../../jsonPath forceNull=true ~}}> | {{../../mapOutputJsonPathPiece.camelCase}} | | +| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> | {{../../mapOutputJsonPathPiece.camelCase}} | | {{else}} | Map | FrozenMap | | {{/with}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_base.hbs index 112c1b61d28..989e0bfd60d 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_base.hbs @@ -3,53 +3,53 @@ {{#each types}} {{#eq this "boolean"}} {{#if forceNull}} -Boolean{{{endChar}}} - {{else}} -boolean{{{endChar}}} - {{/if}} +Boolean + {{~else}} +boolean + {{~/if}} {{else}} {{#eq this "null"}} -Void{{{endChar}}} - {{else}} +Void + {{~else}} {{#eq this "string"}} {{#eq format "binary"}} {{! todo binary types}} -String{{{endChar}}} - {{else}} -String{{{endChar}}} - {{/eq}} +String + {{~else}} +String + {{~/eq}} {{else}} {{#eq this "number"}} {{#eq ../format null}} -Number{{{endChar}}} - {{else}} +Number + {{~else}} {{#eq ../format "float"}} {{#if forceNull}} -Float{{{endChar}}} - {{else}} -float{{{endChar}}} - {{/if}} +Float + {{~else}} +float + {{~/if}} {{else}} {{#eq ../format "double"}} {{#if forceNull}} -Double{{{endChar}}} - {{else}} -double{{{endChar}}} - {{/if}} +Double + {{~else}} +double + {{~/if}} {{else}} {{#eq ../format "int32"}} {{#if forceNull}} -Integer{{{endChar}}} - {{else}} -int{{{endChar}}} - {{/if}} +Integer + {{~else}} +int + {{~/if}} {{else}} {{#eq ../format "int64"}} {{#if forceNull}} -Long{{{endChar}}} - {{else}} -long{{{endChar}}} - {{/if}} +Long + {{~else}} +long + {{~/if}} {{/eq}} {{/eq}} {{/eq}} @@ -59,48 +59,48 @@ long{{{endChar}}} {{#eq this "integer"}} {{#eq ../format null}} {{#if forceNull}} -Long{{{endChar}}} - {{else}} -long{{{endChar}}} - {{/if}} +Long + {{~else}} +long + {{~/if}} {{else}} {{#eq ../format "int32"}} {{#if forceNull}} -Integer{{{endChar}}} - {{else}} -int{{{endChar}}} - {{/if}} +Integer + {{~else}} +int + {{~/if}} {{else}} {{#eq ../format "int64"}} {{#if forceNull}} -Long{{{endChar}}} - {{else}} -long{{{endChar}}} - {{/if}} +Long + {{~else}} +long + {{~/if}} {{/eq}} {{/eq}} {{/eq}} {{else}} {{#eq this "array"}} {{#eq ../jsonPath sourceJsonPath}} -List{{{endChar}}} - {{else}} +List + {{~else}} {{#with items}} -List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type endChar=(join ">" endChar "") }} - {{else}} -List{{{endChar}}} - {{/with}} +List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type }}> + {{~else}} +List + {{~/with}} {{/eq}} {{else}} {{#eq this "object"}} {{#eq ../jsonPath sourceJsonPath}} -Map{{{endChar}}} - {{else}} +Map + {{~else}} {{#with mapValueSchema}} -Map src/main/java/org/openapitools/components/schemas/types/schema_input_type endChar=(join ">" endChar "") }} - {{else}} -Map{{{endChar}}} - {{/with}} +Map src/main/java/org/openapitools/components/schemas/types/schema_input_type }}> + {{~else}} +Map + {{~/with}} {{/eq}} {{/eq}} {{/eq}} @@ -116,32 +116,32 @@ Map{{{endChar}}} {{! nullable types }} {{#each types}} {{#eq this "boolean"}} -Boolean{{{endChar}}} - {{else}} +Boolean + {{~else}} {{#eq this "string"}} {{#eq format "binary"}} {{! todo binary types}} -String{{{endChar}}} - {{else}} -String{{{endChar}}} - {{/eq}} +String + {{~else}} +String + {{~/eq}} {{else}} {{#eq this "number"}} {{#eq ../format null}} -Number{{{endChar}}} - {{else}} +Number + {{~else}} {{#eq ../format "float"}} -Float{{{endChar}}} - {{else}} +Float + {{~else}} {{#eq ../format "double"}} -Double{{{endChar}}} - {{else}} +Double + {{~else}} {{#eq ../format "int32"}} -Integer{{{endChar}}} - {{else}} +Integer + {{~else}} {{#eq ../format "int64"}} -Long{{{endChar}}} - {{/eq}} +Long + {{~/eq}} {{/eq}} {{/eq}} {{/eq}} @@ -149,37 +149,37 @@ Long{{{endChar}}} {{else}} {{#eq this "integer"}} {{#eq ../format null}} -Long{{{endChar}}} - {{else}} +Long + {{~else}} {{#eq ../format "int32"}} -Integer{{{endChar}}} - {{else}} +Integer + {{~else}} {{#eq ../format "int64"}} -Long{{{endChar}}} - {{/eq}} +Long + {{~/eq}} {{/eq}} {{/eq}} {{else}} {{#eq this "array"}} {{#eq ../jsonPath sourceJsonPath}} -List{{{endChar}}} - {{else}} +List + {{~else}} {{#with items}} -List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type endChar=(join ">" endChar "") }} - {{else}} -List{{{endChar}}} - {{/with}} +List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type }}> + {{~else}} +List + {{~/with}} {{/eq}} {{else}} {{#eq this "object"}} {{#eq ../jsonPath sourceJsonPath}} -Map{{{endChar}}} - {{else}} +Map + {{~else}} {{#with mapValueSchema}} -Map src/main/java/org/openapitools/components/schemas/types/schema_input_type endChar=(join ">" endChar "") }} - {{else}} -Map{{{endChar}}} - {{/with}} +Map src/main/java/org/openapitools/components/schemas/types/schema_input_type }}> + {{~else}} +Map + {{~/with}} {{/eq}} {{/eq}} {{/eq}} @@ -191,16 +191,16 @@ Map{{{endChar}}} {{else}} {{! none of the types are null }} {{#and (contains types "integer") (contains types "number") }} -Number{{{endChar}}} - {{else}} -Object{{{endChar}}} - {{/and}} +Number + {{~else}} +Object + {{~/and}} {{/contains}} {{else}} {{! 3 or more types }} -Object{{{endChar}}} - {{/eq}} +Object + {{~/eq}} {{/eq}} {{else}} -Object{{{endChar}}} -{{/if}} \ No newline at end of file +Object +{{~/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs deleted file mode 100644 index edc3e17b6bc..00000000000 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base.hbs +++ /dev/null @@ -1,206 +0,0 @@ -{{#if types}} - {{#eq types.size 1}} - {{#each types}} - {{#eq this "boolean"}} - {{#if forceNull}} -Boolean - {{~else}} -boolean - {{~/if}} - {{else}} - {{#eq this "null"}} -Void - {{~else}} - {{#eq this "string"}} - {{#eq format "binary"}} -{{! todo binary types}} -String - {{~else}} -String - {{~/eq}} - {{else}} - {{#eq this "number"}} - {{#eq ../format null}} -Number - {{~else}} - {{#eq ../format "float"}} - {{#if forceNull}} -Float - {{~else}} -float - {{~/if}} - {{else}} - {{#eq ../format "double"}} - {{#if forceNull}} -Double - {{~else}} -double - {{~/if}} - {{else}} - {{#eq ../format "int32"}} - {{#if forceNull}} -Integer - {{~else}} -int - {{~/if}} - {{else}} - {{#eq ../format "int64"}} - {{#if forceNull}} -Long - {{~else}} -long - {{~/if}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{else}} - {{#eq this "integer"}} - {{#eq ../format null}} - {{#if forceNull}} -Long - {{~else}} -long - {{~/if}} - {{else}} - {{#eq ../format "int32"}} - {{#if forceNull}} -Integer - {{~else}} -int - {{~/if}} - {{else}} - {{#eq ../format "int64"}} - {{#if forceNull}} -Long - {{~else}} -long - {{~/if}} - {{/eq}} - {{/eq}} - {{/eq}} - {{else}} - {{#eq this "array"}} - {{#eq ../jsonPath sourceJsonPath}} -List - {{~else}} - {{#with items}} -List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> - {{~else}} -List - {{~/with}} - {{/eq}} - {{else}} - {{#eq this "object"}} - {{#eq ../jsonPath sourceJsonPath}} -Map - {{~else}} - {{#with mapValueSchema}} -Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> - {{~else}} -Map - {{~/with}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/each}} - {{else}} - {{#eq types.size 2}} - {{#contains types "null"}} - {{! nullable types }} - {{#each types}} - {{#eq this "boolean"}} -Boolean - {{~else}} - {{#eq this "string"}} - {{#eq format "binary"}} -{{! todo binary types}} -String - {{~else}} -String - {{~/eq}} - {{else}} - {{#eq this "number"}} - {{#eq ../format null}} -Number - {{~else}} - {{#eq ../format "float"}} -Float - {{~else}} - {{#eq ../format "double"}} -Double - {{~else}} - {{#eq ../format "int32"}} -Integer - {{~else}} - {{#eq ../format "int64"}} -Long - {{~/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{else}} - {{#eq this "integer"}} - {{#eq ../format null}} -Long - {{~else}} - {{#eq ../format "int32"}} -Integer - {{~else}} - {{#eq ../format "int64"}} -Long - {{~/eq}} - {{/eq}} - {{/eq}} - {{else}} - {{#eq this "array"}} - {{#eq ../jsonPath sourceJsonPath}} -List - {{~else}} - {{#with items}} -List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> - {{~else}} -List - {{~/with}} - {{/eq}} - {{else}} - {{#eq this "object"}} - {{#eq ../jsonPath sourceJsonPath}} -Map - {{~else}} - {{#with mapValueSchema}} -Map src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment }}> - {{~else}} -Map - {{~/with}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/eq}} - {{/each}} - {{else}} - {{! none of the types are null }} - {{#and (contains types "integer") (contains types "number") }} -Number - {{~else}} -Object - {{~/and}} - {{/contains}} - {{else}} - {{! 3 or more types }} -Object - {{~/eq}} - {{/eq}} -{{else}} -Object -{{~/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs deleted file mode 100644 index 12f7b4a80fd..00000000000 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/schema_input_type_segment.hbs +++ /dev/null @@ -1,13 +0,0 @@ -{{#if refInfo}} - {{#if refInfo.refModule}} - {{#with getDeepestRef}} -{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }} - {{/with}} - {{else}} - {{#with refInfo.ref}} -{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }} - {{/with}} - {{/if}} -{{else}} -{{> src/main/java/org/openapitools/components/schemas/types/_schema_input_type_segment_base }} -{{/if}} \ No newline at end of file From 23f7247ae23f9ee38c087cf82f0ed996e8f2b562 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 11:13:49 -0800 Subject: [PATCH 15/72] Fixes input type whitespace --- .../content/applicationjson/Schema.java | 4 +-- .../responses/headerswithnobody/Headers.java | 4 +-- .../content/applicationjson/Schema.java | 4 +-- .../content/applicationxml/Schema.java | 4 +-- .../Headers.java | 4 +-- .../content/applicationjson/Schema.java | 4 +-- .../successwithjsonapiresponse/Headers.java | 4 +-- .../schemas/AbstractStepMessage.java | 4 +-- .../schemas/AdditionalPropertiesClass.java | 24 ++++++++-------- .../schemas/AdditionalPropertiesSchema.java | 12 ++++---- .../AdditionalPropertiesWithArrayOfEnums.java | 8 +++--- .../components/schemas/Address.java | 4 +-- .../components/schemas/Animal.java | 4 +-- .../components/schemas/AnimalFarm.java | 4 +-- .../components/schemas/AnyTypeAndFormat.java | 4 +-- .../components/schemas/ApiResponseSchema.java | 4 +-- .../components/schemas/Apple.java | 4 +-- .../components/schemas/AppleReq.java | 4 +-- .../schemas/ArrayHoldingAnyType.java | 4 +-- .../schemas/ArrayOfArrayOfNumberOnly.java | 12 ++++---- .../components/schemas/ArrayOfEnums.java | 4 +-- .../components/schemas/ArrayOfNumberOnly.java | 8 +++--- .../components/schemas/ArrayTest.java | 24 ++++++++-------- .../schemas/ArrayWithValidationsInItems.java | 4 +-- .../components/schemas/Banana.java | 4 +-- .../components/schemas/BananaReq.java | 4 +-- .../components/schemas/BasquePig.java | 4 +-- .../components/schemas/Capitalization.java | 4 +-- .../components/schemas/Cat.java | 4 +-- .../components/schemas/Category.java | 4 +-- .../components/schemas/ChildCat.java | 4 +-- .../components/schemas/ClassModel.java | 2 +- .../components/schemas/Client.java | 4 +-- .../schemas/ComplexQuadrilateral.java | 4 +-- ...posedAnyOfDifferentTypesNoValidations.java | 4 +-- .../components/schemas/ComposedArray.java | 4 +-- .../schemas/ComposedOneOfDifferentTypes.java | 4 +-- .../components/schemas/DanishPig.java | 4 +-- .../components/schemas/Dog.java | 4 +-- .../components/schemas/Drawing.java | 8 +++--- .../components/schemas/EnumArrays.java | 8 +++--- .../components/schemas/EnumTest.java | 4 +-- .../schemas/EquilateralTriangle.java | 4 +-- .../components/schemas/File.java | 4 +-- .../schemas/FileSchemaTestClass.java | 8 +++--- .../components/schemas/Foo.java | 4 +-- .../components/schemas/FormatTest.java | 8 +++--- .../components/schemas/FromSchema.java | 4 +-- .../components/schemas/Fruit.java | 2 +- .../components/schemas/GmFruit.java | 2 +- .../components/schemas/GrandparentAnimal.java | 4 +-- .../components/schemas/HasOnlyReadOnly.java | 4 +-- .../components/schemas/HealthCheckResult.java | 4 +-- .../components/schemas/IsoscelesTriangle.java | 4 +-- .../components/schemas/Items.java | 4 +-- .../components/schemas/JSONPatchRequest.java | 4 +-- .../JSONPatchRequestAddReplaceTest.java | 4 +-- .../schemas/JSONPatchRequestMoveCopy.java | 4 +-- .../schemas/JSONPatchRequestRemove.java | 4 +-- .../components/schemas/MapTest.java | 20 ++++++------- ...ropertiesAndAdditionalPropertiesClass.java | 8 +++--- .../components/schemas/Money.java | 4 +-- .../components/schemas/MyObjectDto.java | 4 +-- .../components/schemas/Name.java | 2 +- .../schemas/NoAdditionalProperties.java | 4 +-- .../components/schemas/NullableClass.java | 28 +++++++++---------- .../components/schemas/NumberOnly.java | 4 +-- .../schemas/ObjWithRequiredProps.java | 4 +-- .../schemas/ObjWithRequiredPropsBase.java | 4 +-- .../ObjectModelWithArgAndArgsProperties.java | 4 +-- .../schemas/ObjectModelWithRefProps.java | 4 +-- ...hAllOfWithReqTestPropFromUnsetAddProp.java | 4 +-- .../ObjectWithCollidingProperties.java | 4 +-- .../schemas/ObjectWithDecimalProperties.java | 4 +-- .../ObjectWithDifficultlyNamedProps.java | 4 +-- .../ObjectWithInlineCompositionProperty.java | 4 +-- ...ObjectWithInvalidNamedRefedProperties.java | 4 +-- .../ObjectWithNonIntersectingValues.java | 4 +-- .../schemas/ObjectWithOnlyOptionalProps.java | 4 +-- .../schemas/ObjectWithOptionalTestProp.java | 4 +-- .../components/schemas/Order.java | 4 +-- .../schemas/PaginatedResultMyObjectDto.java | 8 +++--- .../components/schemas/Pet.java | 12 ++++---- .../components/schemas/Player.java | 4 +-- .../components/schemas/PublicKey.java | 4 +-- .../schemas/QuadrilateralInterface.java | 2 +- .../components/schemas/ReadOnlyFirst.java | 4 +-- .../schemas/ReqPropsFromExplicitAddProps.java | 4 +-- .../schemas/ReqPropsFromTrueAddProps.java | 4 +-- .../schemas/ReqPropsFromUnsetAddProps.java | 4 +-- .../components/schemas/ReturnSchema.java | 2 +- .../components/schemas/ScaleneTriangle.java | 4 +-- .../components/schemas/Schema200Response.java | 2 +- .../schemas/SelfReferencingArrayModel.java | 4 +-- .../schemas/SelfReferencingObjectModel.java | 4 +-- .../schemas/SimpleQuadrilateral.java | 4 +-- .../components/schemas/SpecialModelname.java | 4 +-- .../components/schemas/StringBooleanMap.java | 4 +-- .../components/schemas/Tag.java | 4 +-- .../components/schemas/TriangleInterface.java | 2 +- .../components/schemas/User.java | 4 +-- .../components/schemas/Whale.java | 4 +-- .../components/schemas/Zebra.java | 4 +-- .../delete/HeaderParameters.java | 4 +-- .../delete/PathParameters.java | 4 +-- .../commonparamsubdir/get/PathParameters.java | 4 +-- .../get/QueryParameters.java | 4 +-- .../post/HeaderParameters.java | 4 +-- .../post/PathParameters.java | 4 +-- .../paths/fake/delete/HeaderParameters.java | 4 +-- .../paths/fake/delete/QueryParameters.java | 4 +-- .../paths/fake/get/HeaderParameters.java | 4 +-- .../paths/fake/get/QueryParameters.java | 4 +-- .../get/parameters/parameter0/Schema0.java | 4 +-- .../get/parameters/parameter2/Schema2.java | 4 +-- .../applicationxwwwformurlencoded/Schema.java | 8 +++--- .../applicationxwwwformurlencoded/Schema.java | 4 +-- .../put/QueryParameters.java | 4 +-- .../put/QueryParameters.java | 4 +-- .../delete/PathParameters.java | 4 +-- .../content/applicationjson/Schema.java | 4 +-- .../post/QueryParameters.java | 4 +-- .../post/parameters/parameter1/Schema1.java | 4 +-- .../content/multipartformdata/Schema.java | 4 +-- .../content/multipartformdata/Schema.java | 4 +-- .../applicationxwwwformurlencoded/Schema.java | 4 +-- .../content/applicationjson/Schema.java | 4 +-- .../content/multipartformdata/Schema.java | 4 +-- .../fakeobjinquery/get/QueryParameters.java | 4 +-- .../get/parameters/parameter0/Schema0.java | 4 +-- .../post/CookieParameters.java | 4 +-- .../post/HeaderParameters.java | 4 +-- .../post/PathParameters.java | 4 +-- .../post/QueryParameters.java | 4 +-- .../post/PathParameters.java | 4 +-- .../content/multipartformdata/Schema.java | 4 +-- .../get/QueryParameters.java | 4 +-- .../get/QueryParameters.java | 4 +-- .../put/QueryParameters.java | 4 +-- .../put/parameters/parameter0/Schema0.java | 4 +-- .../put/parameters/parameter1/Schema1.java | 4 +-- .../put/parameters/parameter2/Schema2.java | 4 +-- .../put/parameters/parameter3/Schema3.java | 4 +-- .../put/parameters/parameter4/Schema4.java | 4 +-- .../content/multipartformdata/Schema.java | 4 +-- .../content/multipartformdata/Schema.java | 8 +++--- .../content/applicationjson/Schema.java | 4 +-- .../petfindbystatus/get/QueryParameters.java | 4 +-- .../get/parameters/parameter0/Schema0.java | 4 +-- .../petfindbytags/get/QueryParameters.java | 4 +-- .../get/parameters/parameter0/Schema0.java | 4 +-- .../petpetid/delete/HeaderParameters.java | 4 +-- .../paths/petpetid/delete/PathParameters.java | 4 +-- .../paths/petpetid/get/PathParameters.java | 4 +-- .../paths/petpetid/post/PathParameters.java | 4 +-- .../applicationxwwwformurlencoded/Schema.java | 4 +-- .../post/PathParameters.java | 4 +-- .../content/multipartformdata/Schema.java | 4 +-- .../delete/PathParameters.java | 4 +-- .../storeorderorderid/get/PathParameters.java | 4 +-- .../paths/userlogin/get/QueryParameters.java | 4 +-- .../get/responses/response200/Headers.java | 4 +-- .../userusername/delete/PathParameters.java | 4 +-- .../userusername/get/PathParameters.java | 4 +-- .../userusername/put/PathParameters.java | 4 +-- .../schemas/SchemaClass/_validate.hbs | 4 +-- .../components/schemas/_arrayOutputType.hbs | 2 +- .../components/schemas/_objectOutputType.hbs | 2 +- 168 files changed, 398 insertions(+), 398 deletions(-) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java index 8767473705f..e01c528c064 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java @@ -23,7 +23,7 @@ public static class SchemaList extends FrozenList { super(m); } - public static SchemaList of(List + public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } } @@ -38,7 +38,7 @@ protected static SchemaList getListOutputInstance(FrozenList arg) return new SchemaList(arg); } - public static SchemaList validate(List + public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java index 2c42502a55c..f5513d6589d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java @@ -34,7 +34,7 @@ public static class HeadersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "location" ); - public static HeadersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Headers1.validate(arg, configuration); } @@ -58,7 +58,7 @@ protected static HeadersMap getMapOutputInstance(FrozenMap arg) return new HeadersMap(arg); } - public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Headers1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java index af9f4b926a4..feedb5a2e39 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java @@ -24,7 +24,7 @@ public static class SchemaList extends FrozenList { super(m); } - public static SchemaList of(List + public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } } @@ -39,7 +39,7 @@ protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); } - public static SchemaList validate(List + public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java index 7098682e6cc..f6b28e49900 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java @@ -23,7 +23,7 @@ public static class SchemaList extends FrozenList { super(m); } - public static SchemaList of(List + public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } } @@ -38,7 +38,7 @@ protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); } - public static SchemaList validate(List + public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java index 65a6c8a0d6c..ee0bce84dc2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java @@ -34,7 +34,7 @@ public static class HeadersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "someHeader" ); - public static HeadersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Headers1.validate(arg, configuration); } @@ -58,7 +58,7 @@ protected static HeadersMap getMapOutputInstance(FrozenMap arg) return new HeadersMap(arg); } - public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Headers1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java index d1bee56dc3c..dc097ef5501 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java @@ -27,7 +27,7 @@ public static class SchemaMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -47,7 +47,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java index 517beb7f40f..5cd6806cee3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java @@ -43,7 +43,7 @@ public static class HeadersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "numberHeader" ); - public static HeadersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Headers1.validate(arg, configuration); } @@ -90,7 +90,7 @@ protected static HeadersMap getMapOutputInstance(FrozenMap arg) return new HeadersMap(arg); } - public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Headers1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java index 2a8ae24f0aa..f89c76ef6f4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java @@ -33,7 +33,7 @@ public static class AbstractStepMessageMap extends FrozenMap { "sequenceNumber" ); public static final Set optionalKeys = Set.of(); - public static AbstractStepMessageMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return AbstractStepMessage1.validate(arg, configuration); } @@ -82,7 +82,7 @@ protected static AbstractStepMessageMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AbstractStepMessage1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java index e9cdcf2d69a..35483b789d1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java @@ -32,7 +32,7 @@ public static class MapPropertyMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapPropertyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return MapProperty.validate(arg, configuration); } @@ -52,7 +52,7 @@ protected static MapPropertyMap getMapOutputInstance(FrozenMap a return new MapPropertyMap(arg); } - public static MapPropertyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MapProperty.class, arg, configuration); } } @@ -69,7 +69,7 @@ public static class AdditionalPropertiesMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static AdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return AdditionalProperties1.validate(arg, configuration); } @@ -89,7 +89,7 @@ protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AdditionalProperties1.class, arg, configuration); } } @@ -103,7 +103,7 @@ public static class MapOfMapPropertyMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapOfMapPropertyMap of(Map + public static MapOfMapPropertyMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return MapOfMapProperty.validate(arg, configuration); } @@ -123,7 +123,7 @@ protected static MapOfMapPropertyMap getMapOutputInstance(FrozenMap + public static MapOfMapPropertyMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MapOfMapProperty.class, arg, configuration); } } @@ -149,7 +149,7 @@ public static class MapWithUndeclaredPropertiesAnytype3Map extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapWithUndeclaredPropertiesAnytype3Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return MapWithUndeclaredPropertiesAnytype3.validate(arg, configuration); } @@ -169,7 +169,7 @@ protected static MapWithUndeclaredPropertiesAnytype3Map getMapOutputInstance(Fro return new MapWithUndeclaredPropertiesAnytype3Map(arg); } - public static MapWithUndeclaredPropertiesAnytype3Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MapWithUndeclaredPropertiesAnytype3.class, arg, configuration); } } @@ -216,7 +216,7 @@ public static class MapWithUndeclaredPropertiesStringMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapWithUndeclaredPropertiesStringMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return MapWithUndeclaredPropertiesString.validate(arg, configuration); } @@ -236,7 +236,7 @@ protected static MapWithUndeclaredPropertiesStringMap getMapOutputInstance(Froze return new MapWithUndeclaredPropertiesStringMap(arg); } - public static MapWithUndeclaredPropertiesStringMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MapWithUndeclaredPropertiesString.class, arg, configuration); } } @@ -259,7 +259,7 @@ public static class AdditionalPropertiesClassMap extends FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return AdditionalPropertiesClass1.validate(arg, configuration); } @@ -357,7 +357,7 @@ protected static AdditionalPropertiesClassMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AdditionalPropertiesClass1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java index 6e6ee468b87..e7d64459aad 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java @@ -32,7 +32,7 @@ public static class Schema0Map extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static Schema0Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema0.validate(arg, configuration); } @@ -52,7 +52,7 @@ protected static Schema0Map getMapOutputInstance(FrozenMap arg) return new Schema0Map(arg); } - public static Schema0Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema0.class, arg, configuration); } } @@ -116,7 +116,7 @@ public static class Schema1Map extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -136,7 +136,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } @@ -200,7 +200,7 @@ public static class Schema2Map extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static Schema2Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema2.validate(arg, configuration); } @@ -220,7 +220,7 @@ protected static Schema2Map getMapOutputInstance(FrozenMap arg) return new Schema2Map(arg); } - public static Schema2Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema2.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java index b5a822f6fe0..90a48b09909 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java @@ -24,7 +24,7 @@ public static class AdditionalPropertiesList extends FrozenList { super(m); } - public static AdditionalPropertiesList of(List arg, SchemaConfiguration configuration) throws ValidationException { return AdditionalProperties.validate(arg, configuration); } } @@ -39,7 +39,7 @@ protected static AdditionalPropertiesList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AdditionalProperties.class, arg, configuration); } } @@ -52,7 +52,7 @@ public static class AdditionalPropertiesWithArrayOfEnumsMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static AdditionalPropertiesWithArrayOfEnumsMap of(Map + public static AdditionalPropertiesWithArrayOfEnumsMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return AdditionalPropertiesWithArrayOfEnums1.validate(arg, configuration); } @@ -79,7 +79,7 @@ protected static AdditionalPropertiesWithArrayOfEnumsMap getMapOutputInstance(Fr return new AdditionalPropertiesWithArrayOfEnumsMap(arg); } - public static AdditionalPropertiesWithArrayOfEnumsMap validate(Map + public static AdditionalPropertiesWithArrayOfEnumsMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AdditionalPropertiesWithArrayOfEnums1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java index dd8ccd1af47..802d3aa1325 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java @@ -27,7 +27,7 @@ public static class AddressMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static AddressMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Address1.validate(arg, configuration); } @@ -53,7 +53,7 @@ protected static AddressMap getMapOutputInstance(FrozenMap arg) { return new AddressMap(arg); } - public static AddressMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Address1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java index 329d0f8638e..ff932fb2b9d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java @@ -44,7 +44,7 @@ public static class AnimalMap extends FrozenMap { public static final Set optionalKeys = Set.of( "color" ); - public static AnimalMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Animal1.validate(arg, configuration); } @@ -90,7 +90,7 @@ protected static AnimalMap getMapOutputInstance(FrozenMap arg) { return new AnimalMap(arg); } - public static AnimalMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Animal1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java index 3b5cfca8a9e..52564905938 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java @@ -22,7 +22,7 @@ public static class AnimalFarmList extends FrozenList { super(m); } - public static AnimalFarmList of(List + public static AnimalFarmList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return AnimalFarm1.validate(arg, configuration); } } @@ -43,7 +43,7 @@ protected static AnimalFarmList getListOutputInstance(FrozenList + public static AnimalFarmList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AnimalFarm1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java index d807295f09b..72c919dcd6a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java @@ -517,7 +517,7 @@ public static class AnyTypeAndFormatMap extends FrozenMap { "double", "float" ); - public static AnyTypeAndFormatMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return AnyTypeAndFormat1.validate(arg, configuration); } @@ -581,7 +581,7 @@ protected static AnyTypeAndFormatMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AnyTypeAndFormat1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java index 981a8b8d987..69518f380a8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java @@ -39,7 +39,7 @@ public static class ApiResponseMap extends FrozenMap { "type", "message" ); - public static ApiResponseMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ApiResponseSchema1.validate(arg, configuration); } @@ -93,7 +93,7 @@ protected static ApiResponseMap getMapOutputInstance(FrozenMap a return new ApiResponseMap(arg); } - public static ApiResponseMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ApiResponseSchema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java index 8ab489ac201..b477f5b6645 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java @@ -51,7 +51,7 @@ public static class AppleMap extends FrozenMap { public static final Set optionalKeys = Set.of( "origin" ); - public static AppleMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Apple1.validate(arg, configuration); } @@ -99,7 +99,7 @@ public class Apple1 extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Apple1.class, arg, configuration); } - public static AppleMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Apple1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java index a3721178748..8b45761dd7e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java @@ -44,7 +44,7 @@ public static class AppleReqMap extends FrozenMap { public static final Set optionalKeys = Set.of( "mealy" ); - public static AppleReqMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return AppleReq1.validate(arg, configuration); } @@ -85,7 +85,7 @@ protected static AppleReqMap getMapOutputInstance(FrozenMap arg) return new AppleReqMap(arg); } - public static AppleReqMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AppleReq1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java index eab0ab10d29..301921928dc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java @@ -26,7 +26,7 @@ public static class ArrayHoldingAnyTypeList extends FrozenList { super(m); } - public static ArrayHoldingAnyTypeList of(List arg, SchemaConfiguration configuration) throws ValidationException { return ArrayHoldingAnyType1.validate(arg, configuration); } } @@ -47,7 +47,7 @@ protected static ArrayHoldingAnyTypeList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayHoldingAnyType1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java index 981ab904403..07dd37d5492 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java @@ -29,7 +29,7 @@ public static class ItemsList extends FrozenList { super(m); } - public static ItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { return Items.validate(arg, configuration); } } @@ -44,7 +44,7 @@ protected static ItemsList getListOutputInstance(FrozenList arg) { return new ItemsList(arg); } - public static ItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Items.class, arg, configuration); } } @@ -55,7 +55,7 @@ public static class ArrayArrayNumberList extends FrozenList { super(m); } - public static ArrayArrayNumberList of(List + public static ArrayArrayNumberList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return ArrayArrayNumber.validate(arg, configuration); } } @@ -70,7 +70,7 @@ protected static ArrayArrayNumberList getListOutputInstance(FrozenList + public static ArrayArrayNumberList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayArrayNumber.class, arg, configuration); } } @@ -85,7 +85,7 @@ public static class ArrayOfArrayOfNumberOnlyMap extends FrozenMap optionalKeys = Set.of( "ArrayArrayNumber" ); - public static ArrayOfArrayOfNumberOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ArrayOfArrayOfNumberOnly1.validate(arg, configuration); } @@ -121,7 +121,7 @@ protected static ArrayOfArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayOfArrayOfNumberOnly1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java index 3009c27686f..fbcc8ea8651 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java @@ -22,7 +22,7 @@ public static class ArrayOfEnumsList extends FrozenList { super(m); } - public static ArrayOfEnumsList of(List arg, SchemaConfiguration configuration) throws ValidationException { return ArrayOfEnums1.validate(arg, configuration); } } @@ -43,7 +43,7 @@ protected static ArrayOfEnumsList getListOutputInstance(FrozenList arg) return new ArrayOfEnumsList(arg); } - public static ArrayOfEnumsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayOfEnums1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java index 6dc3b2736c4..f9b3ff64eb2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java @@ -29,7 +29,7 @@ public static class ArrayNumberList extends FrozenList { super(m); } - public static ArrayNumberList of(List arg, SchemaConfiguration configuration) throws ValidationException { return ArrayNumber.validate(arg, configuration); } } @@ -44,7 +44,7 @@ protected static ArrayNumberList getListOutputInstance(FrozenList arg) { return new ArrayNumberList(arg); } - public static ArrayNumberList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayNumber.class, arg, configuration); } } @@ -59,7 +59,7 @@ public static class ArrayOfNumberOnlyMap extends FrozenMap { public static final Set optionalKeys = Set.of( "ArrayNumber" ); - public static ArrayOfNumberOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ArrayOfNumberOnly1.validate(arg, configuration); } @@ -95,7 +95,7 @@ protected static ArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayOfNumberOnly1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java index cd0c71331d5..ffe2b23c4f1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java @@ -30,7 +30,7 @@ public static class ArrayOfStringList extends FrozenList { super(m); } - public static ArrayOfStringList of(List arg, SchemaConfiguration configuration) throws ValidationException { return ArrayOfString.validate(arg, configuration); } } @@ -45,7 +45,7 @@ protected static ArrayOfStringList getListOutputInstance(FrozenList arg) return new ArrayOfStringList(arg); } - public static ArrayOfStringList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayOfString.class, arg, configuration); } } @@ -59,7 +59,7 @@ public static class ItemsList extends FrozenList { super(m); } - public static ItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { return Items1.validate(arg, configuration); } } @@ -74,7 +74,7 @@ protected static ItemsList getListOutputInstance(FrozenList arg) { return new ItemsList(arg); } - public static ItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Items1.class, arg, configuration); } } @@ -85,7 +85,7 @@ public static class ArrayArrayOfIntegerList extends FrozenList { super(m); } - public static ArrayArrayOfIntegerList of(List + public static ArrayArrayOfIntegerList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return ArrayArrayOfInteger.validate(arg, configuration); } } @@ -100,7 +100,7 @@ protected static ArrayArrayOfIntegerList getListOutputInstance(FrozenList + public static ArrayArrayOfIntegerList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayArrayOfInteger.class, arg, configuration); } } @@ -111,7 +111,7 @@ public static class ItemsList1 extends FrozenList + public static ItemsList1 of(List> arg, SchemaConfiguration configuration) throws ValidationException { return Items3.validate(arg, configuration); } } @@ -126,7 +126,7 @@ protected static ItemsList1 getListOutputInstance(FrozenList + public static ItemsList1 validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Items3.class, arg, configuration); } } @@ -137,7 +137,7 @@ public static class ArrayArrayOfModelList extends FrozenList { super(m); } - public static ArrayArrayOfModelList of(List> + public static ArrayArrayOfModelList of(List>> arg, SchemaConfiguration configuration) throws ValidationException { return ArrayArrayOfModel.validate(arg, configuration); } } @@ -152,7 +152,7 @@ protected static ArrayArrayOfModelList getListOutputInstance(FrozenList> + public static ArrayArrayOfModelList validate(List>> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayArrayOfModel.class, arg, configuration); } } @@ -169,7 +169,7 @@ public static class ArrayTestMap extends FrozenMap { "array_array_of_integer", "array_array_of_model" ); - public static ArrayTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ArrayTest1.validate(arg, configuration); } @@ -223,7 +223,7 @@ protected static ArrayTestMap getMapOutputInstance(FrozenMap arg return new ArrayTestMap(arg); } - public static ArrayTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayTest1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java index 14a6e563bba..13f194c3416 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java @@ -50,7 +50,7 @@ public static class ArrayWithValidationsInItemsList extends FrozenList { super(m); } - public static ArrayWithValidationsInItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { return ArrayWithValidationsInItems1.validate(arg, configuration); } } @@ -71,7 +71,7 @@ protected static ArrayWithValidationsInItemsList getListOutputInstance(FrozenLis return new ArrayWithValidationsInItemsList(arg); } - public static ArrayWithValidationsInItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayWithValidationsInItems1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java index 6155baa003f..1bdc42cc3c9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java @@ -31,7 +31,7 @@ public static class BananaMap extends FrozenMap { "lengthCm" ); public static final Set optionalKeys = Set.of(); - public static BananaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Banana1.validate(arg, configuration); } @@ -68,7 +68,7 @@ protected static BananaMap getMapOutputInstance(FrozenMap arg) { return new BananaMap(arg); } - public static BananaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Banana1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java index 0295b635272..cbd7a99c4d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java @@ -44,7 +44,7 @@ public static class BananaReqMap extends FrozenMap { public static final Set optionalKeys = Set.of( "sweet" ); - public static BananaReqMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return BananaReq1.validate(arg, configuration); } @@ -85,7 +85,7 @@ protected static BananaReqMap getMapOutputInstance(FrozenMap arg return new BananaReqMap(arg); } - public static BananaReqMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(BananaReq1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java index 602988779f4..cf6cd3872d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java @@ -38,7 +38,7 @@ public static class BasquePigMap extends FrozenMap { "className" ); public static final Set optionalKeys = Set.of(); - public static BasquePigMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return BasquePig1.validate(arg, configuration); } @@ -75,7 +75,7 @@ protected static BasquePigMap getMapOutputInstance(FrozenMap arg return new BasquePigMap(arg); } - public static BasquePigMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(BasquePig1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java index 4d814794664..352cb4a385f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java @@ -50,7 +50,7 @@ public static class CapitalizationMap extends FrozenMap { "SCA_ETH_Flow_Points", "ATT_NAME" ); - public static CapitalizationMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Capitalization1.validate(arg, configuration); } @@ -131,7 +131,7 @@ protected static CapitalizationMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Capitalization1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java index faf4c1b3c5d..0202232470f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java @@ -35,7 +35,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "declawed" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -65,7 +65,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java index f8920a23c52..0d13efcc7f4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java @@ -44,7 +44,7 @@ public static class CategoryMap extends FrozenMap { public static final Set optionalKeys = Set.of( "id" ); - public static CategoryMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Category1.validate(arg, configuration); } @@ -90,7 +90,7 @@ protected static CategoryMap getMapOutputInstance(FrozenMap arg) return new CategoryMap(arg); } - public static CategoryMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Category1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java index 2aadca9e6d2..81c6ac63ec6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java @@ -35,7 +35,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "name" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -65,7 +65,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java index f8062cb3dc0..403347c759c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java @@ -34,7 +34,7 @@ public static class ClassModelMap extends FrozenMap { public static final Set optionalKeys = Set.of( "_class" ); - public static ClassModelMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ClassModel1.validate(arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java index cde749a53bc..b8e30ce1f4d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java @@ -30,7 +30,7 @@ public static class ClientMap extends FrozenMap { public static final Set optionalKeys = Set.of( "client" ); - public static ClientMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Client1.validate(arg, configuration); } @@ -66,7 +66,7 @@ protected static ClientMap getMapOutputInstance(FrozenMap arg) { return new ClientMap(arg); } - public static ClientMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Client1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java index aadad257559..2d0771f1b46 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java @@ -42,7 +42,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "quadrilateralType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -72,7 +72,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java index ee7e8066a5c..085c20b0911 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java @@ -71,7 +71,7 @@ public static class Schema9List extends FrozenList { super(m); } - public static Schema9List of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema9.validate(arg, configuration); } } @@ -86,7 +86,7 @@ protected static Schema9List getListOutputInstance(FrozenList arg) { return new Schema9List(arg); } - public static Schema9List validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema9.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java index 8db7ea1caa3..fa5c01f5bb2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java @@ -26,7 +26,7 @@ public static class ComposedArrayList extends FrozenList { super(m); } - public static ComposedArrayList of(List arg, SchemaConfiguration configuration) throws ValidationException { return ComposedArray1.validate(arg, configuration); } } @@ -47,7 +47,7 @@ protected static ComposedArrayList getListOutputInstance(FrozenList arg) return new ComposedArrayList(arg); } - public static ComposedArrayList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ComposedArray1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java index 6a8b8ac12c5..0292fcfeb4a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java @@ -49,7 +49,7 @@ public static class Schema5List extends FrozenList { super(m); } - public static Schema5List of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema5.validate(arg, configuration); } } @@ -64,7 +64,7 @@ protected static Schema5List getListOutputInstance(FrozenList arg) { return new Schema5List(arg); } - public static Schema5List validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema5.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java index 8a2ac211b85..16f4221912b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java @@ -38,7 +38,7 @@ public static class DanishPigMap extends FrozenMap { "className" ); public static final Set optionalKeys = Set.of(); - public static DanishPigMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return DanishPig1.validate(arg, configuration); } @@ -75,7 +75,7 @@ protected static DanishPigMap getMapOutputInstance(FrozenMap arg return new DanishPigMap(arg); } - public static DanishPigMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(DanishPig1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java index 4a6df632fd5..88cd68abab9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java @@ -35,7 +35,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "breed" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -65,7 +65,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java index c79664313a7..3d9309a76a4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java @@ -26,7 +26,7 @@ public static class ShapesList extends FrozenList { super(m); } - public static ShapesList of(List arg, SchemaConfiguration configuration) throws ValidationException { return Shapes.validate(arg, configuration); } } @@ -41,7 +41,7 @@ protected static ShapesList getListOutputInstance(FrozenList arg) { return new ShapesList(arg); } - public static ShapesList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Shapes.class, arg, configuration); } } @@ -59,7 +59,7 @@ public static class DrawingMap extends FrozenMap { "nullableShape", "shapes" ); - public static DrawingMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Drawing1.validate(arg, configuration); } @@ -124,7 +124,7 @@ protected static DrawingMap getMapOutputInstance(FrozenMap arg) return new DrawingMap(arg); } - public static DrawingMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Drawing1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java index 1564aee17ae..8cb8535dbff 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java @@ -47,7 +47,7 @@ public static class ArrayEnumList extends FrozenList { super(m); } - public static ArrayEnumList of(List arg, SchemaConfiguration configuration) throws ValidationException { return ArrayEnum.validate(arg, configuration); } } @@ -62,7 +62,7 @@ protected static ArrayEnumList getListOutputInstance(FrozenList arg) { return new ArrayEnumList(arg); } - public static ArrayEnumList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayEnum.class, arg, configuration); } } @@ -78,7 +78,7 @@ public static class EnumArraysMap extends FrozenMap { "just_symbol", "array_enum" ); - public static EnumArraysMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return EnumArrays1.validate(arg, configuration); } @@ -123,7 +123,7 @@ protected static EnumArraysMap getMapOutputInstance(FrozenMap ar return new EnumArraysMap(arg); } - public static EnumArraysMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(EnumArrays1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java index 20f602948dc..02052e761b9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java @@ -101,7 +101,7 @@ public static class EnumTestMap extends FrozenMap { "IntegerEnumWithDefaultValue", "IntegerEnumOneValue" ); - public static EnumTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return EnumTest1.validate(arg, configuration); } @@ -210,7 +210,7 @@ protected static EnumTestMap getMapOutputInstance(FrozenMap arg) return new EnumTestMap(arg); } - public static EnumTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(EnumTest1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java index 1dde896c77f..7c7e0775e7a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java @@ -42,7 +42,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "triangleType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -72,7 +72,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java index 0893ae8bfdb..619997795ce 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java @@ -30,7 +30,7 @@ public static class FileMap extends FrozenMap { public static final Set optionalKeys = Set.of( "sourceURI" ); - public static FileMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return File1.validate(arg, configuration); } @@ -68,7 +68,7 @@ protected static FileMap getMapOutputInstance(FrozenMap arg) { return new FileMap(arg); } - public static FileMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(File1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java index 1c6f9b094f1..f2b419d4d33 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java @@ -25,7 +25,7 @@ public static class FilesList extends FrozenList { super(m); } - public static FilesList of(List + public static FilesList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return Files.validate(arg, configuration); } } @@ -40,7 +40,7 @@ protected static FilesList getListOutputInstance(FrozenList arg) { return new FilesList(arg); } - public static FilesList validate(List + public static FilesList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Files.class, arg, configuration); } } @@ -56,7 +56,7 @@ public static class FileSchemaTestClassMap extends FrozenMap { "file", "files" ); - public static FileSchemaTestClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FileSchemaTestClass1.validate(arg, configuration); } @@ -101,7 +101,7 @@ protected static FileSchemaTestClassMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(FileSchemaTestClass1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java index 541e2e50517..14f0e337042 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java @@ -26,7 +26,7 @@ public static class FooMap extends FrozenMap { public static final Set optionalKeys = Set.of( "bar" ); - public static FooMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Foo1.validate(arg, configuration); } @@ -62,7 +62,7 @@ protected static FooMap getMapOutputInstance(FrozenMap arg) { return new FooMap(arg); } - public static FooMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Foo1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java index 5e39d34e4d0..502cb8fdc44 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java @@ -161,7 +161,7 @@ public static class ArrayWithUniqueItemsList extends FrozenList { super(m); } - public static ArrayWithUniqueItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { return ArrayWithUniqueItems.validate(arg, configuration); } } @@ -176,7 +176,7 @@ protected static ArrayWithUniqueItemsList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayWithUniqueItems.class, arg, configuration); } } @@ -280,7 +280,7 @@ public static class FormatTestMap extends FrozenMap { "pattern_with_digits_and_delimiter", "noneProp" ); - public static FormatTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FormatTest1.validate(arg, configuration); } @@ -442,7 +442,7 @@ protected static FormatTestMap getMapOutputInstance(FrozenMap ar return new FormatTestMap(arg); } - public static FormatTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(FormatTest1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java index a26370d0c9d..55203fa1965 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java @@ -35,7 +35,7 @@ public static class FromSchemaMap extends FrozenMap { "data", "id" ); - public static FromSchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return FromSchema1.validate(arg, configuration); } @@ -80,7 +80,7 @@ protected static FromSchemaMap getMapOutputInstance(FrozenMap ar return new FromSchemaMap(arg); } - public static FromSchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(FromSchema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java index 15b7ba88b87..67e38418daf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java @@ -34,7 +34,7 @@ public static class FruitMap extends FrozenMap { public static final Set optionalKeys = Set.of( "color" ); - public static FruitMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Fruit1.validate(arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java index ae7998842a5..6a6c85a82c1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java @@ -34,7 +34,7 @@ public static class GmFruitMap extends FrozenMap { public static final Set optionalKeys = Set.of( "color" ); - public static GmFruitMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return GmFruit1.validate(arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java index de9d5a7bf16..6e5a518fde6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java @@ -31,7 +31,7 @@ public static class GrandparentAnimalMap extends FrozenMap { "pet_type" ); public static final Set optionalKeys = Set.of(); - public static GrandparentAnimalMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return GrandparentAnimal1.validate(arg, configuration); } @@ -68,7 +68,7 @@ protected static GrandparentAnimalMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(GrandparentAnimal1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java index 9373d74fca0..f137ed31be9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java @@ -34,7 +34,7 @@ public static class HasOnlyReadOnlyMap extends FrozenMap { "bar", "foo" ); - public static HasOnlyReadOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return HasOnlyReadOnly1.validate(arg, configuration); } @@ -79,7 +79,7 @@ protected static HasOnlyReadOnlyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(HasOnlyReadOnly1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java index 5d5e08e7f6b..ca436eed9f9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java @@ -41,7 +41,7 @@ public static class HealthCheckResultMap extends FrozenMap { public static final Set optionalKeys = Set.of( "NullableMessage" ); - public static HealthCheckResultMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return HealthCheckResult1.validate(arg, configuration); } @@ -79,7 +79,7 @@ protected static HealthCheckResultMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(HealthCheckResult1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java index 3f85445e4c6..97164b2d42a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java @@ -42,7 +42,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "triangleType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -72,7 +72,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java index b725de87df4..de8baee57b9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java @@ -27,7 +27,7 @@ public static class ItemsList extends FrozenList> { super(m); } - public static ItemsList of(List + public static ItemsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return Items1.validate(arg, configuration); } } @@ -50,7 +50,7 @@ protected static ItemsList getListOutputInstance(FrozenList + public static ItemsList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Items1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java index 08afc452190..9dd64bff52c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java @@ -76,7 +76,7 @@ public static class JSONPatchRequestList extends FrozenList { super(m); } - public static JSONPatchRequestList of(List arg, SchemaConfiguration configuration) throws ValidationException { return JSONPatchRequest1.validate(arg, configuration); } } @@ -97,7 +97,7 @@ protected static JSONPatchRequestList getListOutputInstance(FrozenList a return new JSONPatchRequestList(arg); } - public static JSONPatchRequestList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(JSONPatchRequest1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java index 33930e94702..9c8ad4687d9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java @@ -54,7 +54,7 @@ public static class JSONPatchRequestAddReplaceTestMap extends FrozenMap optionalKeys = Set.of(); - public static JSONPatchRequestAddReplaceTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return JSONPatchRequestAddReplaceTest1.validate(arg, configuration); } @@ -101,7 +101,7 @@ protected static JSONPatchRequestAddReplaceTestMap getMapOutputInstance(FrozenMa return new JSONPatchRequestAddReplaceTestMap(arg); } - public static JSONPatchRequestAddReplaceTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(JSONPatchRequestAddReplaceTest1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java index b2ab45f2eb7..9cf445e6650 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java @@ -54,7 +54,7 @@ public static class JSONPatchRequestMoveCopyMap extends FrozenMap optionalKeys = Set.of(); - public static JSONPatchRequestMoveCopyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return JSONPatchRequestMoveCopy1.validate(arg, configuration); } @@ -100,7 +100,7 @@ protected static JSONPatchRequestMoveCopyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(JSONPatchRequestMoveCopy1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java index 0af42f903fc..7e92f89800a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java @@ -50,7 +50,7 @@ public static class JSONPatchRequestRemoveMap extends FrozenMap "path" ); public static final Set optionalKeys = Set.of(); - public static JSONPatchRequestRemoveMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return JSONPatchRequestRemove1.validate(arg, configuration); } @@ -89,7 +89,7 @@ protected static JSONPatchRequestRemoveMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(JSONPatchRequestRemove1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java index 525bcb9cb10..6b9a7306d9e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java @@ -30,7 +30,7 @@ public static class AdditionalPropertiesMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static AdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return AdditionalProperties.validate(arg, configuration); } @@ -50,7 +50,7 @@ protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AdditionalProperties.class, arg, configuration); } } @@ -64,7 +64,7 @@ public static class MapMapOfStringMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapMapOfStringMap of(Map + public static MapMapOfStringMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return MapMapOfString.validate(arg, configuration); } @@ -84,7 +84,7 @@ protected static MapMapOfStringMap getMapOutputInstance(FrozenMap + public static MapMapOfStringMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MapMapOfString.class, arg, configuration); } } @@ -109,7 +109,7 @@ public static class MapOfEnumStringMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapOfEnumStringMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return MapOfEnumString.validate(arg, configuration); } @@ -129,7 +129,7 @@ protected static MapOfEnumStringMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MapOfEnumString.class, arg, configuration); } } @@ -146,7 +146,7 @@ public static class DirectMapMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static DirectMapMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return DirectMap.validate(arg, configuration); } @@ -166,7 +166,7 @@ protected static DirectMapMap getMapOutputInstance(FrozenMap ar return new DirectMapMap(arg); } - public static DirectMapMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(DirectMap.class, arg, configuration); } } @@ -185,7 +185,7 @@ public static class MapTestMap extends FrozenMap { "direct_map", "indirect_map" ); - public static MapTestMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return MapTest1.validate(arg, configuration); } @@ -248,7 +248,7 @@ protected static MapTestMap getMapOutputInstance(FrozenMap arg) return new MapTestMap(arg); } - public static MapTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MapTest1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java index 982111c1f28..e8f5d1d3e9a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java @@ -33,7 +33,7 @@ public static class MapMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static MapMap of(Map + public static MapMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return MapSchema.validate(arg, configuration); } @@ -53,7 +53,7 @@ protected static MapMap getMapOutputInstance(FrozenMap return new MapMap(arg); } - public static MapMap validate(Map + public static MapMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MapSchema.class, arg, configuration); } } @@ -71,7 +71,7 @@ public static class MixedPropertiesAndAdditionalPropertiesClassMap extends Froze "dateTime", "map" ); - public static MixedPropertiesAndAdditionalPropertiesClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return MixedPropertiesAndAdditionalPropertiesClass1.validate(arg, configuration); } @@ -109,7 +109,7 @@ protected static MixedPropertiesAndAdditionalPropertiesClassMap getMapOutputInst return new MixedPropertiesAndAdditionalPropertiesClassMap(arg); } - public static MixedPropertiesAndAdditionalPropertiesClassMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MixedPropertiesAndAdditionalPropertiesClass1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java index ce3592396b9..c1902aae618 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java @@ -39,7 +39,7 @@ public static class MoneyMap extends FrozenMap { "currency" ); public static final Set optionalKeys = Set.of(); - public static MoneyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Money1.validate(arg, configuration); } @@ -79,7 +79,7 @@ protected static MoneyMap getMapOutputInstance(FrozenMap arg) { return new MoneyMap(arg); } - public static MoneyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Money1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java index 20f1e61e1b7..028a6b84d8b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java @@ -37,7 +37,7 @@ public static class MyObjectDtoMap extends FrozenMap { public static final Set optionalKeys = Set.of( "id" ); - public static MyObjectDtoMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return MyObjectDto1.validate(arg, configuration); } @@ -67,7 +67,7 @@ protected static MyObjectDtoMap getMapOutputInstance(FrozenMap a return new MyObjectDtoMap(arg); } - public static MyObjectDtoMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(MyObjectDto1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java index 1161fa5bd18..94c0f3baebd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java @@ -45,7 +45,7 @@ public static class NameMap extends FrozenMap { "snake_case", "property" ); - public static NameMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Name1.validate(arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java index 15d31d4639e..6d1fbf89b15 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java @@ -43,7 +43,7 @@ public static class NoAdditionalPropertiesMap extends FrozenMap { public static final Set optionalKeys = Set.of( "petId" ); - public static NoAdditionalPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return NoAdditionalProperties1.validate(arg, configuration); } @@ -82,7 +82,7 @@ protected static NoAdditionalPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(NoAdditionalProperties1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java index 9b172d63f03..40bd736585c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java @@ -170,7 +170,7 @@ public static class ArrayNullablePropList extends FrozenList + public static ArrayNullablePropList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return ArrayNullableProp.validate(arg, configuration); } } @@ -187,7 +187,7 @@ public class ArrayNullableProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayNullableProp.class, arg, configuration); } - public static ArrayNullablePropList validate(List + public static ArrayNullablePropList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayNullableProp.class, arg, configuration); } } @@ -213,7 +213,7 @@ public static class ArrayAndItemsNullablePropList extends FrozenList + public static ArrayAndItemsNullablePropList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return ArrayAndItemsNullableProp.validate(arg, configuration); } } @@ -230,7 +230,7 @@ public class ArrayAndItemsNullableProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayAndItemsNullableProp.class, arg, configuration); } - public static ArrayAndItemsNullablePropList validate(List + public static ArrayAndItemsNullablePropList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayAndItemsNullableProp.class, arg, configuration); } } @@ -256,7 +256,7 @@ public static class ArrayItemsNullableList extends FrozenList + public static ArrayItemsNullableList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return ArrayItemsNullable.validate(arg, configuration); } } @@ -271,7 +271,7 @@ protected static ArrayItemsNullableList getListOutputInstance(FrozenList + public static ArrayItemsNullableList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayItemsNullable.class, arg, configuration); } } @@ -287,7 +287,7 @@ public static class ObjectNullablePropMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static ObjectNullablePropMap of(Map + public static ObjectNullablePropMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return ObjectNullableProp.validate(arg, configuration); } @@ -309,7 +309,7 @@ public class ObjectNullableProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectNullableProp.class, arg, configuration); } - public static ObjectNullablePropMap validate(Map + public static ObjectNullablePropMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectNullableProp.class, arg, configuration); } } @@ -337,7 +337,7 @@ public static class ObjectAndItemsNullablePropMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static ObjectAndItemsNullablePropMap of(Map + public static ObjectAndItemsNullablePropMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return ObjectAndItemsNullableProp.validate(arg, configuration); } @@ -359,7 +359,7 @@ public class ObjectAndItemsNullableProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectAndItemsNullableProp.class, arg, configuration); } - public static ObjectAndItemsNullablePropMap validate(Map + public static ObjectAndItemsNullablePropMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectAndItemsNullableProp.class, arg, configuration); } } @@ -387,7 +387,7 @@ public static class ObjectItemsNullableMap extends FrozenMap requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static ObjectItemsNullableMap of(Map + public static ObjectItemsNullableMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return ObjectItemsNullable.validate(arg, configuration); } @@ -407,7 +407,7 @@ protected static ObjectItemsNullableMap getMapOutputInstance(FrozenMap + public static ObjectItemsNullableMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectItemsNullable.class, arg, configuration); } } @@ -434,7 +434,7 @@ public static class NullableClassMap extends FrozenMap { "object_and_items_nullable_prop", "object_items_nullable" ); - public static NullableClassMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return NullableClass1.validate(arg, configuration); } @@ -571,7 +571,7 @@ protected static NullableClassMap getMapOutputInstance(FrozenMap return new NullableClassMap(arg); } - public static NullableClassMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(NullableClass1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java index 1f667213223..53b2e41a970 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java @@ -30,7 +30,7 @@ public static class NumberOnlyMap extends FrozenMap { public static final Set optionalKeys = Set.of( "JustNumber" ); - public static NumberOnlyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return NumberOnly1.validate(arg, configuration); } @@ -66,7 +66,7 @@ protected static NumberOnlyMap getMapOutputInstance(FrozenMap ar return new NumberOnlyMap(arg); } - public static NumberOnlyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(NumberOnly1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java index c170a62c61e..bb517d7ee4e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java @@ -31,7 +31,7 @@ public static class ObjWithRequiredPropsMap extends FrozenMap { "a" ); public static final Set optionalKeys = Set.of(); - public static ObjWithRequiredPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ObjWithRequiredProps1.validate(arg, configuration); } @@ -68,7 +68,7 @@ protected static ObjWithRequiredPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjWithRequiredProps1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java index a640ae43a3d..a93dd3edeb2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java @@ -31,7 +31,7 @@ public static class ObjWithRequiredPropsBaseMap extends FrozenMap optionalKeys = Set.of(); - public static ObjWithRequiredPropsBaseMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ObjWithRequiredPropsBase1.validate(arg, configuration); } @@ -68,7 +68,7 @@ protected static ObjWithRequiredPropsBaseMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjWithRequiredPropsBase1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java index c572f0af4fb..bc86bbe8f22 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java @@ -35,7 +35,7 @@ public static class ObjectModelWithArgAndArgsPropertiesMap extends FrozenMap optionalKeys = Set.of(); - public static ObjectModelWithArgAndArgsPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ObjectModelWithArgAndArgsProperties1.validate(arg, configuration); } @@ -80,7 +80,7 @@ protected static ObjectModelWithArgAndArgsPropertiesMap getMapOutputInstance(Fro return new ObjectModelWithArgAndArgsPropertiesMap(arg); } - public static ObjectModelWithArgAndArgsPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectModelWithArgAndArgsProperties1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java index efa00364c1f..a2562227a11 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java @@ -28,7 +28,7 @@ public static class ObjectModelWithRefPropsMap extends FrozenMap "myString", "myBoolean" ); - public static ObjectModelWithRefPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ObjectModelWithRefProps1.validate(arg, configuration); } @@ -84,7 +84,7 @@ protected static ObjectModelWithRefPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectModelWithRefProps1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java index 6d04e863deb..4aec69f8d30 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java @@ -38,7 +38,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "name" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -75,7 +75,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java index d98ece00b19..139eef11c59 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java @@ -34,7 +34,7 @@ public static class ObjectWithCollidingPropertiesMap extends FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return ObjectWithCollidingProperties1.validate(arg, configuration); } @@ -81,7 +81,7 @@ protected static ObjectWithCollidingPropertiesMap getMapOutputInstance(FrozenMap return new ObjectWithCollidingPropertiesMap(arg); } - public static ObjectWithCollidingPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectWithCollidingProperties1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java index 6d61714e1ef..9cb46053c0c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java @@ -32,7 +32,7 @@ public static class ObjectWithDecimalPropertiesMap extends FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return ObjectWithDecimalProperties1.validate(arg, configuration); } @@ -86,7 +86,7 @@ protected static ObjectWithDecimalPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectWithDecimalProperties1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java index 2846aa72a72..f0c45fa0c8c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java @@ -42,7 +42,7 @@ public static class ObjectWithDifficultlyNamedPropsMap extends FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return ObjectWithDifficultlyNamedProps1.validate(arg, configuration); } @@ -77,7 +77,7 @@ protected static ObjectWithDifficultlyNamedPropsMap getMapOutputInstance(FrozenM return new ObjectWithDifficultlyNamedPropsMap(arg); } - public static ObjectWithDifficultlyNamedPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectWithDifficultlyNamedProps1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java index e7882f363a2..687c871c828 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java @@ -92,7 +92,7 @@ public static class ObjectWithInlineCompositionPropertyMap extends FrozenMap optionalKeys = Set.of( "someProp" ); - public static ObjectWithInlineCompositionPropertyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ObjectWithInlineCompositionProperty1.validate(arg, configuration); } @@ -127,7 +127,7 @@ protected static ObjectWithInlineCompositionPropertyMap getMapOutputInstance(Fro return new ObjectWithInlineCompositionPropertyMap(arg); } - public static ObjectWithInlineCompositionPropertyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectWithInlineCompositionProperty1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java index 127c65386c5..b74f6df3667 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java @@ -28,7 +28,7 @@ public static class ObjectWithInvalidNamedRefedPropertiesMap extends FrozenMap optionalKeys = Set.of(); - public static ObjectWithInvalidNamedRefedPropertiesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ObjectWithInvalidNamedRefedProperties1.validate(arg, configuration); } @@ -67,7 +67,7 @@ protected static ObjectWithInvalidNamedRefedPropertiesMap getMapOutputInstance(F return new ObjectWithInvalidNamedRefedPropertiesMap(arg); } - public static ObjectWithInvalidNamedRefedPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectWithInvalidNamedRefedProperties1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java index 2e24aaabcb4..0fa71764b32 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java @@ -35,7 +35,7 @@ public static class ObjectWithNonIntersectingValuesMap extends FrozenMap optionalKeys = Set.of( "a" ); - public static ObjectWithNonIntersectingValuesMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ObjectWithNonIntersectingValues1.validate(arg, configuration); } @@ -73,7 +73,7 @@ protected static ObjectWithNonIntersectingValuesMap getMapOutputInstance(FrozenM return new ObjectWithNonIntersectingValuesMap(arg); } - public static ObjectWithNonIntersectingValuesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectWithNonIntersectingValues1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java index b5d21de459a..5dc1797abe2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java @@ -42,7 +42,7 @@ public static class ObjectWithOnlyOptionalPropsMap extends FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return ObjectWithOnlyOptionalProps1.validate(arg, configuration); } @@ -82,7 +82,7 @@ protected static ObjectWithOnlyOptionalPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectWithOnlyOptionalProps1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java index 54762551091..7770301eb9a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java @@ -30,7 +30,7 @@ public static class ObjectWithOptionalTestPropMap extends FrozenMap optionalKeys = Set.of( "test" ); - public static ObjectWithOptionalTestPropMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ObjectWithOptionalTestProp1.validate(arg, configuration); } @@ -66,7 +66,7 @@ protected static ObjectWithOptionalTestPropMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectWithOptionalTestProp1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java index c9835e9c889..499d208e1ce 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java @@ -61,7 +61,7 @@ public static class OrderMap extends FrozenMap { "status", "complete" ); - public static OrderMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Order1.validate(arg, configuration); } @@ -142,7 +142,7 @@ protected static OrderMap getMapOutputInstance(FrozenMap arg) { return new OrderMap(arg); } - public static OrderMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Order1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index d6063773006..1158739bd40 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -37,7 +37,7 @@ public static class ResultsList extends FrozenList { super(m); } - public static ResultsList of(List + public static ResultsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return Results.validate(arg, configuration); } } @@ -52,7 +52,7 @@ protected static ResultsList getListOutputInstance(FrozenList + public static ResultsList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Results.class, arg, configuration); } } @@ -68,7 +68,7 @@ public static class PaginatedResultMyObjectDtoMap extends FrozenMap optionalKeys = Set.of(); - public static PaginatedResultMyObjectDtoMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PaginatedResultMyObjectDto1.validate(arg, configuration); } @@ -108,7 +108,7 @@ protected static PaginatedResultMyObjectDtoMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PaginatedResultMyObjectDto1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java index 752715bae98..cc0e2dec573 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java @@ -37,7 +37,7 @@ public static class PhotoUrlsList extends FrozenList { super(m); } - public static PhotoUrlsList of(List arg, SchemaConfiguration configuration) throws ValidationException { return PhotoUrls.validate(arg, configuration); } } @@ -52,7 +52,7 @@ protected static PhotoUrlsList getListOutputInstance(FrozenList arg) { return new PhotoUrlsList(arg); } - public static PhotoUrlsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PhotoUrls.class, arg, configuration); } } @@ -74,7 +74,7 @@ public static class TagsList extends FrozenList { super(m); } - public static TagsList of(List + public static TagsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { return Tags.validate(arg, configuration); } } @@ -89,7 +89,7 @@ protected static TagsList getListOutputInstance(FrozenList arg) { return new TagsList(arg); } - public static TagsList validate(List + public static TagsList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Tags.class, arg, configuration); } } @@ -110,7 +110,7 @@ public static class PetMap extends FrozenMap { "tags", "status" ); - public static PetMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Pet1.validate(arg, configuration); } @@ -193,7 +193,7 @@ protected static PetMap getMapOutputInstance(FrozenMap arg) { return new PetMap(arg); } - public static PetMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Pet1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java index b3691ef8a58..319a0788430 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java @@ -31,7 +31,7 @@ public static class PlayerMap extends FrozenMap { "name", "enemyPlayer" ); - public static PlayerMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Player1.validate(arg, configuration); } @@ -78,7 +78,7 @@ protected static PlayerMap getMapOutputInstance(FrozenMap arg) { return new PlayerMap(arg); } - public static PlayerMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Player1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java index 454feef3173..c99117edd14 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java @@ -30,7 +30,7 @@ public static class PublicKeyMap extends FrozenMap { public static final Set optionalKeys = Set.of( "key" ); - public static PublicKeyMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PublicKey1.validate(arg, configuration); } @@ -68,7 +68,7 @@ protected static PublicKeyMap getMapOutputInstance(FrozenMap arg return new PublicKeyMap(arg); } - public static PublicKeyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PublicKey1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java index 8e2f5b75ffe..9360bd0ae66 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java @@ -48,7 +48,7 @@ public static class QuadrilateralInterfaceMap extends FrozenMap "shapeType" ); public static final Set optionalKeys = Set.of(); - public static QuadrilateralInterfaceMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QuadrilateralInterface1.validate(arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java index e5281b01c06..e84335f81c5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java @@ -34,7 +34,7 @@ public static class ReadOnlyFirstMap extends FrozenMap { "bar", "baz" ); - public static ReadOnlyFirstMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ReadOnlyFirst1.validate(arg, configuration); } @@ -79,7 +79,7 @@ protected static ReadOnlyFirstMap getMapOutputInstance(FrozenMap return new ReadOnlyFirstMap(arg); } - public static ReadOnlyFirstMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ReadOnlyFirst1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java index 892595c69ad..57107619ee6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java @@ -31,7 +31,7 @@ public static class ReqPropsFromExplicitAddPropsMap extends FrozenMap optionalKeys = Set.of(); - public static ReqPropsFromExplicitAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ReqPropsFromExplicitAddProps1.validate(arg, configuration); } @@ -66,7 +66,7 @@ protected static ReqPropsFromExplicitAddPropsMap getMapOutputInstance(FrozenMap< return new ReqPropsFromExplicitAddPropsMap(arg); } - public static ReqPropsFromExplicitAddPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ReqPropsFromExplicitAddProps1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java index 041f509d462..d85ec96f4d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java @@ -31,7 +31,7 @@ public static class ReqPropsFromTrueAddPropsMap extends FrozenMap optionalKeys = Set.of(); - public static ReqPropsFromTrueAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ReqPropsFromTrueAddProps1.validate(arg, configuration); } @@ -66,7 +66,7 @@ protected static ReqPropsFromTrueAddPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ReqPropsFromTrueAddProps1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java index 03fb4a0f546..ea640ef4f0e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java @@ -26,7 +26,7 @@ public static class ReqPropsFromUnsetAddPropsMap extends FrozenMap optionalKeys = Set.of(); - public static ReqPropsFromUnsetAddPropsMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ReqPropsFromUnsetAddProps1.validate(arg, configuration); } @@ -59,7 +59,7 @@ protected static ReqPropsFromUnsetAddPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ReqPropsFromUnsetAddProps1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java index a40ae7aa192..759cd038821 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java @@ -34,7 +34,7 @@ public static class ReturnMap extends FrozenMap { public static final Set optionalKeys = Set.of( "return" ); - public static ReturnMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return ReturnSchema1.validate(arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java index c1d62be602d..994718e3090 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java @@ -42,7 +42,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "triangleType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -72,7 +72,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java index b1857153021..a677e5a3212 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java @@ -39,7 +39,7 @@ public static class Schema200ResponseMap extends FrozenMap { "name", "class" ); - public static Schema200ResponseMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema200Response1.validate(arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java index cc056bafd2b..c6fa4f8974e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java @@ -22,7 +22,7 @@ public static class SelfReferencingArrayModelList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { return SelfReferencingArrayModel1.validate(arg, configuration); } } @@ -43,7 +43,7 @@ protected static SelfReferencingArrayModelList getListOutputInstance(FrozenList< return new SelfReferencingArrayModelList(arg); } - public static SelfReferencingArrayModelList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(SelfReferencingArrayModel1.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java index 065e3dbb1e3..55b65c3b853 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java @@ -27,7 +27,7 @@ public static class SelfReferencingObjectModelMap extends FrozenMap optionalKeys = Set.of( "selfRef" ); - public static SelfReferencingObjectModelMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return SelfReferencingObjectModel1.validate(arg, configuration); } @@ -65,7 +65,7 @@ protected static SelfReferencingObjectModelMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(SelfReferencingObjectModel1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java index d61522d4dd8..c52d94eb526 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java @@ -42,7 +42,7 @@ public static class Schema1Map extends FrozenMap { public static final Set optionalKeys = Set.of( "quadrilateralType" ); - public static Schema1Map of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -72,7 +72,7 @@ protected static Schema1Map getMapOutputInstance(FrozenMap arg) return new Schema1Map(arg); } - public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java index a4c3d8fd6cd..4fd2c45ef86 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java @@ -30,7 +30,7 @@ public static class SpecialModelnameMap extends FrozenMap { public static final Set optionalKeys = Set.of( "a" ); - public static SpecialModelnameMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return SpecialModelname1.validate(arg, configuration); } @@ -68,7 +68,7 @@ protected static SpecialModelnameMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(SpecialModelname1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java index 9ba95a1f918..b515deeff7d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java @@ -27,7 +27,7 @@ public static class StringBooleanMapMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static StringBooleanMapMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return StringBooleanMap1.validate(arg, configuration); } @@ -53,7 +53,7 @@ protected static StringBooleanMapMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(StringBooleanMap1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java index eeb6a6ace6e..40172cecdea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java @@ -35,7 +35,7 @@ public static class TagMap extends FrozenMap { "id", "name" ); - public static TagMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Tag1.validate(arg, configuration); } @@ -80,7 +80,7 @@ protected static TagMap getMapOutputInstance(FrozenMap arg) { return new TagMap(arg); } - public static TagMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Tag1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java index 397cd35c204..6be7aed4eee 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java @@ -48,7 +48,7 @@ public static class TriangleInterfaceMap extends FrozenMap { "triangleType" ); public static final Set optionalKeys = Set.of(); - public static TriangleInterfaceMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return TriangleInterface1.validate(arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java index 24f63d208b9..accbbf33cd2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java @@ -150,7 +150,7 @@ public static class UserMap extends FrozenMap { "anyTypeExceptNullProp", "anyTypePropNullable" ); - public static UserMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return User1.validate(arg, configuration); } @@ -291,7 +291,7 @@ protected static UserMap getMapOutputInstance(FrozenMap arg) { return new UserMap(arg); } - public static UserMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(User1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java index 9bbb96c3820..b1b60cd0d94 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java @@ -48,7 +48,7 @@ public static class WhaleMap extends FrozenMap { "hasBaleen", "hasTeeth" ); - public static WhaleMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Whale1.validate(arg, configuration); } @@ -103,7 +103,7 @@ protected static WhaleMap getMapOutputInstance(FrozenMap arg) { return new WhaleMap(arg); } - public static WhaleMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Whale1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java index 00f804f42ae..23580c8e629 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java @@ -56,7 +56,7 @@ public static class ZebraMap extends FrozenMap { public static final Set optionalKeys = Set.of( "type" ); - public static ZebraMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Zebra1.validate(arg, configuration); } @@ -103,7 +103,7 @@ protected static ZebraMap getMapOutputInstance(FrozenMap arg) { return new ZebraMap(arg); } - public static ZebraMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Zebra1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java index 6b5cb3410b7..9a50a8ccc8f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java @@ -34,7 +34,7 @@ public static class HeaderParametersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "someHeader" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return HeaderParameters1.validate(arg, configuration); } @@ -58,7 +58,7 @@ protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(HeaderParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java index 10658ace073..aebebccec39 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "subDir" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java index e7979682376..ab11e6d5656 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "subDir" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java index 67113b3b29a..312d6a46043 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java @@ -34,7 +34,7 @@ public static class QueryParametersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "searchStr" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -58,7 +58,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java index f0b475cd2f8..2e07c2b5e3d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java @@ -34,7 +34,7 @@ public static class HeaderParametersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "someHeader" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return HeaderParameters1.validate(arg, configuration); } @@ -58,7 +58,7 @@ protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(HeaderParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java index 5568248e608..5aa6b4161b2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "subDir" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java index 33e8b3e82a6..bebe7c845de 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java @@ -38,7 +38,7 @@ public static class HeaderParametersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "boolean_group" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return HeaderParameters1.validate(arg, configuration); } @@ -73,7 +73,7 @@ protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(HeaderParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java index 344f2dded10..61dd96a5468 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java @@ -42,7 +42,7 @@ public static class QueryParametersMap extends FrozenMap { "int64_group", "string_group" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -94,7 +94,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java index 9a4820dad92..f3d7ed2f5cc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java @@ -36,7 +36,7 @@ public static class HeaderParametersMap extends FrozenMap { "enum_header_string", "enum_header_string_array" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return HeaderParameters1.validate(arg, configuration); } @@ -70,7 +70,7 @@ protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(HeaderParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java index f21339c1083..06d68f7cb53 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java @@ -40,7 +40,7 @@ public static class QueryParametersMap extends FrozenMap { "enum_query_integer", "enum_query_string_array" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -92,7 +92,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java index e7c8ac93630..0ad0c4719df 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java @@ -33,7 +33,7 @@ public static class SchemaList0 extends FrozenList { super(m); } - public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema01.validate(arg, configuration); } } @@ -48,7 +48,7 @@ protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); } - public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema01.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java index c554ee3bb66..5a128edcea8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java @@ -33,7 +33,7 @@ public static class SchemaList2 extends FrozenList { super(m); } - public static SchemaList2 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema21.validate(arg, configuration); } } @@ -48,7 +48,7 @@ protected static SchemaList2 getListOutputInstance(FrozenList arg) { return new SchemaList2(arg); } - public static SchemaList2 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema21.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index 6f41c8c8c9d..3a8c6f5f077 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -36,7 +36,7 @@ public static class EnumFormStringArrayList extends FrozenList { super(m); } - public static EnumFormStringArrayList of(List arg, SchemaConfiguration configuration) throws ValidationException { return EnumFormStringArray.validate(arg, configuration); } } @@ -51,7 +51,7 @@ protected static EnumFormStringArrayList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(EnumFormStringArray.class, arg, configuration); } } @@ -78,7 +78,7 @@ public static class SchemaMap extends FrozenMap { "enum_form_string_array", "enum_form_string" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -117,7 +117,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index cfe0161d125..c94d60e0d62 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -218,7 +218,7 @@ public static class SchemaMap extends FrozenMap { "password", "callback" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -321,7 +321,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java index d88cfd3316c..d9af2376332 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java @@ -35,7 +35,7 @@ public static class QueryParametersMap extends FrozenMap { "query" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java index 1baf6ed3775..ba0831c5040 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java @@ -39,7 +39,7 @@ public static class QueryParametersMap extends FrozenMap { "some_var" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -81,7 +81,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java index b94872c47bb..a2dbb77fc14 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "id" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java index f654a543d76..5606e11022b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java @@ -27,7 +27,7 @@ public static class SchemaMap extends FrozenMap { } public static final Set requiredKeys = Set.of(); public static final Set optionalKeys = Set.of(); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -47,7 +47,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java index 8cfd0545a7e..6fd12b08b8e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java @@ -36,7 +36,7 @@ public static class QueryParametersMap extends FrozenMap { "compositionAtRoot", "compositionInProperty" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -70,7 +70,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java index ad2f2c613dd..2f484fd03d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java @@ -92,7 +92,7 @@ public static class SchemaMap1 extends FrozenMap { public static final Set optionalKeys = Set.of( "someProp" ); - public static SchemaMap1 of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema11.validate(arg, configuration); } @@ -121,7 +121,7 @@ protected static SchemaMap1 getMapOutputInstance(FrozenMap arg) return new SchemaMap1(arg); } - public static SchemaMap1 validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema11.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java index 5ad20e4e5e9..21ec9d5375b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java @@ -92,7 +92,7 @@ public static class SchemaMap extends FrozenMap { public static final Set optionalKeys = Set.of( "someProp" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -121,7 +121,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java index 0a602abcda4..88984113378 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java @@ -92,7 +92,7 @@ public static class SchemaMap extends FrozenMap { public static final Set optionalKeys = Set.of( "someProp" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -121,7 +121,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index 7c8a4308fde..3756b696790 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -35,7 +35,7 @@ public static class SchemaMap extends FrozenMap { "param2" ); public static final Set optionalKeys = Set.of(); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -74,7 +74,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java index 133ed4e834d..8e26a369c89 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java @@ -30,7 +30,7 @@ public static class SchemaMap extends FrozenMap { public static final Set optionalKeys = Set.of( "a" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java index d57817b60e3..f74f972464f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java @@ -30,7 +30,7 @@ public static class SchemaMap extends FrozenMap { public static final Set optionalKeys = Set.of( "b" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java index 837e5c62970..49f8d6e1a6e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java @@ -34,7 +34,7 @@ public static class QueryParametersMap extends FrozenMap optionalKeys = Set.of( "mapBean" ); - public static QueryParametersMap of(Map + public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -58,7 +58,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap + public static QueryParametersMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java index f8d191f0b3d..bec8b912f35 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java @@ -30,7 +30,7 @@ public static class SchemaMap0 extends FrozenMap { public static final Set optionalKeys = Set.of( "keyword" ); - public static SchemaMap0 of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema01.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static SchemaMap0 getMapOutputInstance(FrozenMap arg) return new SchemaMap0(arg); } - public static SchemaMap0 validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema01.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java index f342e45063a..ddfc04d3483 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java @@ -42,7 +42,7 @@ public static class CookieParametersMap extends FrozenMap { "A-B", "self" ); - public static CookieParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return CookieParameters1.validate(arg, configuration); } @@ -87,7 +87,7 @@ protected static CookieParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(CookieParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java index fb78f68df8b..ff34bb62ad1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java @@ -40,7 +40,7 @@ public static class HeaderParametersMap extends FrozenMap { "A-B", "self" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return HeaderParameters1.validate(arg, configuration); } @@ -76,7 +76,7 @@ protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(HeaderParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java index 5bf43e723ed..1d8073b1169 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java @@ -43,7 +43,7 @@ public static class PathParametersMap extends FrozenMap { "self" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -89,7 +89,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java index 3bb61c2efd6..6dbf36559bf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java @@ -42,7 +42,7 @@ public static class QueryParametersMap extends FrozenMap { "A-B", "self" ); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -87,7 +87,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java index 004bd0a449e..54abee498ef 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java index cfe77490378..02dc182cfd4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java @@ -38,7 +38,7 @@ public static class SchemaMap extends FrozenMap { public static final Set optionalKeys = Set.of( "additionalMetadata" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -78,7 +78,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java index aaa677fd410..7b9ffd6f492 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java @@ -35,7 +35,7 @@ public static class QueryParametersMap extends FrozenMap { "someParam" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java index 4b8f1261db2..364013b4e69 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java @@ -34,7 +34,7 @@ public static class QueryParametersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "mapBean" ); - public static QueryParametersMap of(Map + public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -58,7 +58,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap + public static QueryParametersMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index 698206d2c24..ab0ae7009fc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -45,7 +45,7 @@ public static class QueryParametersMap extends FrozenMap { "url" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -111,7 +111,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java index 20de0909716..a8d27fd6641 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java @@ -26,7 +26,7 @@ public static class SchemaList0 extends FrozenList { super(m); } - public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema01.validate(arg, configuration); } } @@ -41,7 +41,7 @@ protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); } - public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema01.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java index 2f222ae74c3..a7afcf6879f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java @@ -26,7 +26,7 @@ public static class SchemaList1 extends FrozenList { super(m); } - public static SchemaList1 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema11.validate(arg, configuration); } } @@ -41,7 +41,7 @@ protected static SchemaList1 getListOutputInstance(FrozenList arg) { return new SchemaList1(arg); } - public static SchemaList1 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema11.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java index 0b3f5e9e2ac..f3c9a930763 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java @@ -26,7 +26,7 @@ public static class SchemaList2 extends FrozenList { super(m); } - public static SchemaList2 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema21.validate(arg, configuration); } } @@ -41,7 +41,7 @@ protected static SchemaList2 getListOutputInstance(FrozenList arg) { return new SchemaList2(arg); } - public static SchemaList2 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema21.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java index eca601fc330..60bd7bac0df 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java @@ -26,7 +26,7 @@ public static class SchemaList3 extends FrozenList { super(m); } - public static SchemaList3 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema31.validate(arg, configuration); } } @@ -41,7 +41,7 @@ protected static SchemaList3 getListOutputInstance(FrozenList arg) { return new SchemaList3(arg); } - public static SchemaList3 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema31.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java index 57c66478822..b70473c4c26 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java @@ -26,7 +26,7 @@ public static class SchemaList4 extends FrozenList { super(m); } - public static SchemaList4 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema41.validate(arg, configuration); } } @@ -41,7 +41,7 @@ protected static SchemaList4 getListOutputInstance(FrozenList arg) { return new SchemaList4(arg); } - public static SchemaList4 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema41.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java index b4ab8d45b5d..83823981fb0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java @@ -38,7 +38,7 @@ public static class SchemaMap extends FrozenMap { public static final Set optionalKeys = Set.of( "additionalMetadata" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -78,7 +78,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java index 909e83729ba..48ff91f7738 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java @@ -30,7 +30,7 @@ public static class FilesList extends FrozenList { super(m); } - public static FilesList of(List arg, SchemaConfiguration configuration) throws ValidationException { return Files.validate(arg, configuration); } } @@ -45,7 +45,7 @@ protected static FilesList getListOutputInstance(FrozenList arg) { return new FilesList(arg); } - public static FilesList validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Files.class, arg, configuration); } } @@ -60,7 +60,7 @@ public static class SchemaMap extends FrozenMap { public static final Set optionalKeys = Set.of( "files" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -90,7 +90,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java index 333a01c1e2a..44f8ffb8377 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java @@ -27,7 +27,7 @@ public static class SchemaMap extends FrozenMap { public static final Set optionalKeys = Set.of( "string" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -49,7 +49,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java index ecc8ad82c77..ffb60bec538 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java @@ -36,7 +36,7 @@ public static class QueryParametersMap extends FrozenMap optionalKeys = Set.of(); - public static QueryParametersMap of(Map + public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -61,7 +61,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap + public static QueryParametersMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java index a0e19d77bb3..40fbe0d8953 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java @@ -33,7 +33,7 @@ public static class SchemaList0 extends FrozenList { super(m); } - public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema01.validate(arg, configuration); } } @@ -48,7 +48,7 @@ protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); } - public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema01.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java index 335704b4384..454c54da253 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java @@ -36,7 +36,7 @@ public static class QueryParametersMap extends FrozenMap optionalKeys = Set.of(); - public static QueryParametersMap of(Map + public static QueryParametersMap of(Map> arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -61,7 +61,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap + public static QueryParametersMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java index 622bb59865a..3734f1c883b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java @@ -26,7 +26,7 @@ public static class SchemaList0 extends FrozenList { super(m); } - public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { return Schema01.validate(arg, configuration); } } @@ -41,7 +41,7 @@ protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); } - public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema01.class, arg, configuration); } }} diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java index f87e2177cbe..8b9bddf81e9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java @@ -34,7 +34,7 @@ public static class HeaderParametersMap extends FrozenMap { public static final Set optionalKeys = Set.of( "api_key" ); - public static HeaderParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return HeaderParameters1.validate(arg, configuration); } @@ -58,7 +58,7 @@ protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(HeaderParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java index 7a981d1af99..d91ab652cd3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java index f9f7e8fbadc..6e00349dcea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java index ce995cdb266..17a6fc54cf0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index 1785037032d..f954817a509 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -34,7 +34,7 @@ public static class SchemaMap extends FrozenMap { "name", "status" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -73,7 +73,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java index 16bb0987a70..68064258c38 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "petId" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java index e2153304eca..ba964f8a3fa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java @@ -36,7 +36,7 @@ public static class SchemaMap extends FrozenMap { "additionalMetadata", "file" ); - public static SchemaMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Schema1.validate(arg, configuration); } @@ -75,7 +75,7 @@ protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } - public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java index efca95d3b2a..bbbabd901df 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "order_id" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java index b380ce75062..f539e70bff3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "order_id" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap return new PathParametersMap(arg); } - public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java index 06fb28bffc8..6f0548adfce 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java @@ -37,7 +37,7 @@ public static class QueryParametersMap extends FrozenMap { "username" ); public static final Set optionalKeys = Set.of(); - public static QueryParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return QueryParameters1.validate(arg, configuration); } @@ -71,7 +71,7 @@ protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QueryParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java index 121993d9045..3c877c120a5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java @@ -44,7 +44,7 @@ public static class HeadersMap extends FrozenMap { "X-Expires-After", "numberHeader" ); - public static HeadersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return Headers1.validate(arg, configuration); } @@ -84,7 +84,7 @@ protected static HeadersMap getMapOutputInstance(FrozenMap arg) return new HeadersMap(arg); } - public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Headers1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java index aea6c0d7330..d71ca66792a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "username" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java index 3bd7aa8f765..afd222c6341 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "username" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java index da168531c7f..2d5a4df9d07 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java @@ -35,7 +35,7 @@ public static class PathParametersMap extends FrozenMap { "username" ); public static final Set optionalKeys = Set.of(); - public static PathParametersMap of(Map arg, SchemaConfiguration configuration) throws ValidationException { return PathParameters1.validate(arg, configuration); } @@ -60,7 +60,7 @@ protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(PathParameters1.class, arg, configuration); } } diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_validate.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_validate.hbs index 322c7892a0e..279f892f34b 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_validate.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_validate.hbs @@ -8,7 +8,7 @@ public static Void validate(Void arg, SchemaConfiguration configuration) throws {{#eq this "object"}} {{#if ../mapOutputJsonPathPiece}} {{#if mapValueSchema}} -public static {{../mapOutputJsonPathPiece.camelCase}} validate(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true endChar="> arg, SchemaConfiguration configuration) throws ValidationException {" }}{{/with}} +public static {{../mapOutputJsonPathPiece.camelCase}} validate(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate({{#if includeContainer}}{{containerJsonPathPiece.camelCase}}.{{/if}}{{jsonPathPiece.camelCase}}.class, arg, configuration); } {{else}} @@ -24,7 +24,7 @@ public static FrozenMap validate(Map arg, Schema {{/eq}} {{#eq this "array"}} {{#if ../arrayOutputJsonPathPiece}} -public static {{../arrayOutputJsonPathPiece.camelCase}} validate(List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true endChar="> arg, SchemaConfiguration configuration) throws ValidationException {" }}{{/with}} +public static {{../arrayOutputJsonPathPiece.camelCase}} validate(List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate({{#if includeContainer}}{{containerJsonPathPiece.camelCase}}.{{/if}}{{jsonPathPiece.camelCase}}.class, arg, configuration); } {{else}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_arrayOutputType.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_arrayOutputType.hbs index cdf32cf2892..ae1ce8b5cec 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_arrayOutputType.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_arrayOutputType.hbs @@ -4,7 +4,7 @@ public static class {{arrayOutputJsonPathPiece.camelCase}} extends FrozenList<{{ {{arrayOutputJsonPathPiece.camelCase}}(FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" forceNull=true endChar="> m) {" }}{{/with}} super(m); } - public static {{arrayOutputJsonPathPiece.camelCase}} of(List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true endChar="> arg, SchemaConfiguration configuration) throws ValidationException {" }}{{/with}} + public static {{arrayOutputJsonPathPiece.camelCase}} of(List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> arg, SchemaConfiguration configuration) throws ValidationException { return {{jsonPathPiece.camelCase}}.validate(arg, configuration); } } diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputType.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputType.hbs index 84ee273f864..82bfb919e22 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputType.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputType.hbs @@ -39,7 +39,7 @@ public static class {{mapOutputJsonPathPiece.camelCase}} extends FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true endChar="> arg, SchemaConfiguration configuration) throws ValidationException {" }}{{/with}} + public static {{mapOutputJsonPathPiece.camelCase}} of(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> arg, SchemaConfiguration configuration) throws ValidationException { return {{jsonPathPiece.camelCase}}.validate(arg, configuration); } {{else}} From b5ba3c3bb48ed278949f31b0b582763852306011 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 11:20:39 -0800 Subject: [PATCH 16/72] Updates output type template to eliminare endChar and fix whitespace --- .../content/applicationjson/Schema.md | 3 +- .../components/schemas/AbstractStepMessage.md | 3 +- .../schemas/AdditionalPropertiesClass.md | 3 +- .../AdditionalPropertiesWithArrayOfEnums.md | 3 +- .../java/docs/components/schemas/Address.md | 3 +- .../java/docs/components/schemas/Animal.md | 3 +- .../components/schemas/AnyTypeAndFormat.md | 3 +- .../components/schemas/ApiResponseSchema.md | 3 +- .../java/docs/components/schemas/Apple.md | 3 +- .../java/docs/components/schemas/AppleReq.md | 3 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 3 +- .../components/schemas/ArrayOfNumberOnly.md | 3 +- .../java/docs/components/schemas/ArrayTest.md | 3 +- .../java/docs/components/schemas/Banana.md | 3 +- .../java/docs/components/schemas/BananaReq.md | 3 +- .../java/docs/components/schemas/BasquePig.md | 3 +- .../docs/components/schemas/Capitalization.md | 3 +- .../java/docs/components/schemas/Category.md | 3 +- .../docs/components/schemas/ClassModel.md | 3 +- .../java/docs/components/schemas/Client.md | 3 +- .../java/docs/components/schemas/DanishPig.md | 3 +- .../java/docs/components/schemas/Drawing.md | 3 +- .../docs/components/schemas/EnumArrays.md | 3 +- .../java/docs/components/schemas/EnumTest.md | 3 +- .../java/docs/components/schemas/File.md | 3 +- .../components/schemas/FileSchemaTestClass.md | 3 +- .../java/docs/components/schemas/Foo.md | 3 +- .../docs/components/schemas/FormatTest.md | 3 +- .../docs/components/schemas/FromSchema.md | 3 +- .../java/docs/components/schemas/Fruit.md | 3 +- .../java/docs/components/schemas/GmFruit.md | 3 +- .../components/schemas/GrandparentAnimal.md | 3 +- .../components/schemas/HasOnlyReadOnly.md | 3 +- .../components/schemas/HealthCheckResult.md | 3 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 3 +- .../schemas/JSONPatchRequestMoveCopy.md | 3 +- .../schemas/JSONPatchRequestRemove.md | 3 +- .../java/docs/components/schemas/MapTest.md | 3 +- ...dPropertiesAndAdditionalPropertiesClass.md | 3 +- .../java/docs/components/schemas/Money.md | 3 +- .../docs/components/schemas/MyObjectDto.md | 3 +- .../java/docs/components/schemas/Name.md | 3 +- .../schemas/NoAdditionalProperties.md | 3 +- .../docs/components/schemas/NullableClass.md | 3 +- .../docs/components/schemas/NumberOnly.md | 3 +- .../schemas/ObjWithRequiredProps.md | 3 +- .../schemas/ObjWithRequiredPropsBase.md | 3 +- .../ObjectModelWithArgAndArgsProperties.md | 3 +- .../schemas/ObjectModelWithRefProps.md | 3 +- .../schemas/ObjectWithCollidingProperties.md | 3 +- .../schemas/ObjectWithDecimalProperties.md | 3 +- .../ObjectWithDifficultlyNamedProps.md | 3 +- .../ObjectWithInlineCompositionProperty.md | 3 +- .../ObjectWithInvalidNamedRefedProperties.md | 3 +- .../ObjectWithNonIntersectingValues.md | 3 +- .../schemas/ObjectWithOnlyOptionalProps.md | 3 +- .../schemas/ObjectWithOptionalTestProp.md | 3 +- .../java/docs/components/schemas/Order.md | 3 +- .../schemas/PaginatedResultMyObjectDto.md | 3 +- .../java/docs/components/schemas/Pet.md | 3 +- .../java/docs/components/schemas/Player.md | 3 +- .../java/docs/components/schemas/PublicKey.md | 3 +- .../schemas/QuadrilateralInterface.md | 3 +- .../docs/components/schemas/ReadOnlyFirst.md | 3 +- .../schemas/ReqPropsFromExplicitAddProps.md | 3 +- .../schemas/ReqPropsFromTrueAddProps.md | 3 +- .../schemas/ReqPropsFromUnsetAddProps.md | 3 +- .../docs/components/schemas/ReturnSchema.md | 3 +- .../components/schemas/Schema200Response.md | 3 +- .../schemas/SelfReferencingObjectModel.md | 3 +- .../components/schemas/SpecialModelname.md | 3 +- .../components/schemas/StringBooleanMap.md | 3 +- .../java/docs/components/schemas/Tag.md | 3 +- .../components/schemas/TriangleInterface.md | 3 +- .../java/docs/components/schemas/User.md | 3 +- .../java/docs/components/schemas/Whale.md | 3 +- .../java/docs/components/schemas/Zebra.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../post/parameters/parameter1/Schema1.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../get/parameters/parameter0/Schema0.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/applicationjson/Schema.java | 9 +- .../responses/headerswithnobody/Headers.java | 12 +- .../content/applicationjson/Schema.java | 9 +- .../content/applicationxml/Schema.java | 9 +- .../Headers.java | 12 +- .../content/applicationjson/Schema.java | 12 +- .../successwithjsonapiresponse/Headers.java | 27 +-- .../schemas/AbstractStepMessage.java | 15 +- .../schemas/AdditionalPropertiesClass.java | 114 ++++------- .../schemas/AdditionalPropertiesSchema.java | 36 ++-- .../AdditionalPropertiesWithArrayOfEnums.java | 24 +-- .../components/schemas/Address.java | 12 +- .../components/schemas/Animal.java | 21 +- .../components/schemas/AnimalFarm.java | 9 +- .../components/schemas/AnyTypeAndFormat.java | 21 +- .../components/schemas/ApiResponseSchema.java | 27 +-- .../components/schemas/Apple.java | 18 +- .../components/schemas/AppleReq.java | 21 +- .../schemas/ArrayHoldingAnyType.java | 9 +- .../schemas/ArrayOfArrayOfNumberOnly.java | 33 ++-- .../components/schemas/ArrayOfEnums.java | 9 +- .../components/schemas/ArrayOfNumberOnly.java | 24 +-- .../components/schemas/ArrayTest.java | 72 +++---- .../schemas/ArrayWithValidationsInItems.java | 9 +- .../components/schemas/Banana.java | 15 +- .../components/schemas/BananaReq.java | 21 +- .../components/schemas/BasquePig.java | 15 +- .../components/schemas/Capitalization.java | 45 ++--- .../components/schemas/Cat.java | 15 +- .../components/schemas/Category.java | 21 +- .../components/schemas/ChildCat.java | 15 +- .../components/schemas/ClassModel.java | 6 +- .../components/schemas/Client.java | 15 +- .../schemas/ComplexQuadrilateral.java | 15 +- ...posedAnyOfDifferentTypesNoValidations.java | 9 +- .../components/schemas/ComposedArray.java | 9 +- .../schemas/ComposedOneOfDifferentTypes.java | 9 +- .../components/schemas/DanishPig.java | 15 +- .../components/schemas/Dog.java | 15 +- .../components/schemas/Drawing.java | 48 ++--- .../components/schemas/EnumArrays.java | 30 +-- .../components/schemas/EnumTest.java | 63 ++---- .../schemas/EquilateralTriangle.java | 15 +- .../components/schemas/File.java | 15 +- .../schemas/FileSchemaTestClass.java | 30 +-- .../components/schemas/Foo.java | 15 +- .../components/schemas/FormatTest.java | 102 ++++------ .../components/schemas/FromSchema.java | 21 +- .../components/schemas/Fruit.java | 12 +- .../components/schemas/GmFruit.java | 12 +- .../components/schemas/GrandparentAnimal.java | 15 +- .../components/schemas/HasOnlyReadOnly.java | 21 +- .../components/schemas/HealthCheckResult.java | 15 +- .../components/schemas/IsoscelesTriangle.java | 15 +- .../components/schemas/Items.java | 9 +- .../components/schemas/JSONPatchRequest.java | 9 +- .../JSONPatchRequestAddReplaceTest.java | 24 +-- .../schemas/JSONPatchRequestMoveCopy.java | 21 +- .../schemas/JSONPatchRequestRemove.java | 18 +- .../components/schemas/MapTest.java | 81 +++----- ...ropertiesAndAdditionalPropertiesClass.java | 27 +-- .../components/schemas/Money.java | 21 +- .../components/schemas/MyObjectDto.java | 12 +- .../components/schemas/Name.java | 24 +-- .../schemas/NoAdditionalProperties.java | 15 +- .../components/schemas/NullableClass.java | 138 +++++--------- .../components/schemas/NumberOnly.java | 15 +- .../schemas/ObjWithRequiredProps.java | 15 +- .../schemas/ObjWithRequiredPropsBase.java | 15 +- .../ObjectModelWithArgAndArgsProperties.java | 21 +- .../schemas/ObjectModelWithRefProps.java | 27 +-- ...hAllOfWithReqTestPropFromUnsetAddProp.java | 15 +- .../ObjectWithCollidingProperties.java | 21 +- .../schemas/ObjectWithDecimalProperties.java | 27 +-- .../ObjectWithDifficultlyNamedProps.java | 9 +- .../ObjectWithInlineCompositionProperty.java | 12 +- ...ObjectWithInvalidNamedRefedProperties.java | 15 +- .../ObjectWithNonIntersectingValues.java | 21 +- .../schemas/ObjectWithOnlyOptionalProps.java | 21 +- .../schemas/ObjectWithOptionalTestProp.java | 15 +- .../components/schemas/Order.java | 45 ++--- .../schemas/PaginatedResultMyObjectDto.java | 30 +-- .../components/schemas/Pet.java | 63 ++---- .../components/schemas/Player.java | 21 +- .../components/schemas/PublicKey.java | 15 +- .../schemas/QuadrilateralInterface.java | 18 +- .../components/schemas/ReadOnlyFirst.java | 21 +- .../schemas/ReqPropsFromExplicitAddProps.java | 15 +- .../schemas/ReqPropsFromTrueAddProps.java | 15 +- .../schemas/ReqPropsFromUnsetAddProps.java | 9 +- .../components/schemas/ReturnSchema.java | 6 +- .../components/schemas/ScaleneTriangle.java | 15 +- .../components/schemas/Schema200Response.java | 12 +- .../schemas/SelfReferencingArrayModel.java | 9 +- .../schemas/SelfReferencingObjectModel.java | 21 +- .../schemas/SimpleQuadrilateral.java | 15 +- .../components/schemas/SpecialModelname.java | 15 +- .../components/schemas/StringBooleanMap.java | 12 +- .../components/schemas/Tag.java | 21 +- .../components/schemas/TriangleInterface.java | 18 +- .../components/schemas/User.java | 78 +++----- .../components/schemas/Whale.java | 27 +-- .../components/schemas/Zebra.java | 24 +-- .../delete/HeaderParameters.java | 12 +- .../delete/PathParameters.java | 12 +- .../commonparamsubdir/get/PathParameters.java | 12 +- .../get/QueryParameters.java | 12 +- .../post/HeaderParameters.java | 12 +- .../post/PathParameters.java | 12 +- .../paths/fake/delete/HeaderParameters.java | 21 +- .../paths/fake/delete/QueryParameters.java | 33 ++-- .../paths/fake/get/HeaderParameters.java | 21 +- .../paths/fake/get/QueryParameters.java | 33 ++-- .../get/parameters/parameter0/Schema0.java | 9 +- .../get/parameters/parameter2/Schema2.java | 9 +- .../applicationxwwwformurlencoded/Schema.java | 30 +-- .../applicationxwwwformurlencoded/Schema.java | 57 ++---- .../put/QueryParameters.java | 12 +- .../put/QueryParameters.java | 27 +-- .../delete/PathParameters.java | 12 +- .../content/applicationjson/Schema.java | 12 +- .../post/QueryParameters.java | 21 +- .../post/parameters/parameter1/Schema1.java | 12 +- .../content/multipartformdata/Schema.java | 12 +- .../content/multipartformdata/Schema.java | 12 +- .../applicationxwwwformurlencoded/Schema.java | 21 +- .../content/applicationjson/Schema.java | 15 +- .../content/multipartformdata/Schema.java | 15 +- .../fakeobjinquery/get/QueryParameters.java | 12 +- .../get/parameters/parameter0/Schema0.java | 15 +- .../post/CookieParameters.java | 27 +-- .../post/HeaderParameters.java | 21 +- .../post/PathParameters.java | 27 +-- .../post/QueryParameters.java | 27 +-- .../post/PathParameters.java | 12 +- .../content/multipartformdata/Schema.java | 21 +- .../get/QueryParameters.java | 12 +- .../get/QueryParameters.java | 12 +- .../put/QueryParameters.java | 45 ++--- .../put/parameters/parameter0/Schema0.java | 9 +- .../put/parameters/parameter1/Schema1.java | 9 +- .../put/parameters/parameter2/Schema2.java | 9 +- .../put/parameters/parameter3/Schema3.java | 9 +- .../put/parameters/parameter4/Schema4.java | 9 +- .../content/multipartformdata/Schema.java | 21 +- .../content/multipartformdata/Schema.java | 24 +-- .../content/applicationjson/Schema.java | 9 +- .../petfindbystatus/get/QueryParameters.java | 12 +- .../get/parameters/parameter0/Schema0.java | 9 +- .../petfindbytags/get/QueryParameters.java | 12 +- .../get/parameters/parameter0/Schema0.java | 9 +- .../petpetid/delete/HeaderParameters.java | 12 +- .../paths/petpetid/delete/PathParameters.java | 12 +- .../paths/petpetid/get/PathParameters.java | 12 +- .../paths/petpetid/post/PathParameters.java | 12 +- .../applicationxwwwformurlencoded/Schema.java | 21 +- .../post/PathParameters.java | 12 +- .../content/multipartformdata/Schema.java | 21 +- .../delete/PathParameters.java | 12 +- .../storeorderorderid/get/PathParameters.java | 12 +- .../paths/userlogin/get/QueryParameters.java | 21 +- .../get/responses/response200/Headers.java | 21 +- .../userusername/delete/PathParameters.java | 12 +- .../userusername/get/PathParameters.java | 12 +- .../userusername/put/PathParameters.java | 12 +- .../types/_schema_output_type_base.hbs | 180 +++++++++--------- 259 files changed, 1329 insertions(+), 2568 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index b87f105368d..408833b1212 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,8 +19,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap - +base class: FrozenMap { - - SchemaList(FrozenList m) { - + public static class SchemaList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -34,8 +32,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(User.User1.class)) )); - protected static SchemaList getListOutputInstance(FrozenList arg) { - + protected static SchemaList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java index f5513d6589d..226fdf6c164 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java @@ -24,10 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeadersMap extends FrozenMap { - - HeadersMap(FrozenMap m) { - + public static class HeadersMap extends FrozenMap requiredKeys = Set.of(); @@ -38,8 +36,7 @@ public static HeadersMap of(Map arg, SchemaConfiguration configu return Headers1.validate(arg, configuration); } - public String location() { - + public String String key = "location"; throwIfKeyNotPresent(key); return get(key); @@ -54,8 +51,7 @@ public class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeadersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeadersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java index feedb5a2e39..a160f23a5ce 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java @@ -18,10 +18,8 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public static class SchemaList extends FrozenList { - - SchemaList(FrozenList m) { - + public static class SchemaList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,8 +33,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) )); - protected static SchemaList getListOutputInstance(FrozenList arg) { - + protected static SchemaList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java index f6b28e49900..5d2fc75a75c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java @@ -17,10 +17,8 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public static class SchemaList extends FrozenList { - - SchemaList(FrozenList m) { - + public static class SchemaList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -34,8 +32,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) )); - protected static SchemaList getListOutputInstance(FrozenList arg) { - + protected static SchemaList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java index ee0bce84dc2..44b483984da 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java @@ -24,10 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeadersMap extends FrozenMap { - - HeadersMap(FrozenMap m) { - + public static class HeadersMap extends FrozenMap requiredKeys = Set.of(); @@ -38,8 +36,7 @@ public static HeadersMap of(Map arg, SchemaConfiguration configu return Headers1.validate(arg, configuration); } - public String someHeader() { - + public String String key = "someHeader"; throwIfKeyNotPresent(key); return get(key); @@ -54,8 +51,7 @@ public class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeadersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeadersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java index dc097ef5501..1ebb20591e8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java @@ -19,10 +19,8 @@ public class Schema { public class AdditionalProperties extends Int32JsonSchema {} - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -31,8 +29,7 @@ public static SchemaMap of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public int getAdditionalProperty(String name) { - + public int throwIfKeyNotPresent(name); return get(name); } @@ -43,8 +40,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java index 5cd6806cee3..8b407e75cb7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java @@ -28,10 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeadersMap extends FrozenMap { - - HeadersMap(FrozenMap m) { - + public static class HeadersMap extends FrozenMap requiredKeys = Set.of( @@ -47,24 +45,18 @@ public static HeadersMap of(Map arg, SchemaConfiguration configu return Headers1.validate(arg, configuration); } - public int int32() { - - return (int) get("int32"); - + public int + return (int } - public String stringHeader() { - - return (String) get("stringHeader"); - + public String + return (String } - public String numberHeader() { - + public String String key = "numberHeader"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } } @@ -86,8 +78,7 @@ public class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeadersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeadersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java index f89c76ef6f4..80acbfa6f3b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java @@ -21,10 +21,8 @@ public class AbstractStepMessage { public class Discriminator extends StringJsonSchema {} - public static class AbstractStepMessageMap extends FrozenMap { - - AbstractStepMessageMap(FrozenMap m) { - + public static class AbstractStepMessageMap extends FrozenMap requiredKeys = Set.of( @@ -41,10 +39,8 @@ public Object description() { return get("description"); } - public String discriminator() { - - return (String) get("discriminator"); - + public String + return (String } public Object sequenceNumber() { @@ -78,8 +74,7 @@ public class AbstractStepMessage1 extends JsonSchema { "sequenceNumber" ))) )); - protected static AbstractStepMessageMap getMapOutputInstance(FrozenMap arg) { - + protected static AbstractStepMessageMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java index 35483b789d1..661e8ffabeb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java @@ -24,10 +24,8 @@ public class AdditionalPropertiesClass { public class AdditionalProperties extends StringJsonSchema {} - public static class MapPropertyMap extends FrozenMap { - - MapPropertyMap(FrozenMap m) { - + public static class MapPropertyMap extends FrozenMap requiredKeys = Set.of(); @@ -36,8 +34,7 @@ public static MapPropertyMap of(Map arg, SchemaConfiguration con return MapProperty.validate(arg, configuration); } - public String getAdditionalProperty(String name) { - + public String throwIfKeyNotPresent(name); return get(name); } @@ -48,8 +45,7 @@ public class MapProperty extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static MapPropertyMap getMapOutputInstance(FrozenMap arg) { - + protected static MapPropertyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -61,10 +57,8 @@ public static MapPropertyMap validate(Map arg, SchemaConfigurati public class AdditionalProperties2 extends StringJsonSchema {} - public static class AdditionalPropertiesMap extends FrozenMap { - - AdditionalPropertiesMap(FrozenMap m) { - + public static class AdditionalPropertiesMap extends FrozenMap requiredKeys = Set.of(); @@ -73,8 +67,7 @@ public static AdditionalPropertiesMap of(Map arg, SchemaConfigur return AdditionalProperties1.validate(arg, configuration); } - public String getAdditionalProperty(String name) { - + public String throwIfKeyNotPresent(name); return get(name); } @@ -85,8 +78,7 @@ public class AdditionalProperties1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) )); - protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { - + protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -95,10 +87,8 @@ public static AdditionalPropertiesMap validate(Map arg, SchemaCo } - public static class MapOfMapPropertyMap extends FrozenMap { - - MapOfMapPropertyMap(FrozenMap m) { - + public static class MapOfMapPropertyMap extends FrozenMap requiredKeys = Set.of(); @@ -107,8 +97,7 @@ public static MapOfMapPropertyMap of(Map> arg, Schem return MapOfMapProperty.validate(arg, configuration); } - public AdditionalPropertiesMap getAdditionalProperty(String name) { - + public AdditionalPropertiesMap throwIfKeyNotPresent(name); return get(name); } @@ -119,8 +108,7 @@ public class MapOfMapProperty extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) )); - protected static MapOfMapPropertyMap getMapOutputInstance(FrozenMap arg) { - + protected static MapOfMapPropertyMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { @@ -141,10 +129,8 @@ public class MapWithUndeclaredPropertiesAnytype2 extends MapJsonSchema {} public class AdditionalProperties3 extends AnyTypeJsonSchema {} - public static class MapWithUndeclaredPropertiesAnytype3Map extends FrozenMap { - - MapWithUndeclaredPropertiesAnytype3Map(FrozenMap m) { - + public static class MapWithUndeclaredPropertiesAnytype3Map extends FrozenMap requiredKeys = Set.of(); @@ -153,8 +139,7 @@ public static MapWithUndeclaredPropertiesAnytype3Map of(Map arg, return MapWithUndeclaredPropertiesAnytype3.validate(arg, configuration); } - public Object getAdditionalProperty(String name) { - + public Object throwIfKeyNotPresent(name); return get(name); } @@ -165,8 +150,7 @@ public class MapWithUndeclaredPropertiesAnytype3 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) )); - protected static MapWithUndeclaredPropertiesAnytype3Map getMapOutputInstance(FrozenMap arg) { - + protected static MapWithUndeclaredPropertiesAnytype3Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -208,10 +192,8 @@ public static EmptyMapMap validate(Map arg, SchemaConfiguration public class AdditionalProperties5 extends StringJsonSchema {} - public static class MapWithUndeclaredPropertiesStringMap extends FrozenMap { - - MapWithUndeclaredPropertiesStringMap(FrozenMap m) { - + public static class MapWithUndeclaredPropertiesStringMap extends FrozenMap requiredKeys = Set.of(); @@ -220,8 +202,7 @@ public static MapWithUndeclaredPropertiesStringMap of(Map arg, S return MapWithUndeclaredPropertiesString.validate(arg, configuration); } - public String getAdditionalProperty(String name) { - + public String throwIfKeyNotPresent(name); return get(name); } @@ -232,8 +213,7 @@ public class MapWithUndeclaredPropertiesString extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) )); - protected static MapWithUndeclaredPropertiesStringMap getMapOutputInstance(FrozenMap arg) { - + protected static MapWithUndeclaredPropertiesStringMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -242,10 +222,8 @@ public static MapWithUndeclaredPropertiesStringMap validate(Map } - public static class AdditionalPropertiesClassMap extends FrozenMap { - - AdditionalPropertiesClassMap(FrozenMap m) { - + public static class AdditionalPropertiesClassMap extends FrozenMap requiredKeys = Set.of(); @@ -263,67 +241,52 @@ public static AdditionalPropertiesClassMap of(Map arg, SchemaCon return AdditionalPropertiesClass1.validate(arg, configuration); } - public MapPropertyMap map_property() { - + public MapPropertyMap String key = "map_property"; throwIfKeyNotPresent(key); - return (MapPropertyMap) get(key); - + return (MapPropertyMap } - public MapOfMapPropertyMap map_of_map_property() { - + public MapOfMapPropertyMap String key = "map_of_map_property"; throwIfKeyNotPresent(key); - return (MapOfMapPropertyMap) get(key); - + return (MapOfMapPropertyMap } - public Object anytype_1() { - + public Object String key = "anytype_1"; throwIfKeyNotPresent(key); return get(key); } - public FrozenMap map_with_undeclared_properties_anytype_1() { - + public FrozenMap String key = "map_with_undeclared_properties_anytype_1"; throwIfKeyNotPresent(key); - return (FrozenMap) get(key); - + return (FrozenMap } - public FrozenMap map_with_undeclared_properties_anytype_2() { - + public FrozenMap String key = "map_with_undeclared_properties_anytype_2"; throwIfKeyNotPresent(key); - return (FrozenMap) get(key); - + return (FrozenMap } - public MapWithUndeclaredPropertiesAnytype3Map map_with_undeclared_properties_anytype_3() { - + public MapWithUndeclaredPropertiesAnytype3Map String key = "map_with_undeclared_properties_anytype_3"; throwIfKeyNotPresent(key); - return (MapWithUndeclaredPropertiesAnytype3Map) get(key); - + return (MapWithUndeclaredPropertiesAnytype3Map } - public EmptyMapMap empty_map() { - + public EmptyMapMap String key = "empty_map"; throwIfKeyNotPresent(key); - return (EmptyMapMap) get(key); - + return (EmptyMapMap } - public MapWithUndeclaredPropertiesStringMap map_with_undeclared_properties_string() { - + public MapWithUndeclaredPropertiesStringMap String key = "map_with_undeclared_properties_string"; throwIfKeyNotPresent(key); - return (MapWithUndeclaredPropertiesStringMap) get(key); - + return (MapWithUndeclaredPropertiesStringMap } public Object getAdditionalProperty(String name) { @@ -353,8 +316,7 @@ public class AdditionalPropertiesClass1 extends JsonSchema { new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class) ))) )); - protected static AdditionalPropertiesClassMap getMapOutputInstance(FrozenMap arg) { - + protected static AdditionalPropertiesClassMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java index e7d64459aad..b3b338967f7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java @@ -24,10 +24,8 @@ public class AdditionalPropertiesSchema { public class AdditionalProperties extends AnyTypeJsonSchema {} - public static class Schema0Map extends FrozenMap { - - Schema0Map(FrozenMap m) { - + public static class Schema0Map extends FrozenMap requiredKeys = Set.of(); @@ -36,8 +34,7 @@ public static Schema0Map of(Map arg, SchemaConfiguration configu return Schema0.validate(arg, configuration); } - public Object getAdditionalProperty(String name) { - + public Object throwIfKeyNotPresent(name); return get(name); } @@ -48,8 +45,7 @@ public class Schema0 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static Schema0Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema0Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -108,10 +104,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -120,8 +114,7 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public Object getAdditionalProperty(String name) { - + public Object throwIfKeyNotPresent(name); return get(name); } @@ -132,8 +125,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -192,10 +184,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class Schema2Map extends FrozenMap { - - Schema2Map(FrozenMap m) { - + public static class Schema2Map extends FrozenMap requiredKeys = Set.of(); @@ -204,8 +194,7 @@ public static Schema2Map of(Map arg, SchemaConfiguration configu return Schema2.validate(arg, configuration); } - public Object getAdditionalProperty(String name) { - + public Object throwIfKeyNotPresent(name); return get(name); } @@ -216,8 +205,7 @@ public class Schema2 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) )); - protected static Schema2Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema2Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java index 90a48b09909..a257e989999 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java @@ -18,10 +18,8 @@ public class AdditionalPropertiesWithArrayOfEnums { // nest classes so all schemas and input/output classes can be public - public static class AdditionalPropertiesList extends FrozenList { - - AdditionalPropertiesList(FrozenList m) { - + public static class AdditionalPropertiesList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,8 +33,7 @@ public class AdditionalProperties extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) )); - protected static AdditionalPropertiesList getListOutputInstance(FrozenList arg) { - + protected static AdditionalPropertiesList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -44,10 +41,8 @@ public static AdditionalPropertiesList validate(List arg, SchemaConfigur } } - public static class AdditionalPropertiesWithArrayOfEnumsMap extends FrozenMap { - - AdditionalPropertiesWithArrayOfEnumsMap(FrozenMap m) { - + public static class AdditionalPropertiesWithArrayOfEnumsMap extends FrozenMap requiredKeys = Set.of(); @@ -56,11 +51,9 @@ public static AdditionalPropertiesWithArrayOfEnumsMap of(Map arg) { - + protected static AdditionalPropertiesWithArrayOfEnumsMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java index 802d3aa1325..9776ba2e459 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java @@ -19,10 +19,8 @@ public class Address { public class AdditionalProperties extends IntJsonSchema {} - public static class AddressMap extends FrozenMap { - - AddressMap(FrozenMap m) { - + public static class AddressMap extends FrozenMap requiredKeys = Set.of(); @@ -31,8 +29,7 @@ public static AddressMap of(Map arg, SchemaConfiguration configura return Address1.validate(arg, configuration); } - public long getAdditionalProperty(String name) { - + public long throwIfKeyNotPresent(name); return get(name); } @@ -49,8 +46,7 @@ public class Address1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static AddressMap getMapOutputInstance(FrozenMap arg) { - + protected static AddressMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java index ff932fb2b9d..b4f21d2541a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java @@ -32,10 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class AnimalMap extends FrozenMap { - - AnimalMap(FrozenMap m) { - + public static class AnimalMap extends FrozenMap requiredKeys = Set.of( @@ -48,18 +46,14 @@ public static AnimalMap of(Map arg, SchemaConfiguration configur return Animal1.validate(arg, configuration); } - public String className() { - - return (String) get("className"); - + public String + return (String } - public String color() { - + public String String key = "color"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -86,8 +80,7 @@ public class Animal1 extends JsonSchema { "className" ))) )); - protected static AnimalMap getMapOutputInstance(FrozenMap arg) { - + protected static AnimalMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java index 52564905938..f3f35140965 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java @@ -16,10 +16,8 @@ public class AnimalFarm { // nest classes so all schemas and input/output classes can be public - public static class AnimalFarmList extends FrozenList { - - AnimalFarmList(FrozenList m) { - + public static class AnimalFarmList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -39,8 +37,7 @@ public class AnimalFarm1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) )); - protected static AnimalFarmList getListOutputInstance(FrozenList arg) { - + protected static AnimalFarmList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java index 72c919dcd6a..f16b6e5da8d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java @@ -499,10 +499,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class AnyTypeAndFormatMap extends FrozenMap { - - AnyTypeAndFormatMap(FrozenMap m) { - + public static class AnyTypeAndFormatMap extends FrozenMap requiredKeys = Set.of(); @@ -521,29 +519,25 @@ public static AnyTypeAndFormatMap of(Map arg, SchemaConfiguratio return AnyTypeAndFormat1.validate(arg, configuration); } - public Object date() { - + public Object String key = "date"; throwIfKeyNotPresent(key); return get(key); } - public Object binary() { - + public Object String key = "binary"; throwIfKeyNotPresent(key); return get(key); } - public Object int32() { - + public Object String key = "int32"; throwIfKeyNotPresent(key); return get(key); } - public Object int64() { - + public Object String key = "int64"; throwIfKeyNotPresent(key); return get(key); @@ -577,8 +571,7 @@ public class AnyTypeAndFormat1 extends JsonSchema { new PropertyEntry("float", FloatSchema.class) ))) )); - protected static AnyTypeAndFormatMap getMapOutputInstance(FrozenMap arg) { - + protected static AnyTypeAndFormatMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java index 69518f380a8..be7f6f6e1bb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java @@ -27,10 +27,8 @@ public class Type extends StringJsonSchema {} public class Message extends StringJsonSchema {} - public static class ApiResponseMap extends FrozenMap { - - ApiResponseMap(FrozenMap m) { - + public static class ApiResponseMap extends FrozenMap requiredKeys = Set.of(); @@ -43,28 +41,22 @@ public static ApiResponseMap of(Map arg, SchemaConfiguration con return ApiResponseSchema1.validate(arg, configuration); } - public int code() { - + public int String key = "code"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public String type() { - + public String String key = "type"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String message() { - + public String String key = "message"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -89,8 +81,7 @@ public class ApiResponseSchema1 extends JsonSchema { new PropertyEntry("message", Message.class) ))) )); - protected static ApiResponseMap getMapOutputInstance(FrozenMap arg) { - + protected static ApiResponseMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java index b477f5b6645..8263bfd4413 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java @@ -39,10 +39,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class AppleMap extends FrozenMap { - - AppleMap(FrozenMap m) { - + public static class AppleMap extends FrozenMap requiredKeys = Set.of( @@ -55,18 +53,14 @@ public static AppleMap of(Map arg, SchemaConfiguration configura return Apple1.validate(arg, configuration); } - public String cultivar() { - - return (String) get("cultivar"); - + public String + return (String } - public String origin() { - + public String String key = "origin"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java index 8b45761dd7e..75de20dae9a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java @@ -32,10 +32,8 @@ public class Cultivar extends StringJsonSchema {} public class Mealy extends BooleanJsonSchema {} - public static class AppleReqMap extends FrozenMap { - - AppleReqMap(FrozenMap m) { - + public static class AppleReqMap extends FrozenMap requiredKeys = Set.of( @@ -48,18 +46,14 @@ public static AppleReqMap of(Map arg, SchemaConfiguration config return AppleReq1.validate(arg, configuration); } - public String cultivar() { - - return (String) get("cultivar"); - + public String + return (String } - public boolean mealy() { - + public boolean String key = "mealy"; throwIfKeyNotPresent(key); - return (boolean) get(key); - + return (boolean } } @@ -81,8 +75,7 @@ public class AppleReq1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static AppleReqMap getMapOutputInstance(FrozenMap arg) { - + protected static AppleReqMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java index 301921928dc..4da99837065 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java @@ -20,10 +20,8 @@ public class ArrayHoldingAnyType { public class Items extends AnyTypeJsonSchema {} - public static class ArrayHoldingAnyTypeList extends FrozenList { - - ArrayHoldingAnyTypeList(FrozenList m) { - + public static class ArrayHoldingAnyTypeList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -43,8 +41,7 @@ public class ArrayHoldingAnyType1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayHoldingAnyTypeList getListOutputInstance(FrozenList arg) { - + protected static ArrayHoldingAnyTypeList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java index 07dd37d5492..212a0ad6f6f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java @@ -23,10 +23,8 @@ public class ArrayOfArrayOfNumberOnly { public class Items1 extends NumberJsonSchema {} - public static class ItemsList extends FrozenList { - - ItemsList(FrozenList m) { - + public static class ItemsList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -40,8 +38,7 @@ public class Items extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) )); - protected static ItemsList getListOutputInstance(FrozenList arg) { - + protected static ItemsList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -49,10 +46,8 @@ public static ItemsList validate(List arg, SchemaConfiguration configura } } - public static class ArrayArrayNumberList extends FrozenList { - - ArrayArrayNumberList(FrozenList m) { - + public static class ArrayArrayNumberList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -66,8 +61,7 @@ public class ArrayArrayNumber extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayArrayNumberList getListOutputInstance(FrozenList arg) { - + protected static ArrayArrayNumberList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -75,10 +69,8 @@ public static ArrayArrayNumberList validate(List> arg, SchemaConfig } } - public static class ArrayOfArrayOfNumberOnlyMap extends FrozenMap { - - ArrayOfArrayOfNumberOnlyMap(FrozenMap m) { - + public static class ArrayOfArrayOfNumberOnlyMap extends FrozenMap requiredKeys = Set.of(); @@ -89,12 +81,10 @@ public static ArrayOfArrayOfNumberOnlyMap of(Map arg, SchemaConf return ArrayOfArrayOfNumberOnly1.validate(arg, configuration); } - public ArrayArrayNumberList ArrayArrayNumber() { - + public ArrayArrayNumberList String key = "ArrayArrayNumber"; throwIfKeyNotPresent(key); - return (ArrayArrayNumberList) get(key); - + return (ArrayArrayNumberList } public Object getAdditionalProperty(String name) { @@ -117,8 +107,7 @@ public class ArrayOfArrayOfNumberOnly1 extends JsonSchema { new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class) ))) )); - protected static ArrayOfArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg) { - + protected static ArrayOfArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java index fbcc8ea8651..89baf7d4963 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java @@ -16,10 +16,8 @@ public class ArrayOfEnums { // nest classes so all schemas and input/output classes can be public - public static class ArrayOfEnumsList extends FrozenList { - - ArrayOfEnumsList(FrozenList m) { - + public static class ArrayOfEnumsList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -39,8 +37,7 @@ public class ArrayOfEnums1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) )); - protected static ArrayOfEnumsList getListOutputInstance(FrozenList arg) { - + protected static ArrayOfEnumsList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java index f9b3ff64eb2..f87e9e93741 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java @@ -23,10 +23,8 @@ public class ArrayOfNumberOnly { public class Items extends NumberJsonSchema {} - public static class ArrayNumberList extends FrozenList { - - ArrayNumberList(FrozenList m) { - + public static class ArrayNumberList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -40,8 +38,7 @@ public class ArrayNumber extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayNumberList getListOutputInstance(FrozenList arg) { - + protected static ArrayNumberList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -49,10 +46,8 @@ public static ArrayNumberList validate(List arg, SchemaConfiguration con } } - public static class ArrayOfNumberOnlyMap extends FrozenMap { - - ArrayOfNumberOnlyMap(FrozenMap m) { - + public static class ArrayOfNumberOnlyMap extends FrozenMap requiredKeys = Set.of(); @@ -63,12 +58,10 @@ public static ArrayOfNumberOnlyMap of(Map arg, SchemaConfigurati return ArrayOfNumberOnly1.validate(arg, configuration); } - public ArrayNumberList ArrayNumber() { - + public ArrayNumberList String key = "ArrayNumber"; throwIfKeyNotPresent(key); - return (ArrayNumberList) get(key); - + return (ArrayNumberList } public Object getAdditionalProperty(String name) { @@ -91,8 +84,7 @@ public class ArrayOfNumberOnly1 extends JsonSchema { new PropertyEntry("ArrayNumber", ArrayNumber.class) ))) )); - protected static ArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg) { - + protected static ArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java index ffe2b23c4f1..285f54242af 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java @@ -24,10 +24,8 @@ public class ArrayTest { public class Items extends StringJsonSchema {} - public static class ArrayOfStringList extends FrozenList { - - ArrayOfStringList(FrozenList m) { - + public static class ArrayOfStringList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -41,8 +39,7 @@ public class ArrayOfString extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayOfStringList getListOutputInstance(FrozenList arg) { - + protected static ArrayOfStringList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -53,10 +50,8 @@ public static ArrayOfStringList validate(List arg, SchemaConfiguration c public class Items2 extends Int64JsonSchema {} - public static class ItemsList extends FrozenList { - - ItemsList(FrozenList m) { - + public static class ItemsList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -70,8 +65,7 @@ public class Items1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static ItemsList getListOutputInstance(FrozenList arg) { - + protected static ItemsList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -79,10 +73,8 @@ public static ItemsList validate(List arg, SchemaConfiguration configurati } } - public static class ArrayArrayOfIntegerList extends FrozenList { - - ArrayArrayOfIntegerList(FrozenList m) { - + public static class ArrayArrayOfIntegerList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -96,8 +88,7 @@ public class ArrayArrayOfInteger extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) )); - protected static ArrayArrayOfIntegerList getListOutputInstance(FrozenList arg) { - + protected static ArrayArrayOfIntegerList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -105,10 +96,8 @@ public static ArrayArrayOfIntegerList validate(List> arg, SchemaConfi } } - public static class ItemsList1 extends FrozenList { - - ItemsList1(FrozenList m) { - + public static class ItemsList1 extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -122,8 +111,7 @@ public class Items3 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) )); - protected static ItemsList1 getListOutputInstance(FrozenList arg) { - + protected static ItemsList1 getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -131,10 +119,8 @@ public static ItemsList1 validate(List> arg, SchemaConfigura } } - public static class ArrayArrayOfModelList extends FrozenList { - - ArrayArrayOfModelList(FrozenList m) { - + public static class ArrayArrayOfModelList extends FrozenList>> arg, SchemaConfiguration configuration) throws ValidationException { @@ -148,8 +134,7 @@ public class ArrayArrayOfModel extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items3.class)) )); - protected static ArrayArrayOfModelList getListOutputInstance(FrozenList arg) { - + protected static ArrayArrayOfModelList getListOutputInstance(FrozenList>> arg, SchemaConfiguration configuration) throws ValidationException { @@ -157,10 +142,8 @@ public static ArrayArrayOfModelList validate(List>> arg } } - public static class ArrayTestMap extends FrozenMap { - - ArrayTestMap(FrozenMap m) { - + public static class ArrayTestMap extends FrozenMap requiredKeys = Set.of(); @@ -173,28 +156,22 @@ public static ArrayTestMap of(Map arg, SchemaConfiguration confi return ArrayTest1.validate(arg, configuration); } - public ArrayOfStringList array_of_string() { - + public ArrayOfStringList String key = "array_of_string"; throwIfKeyNotPresent(key); - return (ArrayOfStringList) get(key); - + return (ArrayOfStringList } - public ArrayArrayOfIntegerList array_array_of_integer() { - + public ArrayArrayOfIntegerList String key = "array_array_of_integer"; throwIfKeyNotPresent(key); - return (ArrayArrayOfIntegerList) get(key); - + return (ArrayArrayOfIntegerList } - public ArrayArrayOfModelList array_array_of_model() { - + public ArrayArrayOfModelList String key = "array_array_of_model"; throwIfKeyNotPresent(key); - return (ArrayArrayOfModelList) get(key); - + return (ArrayArrayOfModelList } public Object getAdditionalProperty(String name) { @@ -219,8 +196,7 @@ public class ArrayTest1 extends JsonSchema { new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class) ))) )); - protected static ArrayTestMap getMapOutputInstance(FrozenMap arg) { - + protected static ArrayTestMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java index 13f194c3416..eddc0774e2f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java @@ -44,10 +44,8 @@ public static long validate(double arg, SchemaConfiguration configuration) throw } } - public static class ArrayWithValidationsInItemsList extends FrozenList { - - ArrayWithValidationsInItemsList(FrozenList m) { - + public static class ArrayWithValidationsInItemsList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -67,8 +65,7 @@ public class ArrayWithValidationsInItems1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayWithValidationsInItemsList getListOutputInstance(FrozenList arg) { - + protected static ArrayWithValidationsInItemsList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java index 1bdc42cc3c9..8df708dbbda 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java @@ -21,10 +21,8 @@ public class Banana { public class LengthCm extends NumberJsonSchema {} - public static class BananaMap extends FrozenMap { - - BananaMap(FrozenMap m) { - + public static class BananaMap extends FrozenMap requiredKeys = Set.of( @@ -35,10 +33,8 @@ public static BananaMap of(Map arg, SchemaConfiguration configur return Banana1.validate(arg, configuration); } - public Number lengthCm() { - - return (Number) get("lengthCm"); - + public Number + return (Number } public Object getAdditionalProperty(String name) { @@ -64,8 +60,7 @@ public class Banana1 extends JsonSchema { "lengthCm" ))) )); - protected static BananaMap getMapOutputInstance(FrozenMap arg) { - + protected static BananaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java index cbd7a99c4d8..e26e27e98ba 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java @@ -32,10 +32,8 @@ public class LengthCm extends NumberJsonSchema {} public class Sweet extends BooleanJsonSchema {} - public static class BananaReqMap extends FrozenMap { - - BananaReqMap(FrozenMap m) { - + public static class BananaReqMap extends FrozenMap requiredKeys = Set.of( @@ -48,18 +46,14 @@ public static BananaReqMap of(Map arg, SchemaConfiguration confi return BananaReq1.validate(arg, configuration); } - public Number lengthCm() { - - return (Number) get("lengthCm"); - + public Number + return (Number } - public boolean sweet() { - + public boolean String key = "sweet"; throwIfKeyNotPresent(key); - return (boolean) get(key); - + return (boolean } } @@ -81,8 +75,7 @@ public class BananaReq1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static BananaReqMap getMapOutputInstance(FrozenMap arg) { - + protected static BananaReqMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java index cf6cd3872d8..5c3c8ca720a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java @@ -28,10 +28,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class BasquePigMap extends FrozenMap { - - BasquePigMap(FrozenMap m) { - + public static class BasquePigMap extends FrozenMap requiredKeys = Set.of( @@ -42,10 +40,8 @@ public static BasquePigMap of(Map arg, SchemaConfiguration confi return BasquePig1.validate(arg, configuration); } - public String className() { - - return (String) get("className"); - + public String + return (String } public Object getAdditionalProperty(String name) { @@ -71,8 +67,7 @@ public class BasquePig1 extends JsonSchema { "className" ))) )); - protected static BasquePigMap getMapOutputInstance(FrozenMap arg) { - + protected static BasquePigMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java index 352cb4a385f..67fb68069f8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java @@ -35,10 +35,8 @@ public class SCAETHFlowPoints extends StringJsonSchema {} public class ATTNAME extends StringJsonSchema {} - public static class CapitalizationMap extends FrozenMap { - - CapitalizationMap(FrozenMap m) { - + public static class CapitalizationMap extends FrozenMap requiredKeys = Set.of(); @@ -54,52 +52,40 @@ public static CapitalizationMap of(Map arg, SchemaConfiguration return Capitalization1.validate(arg, configuration); } - public String smallCamel() { - + public String String key = "smallCamel"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String CapitalCamel() { - + public String String key = "CapitalCamel"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String small_Snake() { - + public String String key = "small_Snake"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String Capital_Snake() { - + public String String key = "Capital_Snake"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String SCA_ETH_Flow_Points() { - + public String String key = "SCA_ETH_Flow_Points"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String ATT_NAME() { - + public String String key = "ATT_NAME"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -127,8 +113,7 @@ public class Capitalization1 extends JsonSchema { new PropertyEntry("ATT_NAME", ATTNAME.class) ))) )); - protected static CapitalizationMap getMapOutputInstance(FrozenMap arg) { - + protected static CapitalizationMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java index 0202232470f..7a408dfa8b3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java @@ -25,10 +25,8 @@ public class Cat { public class Declawed extends BooleanJsonSchema {} - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -39,12 +37,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public boolean declawed() { - + public boolean String key = "declawed"; throwIfKeyNotPresent(key); - return (boolean) get(key); - + return (boolean } public Object getAdditionalProperty(String name) { @@ -61,8 +57,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("declawed", Declawed.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java index 0d13efcc7f4..87161828817 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java @@ -32,10 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class CategoryMap extends FrozenMap { - - CategoryMap(FrozenMap m) { - + public static class CategoryMap extends FrozenMap requiredKeys = Set.of( @@ -48,18 +46,14 @@ public static CategoryMap of(Map arg, SchemaConfiguration config return Category1.validate(arg, configuration); } - public String name() { - - return (String) get("name"); - + public String + return (String } - public long id() { - + public long String key = "id"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } public Object getAdditionalProperty(String name) { @@ -86,8 +80,7 @@ public class Category1 extends JsonSchema { "name" ))) )); - protected static CategoryMap getMapOutputInstance(FrozenMap arg) { - + protected static CategoryMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java index 81c6ac63ec6..1d6d3b20429 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java @@ -25,10 +25,8 @@ public class ChildCat { public class Name extends StringJsonSchema {} - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -39,12 +37,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String name() { - + public String String key = "name"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -61,8 +57,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("name", Name.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java index 403347c759c..79df02c9438 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java @@ -24,10 +24,8 @@ public class ClassModel { public class ClassSchema extends StringJsonSchema {} - public static class ClassModelMap extends FrozenMap { - - ClassModelMap(FrozenMap m) { - + public static class ClassModelMap extends FrozenMap requiredKeys = Set.of(); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java index b8e30ce1f4d..8b998f6fbe4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java @@ -20,10 +20,8 @@ public class Client { public class Client2 extends StringJsonSchema {} - public static class ClientMap extends FrozenMap { - - ClientMap(FrozenMap m) { - + public static class ClientMap extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static ClientMap of(Map arg, SchemaConfiguration configur return Client1.validate(arg, configuration); } - public String client() { - + public String String key = "client"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -62,8 +58,7 @@ public class Client1 extends JsonSchema { new PropertyEntry("client", Client2.class) ))) )); - protected static ClientMap getMapOutputInstance(FrozenMap arg) { - + protected static ClientMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java index 2d0771f1b46..45aefffb4fa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java @@ -32,10 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -46,12 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String quadrilateralType() { - + public String String key = "quadrilateralType"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -68,8 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java index 085c20b0911..abd4a84b7d6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java @@ -65,10 +65,8 @@ public class Schema8 extends NullJsonSchema {} public class Items extends AnyTypeJsonSchema {} - public static class Schema9List extends FrozenList { - - Schema9List(FrozenList m) { - + public static class Schema9List extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -82,8 +80,7 @@ public class Schema9 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static Schema9List getListOutputInstance(FrozenList arg) { - + protected static Schema9List getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java index fa5c01f5bb2..8bd99c3426a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java @@ -20,10 +20,8 @@ public class ComposedArray { public class Items extends AnyTypeJsonSchema {} - public static class ComposedArrayList extends FrozenList { - - ComposedArrayList(FrozenList m) { - + public static class ComposedArrayList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -43,8 +41,7 @@ public class ComposedArray1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ComposedArrayList getListOutputInstance(FrozenList arg) { - + protected static ComposedArrayList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java index 0292fcfeb4a..1f96c52512f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java @@ -43,10 +43,8 @@ public static FrozenMap validate(Map arg, Schema public class Items extends AnyTypeJsonSchema {} - public static class Schema5List extends FrozenList { - - Schema5List(FrozenList m) { - + public static class Schema5List extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -60,8 +58,7 @@ public class Schema5 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static Schema5List getListOutputInstance(FrozenList arg) { - + protected static Schema5List getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java index 16f4221912b..1f1fbcf16d4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java @@ -28,10 +28,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class DanishPigMap extends FrozenMap { - - DanishPigMap(FrozenMap m) { - + public static class DanishPigMap extends FrozenMap requiredKeys = Set.of( @@ -42,10 +40,8 @@ public static DanishPigMap of(Map arg, SchemaConfiguration confi return DanishPig1.validate(arg, configuration); } - public String className() { - - return (String) get("className"); - + public String + return (String } public Object getAdditionalProperty(String name) { @@ -71,8 +67,7 @@ public class DanishPig1 extends JsonSchema { "className" ))) )); - protected static DanishPigMap getMapOutputInstance(FrozenMap arg) { - + protected static DanishPigMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java index 88cd68abab9..5feeeb2c363 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java @@ -25,10 +25,8 @@ public class Dog { public class Breed extends StringJsonSchema {} - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -39,12 +37,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String breed() { - + public String String key = "breed"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -61,8 +57,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("breed", Breed.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java index 3d9309a76a4..f401a2c525c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java @@ -20,10 +20,8 @@ public class Drawing { // nest classes so all schemas and input/output classes can be public - public static class ShapesList extends FrozenList { - - ShapesList(FrozenList m) { - + public static class ShapesList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,8 +35,7 @@ public class Shapes extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) )); - protected static ShapesList getListOutputInstance(FrozenList arg) { - + protected static ShapesList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -46,10 +43,8 @@ public static ShapesList validate(List arg, SchemaConfiguration configur } } - public static class DrawingMap extends FrozenMap { - - DrawingMap(FrozenMap m) { - + public static class DrawingMap extends FrozenMap requiredKeys = Set.of(); @@ -63,43 +58,33 @@ public static DrawingMap of(Map arg, SchemaConfiguration configu return Drawing1.validate(arg, configuration); } - public Object mainShape() { - + public Object String key = "mainShape"; throwIfKeyNotPresent(key); - return (Object) get(key); - + return (Object } - public Object shapeOrNull() { - + public Object String key = "shapeOrNull"; throwIfKeyNotPresent(key); - return (Object) get(key); - + return (Object } - public Object nullableShape() { - + public Object String key = "nullableShape"; throwIfKeyNotPresent(key); - return (Object) get(key); - + return (Object } - public ShapesList shapes() { - + public ShapesList String key = "shapes"; throwIfKeyNotPresent(key); - return (ShapesList) get(key); - + return (ShapesList } - public Object getAdditionalProperty(String name) { - + public Object throwIfKeyNotPresent(name); - return (Object) get(name); - + return (Object } } @@ -120,8 +105,7 @@ public class Drawing1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) )); - protected static DrawingMap getMapOutputInstance(FrozenMap arg) { - + protected static DrawingMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java index 8cb8535dbff..4bbef5fd1d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java @@ -41,10 +41,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class ArrayEnumList extends FrozenList { - - ArrayEnumList(FrozenList m) { - + public static class ArrayEnumList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -58,8 +56,7 @@ public class ArrayEnum extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayEnumList getListOutputInstance(FrozenList arg) { - + protected static ArrayEnumList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -67,10 +64,8 @@ public static ArrayEnumList validate(List arg, SchemaConfiguration confi } } - public static class EnumArraysMap extends FrozenMap { - - EnumArraysMap(FrozenMap m) { - + public static class EnumArraysMap extends FrozenMap requiredKeys = Set.of(); @@ -82,20 +77,16 @@ public static EnumArraysMap of(Map arg, SchemaConfiguration conf return EnumArrays1.validate(arg, configuration); } - public String just_symbol() { - + public String String key = "just_symbol"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public ArrayEnumList array_enum() { - + public ArrayEnumList String key = "array_enum"; throwIfKeyNotPresent(key); - return (ArrayEnumList) get(key); - + return (ArrayEnumList } public Object getAdditionalProperty(String name) { @@ -119,8 +110,7 @@ public class EnumArrays1 extends JsonSchema { new PropertyEntry("array_enum", ArrayEnum.class) ))) )); - protected static EnumArraysMap getMapOutputInstance(FrozenMap arg) { - + protected static EnumArraysMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java index 02052e761b9..088d5e62af8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java @@ -82,10 +82,8 @@ public static double validate(double arg, SchemaConfiguration configuration) thr } } - public static class EnumTestMap extends FrozenMap { - - EnumTestMap(FrozenMap m) { - + public static class EnumTestMap extends FrozenMap requiredKeys = Set.of( @@ -105,74 +103,56 @@ public static EnumTestMap of(Map arg, SchemaConfiguration config return EnumTest1.validate(arg, configuration); } - public String enum_string_required() { - - return (String) get("enum_string_required"); - + public String + return (String } - public String enum_string() { - + public String String key = "enum_string"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public int enum_integer() { - + public int String key = "enum_integer"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public double enum_number() { - + public double String key = "enum_number"; throwIfKeyNotPresent(key); - return (double) get(key); - + return (double } - public String stringEnum() { - + public String String key = "stringEnum"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public long IntegerEnum() { - + public long String key = "IntegerEnum"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public String StringEnumWithDefaultValue() { - + public String String key = "StringEnumWithDefaultValue"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public long IntegerEnumWithDefaultValue() { - + public long String key = "IntegerEnumWithDefaultValue"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public long IntegerEnumOneValue() { - + public long String key = "IntegerEnumOneValue"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } public Object getAdditionalProperty(String name) { @@ -206,8 +186,7 @@ public class EnumTest1 extends JsonSchema { "enum_string_required" ))) )); - protected static EnumTestMap getMapOutputInstance(FrozenMap arg) { - + protected static EnumTestMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java index 7c7e0775e7a..94ad47f2d05 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java @@ -32,10 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -46,12 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String triangleType() { - + public String String key = "triangleType"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -68,8 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("triangleType", TriangleType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java index 619997795ce..a24ad80b09f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java @@ -20,10 +20,8 @@ public class File { public class SourceURI extends StringJsonSchema {} - public static class FileMap extends FrozenMap { - - FileMap(FrozenMap m) { - + public static class FileMap extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static FileMap of(Map arg, SchemaConfiguration configurat return File1.validate(arg, configuration); } - public String sourceURI() { - + public String String key = "sourceURI"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -64,8 +60,7 @@ public class File1 extends JsonSchema { new PropertyEntry("sourceURI", SourceURI.class) ))) )); - protected static FileMap getMapOutputInstance(FrozenMap arg) { - + protected static FileMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java index f2b419d4d33..1ccff9ddecb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java @@ -19,10 +19,8 @@ public class FileSchemaTestClass { // nest classes so all schemas and input/output classes can be public - public static class FilesList extends FrozenList { - - FilesList(FrozenList m) { - + public static class FilesList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -36,8 +34,7 @@ public class Files extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(File.File1.class)) )); - protected static FilesList getListOutputInstance(FrozenList arg) { - + protected static FilesList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -45,10 +42,8 @@ public static FilesList validate(List> arg, SchemaConfigurat } } - public static class FileSchemaTestClassMap extends FrozenMap { - - FileSchemaTestClassMap(FrozenMap m) { - + public static class FileSchemaTestClassMap extends FrozenMap requiredKeys = Set.of(); @@ -60,20 +55,16 @@ public static FileSchemaTestClassMap of(Map arg, SchemaConfigura return FileSchemaTestClass1.validate(arg, configuration); } - public File.FileMap file() { - + public File.FileMap String key = "file"; throwIfKeyNotPresent(key); - return (File.FileMap) get(key); - + return (File.FileMap } - public FilesList files() { - + public FilesList String key = "files"; throwIfKeyNotPresent(key); - return (FilesList) get(key); - + return (FilesList } public Object getAdditionalProperty(String name) { @@ -97,8 +88,7 @@ public class FileSchemaTestClass1 extends JsonSchema { new PropertyEntry("files", Files.class) ))) )); - protected static FileSchemaTestClassMap getMapOutputInstance(FrozenMap arg) { - + protected static FileSchemaTestClassMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java index 14f0e337042..fab1885acfe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java @@ -16,10 +16,8 @@ public class Foo { // nest classes so all schemas and input/output classes can be public - public static class FooMap extends FrozenMap { - - FooMap(FrozenMap m) { - + public static class FooMap extends FrozenMap requiredKeys = Set.of(); @@ -30,12 +28,10 @@ public static FooMap of(Map arg, SchemaConfiguration configurati return Foo1.validate(arg, configuration); } - public String bar() { - + public String String key = "bar"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -58,8 +54,7 @@ public class Foo1 extends JsonSchema { new PropertyEntry("bar", Bar.Bar1.class) ))) )); - protected static FooMap getMapOutputInstance(FrozenMap arg) { - + protected static FooMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java index 502cb8fdc44..fd0d3edbc63 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java @@ -155,10 +155,8 @@ public class Float64 extends DoubleJsonSchema {} public class Items extends NumberJsonSchema {} - public static class ArrayWithUniqueItemsList extends FrozenList { - - ArrayWithUniqueItemsList(FrozenList m) { - + public static class ArrayWithUniqueItemsList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -172,8 +170,7 @@ public class ArrayWithUniqueItems extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayWithUniqueItemsList getListOutputInstance(FrozenList arg) { - + protected static ArrayWithUniqueItemsList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -249,10 +246,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class NoneProp extends NullJsonSchema {} - public static class FormatTestMap extends FrozenMap { - - FormatTestMap(FrozenMap m) { - + public static class FormatTestMap extends FrozenMap requiredKeys = Set.of( @@ -284,112 +279,84 @@ public static FormatTestMap of(Map arg, SchemaConfiguration conf return FormatTest1.validate(arg, configuration); } - public String date() { - - return (String) get("date"); - + public String + return (String } - public String password() { - - return (String) get("password"); - + public String + return (String } - public int int32() { - + public int String key = "int32"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public int int32withValidations() { - + public int String key = "int32withValidations"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public long int64() { - + public long String key = "int64"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public float float32() { - + public float String key = "float32"; throwIfKeyNotPresent(key); - return (float) get(key); - + return (float } - public double float64() { - + public double String key = "float64"; throwIfKeyNotPresent(key); - return (double) get(key); - + return (double } - public ArrayWithUniqueItemsList arrayWithUniqueItems() { - + public ArrayWithUniqueItemsList String key = "arrayWithUniqueItems"; throwIfKeyNotPresent(key); - return (ArrayWithUniqueItemsList) get(key); - + return (ArrayWithUniqueItemsList } - public String binary() { - + public String String key = "binary"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String dateTime() { - + public String String key = "dateTime"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String uuidNoExample() { - + public String String key = "uuidNoExample"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String pattern_with_digits() { - + public String String key = "pattern_with_digits"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String pattern_with_digits_and_delimiter() { - + public String String key = "pattern_with_digits_and_delimiter"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public Void noneProp() { - + public Void String key = "noneProp"; throwIfKeyNotPresent(key); - return (Void) get(key); - + return (Void } public Object getAdditionalProperty(String name) { @@ -438,8 +405,7 @@ public class FormatTest1 extends JsonSchema { "password" ))) )); - protected static FormatTestMap getMapOutputInstance(FrozenMap arg) { - + protected static FormatTestMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java index 55203fa1965..db355e78957 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java @@ -24,10 +24,8 @@ public class Data extends StringJsonSchema {} public class Id extends IntJsonSchema {} - public static class FromSchemaMap extends FrozenMap { - - FromSchemaMap(FrozenMap m) { - + public static class FromSchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -39,20 +37,16 @@ public static FromSchemaMap of(Map arg, SchemaConfiguration conf return FromSchema1.validate(arg, configuration); } - public String data() { - + public String String key = "data"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public long id() { - + public long String key = "id"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } public Object getAdditionalProperty(String name) { @@ -76,8 +70,7 @@ public class FromSchema1 extends JsonSchema { new PropertyEntry("id", Id.class) ))) )); - protected static FromSchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static FromSchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java index 67e38418daf..748b2898a95 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java @@ -24,10 +24,8 @@ public class Fruit { public class Color extends StringJsonSchema {} - public static class FruitMap extends FrozenMap { - - FruitMap(FrozenMap m) { - + public static class FruitMap extends FrozenMap requiredKeys = Set.of(); @@ -38,12 +36,10 @@ public static FruitMap of(Map arg, SchemaConfiguration configura return Fruit1.validate(arg, configuration); } - public String color() { - + public String String key = "color"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java index 6a6c85a82c1..02c9301b5dc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java @@ -24,10 +24,8 @@ public class GmFruit { public class Color extends StringJsonSchema {} - public static class GmFruitMap extends FrozenMap { - - GmFruitMap(FrozenMap m) { - + public static class GmFruitMap extends FrozenMap requiredKeys = Set.of(); @@ -38,12 +36,10 @@ public static GmFruitMap of(Map arg, SchemaConfiguration configu return GmFruit1.validate(arg, configuration); } - public String color() { - + public String String key = "color"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java index 6e5a518fde6..37a453e7999 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java @@ -21,10 +21,8 @@ public class GrandparentAnimal { public class PetType extends StringJsonSchema {} - public static class GrandparentAnimalMap extends FrozenMap { - - GrandparentAnimalMap(FrozenMap m) { - + public static class GrandparentAnimalMap extends FrozenMap requiredKeys = Set.of( @@ -35,10 +33,8 @@ public static GrandparentAnimalMap of(Map arg, SchemaConfigurati return GrandparentAnimal1.validate(arg, configuration); } - public String pet_type() { - - return (String) get("pet_type"); - + public String + return (String } public Object getAdditionalProperty(String name) { @@ -64,8 +60,7 @@ public class GrandparentAnimal1 extends JsonSchema { "pet_type" ))) )); - protected static GrandparentAnimalMap getMapOutputInstance(FrozenMap arg) { - + protected static GrandparentAnimalMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java index f137ed31be9..c0ec9d6b7e2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java @@ -23,10 +23,8 @@ public class Bar extends StringJsonSchema {} public class Foo extends StringJsonSchema {} - public static class HasOnlyReadOnlyMap extends FrozenMap { - - HasOnlyReadOnlyMap(FrozenMap m) { - + public static class HasOnlyReadOnlyMap extends FrozenMap requiredKeys = Set.of(); @@ -38,20 +36,16 @@ public static HasOnlyReadOnlyMap of(Map arg, SchemaConfiguration return HasOnlyReadOnly1.validate(arg, configuration); } - public String bar() { - + public String String key = "bar"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String foo() { - + public String String key = "foo"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -75,8 +69,7 @@ public class HasOnlyReadOnly1 extends JsonSchema { new PropertyEntry("foo", Foo.class) ))) )); - protected static HasOnlyReadOnlyMap getMapOutputInstance(FrozenMap arg) { - + protected static HasOnlyReadOnlyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java index ca436eed9f9..8a663196e81 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java @@ -31,10 +31,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class HealthCheckResultMap extends FrozenMap { - - HealthCheckResultMap(FrozenMap m) { - + public static class HealthCheckResultMap extends FrozenMap requiredKeys = Set.of(); @@ -45,12 +43,10 @@ public static HealthCheckResultMap of(Map arg, SchemaConfigurati return HealthCheckResult1.validate(arg, configuration); } - public String NullableMessage() { - + public String String key = "NullableMessage"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -75,8 +71,7 @@ public class HealthCheckResult1 extends JsonSchema { new PropertyEntry("NullableMessage", NullableMessage.class) ))) )); - protected static HealthCheckResultMap getMapOutputInstance(FrozenMap arg) { - + protected static HealthCheckResultMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java index 97164b2d42a..57215c8ef4d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java @@ -32,10 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -46,12 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String triangleType() { - + public String String key = "triangleType"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -68,8 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("triangleType", TriangleType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java index de8baee57b9..db16fd4c871 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java @@ -21,10 +21,8 @@ public class Items { public class Items2 extends MapJsonSchema {} - public static class ItemsList extends FrozenList> { - - ItemsList(FrozenList> m) { - + public static class ItemsList extends FrozenList + ItemsList(FrozenList super(m); } public static ItemsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -46,8 +44,7 @@ public class Items1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static ItemsList getListOutputInstance(FrozenList> arg) { - + protected static ItemsList getListOutputInstance(FrozenList return new ItemsList(arg); } public static ItemsList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java index 9dd64bff52c..7d5e2b92296 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java @@ -70,10 +70,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class JSONPatchRequestList extends FrozenList { - - JSONPatchRequestList(FrozenList m) { - + public static class JSONPatchRequestList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -93,8 +91,7 @@ public class JSONPatchRequest1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static JSONPatchRequestList getListOutputInstance(FrozenList arg) { - + protected static JSONPatchRequestList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java index 9c8ad4687d9..d574d6f07f4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java @@ -42,10 +42,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class JSONPatchRequestAddReplaceTestMap extends FrozenMap { - - JSONPatchRequestAddReplaceTestMap(FrozenMap m) { - + public static class JSONPatchRequestAddReplaceTestMap extends FrozenMap requiredKeys = Set.of( @@ -58,20 +56,15 @@ public static JSONPatchRequestAddReplaceTestMap of(Map arg, Sche return JSONPatchRequestAddReplaceTest1.validate(arg, configuration); } - public String op() { - - return (String) get("op"); - + public String + return (String } - public String path() { - - return (String) get("path"); - + public String + return (String } - public Object value() { - + public Object return get("value"); } } @@ -97,8 +90,7 @@ public class JSONPatchRequestAddReplaceTest1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static JSONPatchRequestAddReplaceTestMap getMapOutputInstance(FrozenMap arg) { - + protected static JSONPatchRequestAddReplaceTestMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java index 9cf445e6650..8d1d54c6024 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java @@ -42,10 +42,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class JSONPatchRequestMoveCopyMap extends FrozenMap { - - JSONPatchRequestMoveCopyMap(FrozenMap m) { - + public static class JSONPatchRequestMoveCopyMap extends FrozenMap requiredKeys = Set.of( @@ -58,19 +56,15 @@ public static JSONPatchRequestMoveCopyMap of(Map arg, SchemaConf return JSONPatchRequestMoveCopy1.validate(arg, configuration); } - public String from() { - + public String return get("from"); } - public String op() { - - return (String) get("op"); - + public String + return (String } - public String path() { - + public String return get("path"); } } @@ -96,8 +90,7 @@ public class JSONPatchRequestMoveCopy1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static JSONPatchRequestMoveCopyMap getMapOutputInstance(FrozenMap arg) { - + protected static JSONPatchRequestMoveCopyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java index 7e92f89800a..4d796168e2a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java @@ -39,10 +39,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class JSONPatchRequestRemoveMap extends FrozenMap { - - JSONPatchRequestRemoveMap(FrozenMap m) { - + public static class JSONPatchRequestRemoveMap extends FrozenMap requiredKeys = Set.of( @@ -54,14 +52,11 @@ public static JSONPatchRequestRemoveMap of(Map arg, SchemaConfig return JSONPatchRequestRemove1.validate(arg, configuration); } - public String op() { - - return (String) get("op"); - + public String + return (String } - public String path() { - + public String return get("path"); } } @@ -85,8 +80,7 @@ public class JSONPatchRequestRemove1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static JSONPatchRequestRemoveMap getMapOutputInstance(FrozenMap arg) { - + protected static JSONPatchRequestRemoveMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java index 6b9a7306d9e..0bfbd61ff3e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java @@ -22,10 +22,8 @@ public class MapTest { public class AdditionalProperties1 extends StringJsonSchema {} - public static class AdditionalPropertiesMap extends FrozenMap { - - AdditionalPropertiesMap(FrozenMap m) { - + public static class AdditionalPropertiesMap extends FrozenMap requiredKeys = Set.of(); @@ -34,8 +32,7 @@ public static AdditionalPropertiesMap of(Map arg, SchemaConfigur return AdditionalProperties.validate(arg, configuration); } - public String getAdditionalProperty(String name) { - + public String throwIfKeyNotPresent(name); return get(name); } @@ -46,8 +43,7 @@ public class AdditionalProperties extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) )); - protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { - + protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -56,10 +52,8 @@ public static AdditionalPropertiesMap validate(Map arg, SchemaCo } - public static class MapMapOfStringMap extends FrozenMap { - - MapMapOfStringMap(FrozenMap m) { - + public static class MapMapOfStringMap extends FrozenMap requiredKeys = Set.of(); @@ -68,8 +62,7 @@ public static MapMapOfStringMap of(Map> arg, SchemaC return MapMapOfString.validate(arg, configuration); } - public AdditionalPropertiesMap getAdditionalProperty(String name) { - + public AdditionalPropertiesMap throwIfKeyNotPresent(name); return get(name); } @@ -80,8 +73,7 @@ public class MapMapOfString extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static MapMapOfStringMap getMapOutputInstance(FrozenMap arg) { - + protected static MapMapOfStringMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { @@ -101,10 +93,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class MapOfEnumStringMap extends FrozenMap { - - MapOfEnumStringMap(FrozenMap m) { - + public static class MapOfEnumStringMap extends FrozenMap requiredKeys = Set.of(); @@ -113,8 +103,7 @@ public static MapOfEnumStringMap of(Map arg, SchemaConfiguration return MapOfEnumString.validate(arg, configuration); } - public String getAdditionalProperty(String name) { - + public String throwIfKeyNotPresent(name); return get(name); } @@ -125,8 +114,7 @@ public class MapOfEnumString extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) )); - protected static MapOfEnumStringMap getMapOutputInstance(FrozenMap arg) { - + protected static MapOfEnumStringMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -138,10 +126,8 @@ public static MapOfEnumStringMap validate(Map arg, SchemaConfigu public class AdditionalProperties3 extends BooleanJsonSchema {} - public static class DirectMapMap extends FrozenMap { - - DirectMapMap(FrozenMap m) { - + public static class DirectMapMap extends FrozenMap requiredKeys = Set.of(); @@ -150,8 +136,7 @@ public static DirectMapMap of(Map arg, SchemaConfiguration conf return DirectMap.validate(arg, configuration); } - public boolean getAdditionalProperty(String name) { - + public boolean throwIfKeyNotPresent(name); return get(name); } @@ -162,8 +147,7 @@ public class DirectMap extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) )); - protected static DirectMapMap getMapOutputInstance(FrozenMap arg) { - + protected static DirectMapMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { @@ -172,10 +156,8 @@ public static DirectMapMap validate(Map arg, SchemaConfiguratio } - public static class MapTestMap extends FrozenMap { - - MapTestMap(FrozenMap m) { - + public static class MapTestMap extends FrozenMap requiredKeys = Set.of(); @@ -189,36 +171,28 @@ public static MapTestMap of(Map arg, SchemaConfiguration configu return MapTest1.validate(arg, configuration); } - public MapMapOfStringMap map_map_of_string() { - + public MapMapOfStringMap String key = "map_map_of_string"; throwIfKeyNotPresent(key); - return (MapMapOfStringMap) get(key); - + return (MapMapOfStringMap } - public MapOfEnumStringMap map_of_enum_string() { - + public MapOfEnumStringMap String key = "map_of_enum_string"; throwIfKeyNotPresent(key); - return (MapOfEnumStringMap) get(key); - + return (MapOfEnumStringMap } - public DirectMapMap direct_map() { - + public DirectMapMap String key = "direct_map"; throwIfKeyNotPresent(key); - return (DirectMapMap) get(key); - + return (DirectMapMap } - public StringBooleanMap.StringBooleanMapMap indirect_map() { - + public StringBooleanMap.StringBooleanMapMap String key = "indirect_map"; throwIfKeyNotPresent(key); - return (StringBooleanMap.StringBooleanMapMap) get(key); - + return (StringBooleanMap.StringBooleanMapMap } public Object getAdditionalProperty(String name) { @@ -244,8 +218,7 @@ public class MapTest1 extends JsonSchema { new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class) ))) )); - protected static MapTestMap getMapOutputInstance(FrozenMap arg) { - + protected static MapTestMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java index e8f5d1d3e9a..358676c715e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java @@ -25,10 +25,8 @@ public class UuidSchema extends UuidJsonSchema {} public class DateTime extends DateTimeJsonSchema {} - public static class MapMap extends FrozenMap { - - MapMap(FrozenMap m) { - + public static class MapMap extends FrozenMap requiredKeys = Set.of(); @@ -37,8 +35,7 @@ public static MapMap of(Map> arg, SchemaConfiguratio return MapSchema.validate(arg, configuration); } - public Animal.AnimalMap getAdditionalProperty(String name) { - + public Animal.AnimalMap throwIfKeyNotPresent(name); return get(name); } @@ -49,8 +46,7 @@ public class MapSchema extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) )); - protected static MapMap getMapOutputInstance(FrozenMap arg) { - + protected static MapMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { @@ -59,10 +55,8 @@ public static MapMap validate(Map> arg, SchemaConfig } - public static class MixedPropertiesAndAdditionalPropertiesClassMap extends FrozenMap { - - MixedPropertiesAndAdditionalPropertiesClassMap(FrozenMap m) { - + public static class MixedPropertiesAndAdditionalPropertiesClassMap extends FrozenMap requiredKeys = Set.of(); @@ -75,12 +69,10 @@ public static MixedPropertiesAndAdditionalPropertiesClassMap of(Map arg) { - + protected static MixedPropertiesAndAdditionalPropertiesClassMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java index c1902aae618..5df3fabf723 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java @@ -28,10 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} public class Amount extends DecimalJsonSchema {} - public static class MoneyMap extends FrozenMap { - - MoneyMap(FrozenMap m) { - + public static class MoneyMap extends FrozenMap requiredKeys = Set.of( @@ -43,16 +41,12 @@ public static MoneyMap of(Map arg, SchemaConfiguration configura return Money1.validate(arg, configuration); } - public String amount() { - - return (String) get("amount"); - + public String + return (String } - public String currency() { - - return (String) get("currency"); - + public String + return (String } } @@ -75,8 +69,7 @@ public class Money1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static MoneyMap getMapOutputInstance(FrozenMap arg) { - + protected static MoneyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java index 028a6b84d8b..7a6244cbe4c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java @@ -27,10 +27,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} public class Id extends UuidJsonSchema {} - public static class MyObjectDtoMap extends FrozenMap { - - MyObjectDtoMap(FrozenMap m) { - + public static class MyObjectDtoMap extends FrozenMap requiredKeys = Set.of(); @@ -41,8 +39,7 @@ public static MyObjectDtoMap of(Map arg, SchemaConfiguration con return MyObjectDto1.validate(arg, configuration); } - public String id() { - + public String String key = "id"; throwIfKeyNotPresent(key); return get(key); @@ -63,8 +60,7 @@ public class MyObjectDto1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static MyObjectDtoMap getMapOutputInstance(FrozenMap arg) { - + protected static MyObjectDtoMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java index 94c0f3baebd..0fb62f85dc0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java @@ -32,10 +32,8 @@ public class SnakeCase extends Int32JsonSchema {} public class Property extends StringJsonSchema {} - public static class NameMap extends FrozenMap { - - NameMap(FrozenMap m) { - + public static class NameMap extends FrozenMap requiredKeys = Set.of( @@ -49,26 +47,20 @@ public static NameMap of(Map arg, SchemaConfiguration configurat return Name1.validate(arg, configuration); } - public int name() { - - return (int) get("name"); - + public int + return (int } - public int snake_case() { - + public int String key = "snake_case"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public String property() { - + public String String key = "property"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java index 6d1fbf89b15..cccfb74ad25 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java @@ -31,10 +31,8 @@ public class Id extends Int64JsonSchema {} public class PetId extends Int64JsonSchema {} - public static class NoAdditionalPropertiesMap extends FrozenMap { - - NoAdditionalPropertiesMap(FrozenMap m) { - + public static class NoAdditionalPropertiesMap extends FrozenMap requiredKeys = Set.of( @@ -47,13 +45,11 @@ public static NoAdditionalPropertiesMap of(Map arg, SchemaConfigur return NoAdditionalProperties1.validate(arg, configuration); } - public long id() { - + public long return get("id"); } - public long petId() { - + public long String key = "petId"; throwIfKeyNotPresent(key); return get(key); @@ -78,8 +74,7 @@ public class NoAdditionalProperties1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static NoAdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { - + protected static NoAdditionalPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java index 40bd736585c..629928dee35 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java @@ -164,10 +164,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class Items extends MapJsonSchema {} - public static class ArrayNullablePropList extends FrozenList> { - - ArrayNullablePropList(FrozenList> m) { - + public static class ArrayNullablePropList extends FrozenList + ArrayNullablePropList(FrozenList super(m); } public static ArrayNullablePropList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -207,10 +205,8 @@ public static FrozenMap validate(Map arg, Schema } } - public static class ArrayAndItemsNullablePropList extends FrozenList> { - - ArrayAndItemsNullablePropList(FrozenList> m) { - + public static class ArrayAndItemsNullablePropList extends FrozenList + ArrayAndItemsNullablePropList(FrozenList super(m); } public static ArrayAndItemsNullablePropList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -250,10 +246,8 @@ public static FrozenMap validate(Map arg, Schema } } - public static class ArrayItemsNullableList extends FrozenList> { - - ArrayItemsNullableList(FrozenList> m) { - + public static class ArrayItemsNullableList extends FrozenList + ArrayItemsNullableList(FrozenList super(m); } public static ArrayItemsNullableList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -267,8 +261,7 @@ public class ArrayItemsNullable extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static ArrayItemsNullableList getListOutputInstance(FrozenList> arg) { - + protected static ArrayItemsNullableList getListOutputInstance(FrozenList return new ArrayItemsNullableList(arg); } public static ArrayItemsNullableList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -279,10 +272,8 @@ public static ArrayItemsNullableList validate(List> arg, Sch public class AdditionalProperties extends MapJsonSchema {} - public static class ObjectNullablePropMap extends FrozenMap> { - - ObjectNullablePropMap(FrozenMap> m) { - + public static class ObjectNullablePropMap extends FrozenMap + ObjectNullablePropMap(FrozenMap super(m); } public static final Set requiredKeys = Set.of(); @@ -291,8 +282,7 @@ public static ObjectNullablePropMap of(Map> arg, Sch return ObjectNullableProp.validate(arg, configuration); } - public FrozenMap getAdditionalProperty(String name) { - + public FrozenMap throwIfKeyNotPresent(name); return get(name); } @@ -329,10 +319,8 @@ public static FrozenMap validate(Map arg, Schema } } - public static class ObjectAndItemsNullablePropMap extends FrozenMap> { - - ObjectAndItemsNullablePropMap(FrozenMap> m) { - + public static class ObjectAndItemsNullablePropMap extends FrozenMap + ObjectAndItemsNullablePropMap(FrozenMap super(m); } public static final Set requiredKeys = Set.of(); @@ -341,8 +329,7 @@ public static ObjectAndItemsNullablePropMap of(Map> return ObjectAndItemsNullableProp.validate(arg, configuration); } - public FrozenMap getAdditionalProperty(String name) { - + public FrozenMap throwIfKeyNotPresent(name); return get(name); } @@ -379,10 +366,8 @@ public static FrozenMap validate(Map arg, Schema } } - public static class ObjectItemsNullableMap extends FrozenMap> { - - ObjectItemsNullableMap(FrozenMap> m) { - + public static class ObjectItemsNullableMap extends FrozenMap + ObjectItemsNullableMap(FrozenMap super(m); } public static final Set requiredKeys = Set.of(); @@ -391,8 +376,7 @@ public static ObjectItemsNullableMap of(Map> arg, Sc return ObjectItemsNullable.validate(arg, configuration); } - public FrozenMap getAdditionalProperty(String name) { - + public FrozenMap throwIfKeyNotPresent(name); return get(name); } @@ -403,8 +387,7 @@ public class ObjectItemsNullable extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) )); - protected static ObjectItemsNullableMap getMapOutputInstance(FrozenMap> arg) { - + protected static ObjectItemsNullableMap getMapOutputInstance(FrozenMap return new ObjectItemsNullableMap(arg); } public static ObjectItemsNullableMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { @@ -413,10 +396,8 @@ public static ObjectItemsNullableMap validate(Map> a } - public static class NullableClassMap extends FrozenMap { - - NullableClassMap(FrozenMap m) { - + public static class NullableClassMap extends FrozenMap requiredKeys = Set.of(); @@ -438,107 +419,81 @@ public static NullableClassMap of(Map arg, SchemaConfiguration c return NullableClass1.validate(arg, configuration); } - public Long integer_prop() { - + public Long String key = "integer_prop"; throwIfKeyNotPresent(key); - return (Long) get(key); - + return (Long } - public Number number_prop() { - + public Number String key = "number_prop"; throwIfKeyNotPresent(key); - return (Number) get(key); - + return (Number } - public Boolean boolean_prop() { - + public Boolean String key = "boolean_prop"; throwIfKeyNotPresent(key); - return (Boolean) get(key); - + return (Boolean } - public String string_prop() { - + public String String key = "string_prop"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String date_prop() { - + public String String key = "date_prop"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String datetime_prop() { - + public String String key = "datetime_prop"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public ArrayNullablePropList array_nullable_prop() { - + public ArrayNullablePropList String key = "array_nullable_prop"; throwIfKeyNotPresent(key); - return (ArrayNullablePropList) get(key); - + return (ArrayNullablePropList } - public ArrayAndItemsNullablePropList array_and_items_nullable_prop() { - + public ArrayAndItemsNullablePropList String key = "array_and_items_nullable_prop"; throwIfKeyNotPresent(key); - return (ArrayAndItemsNullablePropList) get(key); - + return (ArrayAndItemsNullablePropList } - public ArrayItemsNullableList array_items_nullable() { - + public ArrayItemsNullableList String key = "array_items_nullable"; throwIfKeyNotPresent(key); - return (ArrayItemsNullableList) get(key); - + return (ArrayItemsNullableList } - public ObjectNullablePropMap object_nullable_prop() { - + public ObjectNullablePropMap String key = "object_nullable_prop"; throwIfKeyNotPresent(key); - return (ObjectNullablePropMap) get(key); - + return (ObjectNullablePropMap } - public ObjectAndItemsNullablePropMap object_and_items_nullable_prop() { - + public ObjectAndItemsNullablePropMap String key = "object_and_items_nullable_prop"; throwIfKeyNotPresent(key); - return (ObjectAndItemsNullablePropMap) get(key); - + return (ObjectAndItemsNullablePropMap } - public ObjectItemsNullableMap object_items_nullable() { - + public ObjectItemsNullableMap String key = "object_items_nullable"; throwIfKeyNotPresent(key); - return (ObjectItemsNullableMap) get(key); - + return (ObjectItemsNullableMap } - public FrozenMap getAdditionalProperty(String name) { - + public FrozenMap throwIfKeyNotPresent(name); - return (FrozenMap) get(name); - + return (FrozenMap } } @@ -567,8 +522,7 @@ public class NullableClass1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) )); - protected static NullableClassMap getMapOutputInstance(FrozenMap arg) { - + protected static NullableClassMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java index 53b2e41a970..afde752d211 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java @@ -20,10 +20,8 @@ public class NumberOnly { public class JustNumber extends NumberJsonSchema {} - public static class NumberOnlyMap extends FrozenMap { - - NumberOnlyMap(FrozenMap m) { - + public static class NumberOnlyMap extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static NumberOnlyMap of(Map arg, SchemaConfiguration conf return NumberOnly1.validate(arg, configuration); } - public Number JustNumber() { - + public Number String key = "JustNumber"; throwIfKeyNotPresent(key); - return (Number) get(key); - + return (Number } public Object getAdditionalProperty(String name) { @@ -62,8 +58,7 @@ public class NumberOnly1 extends JsonSchema { new PropertyEntry("JustNumber", JustNumber.class) ))) )); - protected static NumberOnlyMap getMapOutputInstance(FrozenMap arg) { - + protected static NumberOnlyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java index bb517d7ee4e..7b598ec3b06 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java @@ -21,10 +21,8 @@ public class ObjWithRequiredProps { public class A extends StringJsonSchema {} - public static class ObjWithRequiredPropsMap extends FrozenMap { - - ObjWithRequiredPropsMap(FrozenMap m) { - + public static class ObjWithRequiredPropsMap extends FrozenMap requiredKeys = Set.of( @@ -35,10 +33,8 @@ public static ObjWithRequiredPropsMap of(Map arg, SchemaConfigur return ObjWithRequiredProps1.validate(arg, configuration); } - public String a() { - - return (String) get("a"); - + public String + return (String } public Object getAdditionalProperty(String name) { @@ -64,8 +60,7 @@ public class ObjWithRequiredProps1 extends JsonSchema { "a" ))) )); - protected static ObjWithRequiredPropsMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjWithRequiredPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java index a93dd3edeb2..6d75b34a974 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java @@ -21,10 +21,8 @@ public class ObjWithRequiredPropsBase { public class B extends StringJsonSchema {} - public static class ObjWithRequiredPropsBaseMap extends FrozenMap { - - ObjWithRequiredPropsBaseMap(FrozenMap m) { - + public static class ObjWithRequiredPropsBaseMap extends FrozenMap requiredKeys = Set.of( @@ -35,10 +33,8 @@ public static ObjWithRequiredPropsBaseMap of(Map arg, SchemaConf return ObjWithRequiredPropsBase1.validate(arg, configuration); } - public String b() { - - return (String) get("b"); - + public String + return (String } public Object getAdditionalProperty(String name) { @@ -64,8 +60,7 @@ public class ObjWithRequiredPropsBase1 extends JsonSchema { "b" ))) )); - protected static ObjWithRequiredPropsBaseMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjWithRequiredPropsBaseMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java index bc86bbe8f22..25e342c9c6e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java @@ -24,10 +24,8 @@ public class Arg extends StringJsonSchema {} public class Args extends StringJsonSchema {} - public static class ObjectModelWithArgAndArgsPropertiesMap extends FrozenMap { - - ObjectModelWithArgAndArgsPropertiesMap(FrozenMap m) { - + public static class ObjectModelWithArgAndArgsPropertiesMap extends FrozenMap requiredKeys = Set.of( @@ -39,16 +37,12 @@ public static ObjectModelWithArgAndArgsPropertiesMap of(Map arg, return ObjectModelWithArgAndArgsProperties1.validate(arg, configuration); } - public String arg() { - - return (String) get("arg"); - + public String + return (String } - public String args() { - - return (String) get("args"); - + public String + return (String } public Object getAdditionalProperty(String name) { @@ -76,8 +70,7 @@ public class ObjectModelWithArgAndArgsProperties1 extends JsonSchema { "args" ))) )); - protected static ObjectModelWithArgAndArgsPropertiesMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectModelWithArgAndArgsPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java index a2562227a11..be39302f7d3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java @@ -16,10 +16,8 @@ public class ObjectModelWithRefProps { // nest classes so all schemas and input/output classes can be public - public static class ObjectModelWithRefPropsMap extends FrozenMap { - - ObjectModelWithRefPropsMap(FrozenMap m) { - + public static class ObjectModelWithRefPropsMap extends FrozenMap requiredKeys = Set.of(); @@ -32,28 +30,22 @@ public static ObjectModelWithRefPropsMap of(Map arg, SchemaConfi return ObjectModelWithRefProps1.validate(arg, configuration); } - public Number myNumber() { - + public Number String key = "myNumber"; throwIfKeyNotPresent(key); - return (Number) get(key); - + return (Number } - public String myString() { - + public String String key = "myString"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public boolean myBoolean() { - + public boolean String key = "myBoolean"; throwIfKeyNotPresent(key); - return (boolean) get(key); - + return (boolean } public Object getAdditionalProperty(String name) { @@ -80,8 +72,7 @@ a model that includes properties which should stay primitive (String + Boolean) new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class) ))) )); - protected static ObjectModelWithRefPropsMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectModelWithRefPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java index 4aec69f8d30..30d493c506c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java @@ -26,10 +26,8 @@ public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp { public class Name extends StringJsonSchema {} - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of( @@ -46,12 +44,10 @@ public Object test() { return get("test"); } - public String name() { - + public String String key = "name"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -71,8 +67,7 @@ public class Schema1 extends JsonSchema { "test" ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java index 139eef11c59..6cd72630bc9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java @@ -23,10 +23,8 @@ public class SomeProp extends MapJsonSchema {} public class Someprop extends MapJsonSchema {} - public static class ObjectWithCollidingPropertiesMap extends FrozenMap { - - ObjectWithCollidingPropertiesMap(FrozenMap m) { - + public static class ObjectWithCollidingPropertiesMap extends FrozenMap requiredKeys = Set.of(); @@ -38,20 +36,16 @@ public static ObjectWithCollidingPropertiesMap of(Map arg, Schem return ObjectWithCollidingProperties1.validate(arg, configuration); } - public FrozenMap someProp() { - + public FrozenMap String key = "someProp"; throwIfKeyNotPresent(key); - return (FrozenMap) get(key); - + return (FrozenMap } - public FrozenMap someprop() { - + public FrozenMap String key = "someprop"; throwIfKeyNotPresent(key); - return (FrozenMap) get(key); - + return (FrozenMap } public Object getAdditionalProperty(String name) { @@ -77,8 +71,7 @@ public class ObjectWithCollidingProperties1 extends JsonSchema { new PropertyEntry("someprop", Someprop.class) ))) )); - protected static ObjectWithCollidingPropertiesMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectWithCollidingPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java index 9cb46053c0c..1b42e64db22 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java @@ -20,10 +20,8 @@ public class ObjectWithDecimalProperties { public class Width extends DecimalJsonSchema {} - public static class ObjectWithDecimalPropertiesMap extends FrozenMap { - - ObjectWithDecimalPropertiesMap(FrozenMap m) { - + public static class ObjectWithDecimalPropertiesMap extends FrozenMap requiredKeys = Set.of(); @@ -36,28 +34,22 @@ public static ObjectWithDecimalPropertiesMap of(Map arg, SchemaC return ObjectWithDecimalProperties1.validate(arg, configuration); } - public String length() { - + public String String key = "length"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String width() { - + public String String key = "width"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public Money.MoneyMap cost() { - + public Money.MoneyMap String key = "cost"; throwIfKeyNotPresent(key); - return (Money.MoneyMap) get(key); - + return (Money.MoneyMap } public Object getAdditionalProperty(String name) { @@ -82,8 +74,7 @@ public class ObjectWithDecimalProperties1 extends JsonSchema { new PropertyEntry("cost", Money.Money1.class) ))) )); - protected static ObjectWithDecimalPropertiesMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectWithDecimalPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java index f0c45fa0c8c..e4a3c86f0bc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java @@ -29,10 +29,8 @@ public class Schema123list extends StringJsonSchema {} public class Schema123Number extends IntJsonSchema {} - public static class ObjectWithDifficultlyNamedPropsMap extends FrozenMap { - - ObjectWithDifficultlyNamedPropsMap(FrozenMap m) { - + public static class ObjectWithDifficultlyNamedPropsMap extends FrozenMap requiredKeys = Set.of( @@ -73,8 +71,7 @@ public class ObjectWithDifficultlyNamedProps1 extends JsonSchema { "123-list" ))) )); - protected static ObjectWithDifficultlyNamedPropsMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectWithDifficultlyNamedPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java index 687c871c828..c4d6f5a2211 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java @@ -82,10 +82,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class ObjectWithInlineCompositionPropertyMap extends FrozenMap { - - ObjectWithInlineCompositionPropertyMap(FrozenMap m) { - + public static class ObjectWithInlineCompositionPropertyMap extends FrozenMap requiredKeys = Set.of(); @@ -96,8 +94,7 @@ public static ObjectWithInlineCompositionPropertyMap of(Map arg, return ObjectWithInlineCompositionProperty1.validate(arg, configuration); } - public Object someProp() { - + public Object String key = "someProp"; throwIfKeyNotPresent(key); return get(key); @@ -123,8 +120,7 @@ public class ObjectWithInlineCompositionProperty1 extends JsonSchema { new PropertyEntry("someProp", SomeProp.class) ))) )); - protected static ObjectWithInlineCompositionPropertyMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectWithInlineCompositionPropertyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java index b74f6df3667..5f30b522e36 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java @@ -17,10 +17,8 @@ public class ObjectWithInvalidNamedRefedProperties { // nest classes so all schemas and input/output classes can be public - public static class ObjectWithInvalidNamedRefedPropertiesMap extends FrozenMap { - - ObjectWithInvalidNamedRefedPropertiesMap(FrozenMap m) { - + public static class ObjectWithInvalidNamedRefedPropertiesMap extends FrozenMap requiredKeys = Set.of( @@ -32,10 +30,8 @@ public static ObjectWithInvalidNamedRefedPropertiesMap of(Map ar return ObjectWithInvalidNamedRefedProperties1.validate(arg, configuration); } - public FromSchema.FromSchemaMap from() { - - return (FromSchema.FromSchemaMap) get("from"); - + public FromSchema.FromSchemaMap + return (FromSchema.FromSchemaMap } public Object getAdditionalProperty(String name) { @@ -63,8 +59,7 @@ public class ObjectWithInvalidNamedRefedProperties1 extends JsonSchema { "from" ))) )); - protected static ObjectWithInvalidNamedRefedPropertiesMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectWithInvalidNamedRefedPropertiesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java index 0fa71764b32..cc3ab5571a0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends StringJsonSchema {} public class A extends NumberJsonSchema {} - public static class ObjectWithNonIntersectingValuesMap extends FrozenMap { - - ObjectWithNonIntersectingValuesMap(FrozenMap m) { - + public static class ObjectWithNonIntersectingValuesMap extends FrozenMap requiredKeys = Set.of(); @@ -39,19 +37,15 @@ public static ObjectWithNonIntersectingValuesMap of(Map arg, Sch return ObjectWithNonIntersectingValues1.validate(arg, configuration); } - public Number a() { - + public Number String key = "a"; throwIfKeyNotPresent(key); - return (Number) get(key); - + return (Number } - public String getAdditionalProperty(String name) { - + public String throwIfKeyNotPresent(name); - return (String) get(name); - + return (String } } @@ -69,8 +63,7 @@ public class ObjectWithNonIntersectingValues1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ObjectWithNonIntersectingValuesMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectWithNonIntersectingValuesMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java index 5dc1797abe2..5f7345e1110 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java @@ -31,10 +31,8 @@ public class A extends StringJsonSchema {} public class B extends NumberJsonSchema {} - public static class ObjectWithOnlyOptionalPropsMap extends FrozenMap { - - ObjectWithOnlyOptionalPropsMap(FrozenMap m) { - + public static class ObjectWithOnlyOptionalPropsMap extends FrozenMap requiredKeys = Set.of(); @@ -46,20 +44,16 @@ public static ObjectWithOnlyOptionalPropsMap of(Map arg, SchemaC return ObjectWithOnlyOptionalProps1.validate(arg, configuration); } - public String a() { - + public String String key = "a"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public Number b() { - + public Number String key = "b"; throwIfKeyNotPresent(key); - return (Number) get(key); - + return (Number } } @@ -78,8 +72,7 @@ public class ObjectWithOnlyOptionalProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ObjectWithOnlyOptionalPropsMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectWithOnlyOptionalPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java index 7770301eb9a..95eab08c252 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java @@ -20,10 +20,8 @@ public class ObjectWithOptionalTestProp { public class Test extends StringJsonSchema {} - public static class ObjectWithOptionalTestPropMap extends FrozenMap { - - ObjectWithOptionalTestPropMap(FrozenMap m) { - + public static class ObjectWithOptionalTestPropMap extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static ObjectWithOptionalTestPropMap of(Map arg, SchemaCo return ObjectWithOptionalTestProp1.validate(arg, configuration); } - public String test() { - + public String String key = "test"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -62,8 +58,7 @@ public class ObjectWithOptionalTestProp1 extends JsonSchema { new PropertyEntry("test", Test.class) ))) )); - protected static ObjectWithOptionalTestPropMap getMapOutputInstance(FrozenMap arg) { - + protected static ObjectWithOptionalTestPropMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java index 499d208e1ce..99e5a33921a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java @@ -46,10 +46,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class Complete extends BooleanJsonSchema {} - public static class OrderMap extends FrozenMap { - - OrderMap(FrozenMap m) { - + public static class OrderMap extends FrozenMap requiredKeys = Set.of(); @@ -65,52 +63,40 @@ public static OrderMap of(Map arg, SchemaConfiguration configura return Order1.validate(arg, configuration); } - public long id() { - + public long String key = "id"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public long petId() { - + public long String key = "petId"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public int quantity() { - + public int String key = "quantity"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public String shipDate() { - + public String String key = "shipDate"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String status() { - + public String String key = "status"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public boolean complete() { - + public boolean String key = "complete"; throwIfKeyNotPresent(key); - return (boolean) get(key); - + return (boolean } public Object getAdditionalProperty(String name) { @@ -138,8 +124,7 @@ public class Order1 extends JsonSchema { new PropertyEntry("complete", Complete.class) ))) )); - protected static OrderMap getMapOutputInstance(FrozenMap arg) { - + protected static OrderMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index 1158739bd40..2a91ea7d83f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -31,10 +31,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} public class Count extends IntJsonSchema {} - public static class ResultsList extends FrozenList { - - ResultsList(FrozenList m) { - + public static class ResultsList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -48,8 +46,7 @@ public class Results extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) )); - protected static ResultsList getListOutputInstance(FrozenList arg) { - + protected static ResultsList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -57,10 +54,8 @@ public static ResultsList validate(List> arg, SchemaConfigur } } - public static class PaginatedResultMyObjectDtoMap extends FrozenMap { - - PaginatedResultMyObjectDtoMap(FrozenMap m) { - + public static class PaginatedResultMyObjectDtoMap extends FrozenMap requiredKeys = Set.of( @@ -72,16 +67,12 @@ public static PaginatedResultMyObjectDtoMap of(Map arg, SchemaCo return PaginatedResultMyObjectDto1.validate(arg, configuration); } - public long count() { - - return (long) get("count"); - + public long + return (long } - public ResultsList results() { - - return (ResultsList) get("results"); - + public ResultsList + return (ResultsList } } @@ -104,8 +95,7 @@ public class PaginatedResultMyObjectDto1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PaginatedResultMyObjectDtoMap getMapOutputInstance(FrozenMap arg) { - + protected static PaginatedResultMyObjectDtoMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java index cc0e2dec573..bab96109710 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java @@ -31,10 +31,8 @@ public class Name extends StringJsonSchema {} public class Items extends StringJsonSchema {} - public static class PhotoUrlsList extends FrozenList { - - PhotoUrlsList(FrozenList m) { - + public static class PhotoUrlsList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -48,8 +46,7 @@ public class PhotoUrls extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static PhotoUrlsList getListOutputInstance(FrozenList arg) { - + protected static PhotoUrlsList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -68,10 +65,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class TagsList extends FrozenList { - - TagsList(FrozenList m) { - + public static class TagsList extends FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -85,8 +80,7 @@ public class Tags extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) )); - protected static TagsList getListOutputInstance(FrozenList arg) { - + protected static TagsList getListOutputInstance(FrozenList> arg, SchemaConfiguration configuration) throws ValidationException { @@ -94,10 +88,8 @@ public static TagsList validate(List> arg, SchemaConfigurati } } - public static class PetMap extends FrozenMap { - - PetMap(FrozenMap m) { - + public static class PetMap extends FrozenMap requiredKeys = Set.of( @@ -114,48 +106,36 @@ public static PetMap of(Map arg, SchemaConfiguration configurati return Pet1.validate(arg, configuration); } - public String name() { - - return (String) get("name"); - + public String + return (String } - public PhotoUrlsList photoUrls() { - - return (PhotoUrlsList) get("photoUrls"); - + public PhotoUrlsList + return (PhotoUrlsList } - public long id() { - + public long String key = "id"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public Category.CategoryMap category() { - + public Category.CategoryMap String key = "category"; throwIfKeyNotPresent(key); - return (Category.CategoryMap) get(key); - + return (Category.CategoryMap } - public TagsList tags() { - + public TagsList String key = "tags"; throwIfKeyNotPresent(key); - return (TagsList) get(key); - + return (TagsList } - public String status() { - + public String String key = "status"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -189,8 +169,7 @@ public class Pet1 extends JsonSchema { "photoUrls" ))) )); - protected static PetMap getMapOutputInstance(FrozenMap arg) { - + protected static PetMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java index 319a0788430..f26cd6b73c4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java @@ -20,10 +20,8 @@ public class Player { public class Name extends StringJsonSchema {} - public static class PlayerMap extends FrozenMap { - - PlayerMap(FrozenMap m) { - + public static class PlayerMap extends FrozenMap requiredKeys = Set.of(); @@ -35,20 +33,16 @@ public static PlayerMap of(Map arg, SchemaConfiguration configur return Player1.validate(arg, configuration); } - public String name() { - + public String String key = "name"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public PlayerMap enemyPlayer() { - + public PlayerMap String key = "enemyPlayer"; throwIfKeyNotPresent(key); - return (PlayerMap) get(key); - + return (PlayerMap } public Object getAdditionalProperty(String name) { @@ -74,8 +68,7 @@ public class Player1 extends JsonSchema { new PropertyEntry("enemyPlayer", Player1.class) ))) )); - protected static PlayerMap getMapOutputInstance(FrozenMap arg) { - + protected static PlayerMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java index c99117edd14..654e04026be 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java @@ -20,10 +20,8 @@ public class PublicKey { public class Key extends StringJsonSchema {} - public static class PublicKeyMap extends FrozenMap { - - PublicKeyMap(FrozenMap m) { - + public static class PublicKeyMap extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static PublicKeyMap of(Map arg, SchemaConfiguration confi return PublicKey1.validate(arg, configuration); } - public String key() { - + public String String key = "key"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -64,8 +60,7 @@ public class PublicKey1 extends JsonSchema { new PropertyEntry("key", Key.class) ))) )); - protected static PublicKeyMap getMapOutputInstance(FrozenMap arg) { - + protected static PublicKeyMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java index 9360bd0ae66..58f5bc39b7f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java @@ -37,10 +37,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class QuadrilateralType extends StringJsonSchema {} - public static class QuadrilateralInterfaceMap extends FrozenMap { - - QuadrilateralInterfaceMap(FrozenMap m) { - + public static class QuadrilateralInterfaceMap extends FrozenMap requiredKeys = Set.of( @@ -52,16 +50,12 @@ public static QuadrilateralInterfaceMap of(Map arg, SchemaConfig return QuadrilateralInterface1.validate(arg, configuration); } - public String quadrilateralType() { - - return (String) get("quadrilateralType"); - + public String + return (String } - public String shapeType() { - - return (String) get("shapeType"); - + public String + return (String } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java index e84335f81c5..a497c3064d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java @@ -23,10 +23,8 @@ public class Bar extends StringJsonSchema {} public class Baz extends StringJsonSchema {} - public static class ReadOnlyFirstMap extends FrozenMap { - - ReadOnlyFirstMap(FrozenMap m) { - + public static class ReadOnlyFirstMap extends FrozenMap requiredKeys = Set.of(); @@ -38,20 +36,16 @@ public static ReadOnlyFirstMap of(Map arg, SchemaConfiguration c return ReadOnlyFirst1.validate(arg, configuration); } - public String bar() { - + public String String key = "bar"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String baz() { - + public String String key = "baz"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -75,8 +69,7 @@ public class ReadOnlyFirst1 extends JsonSchema { new PropertyEntry("baz", Baz.class) ))) )); - protected static ReadOnlyFirstMap getMapOutputInstance(FrozenMap arg) { - + protected static ReadOnlyFirstMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java index 57107619ee6..a52b75a86d4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java @@ -20,10 +20,8 @@ public class ReqPropsFromExplicitAddProps { public class AdditionalProperties extends StringJsonSchema {} - public static class ReqPropsFromExplicitAddPropsMap extends FrozenMap { - - ReqPropsFromExplicitAddPropsMap(FrozenMap m) { - + public static class ReqPropsFromExplicitAddPropsMap extends FrozenMap requiredKeys = Set.of( @@ -35,13 +33,11 @@ public static ReqPropsFromExplicitAddPropsMap of(Map arg, Schema return ReqPropsFromExplicitAddProps1.validate(arg, configuration); } - public String validName() { - + public String return get("validName"); } - public String getAdditionalProperty(String name) { - + public String throwIfKeyNotPresent(name); return get(name); } @@ -62,8 +58,7 @@ public class ReqPropsFromExplicitAddProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ReqPropsFromExplicitAddPropsMap getMapOutputInstance(FrozenMap arg) { - + protected static ReqPropsFromExplicitAddPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java index d85ec96f4d8..1ba1b9bf497 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java @@ -20,10 +20,8 @@ public class ReqPropsFromTrueAddProps { public class AdditionalProperties extends AnyTypeJsonSchema {} - public static class ReqPropsFromTrueAddPropsMap extends FrozenMap { - - ReqPropsFromTrueAddPropsMap(FrozenMap m) { - + public static class ReqPropsFromTrueAddPropsMap extends FrozenMap requiredKeys = Set.of( @@ -35,13 +33,11 @@ public static ReqPropsFromTrueAddPropsMap of(Map arg, SchemaConf return ReqPropsFromTrueAddProps1.validate(arg, configuration); } - public Object validName() { - + public Object return get("validName"); } - public Object getAdditionalProperty(String name) { - + public Object throwIfKeyNotPresent(name); return get(name); } @@ -62,8 +58,7 @@ public class ReqPropsFromTrueAddProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ReqPropsFromTrueAddPropsMap getMapOutputInstance(FrozenMap arg) { - + protected static ReqPropsFromTrueAddPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java index ea640ef4f0e..6c88332b8ec 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java @@ -15,10 +15,8 @@ public class ReqPropsFromUnsetAddProps { // nest classes so all schemas and input/output classes can be public - public static class ReqPropsFromUnsetAddPropsMap extends FrozenMap { - - ReqPropsFromUnsetAddPropsMap(FrozenMap m) { - + public static class ReqPropsFromUnsetAddPropsMap extends FrozenMap requiredKeys = Set.of( @@ -55,8 +53,7 @@ public class ReqPropsFromUnsetAddProps1 extends JsonSchema { "validName" ))) )); - protected static ReqPropsFromUnsetAddPropsMap getMapOutputInstance(FrozenMap arg) { - + protected static ReqPropsFromUnsetAddPropsMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java index 759cd038821..82ba6fcae97 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java @@ -24,10 +24,8 @@ public class ReturnSchema { public class ReturnSchema2 extends Int32JsonSchema {} - public static class ReturnMap extends FrozenMap { - - ReturnMap(FrozenMap m) { - + public static class ReturnMap extends FrozenMap requiredKeys = Set.of(); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java index 994718e3090..e1463448a78 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java @@ -32,10 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -46,12 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String triangleType() { - + public String String key = "triangleType"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -68,8 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("triangleType", TriangleType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java index a677e5a3212..7647eb70ed5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java @@ -28,10 +28,8 @@ public class Name extends Int32JsonSchema {} public class ClassSchema extends StringJsonSchema {} - public static class Schema200ResponseMap extends FrozenMap { - - Schema200ResponseMap(FrozenMap m) { - + public static class Schema200ResponseMap extends FrozenMap requiredKeys = Set.of(); @@ -43,12 +41,10 @@ public static Schema200ResponseMap of(Map arg, SchemaConfigurati return Schema200Response1.validate(arg, configuration); } - public int name() { - + public int String key = "name"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java index c6fa4f8974e..0e499f7a72a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java @@ -16,10 +16,8 @@ public class SelfReferencingArrayModel { // nest classes so all schemas and input/output classes can be public - public static class SelfReferencingArrayModelList extends FrozenList { - - SelfReferencingArrayModelList(FrozenList m) { - + public static class SelfReferencingArrayModelList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -39,8 +37,7 @@ public class SelfReferencingArrayModel1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) )); - protected static SelfReferencingArrayModelList getListOutputInstance(FrozenList arg) { - + protected static SelfReferencingArrayModelList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java index 55b65c3b853..7e7a951d279 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java @@ -17,10 +17,8 @@ public class SelfReferencingObjectModel { // nest classes so all schemas and input/output classes can be public - public static class SelfReferencingObjectModelMap extends FrozenMap { - - SelfReferencingObjectModelMap(FrozenMap m) { - + public static class SelfReferencingObjectModelMap extends FrozenMap requiredKeys = Set.of(); @@ -31,19 +29,15 @@ public static SelfReferencingObjectModelMap of(Map arg, SchemaCo return SelfReferencingObjectModel1.validate(arg, configuration); } - public SelfReferencingObjectModelMap selfRef() { - + public SelfReferencingObjectModelMap String key = "selfRef"; throwIfKeyNotPresent(key); - return (SelfReferencingObjectModelMap) get(key); - + return (SelfReferencingObjectModelMap } - public SelfReferencingObjectModelMap getAdditionalProperty(String name) { - + public SelfReferencingObjectModelMap throwIfKeyNotPresent(name); - return (SelfReferencingObjectModelMap) get(name); - + return (SelfReferencingObjectModelMap } } @@ -61,8 +55,7 @@ public class SelfReferencingObjectModel1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) )); - protected static SelfReferencingObjectModelMap getMapOutputInstance(FrozenMap arg) { - + protected static SelfReferencingObjectModelMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java index c52d94eb526..d2cc690a92c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java @@ -32,10 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { - - Schema1Map(FrozenMap m) { - + public static class Schema1Map extends FrozenMap requiredKeys = Set.of(); @@ -46,12 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String quadrilateralType() { - + public String String key = "quadrilateralType"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -68,8 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { - + protected static Schema1Map getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java index 4fd2c45ef86..8cef1eae4b5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java @@ -20,10 +20,8 @@ public class SpecialModelname { public class A extends StringJsonSchema {} - public static class SpecialModelnameMap extends FrozenMap { - - SpecialModelnameMap(FrozenMap m) { - + public static class SpecialModelnameMap extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static SpecialModelnameMap of(Map arg, SchemaConfiguratio return SpecialModelname1.validate(arg, configuration); } - public String a() { - + public String String key = "a"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -64,8 +60,7 @@ model with an invalid class name for python new PropertyEntry("a", A.class) ))) )); - protected static SpecialModelnameMap getMapOutputInstance(FrozenMap arg) { - + protected static SpecialModelnameMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java index b515deeff7d..5994e3837dd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java @@ -19,10 +19,8 @@ public class StringBooleanMap { public class AdditionalProperties extends BooleanJsonSchema {} - public static class StringBooleanMapMap extends FrozenMap { - - StringBooleanMapMap(FrozenMap m) { - + public static class StringBooleanMapMap extends FrozenMap requiredKeys = Set.of(); @@ -31,8 +29,7 @@ public static StringBooleanMapMap of(Map arg, SchemaConfigurati return StringBooleanMap1.validate(arg, configuration); } - public boolean getAdditionalProperty(String name) { - + public boolean throwIfKeyNotPresent(name); return get(name); } @@ -49,8 +46,7 @@ public class StringBooleanMap1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static StringBooleanMapMap getMapOutputInstance(FrozenMap arg) { - + protected static StringBooleanMapMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java index 40172cecdea..7a49b7fd633 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java @@ -24,10 +24,8 @@ public class Id extends Int64JsonSchema {} public class Name extends StringJsonSchema {} - public static class TagMap extends FrozenMap { - - TagMap(FrozenMap m) { - + public static class TagMap extends FrozenMap requiredKeys = Set.of(); @@ -39,20 +37,16 @@ public static TagMap of(Map arg, SchemaConfiguration configurati return Tag1.validate(arg, configuration); } - public long id() { - + public long String key = "id"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public String name() { - + public String String key = "name"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -76,8 +70,7 @@ public class Tag1 extends JsonSchema { new PropertyEntry("name", Name.class) ))) )); - protected static TagMap getMapOutputInstance(FrozenMap arg) { - + protected static TagMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java index 6be7aed4eee..ea4c48dad04 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java @@ -37,10 +37,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class TriangleType extends StringJsonSchema {} - public static class TriangleInterfaceMap extends FrozenMap { - - TriangleInterfaceMap(FrozenMap m) { - + public static class TriangleInterfaceMap extends FrozenMap requiredKeys = Set.of( @@ -52,16 +50,12 @@ public static TriangleInterfaceMap of(Map arg, SchemaConfigurati return TriangleInterface1.validate(arg, configuration); } - public String shapeType() { - - return (String) get("shapeType"); - + public String + return (String } - public String triangleType() { - - return (String) get("triangleType"); - + public String + return (String } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java index accbbf33cd2..0131fdf66f4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java @@ -128,10 +128,8 @@ public static U validate(List arg, SchemaConfigur public class AnyTypePropNullable extends AnyTypeJsonSchema {} - public static class UserMap extends FrozenMap { - - UserMap(FrozenMap m) { - + public static class UserMap extends FrozenMap requiredKeys = Set.of(); @@ -154,102 +152,79 @@ public static UserMap of(Map arg, SchemaConfiguration configurat return User1.validate(arg, configuration); } - public long id() { - + public long String key = "id"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public String username() { - + public String String key = "username"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String firstName() { - + public String String key = "firstName"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String lastName() { - + public String String key = "lastName"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String email() { - + public String String key = "email"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String password() { - + public String String key = "password"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String phone() { - + public String String key = "phone"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public int userStatus() { - + public int String key = "userStatus"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public FrozenMap objectWithNoDeclaredProps() { - + public FrozenMap String key = "objectWithNoDeclaredProps"; throwIfKeyNotPresent(key); - return (FrozenMap) get(key); - + return (FrozenMap } - public FrozenMap objectWithNoDeclaredPropsNullable() { - + public FrozenMap String key = "objectWithNoDeclaredPropsNullable"; throwIfKeyNotPresent(key); - return (FrozenMap) get(key); - + return (FrozenMap } - public Object anyTypeProp() { - + public Object String key = "anyTypeProp"; throwIfKeyNotPresent(key); return get(key); } - public Object anyTypeExceptNullProp() { - + public Object String key = "anyTypeExceptNullProp"; throwIfKeyNotPresent(key); return get(key); } - public Object anyTypePropNullable() { - + public Object String key = "anyTypePropNullable"; throwIfKeyNotPresent(key); return get(key); @@ -287,8 +262,7 @@ public class User1 extends JsonSchema { new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class) ))) )); - protected static UserMap getMapOutputInstance(FrozenMap arg) { - + protected static UserMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java index b1b60cd0d94..5c573afe9ac 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java @@ -35,10 +35,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class WhaleMap extends FrozenMap { - - WhaleMap(FrozenMap m) { - + public static class WhaleMap extends FrozenMap requiredKeys = Set.of( @@ -52,26 +50,20 @@ public static WhaleMap of(Map arg, SchemaConfiguration configura return Whale1.validate(arg, configuration); } - public String className() { - - return (String) get("className"); - + public String + return (String } - public boolean hasBaleen() { - + public boolean String key = "hasBaleen"; throwIfKeyNotPresent(key); - return (boolean) get(key); - + return (boolean } - public boolean hasTeeth() { - + public boolean String key = "hasTeeth"; throwIfKeyNotPresent(key); - return (boolean) get(key); - + return (boolean } public Object getAdditionalProperty(String name) { @@ -99,8 +91,7 @@ public class Whale1 extends JsonSchema { "className" ))) )); - protected static WhaleMap getMapOutputInstance(FrozenMap arg) { - + protected static WhaleMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java index 23580c8e629..fefd1facfb1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java @@ -44,10 +44,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class ZebraMap extends FrozenMap { - - ZebraMap(FrozenMap m) { - + public static class ZebraMap extends FrozenMap requiredKeys = Set.of( @@ -60,22 +58,17 @@ public static ZebraMap of(Map arg, SchemaConfiguration configura return Zebra1.validate(arg, configuration); } - public String className() { - - return (String) get("className"); - + public String + return (String } - public String type() { - + public String String key = "type"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public Object getAdditionalProperty(String name) { - + public Object throwIfKeyNotPresent(name); return get(name); } @@ -99,8 +92,7 @@ public class Zebra1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ZebraMap getMapOutputInstance(FrozenMap arg) { - + protected static ZebraMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java index 9a50a8ccc8f..a545fb86204 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java @@ -24,10 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { - - HeaderParametersMap(FrozenMap m) { - + public static class HeaderParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -38,8 +36,7 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String someHeader() { - + public String String key = "someHeader"; throwIfKeyNotPresent(key); return get(key); @@ -54,8 +51,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java index aebebccec39..3430d67beed 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String subDir() { - + public String return get("subDir"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java index ab11e6d5656..a618cadc2c0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String subDir() { - + public String return get("subDir"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java index 312d6a46043..57c7a2c7aff 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java @@ -24,10 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -38,8 +36,7 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String searchStr() { - + public String String key = "searchStr"; throwIfKeyNotPresent(key); return get(key); @@ -54,8 +51,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java index 2e07c2b5e3d..61580dcdf39 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java @@ -24,10 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { - - HeaderParametersMap(FrozenMap m) { - + public static class HeaderParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -38,8 +36,7 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String someHeader() { - + public String String key = "someHeader"; throwIfKeyNotPresent(key); return get(key); @@ -54,8 +51,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java index 5aa6b4161b2..076a1fdae01 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String subDir() { - + public String return get("subDir"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java index bebe7c845de..f72add2c34f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java @@ -26,10 +26,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { - - HeaderParametersMap(FrozenMap m) { - + public static class HeaderParametersMap extends FrozenMap requiredKeys = Set.of( @@ -42,18 +40,14 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String required_boolean_group() { - - return (String) get("required_boolean_group"); - + public String + return (String } - public String boolean_group() { - + public String String key = "boolean_group"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } } @@ -69,8 +63,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java index 61dd96a5468..025047e9de5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java @@ -28,10 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of( @@ -46,32 +44,24 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public long required_int64_group() { - - return (long) get("required_int64_group"); - + public long + return (long } - public String required_string_group() { - - return (String) get("required_string_group"); - + public String + return (String } - public long int64_group() { - + public long String key = "int64_group"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public String string_group() { - + public String String key = "string_group"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } } @@ -90,8 +80,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java index f3d7ed2f5cc..c919735cfca 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { - - HeaderParametersMap(FrozenMap m) { - + public static class HeaderParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -40,20 +38,16 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String enum_header_string() { - + public String String key = "enum_header_string"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public Schema0.SchemaList0 enum_header_string_array() { - + public Schema0.SchemaList0 String key = "enum_header_string_array"; throwIfKeyNotPresent(key); - return (Schema0.SchemaList0) get(key); - + return (Schema0.SchemaList0 } } @@ -66,8 +60,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java index 06d68f7cb53..0764ca19dd9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java @@ -27,10 +27,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -44,36 +42,28 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public double enum_query_double() { - + public double String key = "enum_query_double"; throwIfKeyNotPresent(key); - return (double) get(key); - + return (double } - public String enum_query_string() { - + public String String key = "enum_query_string"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public int enum_query_integer() { - + public int String key = "enum_query_integer"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public Schema2.SchemaList2 enum_query_string_array() { - + public Schema2.SchemaList2 String key = "enum_query_string_array"; throwIfKeyNotPresent(key); - return (Schema2.SchemaList2) get(key); - + return (Schema2.SchemaList2 } } @@ -88,8 +78,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java index 0ad0c4719df..232efd2b89e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java @@ -27,10 +27,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class SchemaList0 extends FrozenList { - - SchemaList0(FrozenList m) { - + public static class SchemaList0 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -44,8 +42,7 @@ public class Schema01 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) )); - protected static SchemaList0 getListOutputInstance(FrozenList arg) { - + protected static SchemaList0 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java index 5a128edcea8..98c04423247 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java @@ -27,10 +27,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class SchemaList2 extends FrozenList { - - SchemaList2(FrozenList m) { - + public static class SchemaList2 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -44,8 +42,7 @@ public class Schema21 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static SchemaList2 getListOutputInstance(FrozenList arg) { - + protected static SchemaList2 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index 3a8c6f5f077..f4146759687 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -30,10 +30,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class EnumFormStringArrayList extends FrozenList { - - EnumFormStringArrayList(FrozenList m) { - + public static class EnumFormStringArrayList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -47,8 +45,7 @@ public class EnumFormStringArray extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static EnumFormStringArrayList getListOutputInstance(FrozenList arg) { - + protected static EnumFormStringArrayList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -67,10 +64,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -82,20 +77,16 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public EnumFormStringArrayList enum_form_string_array() { - + public EnumFormStringArrayList String key = "enum_form_string_array"; throwIfKeyNotPresent(key); - return (EnumFormStringArrayList) get(key); - + return (EnumFormStringArrayList } - public String enum_form_string() { - + public String String key = "enum_form_string"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -113,8 +104,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("enum_form_string", EnumFormString.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index c94d60e0d62..7f4718b24ae 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -194,10 +194,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class Callback extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of( @@ -222,66 +220,50 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String pattern_without_delimiter() { - - return (String) get("pattern_without_delimiter"); - + public String + return (String } - public int int32() { - + public int String key = "int32"; throwIfKeyNotPresent(key); - return (int) get(key); - + return (int } - public long int64() { - + public long String key = "int64"; throwIfKeyNotPresent(key); - return (long) get(key); - + return (long } - public String binary() { - + public String String key = "binary"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String date() { - + public String String key = "date"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String dateTime() { - + public String String key = "dateTime"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String password() { - + public String String key = "password"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String callback() { - + public String String key = "callback"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -317,8 +299,7 @@ public class Schema1 extends JsonSchema { "pattern_without_delimiter" ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java index d9af2376332..dbdd0f589d9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String query() { - + public String return get("query"); } } @@ -56,8 +53,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java index ba0831c5040..492ddd085ea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java @@ -27,10 +27,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of( @@ -43,22 +41,16 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String SomeVar() { - - return (String) get("SomeVar"); - + public String + return (String } - public String someVar() { - - return (String) get("someVar"); - + public String + return (String } - public String some_var() { - - return (String) get("some_var"); - + public String + return (String } } @@ -77,8 +69,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java index a2dbb77fc14..2589d3aa0f8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String id() { - + public String return get("id"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java index 5606e11022b..af9e1925750 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java @@ -19,10 +19,8 @@ public class Schema { public class AdditionalProperties extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -31,8 +29,7 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String getAdditionalProperty(String name) { - + public String throwIfKeyNotPresent(name); return get(name); } @@ -43,8 +40,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java index 6fd12b08b8e..51460cd5f17 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -40,20 +38,16 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public Object compositionAtRoot() { - + public Object String key = "compositionAtRoot"; throwIfKeyNotPresent(key); - return (Object) get(key); - + return (Object } - public Schema1.SchemaMap1 compositionInProperty() { - + public Schema1.SchemaMap1 String key = "compositionInProperty"; throwIfKeyNotPresent(key); - return (Schema1.SchemaMap1) get(key); - + return (Schema1.SchemaMap1 } } @@ -66,8 +60,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java index 2f484fd03d8..3134806584a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java @@ -82,10 +82,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class SchemaMap1 extends FrozenMap { - - SchemaMap1(FrozenMap m) { - + public static class SchemaMap1 extends FrozenMap requiredKeys = Set.of(); @@ -96,8 +94,7 @@ public static SchemaMap1 of(Map arg, SchemaConfiguration configu return Schema11.validate(arg, configuration); } - public Object someProp() { - + public Object String key = "someProp"; throwIfKeyNotPresent(key); return get(key); @@ -117,8 +114,7 @@ public class Schema11 extends JsonSchema { new PropertyEntry("someProp", SomeProp1.class) ))) )); - protected static SchemaMap1 getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap1 getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java index 21ec9d5375b..28d9b7f5c24 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java @@ -82,10 +82,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -96,8 +94,7 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public Object someProp() { - + public Object String key = "someProp"; throwIfKeyNotPresent(key); return get(key); @@ -117,8 +114,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("someProp", SomeProp.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java index 88984113378..bc9d9289691 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java @@ -82,10 +82,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -96,8 +94,7 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public Object someProp() { - + public Object String key = "someProp"; throwIfKeyNotPresent(key); return get(key); @@ -117,8 +114,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("someProp", SomeProp.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index 3756b696790..f5c0fadd340 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -24,10 +24,8 @@ public class Param extends StringJsonSchema {} public class Param2 extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of( @@ -39,16 +37,12 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String param() { - - return (String) get("param"); - + public String + return (String } - public String param2() { - - return (String) get("param2"); - + public String + return (String } public Object getAdditionalProperty(String name) { @@ -70,8 +64,7 @@ public class Schema1 extends JsonSchema { "param2" ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java index 8e26a369c89..d6f37e91e7c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java @@ -20,10 +20,8 @@ public class Schema { public class A extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String a() { - + public String String key = "a"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -56,8 +52,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("a", A.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java index f74f972464f..c403bfe51f6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java @@ -20,10 +20,8 @@ public class Schema { public class B extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String b() { - + public String String key = "b"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -56,8 +52,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("b", B.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java index 49f8d6e1a6e..60286ec6873 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java @@ -24,10 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -38,8 +36,7 @@ public static QueryParametersMap of(Map> arg, Schema return QueryParameters1.validate(arg, configuration); } - public Schema0.SchemaMap0 mapBean() { - + public Schema0.SchemaMap0 String key = "mapBean"; throwIfKeyNotPresent(key); return get(key); @@ -54,8 +51,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java index bec8b912f35..19eb144de01 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java @@ -20,10 +20,8 @@ public class Schema0 { public class Keyword0 extends StringJsonSchema {} - public static class SchemaMap0 extends FrozenMap { - - SchemaMap0(FrozenMap m) { - + public static class SchemaMap0 extends FrozenMap requiredKeys = Set.of(); @@ -34,12 +32,10 @@ public static SchemaMap0 of(Map arg, SchemaConfiguration configu return Schema01.validate(arg, configuration); } - public String keyword() { - + public String String key = "keyword"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -56,8 +52,7 @@ public class Schema01 extends JsonSchema { new PropertyEntry("keyword", Keyword0.class) ))) )); - protected static SchemaMap0 getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap0 getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java index ddfc04d3483..45c8e8b0208 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java @@ -28,10 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class CookieParametersMap extends FrozenMap { - - CookieParametersMap(FrozenMap m) { - + public static class CookieParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -46,28 +44,22 @@ public static CookieParametersMap of(Map arg, SchemaConfiguratio return CookieParameters1.validate(arg, configuration); } - public String aB() { - + public String String key = "aB"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String Ab() { - + public String String key = "Ab"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String self() { - + public String String key = "self"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } } @@ -83,8 +75,7 @@ public class CookieParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static CookieParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static CookieParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java index ff34bb62ad1..79b821ffeda 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java @@ -27,10 +27,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { - - HeaderParametersMap(FrozenMap m) { - + public static class HeaderParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -44,20 +42,16 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String aB() { - + public String String key = "aB"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String self() { - + public String String key = "self"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } } @@ -72,8 +66,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java index 1d8073b1169..d13865770f1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java @@ -29,10 +29,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -47,22 +45,16 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String Ab() { - - return (String) get("Ab"); - + public String + return (String } - public String aB() { - - return (String) get("aB"); - + public String + return (String } - public String self() { - - return (String) get("self"); - + public String + return (String } } @@ -85,8 +77,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java index 6dbf36559bf..9c4def9382c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java @@ -28,10 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -46,28 +44,22 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String aB() { - + public String String key = "aB"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String Ab() { - + public String String key = "Ab"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String self() { - + public String String key = "self"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } } @@ -83,8 +75,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java index 54abee498ef..5eb8b9d071e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long petId() { - + public long return get("petId"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java index 02dc182cfd4..0de9e454cc3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java @@ -26,10 +26,8 @@ public class RequiredFile extends JsonSchema { } - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of( @@ -42,18 +40,14 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String requiredFile() { - - return (String) get("requiredFile"); - + public String + return (String } - public String additionalMetadata() { - + public String String key = "additionalMetadata"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -74,8 +68,7 @@ public class Schema1 extends JsonSchema { "requiredFile" ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java index 7b9ffd6f492..05848ffa0ad 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public Object someParam() { - + public Object return get("someParam"); } } @@ -56,8 +53,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java index 364013b4e69..670f5e8d072 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java @@ -24,10 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -38,8 +36,7 @@ public static QueryParametersMap of(Map> arg, Schema return QueryParameters1.validate(arg, configuration); } - public Foo.FooMap mapBean() { - + public Foo.FooMap String key = "mapBean"; throwIfKeyNotPresent(key); return get(key); @@ -54,8 +51,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index ab0ae7009fc..6ae9590339e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -30,10 +30,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of( @@ -49,40 +47,28 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public Schema4.SchemaList4 context() { - - return (Schema4.SchemaList4) get("context"); - + public Schema4.SchemaList4 + return (Schema4.SchemaList4 } - public Schema2.SchemaList2 http() { - - return (Schema2.SchemaList2) get("http"); - + public Schema2.SchemaList2 + return (Schema2.SchemaList2 } - public Schema1.SchemaList1 ioutil() { - - return (Schema1.SchemaList1) get("ioutil"); - + public Schema1.SchemaList1 + return (Schema1.SchemaList1 } - public Schema0.SchemaList0 pipe() { - - return (Schema0.SchemaList0) get("pipe"); - + public Schema0.SchemaList0 + return (Schema0.SchemaList0 } - public String refParam() { - - return (String) get("refParam"); - + public String + return (String } - public Schema3.SchemaList3 url() { - - return (Schema3.SchemaList3) get("url"); - + public Schema3.SchemaList3 + return (Schema3.SchemaList3 } } @@ -107,8 +93,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java index a8d27fd6641..5f6121de584 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java @@ -20,10 +20,8 @@ public class Schema0 { public class Items0 extends StringJsonSchema {} - public static class SchemaList0 extends FrozenList { - - SchemaList0(FrozenList m) { - + public static class SchemaList0 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,8 +35,7 @@ public class Schema01 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) )); - protected static SchemaList0 getListOutputInstance(FrozenList arg) { - + protected static SchemaList0 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java index a7afcf6879f..d78fc639302 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java @@ -20,10 +20,8 @@ public class Schema1 { public class Items1 extends StringJsonSchema {} - public static class SchemaList1 extends FrozenList { - - SchemaList1(FrozenList m) { - + public static class SchemaList1 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,8 +35,7 @@ public class Schema11 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) )); - protected static SchemaList1 getListOutputInstance(FrozenList arg) { - + protected static SchemaList1 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java index f3c9a930763..f967d801dc7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java @@ -20,10 +20,8 @@ public class Schema2 { public class Items2 extends StringJsonSchema {} - public static class SchemaList2 extends FrozenList { - - SchemaList2(FrozenList m) { - + public static class SchemaList2 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,8 +35,7 @@ public class Schema21 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static SchemaList2 getListOutputInstance(FrozenList arg) { - + protected static SchemaList2 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java index 60bd7bac0df..70c2f622c91 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java @@ -20,10 +20,8 @@ public class Schema3 { public class Items3 extends StringJsonSchema {} - public static class SchemaList3 extends FrozenList { - - SchemaList3(FrozenList m) { - + public static class SchemaList3 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,8 +35,7 @@ public class Schema31 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items3.class)) )); - protected static SchemaList3 getListOutputInstance(FrozenList arg) { - + protected static SchemaList3 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java index b70473c4c26..c8a8c5b05a4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java @@ -20,10 +20,8 @@ public class Schema4 { public class Items4 extends StringJsonSchema {} - public static class SchemaList4 extends FrozenList { - - SchemaList4(FrozenList m) { - + public static class SchemaList4 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,8 +35,7 @@ public class Schema41 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items4.class)) )); - protected static SchemaList4 getListOutputInstance(FrozenList arg) { - + protected static SchemaList4 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java index 83823981fb0..8f80a896f38 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java @@ -26,10 +26,8 @@ public class File extends JsonSchema { } - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of( @@ -42,18 +40,14 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String file() { - - return (String) get("file"); - + public String + return (String } - public String additionalMetadata() { - + public String String key = "additionalMetadata"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -74,8 +68,7 @@ public class Schema1 extends JsonSchema { "file" ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java index 48ff91f7738..7731c486876 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java @@ -24,10 +24,8 @@ public class Items extends JsonSchema { } - public static class FilesList extends FrozenList { - - FilesList(FrozenList m) { - + public static class FilesList extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -41,8 +39,7 @@ public class Files extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static FilesList getListOutputInstance(FrozenList arg) { - + protected static FilesList getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -50,10 +47,8 @@ public static FilesList validate(List arg, SchemaConfiguration configura } } - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -64,12 +59,10 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public FilesList files() { - + public FilesList String key = "files"; throwIfKeyNotPresent(key); - return (FilesList) get(key); - + return (FilesList } public Object getAdditionalProperty(String name) { @@ -86,8 +79,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("files", Files.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java index 44f8ffb8377..70f2decc699 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java @@ -17,10 +17,8 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -45,8 +43,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("string", Foo.Foo1.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java index ffb60bec538..5e3f44b159d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java @@ -26,10 +26,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of( @@ -40,8 +38,7 @@ public static QueryParametersMap of(Map> arg, SchemaConfigu return QueryParameters1.validate(arg, configuration); } - public Schema0.SchemaList0 status() { - + public Schema0.SchemaList0 return get("status"); } } @@ -57,8 +54,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java index 40fbe0d8953..1767f95c056 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java @@ -27,10 +27,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class SchemaList0 extends FrozenList { - - SchemaList0(FrozenList m) { - + public static class SchemaList0 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -44,8 +42,7 @@ public class Schema01 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) )); - protected static SchemaList0 getListOutputInstance(FrozenList arg) { - + protected static SchemaList0 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java index 454c54da253..53e392df631 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java @@ -26,10 +26,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of( @@ -40,8 +38,7 @@ public static QueryParametersMap of(Map> arg, SchemaConfigu return QueryParameters1.validate(arg, configuration); } - public Schema0.SchemaList0 tags() { - + public Schema0.SchemaList0 return get("tags"); } } @@ -57,8 +54,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java index 3734f1c883b..f772c229df2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java @@ -20,10 +20,8 @@ public class Schema0 { public class Items0 extends StringJsonSchema {} - public static class SchemaList0 extends FrozenList { - - SchemaList0(FrozenList m) { - + public static class SchemaList0 extends FrozenList arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,8 +35,7 @@ public class Schema01 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) )); - protected static SchemaList0 getListOutputInstance(FrozenList arg) { - + protected static SchemaList0 getListOutputInstance(FrozenList arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java index 8b9bddf81e9..5f1c3e2d332 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java @@ -24,10 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { - - HeaderParametersMap(FrozenMap m) { - + public static class HeaderParametersMap extends FrozenMap requiredKeys = Set.of(); @@ -38,8 +36,7 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String api_key() { - + public String String key = "api_key"; throwIfKeyNotPresent(key); return get(key); @@ -54,8 +51,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java index d91ab652cd3..0520a24486f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long petId() { - + public long return get("petId"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java index 6e00349dcea..fec875aa915 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long petId() { - + public long return get("petId"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java index 17a6fc54cf0..02bb8e6f75f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long petId() { - + public long return get("petId"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index f954817a509..3cebe870826 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -23,10 +23,8 @@ public class Name extends StringJsonSchema {} public class Status extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -38,20 +36,16 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String name() { - + public String String key = "name"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String status() { - + public String String key = "status"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -69,8 +63,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("status", Status.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java index 68064258c38..e3a511ad31f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long petId() { - + public long return get("petId"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java index ba964f8a3fa..048c0bba8b1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java @@ -25,10 +25,8 @@ public class File extends JsonSchema { } - public static class SchemaMap extends FrozenMap { - - SchemaMap(FrozenMap m) { - + public static class SchemaMap extends FrozenMap requiredKeys = Set.of(); @@ -40,20 +38,16 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String additionalMetadata() { - + public String String key = "additionalMetadata"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } - public String file() { - + public String String key = "file"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } public Object getAdditionalProperty(String name) { @@ -71,8 +65,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("file", File.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { - + protected static SchemaMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java index bbbabd901df..68d50833de3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String order_id() { - + public String return get("order_id"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java index f539e70bff3..566df4a573c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long order_id() { - + public long return get("order_id"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java index 6f0548adfce..b06a0330fda 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java @@ -26,10 +26,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { - - QueryParametersMap(FrozenMap m) { - + public static class QueryParametersMap extends FrozenMap requiredKeys = Set.of( @@ -41,16 +39,12 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String password() { - - return (String) get("password"); - + public String + return (String } - public String username() { - - return (String) get("username"); - + public String + return (String } } @@ -67,8 +61,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static QueryParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java index 3c877c120a5..7ce6d560be1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java @@ -29,10 +29,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeadersMap extends FrozenMap { - - HeadersMap(FrozenMap m) { - + public static class HeadersMap extends FrozenMap requiredKeys = Set.of( @@ -48,18 +46,14 @@ public static HeadersMap of(Map arg, SchemaConfiguration configu return Headers1.validate(arg, configuration); } - public int int32() { - - return (int) get("int32"); - + public int + return (int } - public String numberHeader() { - + public String String key = "numberHeader"; throwIfKeyNotPresent(key); - return (String) get(key); - + return (String } } @@ -80,8 +74,7 @@ public class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeadersMap getMapOutputInstance(FrozenMap arg) { - + protected static HeadersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java index d71ca66792a..76764d8a249 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String username() { - + public String return get("username"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java index afd222c6341..ac421297251 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String username() { - + public String return get("username"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java index 2d5a4df9d07..6c56a5a0d64 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java @@ -25,10 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { - - PathParametersMap(FrozenMap m) { - + public static class PathParametersMap extends FrozenMap requiredKeys = Set.of( @@ -39,8 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String username() { - + public String return get("username"); } } @@ -56,8 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { - + protected static PathParametersMap getMapOutputInstance(FrozenMap arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs index b373915a61b..54435ee4f1f 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs @@ -3,53 +3,53 @@ {{#each types}} {{#eq this "boolean"}} {{#if forceNull}} -Boolean{{{endChar}}} - {{else}} -boolean{{{endChar}}} - {{/if}} +Boolean + {{~else}} +boolean + {{~/if}} {{else}} {{#eq this "null"}} -Void{{{endChar}}} - {{else}} +Void + {{~else}} {{#eq this "string"}} {{#eq format "binary"}} {{! todo binary types}} -String{{{endChar}}} - {{else}} -String{{{endChar}}} - {{/eq}} +String + {{~else}} +String + {{~/eq}} {{else}} {{#eq this "number"}} {{#eq ../format null}} -Number{{{endChar}}} - {{else}} +Number + {{~else}} {{#eq ../format "float"}} {{#if forceNull}} -Float{{{endChar}}} - {{else}} -float{{{endChar}}} - {{/if}} +Float + {{~else}} +float + {{~/if}} {{else}} {{#eq ../format "double"}} {{#if forceNull}} -Double{{{endChar}}} - {{else}} -double{{{endChar}}} - {{/if}} +Double + {{~else}} +double + {{~/if}} {{else}} {{#eq ../format "int32"}} {{#if forceNull}} -Integer{{{endChar}}} - {{else}} -int{{{endChar}}} - {{/if}} +Integer + {{~else}} +int + {{~/if}} {{else}} {{#eq ../format "int64"}} {{#if forceNull}} -Long{{{endChar}}} - {{else}} -long{{{endChar}}} - {{/if}} +Long + {{~else}} +long + {{~/if}} {{/eq}} {{/eq}} {{/eq}} @@ -59,24 +59,24 @@ long{{{endChar}}} {{#eq this "integer"}} {{#eq ../format null}} {{#if forceNull}} -Long{{{endChar}}} - {{else}} -long{{{endChar}}} - {{/if}} +Long + {{~else}} +long + {{~/if}} {{else}} {{#eq ../format "int32"}} {{#if forceNull}} -Integer{{{endChar}}} - {{else}} -int{{{endChar}}} - {{/if}} +Integer + {{~else}} +int + {{~/if}} {{else}} {{#eq ../format "int64"}} {{#if forceNull}} -Long{{{endChar}}} - {{else}} -long{{{endChar}}} - {{/if}} +Long + {{~else}} +long + {{~/if}} {{/eq}} {{/eq}} {{/eq}} @@ -84,20 +84,20 @@ long{{{endChar}}} {{#eq this "array"}} {{#if arrayOutputJsonPathPiece}} {{#if fullRefModule}} -{{fullRefModule}}.{{arrayOutputJsonPathPiece.camelCase}}{{{endChar}}} - {{else}} -{{arrayOutputJsonPathPiece.camelCase}}{{{endChar}}} - {{/if}} +{{fullRefModule}}.{{arrayOutputJsonPathPiece.camelCase}} + {{~else}} +{{arrayOutputJsonPathPiece.camelCase}} + {{~/if}} {{else}} -FrozenList{{{endChar}}} - {{/if}} +FrozenList + {{~/if}} {{else}} {{#eq this "object"}} {{#if mapOutputJsonPathPiece}} -{{#if fullRefModule}}{{fullRefModule}}.{{/if}}{{mapOutputJsonPathPiece.camelCase}}{{{endChar}}} - {{else}} -FrozenMap{{{endChar}}} - {{/if}} +{{#if fullRefModule}}{{fullRefModule}}.{{/if}}{{mapOutputJsonPathPiece.camelCase}} + {{~else}} +FrozenMap + {{~/if}} {{/eq}} {{/eq}} {{/eq}} @@ -112,32 +112,32 @@ FrozenMap{{{endChar}}} {{! nullable types }} {{#each types}} {{#eq this "boolean"}} -Boolean{{{endChar}}} - {{else}} +Boolean + {{~else}} {{#eq this "string"}} {{#eq format "binary"}} {{! todo binary types}} -String{{{endChar}}} - {{else}} -String{{{endChar}}} - {{/eq}} +String + {{~else}} +String + {{~/eq}} {{else}} {{#eq this "number"}} {{#eq ../format null}} -Number{{{endChar}}} - {{else}} +Number + {{~else}} {{#eq ../format "float"}} -Float{{{endChar}}} - {{else}} +Float + {{~else}} {{#eq ../format "double"}} -Double{{{endChar}}} - {{else}} +Double + {{~else}} {{#eq ../format "int32"}} -Integer{{{endChar}}} - {{else}} +Integer + {{~else}} {{#eq ../format "int64"}} -Long{{{endChar}}} - {{/eq}} +Long + {{~/eq}} {{/eq}} {{/eq}} {{/eq}} @@ -145,34 +145,34 @@ Long{{{endChar}}} {{else}} {{#eq this "integer"}} {{#eq ../format null}} -Long{{{endChar}}} - {{else}} +Long + {{~else}} {{#eq ../format "int32"}} -Integer{{{endChar}}} - {{else}} +Integer + {{~else}} {{#eq ../format "int64"}} -Long{{{endChar}}} - {{/eq}} +Long + {{~/eq}} {{/eq}} {{/eq}} {{else}} {{#eq this "array"}} {{#if arrayOutputJsonPathPiece}} {{#if fullRefModule}} -{{fullRefModule}}.{{arrayOutputJsonPathPiece.camelCase}}{{{endChar}}} - {{else}} -{{arrayOutputJsonPathPiece.camelCase}}{{{endChar}}} - {{/if}} +{{fullRefModule}}.{{arrayOutputJsonPathPiece.camelCase}} + {{~else}} +{{arrayOutputJsonPathPiece.camelCase}} + {{~/if}} {{else}} -FrozenList{{{endChar}}} - {{/if}} +FrozenList + {{~/if}} {{else}} {{#eq this "object"}} {{#if mapOutputJsonPathPiece}} -{{#if fullRefModule}}{{fullRefModule}}.{{/if}}{{mapOutputJsonPathPiece.camelCase}}{{{endChar}}} - {{else}} -FrozenMap{{{endChar}}} - {{/if}} +{{#if fullRefModule}}{{fullRefModule}}.{{/if}}{{mapOutputJsonPathPiece.camelCase}} + {{~else}} +FrozenMap + {{~/if}} {{/eq}} {{/eq}} {{/eq}} @@ -183,16 +183,16 @@ FrozenMap{{{endChar}}} {{else}} {{! none of the types are null }} {{#and (contains types "integer") (contains types "number") }} -Number{{{endChar}}} - {{else}} -Object{{{endChar}}} - {{/and}} +Number + {{~else}} +Object + {{~/and}} {{/contains}} {{else}} {{! 3 or more types }} -Object{{{endChar}}} - {{/eq}} +Object + {{~/eq}} {{/eq}} {{else}} -Object{{{endChar}}} -{{/if}} +Object +{{~/if}} From 2a2a064cf6dcd2791ef3b3854a76e59b48179e2f Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 11:31:28 -0800 Subject: [PATCH 17/72] Removes endChar usages --- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/AbstractStepMessage.md | 2 +- .../schemas/AdditionalPropertiesClass.md | 2 +- .../AdditionalPropertiesWithArrayOfEnums.md | 2 +- .../java/docs/components/schemas/Address.md | 2 +- .../java/docs/components/schemas/Animal.md | 2 +- .../components/schemas/AnyTypeAndFormat.md | 2 +- .../components/schemas/ApiResponseSchema.md | 2 +- .../java/docs/components/schemas/Apple.md | 2 +- .../java/docs/components/schemas/AppleReq.md | 2 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 2 +- .../components/schemas/ArrayOfNumberOnly.md | 2 +- .../java/docs/components/schemas/ArrayTest.md | 2 +- .../java/docs/components/schemas/Banana.md | 2 +- .../java/docs/components/schemas/BananaReq.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 2 +- .../docs/components/schemas/Capitalization.md | 2 +- .../java/docs/components/schemas/Category.md | 2 +- .../docs/components/schemas/ClassModel.md | 2 +- .../java/docs/components/schemas/Client.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 2 +- .../java/docs/components/schemas/Drawing.md | 2 +- .../docs/components/schemas/EnumArrays.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 2 +- .../java/docs/components/schemas/File.md | 2 +- .../components/schemas/FileSchemaTestClass.md | 2 +- .../java/docs/components/schemas/Foo.md | 2 +- .../docs/components/schemas/FormatTest.md | 2 +- .../docs/components/schemas/FromSchema.md | 2 +- .../java/docs/components/schemas/Fruit.md | 2 +- .../java/docs/components/schemas/GmFruit.md | 2 +- .../components/schemas/GrandparentAnimal.md | 2 +- .../components/schemas/HasOnlyReadOnly.md | 2 +- .../components/schemas/HealthCheckResult.md | 2 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 2 +- .../schemas/JSONPatchRequestMoveCopy.md | 2 +- .../schemas/JSONPatchRequestRemove.md | 2 +- .../java/docs/components/schemas/MapTest.md | 2 +- ...dPropertiesAndAdditionalPropertiesClass.md | 2 +- .../java/docs/components/schemas/Money.md | 2 +- .../docs/components/schemas/MyObjectDto.md | 2 +- .../java/docs/components/schemas/Name.md | 2 +- .../schemas/NoAdditionalProperties.md | 2 +- .../docs/components/schemas/NullableClass.md | 2 +- .../docs/components/schemas/NumberOnly.md | 2 +- .../schemas/ObjWithRequiredProps.md | 2 +- .../schemas/ObjWithRequiredPropsBase.md | 2 +- .../ObjectModelWithArgAndArgsProperties.md | 2 +- .../schemas/ObjectModelWithRefProps.md | 2 +- .../schemas/ObjectWithCollidingProperties.md | 2 +- .../schemas/ObjectWithDecimalProperties.md | 2 +- .../ObjectWithDifficultlyNamedProps.md | 2 +- .../ObjectWithInlineCompositionProperty.md | 2 +- .../ObjectWithInvalidNamedRefedProperties.md | 2 +- .../ObjectWithNonIntersectingValues.md | 2 +- .../schemas/ObjectWithOnlyOptionalProps.md | 2 +- .../schemas/ObjectWithOptionalTestProp.md | 2 +- .../java/docs/components/schemas/Order.md | 2 +- .../schemas/PaginatedResultMyObjectDto.md | 2 +- .../java/docs/components/schemas/Pet.md | 2 +- .../java/docs/components/schemas/Player.md | 2 +- .../java/docs/components/schemas/PublicKey.md | 2 +- .../schemas/QuadrilateralInterface.md | 2 +- .../docs/components/schemas/ReadOnlyFirst.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 2 +- .../schemas/ReqPropsFromTrueAddProps.md | 2 +- .../schemas/ReqPropsFromUnsetAddProps.md | 2 +- .../docs/components/schemas/ReturnSchema.md | 2 +- .../components/schemas/Schema200Response.md | 2 +- .../schemas/SelfReferencingObjectModel.md | 2 +- .../components/schemas/SpecialModelname.md | 2 +- .../components/schemas/StringBooleanMap.md | 2 +- .../java/docs/components/schemas/Tag.md | 2 +- .../components/schemas/TriangleInterface.md | 2 +- .../java/docs/components/schemas/User.md | 2 +- .../java/docs/components/schemas/Whale.md | 2 +- .../java/docs/components/schemas/Zebra.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/applicationjson/Schema.java | 6 +- .../responses/headerswithnobody/Headers.java | 8 +- .../content/applicationjson/Schema.java | 6 +- .../content/applicationxml/Schema.java | 6 +- .../Headers.java | 8 +- .../content/applicationjson/Schema.java | 8 +- .../successwithjsonapiresponse/Headers.java | 18 ++-- .../schemas/AbstractStepMessage.java | 10 +- .../schemas/AdditionalPropertiesClass.java | 76 +++++++-------- .../schemas/AdditionalPropertiesSchema.java | 24 ++--- .../AdditionalPropertiesWithArrayOfEnums.java | 16 ++-- .../components/schemas/Address.java | 8 +- .../components/schemas/Animal.java | 14 +-- .../components/schemas/AnimalFarm.java | 6 +- .../components/schemas/AnyTypeAndFormat.java | 14 +-- .../components/schemas/ApiResponseSchema.java | 18 ++-- .../components/schemas/Apple.java | 12 +-- .../components/schemas/AppleReq.java | 14 +-- .../schemas/ArrayHoldingAnyType.java | 6 +- .../schemas/ArrayOfArrayOfNumberOnly.java | 22 ++--- .../components/schemas/ArrayOfEnums.java | 6 +- .../components/schemas/ArrayOfNumberOnly.java | 16 ++-- .../components/schemas/ArrayTest.java | 48 +++++----- .../schemas/ArrayWithValidationsInItems.java | 6 +- .../components/schemas/Banana.java | 10 +- .../components/schemas/BananaReq.java | 14 +-- .../components/schemas/BasquePig.java | 10 +- .../components/schemas/Capitalization.java | 30 +++--- .../components/schemas/Cat.java | 10 +- .../components/schemas/Category.java | 14 +-- .../components/schemas/ChildCat.java | 10 +- .../components/schemas/ClassModel.java | 4 +- .../components/schemas/Client.java | 10 +- .../schemas/ComplexQuadrilateral.java | 10 +- ...posedAnyOfDifferentTypesNoValidations.java | 6 +- .../components/schemas/ComposedArray.java | 6 +- .../schemas/ComposedOneOfDifferentTypes.java | 6 +- .../components/schemas/DanishPig.java | 10 +- .../components/schemas/Dog.java | 10 +- .../components/schemas/Drawing.java | 32 +++---- .../components/schemas/EnumArrays.java | 20 ++-- .../components/schemas/EnumTest.java | 42 ++++----- .../schemas/EquilateralTriangle.java | 10 +- .../components/schemas/File.java | 10 +- .../schemas/FileSchemaTestClass.java | 20 ++-- .../components/schemas/Foo.java | 10 +- .../components/schemas/FormatTest.java | 68 +++++++------- .../components/schemas/FromSchema.java | 14 +-- .../components/schemas/Fruit.java | 8 +- .../components/schemas/GmFruit.java | 8 +- .../components/schemas/GrandparentAnimal.java | 10 +- .../components/schemas/HasOnlyReadOnly.java | 14 +-- .../components/schemas/HealthCheckResult.java | 10 +- .../components/schemas/IsoscelesTriangle.java | 10 +- .../components/schemas/Items.java | 6 +- .../components/schemas/JSONPatchRequest.java | 6 +- .../JSONPatchRequestAddReplaceTest.java | 16 ++-- .../schemas/JSONPatchRequestMoveCopy.java | 14 +-- .../schemas/JSONPatchRequestRemove.java | 12 +-- .../components/schemas/MapTest.java | 54 +++++------ ...ropertiesAndAdditionalPropertiesClass.java | 18 ++-- .../components/schemas/Money.java | 14 +-- .../components/schemas/MyObjectDto.java | 8 +- .../components/schemas/Name.java | 16 ++-- .../schemas/NoAdditionalProperties.java | 10 +- .../components/schemas/NullableClass.java | 92 +++++++++---------- .../components/schemas/NumberOnly.java | 10 +- .../schemas/ObjWithRequiredProps.java | 10 +- .../schemas/ObjWithRequiredPropsBase.java | 10 +- .../ObjectModelWithArgAndArgsProperties.java | 14 +-- .../schemas/ObjectModelWithRefProps.java | 18 ++-- ...hAllOfWithReqTestPropFromUnsetAddProp.java | 10 +- .../ObjectWithCollidingProperties.java | 14 +-- .../schemas/ObjectWithDecimalProperties.java | 18 ++-- .../ObjectWithDifficultlyNamedProps.java | 6 +- .../ObjectWithInlineCompositionProperty.java | 8 +- ...ObjectWithInvalidNamedRefedProperties.java | 10 +- .../ObjectWithNonIntersectingValues.java | 14 +-- .../schemas/ObjectWithOnlyOptionalProps.java | 14 +-- .../schemas/ObjectWithOptionalTestProp.java | 10 +- .../components/schemas/Order.java | 30 +++--- .../schemas/PaginatedResultMyObjectDto.java | 20 ++-- .../components/schemas/Pet.java | 42 ++++----- .../components/schemas/Player.java | 14 +-- .../components/schemas/PublicKey.java | 10 +- .../schemas/QuadrilateralInterface.java | 12 +-- .../components/schemas/ReadOnlyFirst.java | 14 +-- .../schemas/ReqPropsFromExplicitAddProps.java | 10 +- .../schemas/ReqPropsFromTrueAddProps.java | 10 +- .../schemas/ReqPropsFromUnsetAddProps.java | 6 +- .../components/schemas/ReturnSchema.java | 4 +- .../components/schemas/ScaleneTriangle.java | 10 +- .../components/schemas/Schema200Response.java | 8 +- .../schemas/SelfReferencingArrayModel.java | 6 +- .../schemas/SelfReferencingObjectModel.java | 14 +-- .../schemas/SimpleQuadrilateral.java | 10 +- .../components/schemas/SpecialModelname.java | 10 +- .../components/schemas/StringBooleanMap.java | 8 +- .../components/schemas/Tag.java | 14 +-- .../components/schemas/TriangleInterface.java | 12 +-- .../components/schemas/User.java | 52 +++++------ .../components/schemas/Whale.java | 18 ++-- .../components/schemas/Zebra.java | 16 ++-- .../delete/HeaderParameters.java | 8 +- .../delete/PathParameters.java | 8 +- .../commonparamsubdir/get/PathParameters.java | 8 +- .../get/QueryParameters.java | 8 +- .../post/HeaderParameters.java | 8 +- .../post/PathParameters.java | 8 +- .../paths/fake/delete/HeaderParameters.java | 14 +-- .../paths/fake/delete/QueryParameters.java | 22 ++--- .../paths/fake/get/HeaderParameters.java | 14 +-- .../paths/fake/get/QueryParameters.java | 22 ++--- .../get/parameters/parameter0/Schema0.java | 6 +- .../get/parameters/parameter2/Schema2.java | 6 +- .../applicationxwwwformurlencoded/Schema.java | 20 ++-- .../applicationxwwwformurlencoded/Schema.java | 38 ++++---- .../put/QueryParameters.java | 8 +- .../put/QueryParameters.java | 18 ++-- .../delete/PathParameters.java | 8 +- .../content/applicationjson/Schema.java | 8 +- .../post/QueryParameters.java | 14 +-- .../post/parameters/parameter1/Schema1.java | 8 +- .../content/multipartformdata/Schema.java | 8 +- .../content/multipartformdata/Schema.java | 8 +- .../applicationxwwwformurlencoded/Schema.java | 14 +-- .../content/applicationjson/Schema.java | 10 +- .../content/multipartformdata/Schema.java | 10 +- .../fakeobjinquery/get/QueryParameters.java | 8 +- .../get/parameters/parameter0/Schema0.java | 10 +- .../post/CookieParameters.java | 18 ++-- .../post/HeaderParameters.java | 14 +-- .../post/PathParameters.java | 18 ++-- .../post/QueryParameters.java | 18 ++-- .../post/PathParameters.java | 8 +- .../content/multipartformdata/Schema.java | 14 +-- .../get/QueryParameters.java | 8 +- .../get/QueryParameters.java | 8 +- .../put/QueryParameters.java | 30 +++--- .../put/parameters/parameter0/Schema0.java | 6 +- .../put/parameters/parameter1/Schema1.java | 6 +- .../put/parameters/parameter2/Schema2.java | 6 +- .../put/parameters/parameter3/Schema3.java | 6 +- .../put/parameters/parameter4/Schema4.java | 6 +- .../content/multipartformdata/Schema.java | 14 +-- .../content/multipartformdata/Schema.java | 16 ++-- .../content/applicationjson/Schema.java | 6 +- .../petfindbystatus/get/QueryParameters.java | 8 +- .../get/parameters/parameter0/Schema0.java | 6 +- .../petfindbytags/get/QueryParameters.java | 8 +- .../get/parameters/parameter0/Schema0.java | 6 +- .../petpetid/delete/HeaderParameters.java | 8 +- .../paths/petpetid/delete/PathParameters.java | 8 +- .../paths/petpetid/get/PathParameters.java | 8 +- .../paths/petpetid/post/PathParameters.java | 8 +- .../applicationxwwwformurlencoded/Schema.java | 14 +-- .../post/PathParameters.java | 8 +- .../content/multipartformdata/Schema.java | 14 +-- .../delete/PathParameters.java | 8 +- .../storeorderorderid/get/PathParameters.java | 8 +- .../paths/userlogin/get/QueryParameters.java | 14 +-- .../get/responses/response200/Headers.java | 14 +-- .../userusername/delete/PathParameters.java | 8 +- .../userusername/get/PathParameters.java | 8 +- .../userusername/put/PathParameters.java | 8 +- .../schemas/SchemaClass/_Schema_list.hbs | 2 +- .../schemas/SchemaClass/_Schema_map.hbs | 2 +- .../components/schemas/Schema_doc.hbs | 10 +- .../components/schemas/_arrayOutputType.hbs | 4 +- .../schemas/_objectOutputGetProperty.hbs | 4 +- .../schemas/_objectOutputProperties.hbs | 10 +- .../components/schemas/_objectOutputType.hbs | 4 +- 265 files changed, 1257 insertions(+), 1257 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 408833b1212..653fb86f68b 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 43bda170347..d4a8826d094 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -25,7 +25,7 @@ Key | Type | Description | Notes ## AbstractStepMessageMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 296c5617507..18a465eb840 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -27,7 +27,7 @@ Key | Type | Description | Notes ## AdditionalPropertiesClassMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 0714980884f..d17e6c9c9ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## AdditionalPropertiesWithArrayOfEnumsMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 73f56cd6b0c..26f8ddea854 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## AddressMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 513dab0eeca..9e29b8907e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## AnimalMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index e41347c25d2..9a74787fc1a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -28,7 +28,7 @@ Key | Type | Description | Notes ## AnyTypeAndFormatMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 8f56c259f5c..92022e8a0f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -22,7 +22,7 @@ Key | Type | Description | Notes ## ApiResponseMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index b22cd20bd70..86ebdc55c6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -22,7 +22,7 @@ Key | Type | Description | Notes ## AppleMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index be0539ec6d2..079200aac9f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## AppleReqMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 3d0ec773091..4ebb86c9850 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ArrayOfArrayOfNumberOnlyMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index da49734bc4b..ef4d902edb2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ArrayOfNumberOnlyMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index d04cc082166..4d827881246 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -22,7 +22,7 @@ Key | Type | Description | Notes ## ArrayTestMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index ff15bf7ebf3..53df9735715 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## BananaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index ab8fba582ed..894c98f4fb1 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## BananaReqMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index fdab61851bd..1e355eb1cbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## BasquePigMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index c0a03e43c14..369e14438a7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -25,7 +25,7 @@ Key | Type | Description | Notes ## CapitalizationMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 2ee8635db96..f5508f81b7e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## CategoryMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 46fc6cf885e..99a58505e19 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -31,7 +31,7 @@ Key | Type | Description | Notes ## ClassModelMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 34adec70286..f154f4ae60c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ClientMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index bd87946aa87..d4b07e618d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## DanishPigMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index e7e5378c8e7..16d908e5c2b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -23,7 +23,7 @@ Key | Type | Description | Notes ## DrawingMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 205d05119a3..40eff14ac6e 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## EnumArraysMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 1a3d75956be..5e32dfa0217 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -28,7 +28,7 @@ Key | Type | Description | Notes ## EnumTestMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index dffe0e0380e..5426f796c70 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -23,7 +23,7 @@ Key | Type | Description | Notes ## FileMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 65dae606df1..4e68c92272f 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## FileSchemaTestClassMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 04255f1933b..3ce60bf2ac4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## FooMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index efde9cd153a..64da69848af 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -40,7 +40,7 @@ Key | Type | Description | Notes ## FormatTestMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 4d86b9bb94c..1fdf2752b97 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## FromSchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 4d9522c5136..eed1d5abea8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -28,7 +28,7 @@ Key | Type | Description | Notes ## FruitMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 62354349fcb..cfec718f301 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -28,7 +28,7 @@ Key | Type | Description | Notes ## GmFruitMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 62b7b2ee72b..cba56dfdbbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## GrandparentAnimalMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 58146ecde1e..1cd46a8768e 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## HasOnlyReadOnlyMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 65e316528c8..6518b0a74d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -23,7 +23,7 @@ Key | Type | Description | Notes ## HealthCheckResultMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index d12bf48260a..a32ce069b95 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## JSONPatchRequestAddReplaceTestMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 0239f802106..c33718a9ba8 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## JSONPatchRequestMoveCopyMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 958fd80017f..48373995b9a 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## JSONPatchRequestRemoveMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 54c27bec6cd..8f53ee26ac5 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -23,7 +23,7 @@ Key | Type | Description | Notes ## MapTestMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 9e7c8919fb0..e44f9e47935 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -22,7 +22,7 @@ Key | Type | Description | Notes ## MixedPropertiesAndAdditionalPropertiesClassMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 69b6ebd5a88..6de2a33084f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## MoneyMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index f907bc25adb..0fdbe23014a 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## MyObjectDtoMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 4cab251b319..39c4be30ff3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -33,7 +33,7 @@ Key | Type | Description | Notes ## NameMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index add48fa8d56..28c8bffe1c0 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## NoAdditionalPropertiesMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 0ce6536472a..6eb0e1d95c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -31,7 +31,7 @@ Key | Type | Description | Notes ## NullableClassMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 4969ee0502e..2e857a0a892 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## NumberOnlyMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 26a7cd8263b..52a4922bf67 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ObjWithRequiredPropsMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 35a425bda6d..1a35bffbe5b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ObjWithRequiredPropsBaseMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 0607d31bfa5..959805b6583 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## ObjectModelWithArgAndArgsPropertiesMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index e1d9a8785bf..4ca79ec132c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -25,7 +25,7 @@ Key | Type | Description | Notes ## ObjectModelWithRefPropsMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index c4777db963b..7c5cdbb896e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -24,7 +24,7 @@ Key | Type | Description | Notes ## ObjectWithCollidingPropertiesMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 2363d3171f3..7169ec27f7f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -22,7 +22,7 @@ Key | Type | Description | Notes ## ObjectWithDecimalPropertiesMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 3a55999d6d6..d3671f369db 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -25,7 +25,7 @@ Key | Type | Description | Notes ## ObjectWithDifficultlyNamedPropsMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index b18f598dd07..f97bbb10384 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ObjectWithInlineCompositionPropertyMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 31e5008a668..92fcf3f0709 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## ObjectWithInvalidNamedRefedPropertiesMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 0c96b1bfb17..54d7bcc1a67 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ObjectWithNonIntersectingValuesMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 5b9f12fcd7b..0aaf706baf5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ObjectWithOnlyOptionalPropsMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 089cfa2d797..288496f612c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## ObjectWithOptionalTestPropMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 8f888c8a0cd..f957f8a0f42 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -25,7 +25,7 @@ Key | Type | Description | Notes ## OrderMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 530f4aa2f20..976d4d4dc21 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## PaginatedResultMyObjectDtoMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index a2b830b0735..2788d432893 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -28,7 +28,7 @@ Key | Type | Description | Notes ## PetMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index c76be7d1f1c..66df3067ea3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -24,7 +24,7 @@ Key | Type | Description | Notes ## PlayerMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index ce546f5b038..e4b19a24318 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -23,7 +23,7 @@ Key | Type | Description | Notes ## PublicKeyMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 8bd7887bbc9..48db94dca5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -29,7 +29,7 @@ Key | Type | Description | Notes ## QuadrilateralInterfaceMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 7dff76707f0..f52b1793500 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## ReadOnlyFirstMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 848c22b58ed..e474514a184 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## ReqPropsFromExplicitAddPropsMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index c26e51c586c..42d5e811b90 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## ReqPropsFromTrueAddPropsMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index b4d3e2dad7a..a53749978b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## ReqPropsFromUnsetAddPropsMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 0323e67bad1..6c7ef340082 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -31,7 +31,7 @@ Key | Type | Description | Notes ## ReturnMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 4e663a7208c..5b77eaa33ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -32,7 +32,7 @@ Key | Type | Description | Notes ## Schema200ResponseMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index f0e2a427ccf..c40a95af056 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SelfReferencingObjectModelMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 928bd8ac3e7..1fee764efd9 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -23,7 +23,7 @@ Key | Type | Description | Notes ## SpecialModelnameMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index dd9001a5be1..d4d934cb08c 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## StringBooleanMapMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index f27572f88da..bf498b3e1f7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## TagMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index f739b999f68..40c5586169b 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -29,7 +29,7 @@ Key | Type | Description | Notes ## TriangleInterfaceMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index b65d74ab310..84158039f2f 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -32,7 +32,7 @@ Key | Type | Description | Notes ## UserMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 95e871a6680..2ce5443d221 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -22,7 +22,7 @@ Key | Type | Description | Notes ## WhaleMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 14db8e7a50e..b06b846c326 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## ZebraMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index f83f611c359..6f81bc131dc 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 3194ffafdb4..b80df44e121 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -33,7 +33,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 608fa8af58c..8940a577f2b 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index f905de85b3b..7faba101b3a 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SchemaMap1 ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 18268cf8f85..72f70e6d9d9 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 4f3db72159b..0e14e5f758c 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index bfae517d187..7c983b04426 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 0d8d84dc98e..2940402db74 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index efe800dd958..4dcae7b4c27 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 28877a36457..ed091f3906c 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SchemaMap0 ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 9df3707df84..a83511dbd00 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index a7532c653b1..ba9f7b6e281 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 0a78919fa25..85f0bf8cd35 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 2e7ec3be906..706311a01e1 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 2a5532ab0fc..8ddea9abdb0 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index db64f85bd82..169d2d5bd2f 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java index 9d12c166e4c..1e921121360 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java @@ -17,8 +17,8 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public static class SchemaList extends FrozenList { + SchemaList(FrozenList m) { super(m); } public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -32,7 +32,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(User.User1.class)) )); - protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); } public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java index 226fdf6c164..8f5ca04b88e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java @@ -24,8 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeadersMap extends FrozenMap { + HeadersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,7 +36,7 @@ public static HeadersMap of(Map arg, SchemaConfiguration configu return Headers1.validate(arg, configuration); } - public String + public String location() { String key = "location"; throwIfKeyNotPresent(key); return get(key); @@ -51,7 +51,7 @@ public class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeadersMap getMapOutputInstance(FrozenMap arg) { return new HeadersMap(arg); } public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java index a160f23a5ce..775c13948d1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java @@ -18,8 +18,8 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public static class SchemaList extends FrozenList { + SchemaList(FrozenList m) { super(m); } public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -33,7 +33,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) )); - protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); } public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java index 5d2fc75a75c..9bad7298392 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java @@ -17,8 +17,8 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public static class SchemaList extends FrozenList { + SchemaList(FrozenList m) { super(m); } public static SchemaList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -32,7 +32,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) )); - protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); } public static SchemaList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java index 44b483984da..8131378c629 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java @@ -24,8 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeadersMap extends FrozenMap { + HeadersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,7 +36,7 @@ public static HeadersMap of(Map arg, SchemaConfiguration configu return Headers1.validate(arg, configuration); } - public String + public String someHeader() { String key = "someHeader"; throwIfKeyNotPresent(key); return get(key); @@ -51,7 +51,7 @@ public class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeadersMap getMapOutputInstance(FrozenMap arg) { return new HeadersMap(arg); } public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java index 1ebb20591e8..460da7d9c2b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java @@ -19,8 +19,8 @@ public class Schema { public class AdditionalProperties extends Int32JsonSchema {} - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -29,7 +29,7 @@ public static SchemaMap of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public int + public int getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -40,7 +40,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java index 8b407e75cb7..369cd5a5e9e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java @@ -28,8 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeadersMap extends FrozenMap { + HeadersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -45,18 +45,18 @@ public static HeadersMap of(Map arg, SchemaConfiguration configu return Headers1.validate(arg, configuration); } - public int - return (int + public int int32() { + return (int) get("int32"); } - public String - return (String + public String stringHeader() { + return (String) get("stringHeader"); } - public String + public String numberHeader() { String key = "numberHeader"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } } @@ -78,7 +78,7 @@ public class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeadersMap getMapOutputInstance(FrozenMap arg) { return new HeadersMap(arg); } public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java index 80acbfa6f3b..1b8b90565c7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java @@ -21,8 +21,8 @@ public class AbstractStepMessage { public class Discriminator extends StringJsonSchema {} - public static class AbstractStepMessageMap extends FrozenMap { + AbstractStepMessageMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -39,8 +39,8 @@ public Object description() { return get("description"); } - public String - return (String + public String discriminator() { + return (String) get("discriminator"); } public Object sequenceNumber() { @@ -74,7 +74,7 @@ public class AbstractStepMessage1 extends JsonSchema { "sequenceNumber" ))) )); - protected static AbstractStepMessageMap getMapOutputInstance(FrozenMap arg) { return new AbstractStepMessageMap(arg); } public static AbstractStepMessageMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java index 661e8ffabeb..5ed81f69fff 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java @@ -24,8 +24,8 @@ public class AdditionalPropertiesClass { public class AdditionalProperties extends StringJsonSchema {} - public static class MapPropertyMap extends FrozenMap { + MapPropertyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -34,7 +34,7 @@ public static MapPropertyMap of(Map arg, SchemaConfiguration con return MapProperty.validate(arg, configuration); } - public String + public String getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -45,7 +45,7 @@ public class MapProperty extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static MapPropertyMap getMapOutputInstance(FrozenMap arg) { return new MapPropertyMap(arg); } public static MapPropertyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -57,8 +57,8 @@ public static MapPropertyMap validate(Map arg, SchemaConfigurati public class AdditionalProperties2 extends StringJsonSchema {} - public static class AdditionalPropertiesMap extends FrozenMap { + AdditionalPropertiesMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -67,7 +67,7 @@ public static AdditionalPropertiesMap of(Map arg, SchemaConfigur return AdditionalProperties1.validate(arg, configuration); } - public String + public String getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -78,7 +78,7 @@ public class AdditionalProperties1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) )); - protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { return new AdditionalPropertiesMap(arg); } public static AdditionalPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -87,8 +87,8 @@ public static AdditionalPropertiesMap validate(Map arg, SchemaCo } - public static class MapOfMapPropertyMap extends FrozenMap { + MapOfMapPropertyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -97,7 +97,7 @@ public static MapOfMapPropertyMap of(Map> arg, Schem return MapOfMapProperty.validate(arg, configuration); } - public AdditionalPropertiesMap + public AdditionalPropertiesMap getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -108,7 +108,7 @@ public class MapOfMapProperty extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) )); - protected static MapOfMapPropertyMap getMapOutputInstance(FrozenMap arg) { return new MapOfMapPropertyMap(arg); } public static MapOfMapPropertyMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { @@ -129,8 +129,8 @@ public class MapWithUndeclaredPropertiesAnytype2 extends MapJsonSchema {} public class AdditionalProperties3 extends AnyTypeJsonSchema {} - public static class MapWithUndeclaredPropertiesAnytype3Map extends FrozenMap { + MapWithUndeclaredPropertiesAnytype3Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -139,7 +139,7 @@ public static MapWithUndeclaredPropertiesAnytype3Map of(Map arg, return MapWithUndeclaredPropertiesAnytype3.validate(arg, configuration); } - public Object + public Object getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -150,7 +150,7 @@ public class MapWithUndeclaredPropertiesAnytype3 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) )); - protected static MapWithUndeclaredPropertiesAnytype3Map getMapOutputInstance(FrozenMap arg) { return new MapWithUndeclaredPropertiesAnytype3Map(arg); } public static MapWithUndeclaredPropertiesAnytype3Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -192,8 +192,8 @@ public static EmptyMapMap validate(Map arg, SchemaConfiguration public class AdditionalProperties5 extends StringJsonSchema {} - public static class MapWithUndeclaredPropertiesStringMap extends FrozenMap { + MapWithUndeclaredPropertiesStringMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -202,7 +202,7 @@ public static MapWithUndeclaredPropertiesStringMap of(Map arg, S return MapWithUndeclaredPropertiesString.validate(arg, configuration); } - public String + public String getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -213,7 +213,7 @@ public class MapWithUndeclaredPropertiesString extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) )); - protected static MapWithUndeclaredPropertiesStringMap getMapOutputInstance(FrozenMap arg) { return new MapWithUndeclaredPropertiesStringMap(arg); } public static MapWithUndeclaredPropertiesStringMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -222,8 +222,8 @@ public static MapWithUndeclaredPropertiesStringMap validate(Map } - public static class AdditionalPropertiesClassMap extends FrozenMap { + AdditionalPropertiesClassMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -241,52 +241,52 @@ public static AdditionalPropertiesClassMap of(Map arg, SchemaCon return AdditionalPropertiesClass1.validate(arg, configuration); } - public MapPropertyMap + public MapPropertyMap map_property() { String key = "map_property"; throwIfKeyNotPresent(key); - return (MapPropertyMap + return (MapPropertyMap) get(key); } - public MapOfMapPropertyMap + public MapOfMapPropertyMap map_of_map_property() { String key = "map_of_map_property"; throwIfKeyNotPresent(key); - return (MapOfMapPropertyMap + return (MapOfMapPropertyMap) get(key); } - public Object + public Object anytype_1() { String key = "anytype_1"; throwIfKeyNotPresent(key); return get(key); } - public FrozenMap + public FrozenMap map_with_undeclared_properties_anytype_1() { String key = "map_with_undeclared_properties_anytype_1"; throwIfKeyNotPresent(key); - return (FrozenMap + return (FrozenMap) get(key); } - public FrozenMap + public FrozenMap map_with_undeclared_properties_anytype_2() { String key = "map_with_undeclared_properties_anytype_2"; throwIfKeyNotPresent(key); - return (FrozenMap + return (FrozenMap) get(key); } - public MapWithUndeclaredPropertiesAnytype3Map + public MapWithUndeclaredPropertiesAnytype3Map map_with_undeclared_properties_anytype_3() { String key = "map_with_undeclared_properties_anytype_3"; throwIfKeyNotPresent(key); - return (MapWithUndeclaredPropertiesAnytype3Map + return (MapWithUndeclaredPropertiesAnytype3Map) get(key); } - public EmptyMapMap + public EmptyMapMap empty_map() { String key = "empty_map"; throwIfKeyNotPresent(key); - return (EmptyMapMap + return (EmptyMapMap) get(key); } - public MapWithUndeclaredPropertiesStringMap + public MapWithUndeclaredPropertiesStringMap map_with_undeclared_properties_string() { String key = "map_with_undeclared_properties_string"; throwIfKeyNotPresent(key); - return (MapWithUndeclaredPropertiesStringMap + return (MapWithUndeclaredPropertiesStringMap) get(key); } public Object getAdditionalProperty(String name) { @@ -316,7 +316,7 @@ public class AdditionalPropertiesClass1 extends JsonSchema { new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class) ))) )); - protected static AdditionalPropertiesClassMap getMapOutputInstance(FrozenMap arg) { return new AdditionalPropertiesClassMap(arg); } public static AdditionalPropertiesClassMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java index b3b338967f7..376cc3f8e92 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java @@ -24,8 +24,8 @@ public class AdditionalPropertiesSchema { public class AdditionalProperties extends AnyTypeJsonSchema {} - public static class Schema0Map extends FrozenMap { + Schema0Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -34,7 +34,7 @@ public static Schema0Map of(Map arg, SchemaConfiguration configu return Schema0.validate(arg, configuration); } - public Object + public Object getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -45,7 +45,7 @@ public class Schema0 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static Schema0Map getMapOutputInstance(FrozenMap arg) { return new Schema0Map(arg); } public static Schema0Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -104,8 +104,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -114,7 +114,7 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public Object + public Object getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -125,7 +125,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -184,8 +184,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class Schema2Map extends FrozenMap { + Schema2Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -194,7 +194,7 @@ public static Schema2Map of(Map arg, SchemaConfiguration configu return Schema2.validate(arg, configuration); } - public Object + public Object getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -205,7 +205,7 @@ public class Schema2 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) )); - protected static Schema2Map getMapOutputInstance(FrozenMap arg) { return new Schema2Map(arg); } public static Schema2Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java index a257e989999..a31a6d1c470 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java @@ -18,8 +18,8 @@ public class AdditionalPropertiesWithArrayOfEnums { // nest classes so all schemas and input/output classes can be public - public static class AdditionalPropertiesList extends FrozenList { + AdditionalPropertiesList(FrozenList m) { super(m); } public static AdditionalPropertiesList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -33,7 +33,7 @@ public class AdditionalProperties extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) )); - protected static AdditionalPropertiesList getListOutputInstance(FrozenList arg) { return new AdditionalPropertiesList(arg); } public static AdditionalPropertiesList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -41,8 +41,8 @@ public static AdditionalPropertiesList validate(List arg, SchemaConfigur } } - public static class AdditionalPropertiesWithArrayOfEnumsMap extends FrozenMap { + AdditionalPropertiesWithArrayOfEnumsMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -51,9 +51,9 @@ public static AdditionalPropertiesWithArrayOfEnumsMap of(Map arg) { return new AdditionalPropertiesWithArrayOfEnumsMap(arg); } public static AdditionalPropertiesWithArrayOfEnumsMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java index 9776ba2e459..040e4837d7b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java @@ -19,8 +19,8 @@ public class Address { public class AdditionalProperties extends IntJsonSchema {} - public static class AddressMap extends FrozenMap { + AddressMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -29,7 +29,7 @@ public static AddressMap of(Map arg, SchemaConfiguration configura return Address1.validate(arg, configuration); } - public long + public long getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -46,7 +46,7 @@ public class Address1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static AddressMap getMapOutputInstance(FrozenMap arg) { return new AddressMap(arg); } public static AddressMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java index b4f21d2541a..c18e0f61393 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java @@ -32,8 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class AnimalMap extends FrozenMap { + AnimalMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -46,14 +46,14 @@ public static AnimalMap of(Map arg, SchemaConfiguration configur return Animal1.validate(arg, configuration); } - public String - return (String + public String className() { + return (String) get("className"); } - public String + public String color() { String key = "color"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -80,7 +80,7 @@ public class Animal1 extends JsonSchema { "className" ))) )); - protected static AnimalMap getMapOutputInstance(FrozenMap arg) { return new AnimalMap(arg); } public static AnimalMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java index f3f35140965..a68f111bfe7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java @@ -16,8 +16,8 @@ public class AnimalFarm { // nest classes so all schemas and input/output classes can be public - public static class AnimalFarmList extends FrozenList { + AnimalFarmList(FrozenList m) { super(m); } public static AnimalFarmList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,7 +37,7 @@ public class AnimalFarm1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) )); - protected static AnimalFarmList getListOutputInstance(FrozenList arg) { return new AnimalFarmList(arg); } public static AnimalFarmList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java index f16b6e5da8d..70043574853 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java @@ -499,8 +499,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class AnyTypeAndFormatMap extends FrozenMap { + AnyTypeAndFormatMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -519,25 +519,25 @@ public static AnyTypeAndFormatMap of(Map arg, SchemaConfiguratio return AnyTypeAndFormat1.validate(arg, configuration); } - public Object + public Object date() { String key = "date"; throwIfKeyNotPresent(key); return get(key); } - public Object + public Object binary() { String key = "binary"; throwIfKeyNotPresent(key); return get(key); } - public Object + public Object int32() { String key = "int32"; throwIfKeyNotPresent(key); return get(key); } - public Object + public Object int64() { String key = "int64"; throwIfKeyNotPresent(key); return get(key); @@ -571,7 +571,7 @@ public class AnyTypeAndFormat1 extends JsonSchema { new PropertyEntry("float", FloatSchema.class) ))) )); - protected static AnyTypeAndFormatMap getMapOutputInstance(FrozenMap arg) { return new AnyTypeAndFormatMap(arg); } public static AnyTypeAndFormatMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java index be7f6f6e1bb..680bdfa644e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java @@ -27,8 +27,8 @@ public class Type extends StringJsonSchema {} public class Message extends StringJsonSchema {} - public static class ApiResponseMap extends FrozenMap { + ApiResponseMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -41,22 +41,22 @@ public static ApiResponseMap of(Map arg, SchemaConfiguration con return ApiResponseSchema1.validate(arg, configuration); } - public int + public int code() { String key = "code"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public String + public String type() { String key = "type"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String message() { String key = "message"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -81,7 +81,7 @@ public class ApiResponseSchema1 extends JsonSchema { new PropertyEntry("message", Message.class) ))) )); - protected static ApiResponseMap getMapOutputInstance(FrozenMap arg) { return new ApiResponseMap(arg); } public static ApiResponseMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java index 8263bfd4413..5617dce2946 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java @@ -39,8 +39,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class AppleMap extends FrozenMap { + AppleMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -53,14 +53,14 @@ public static AppleMap of(Map arg, SchemaConfiguration configura return Apple1.validate(arg, configuration); } - public String - return (String + public String cultivar() { + return (String) get("cultivar"); } - public String + public String origin() { String key = "origin"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java index 75de20dae9a..3b7d78dfb03 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java @@ -32,8 +32,8 @@ public class Cultivar extends StringJsonSchema {} public class Mealy extends BooleanJsonSchema {} - public static class AppleReqMap extends FrozenMap { + AppleReqMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -46,14 +46,14 @@ public static AppleReqMap of(Map arg, SchemaConfiguration config return AppleReq1.validate(arg, configuration); } - public String - return (String + public String cultivar() { + return (String) get("cultivar"); } - public boolean + public boolean mealy() { String key = "mealy"; throwIfKeyNotPresent(key); - return (boolean + return (boolean) get(key); } } @@ -75,7 +75,7 @@ public class AppleReq1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static AppleReqMap getMapOutputInstance(FrozenMap arg) { return new AppleReqMap(arg); } public static AppleReqMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java index 4da99837065..79f579d53f3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java @@ -20,8 +20,8 @@ public class ArrayHoldingAnyType { public class Items extends AnyTypeJsonSchema {} - public static class ArrayHoldingAnyTypeList extends FrozenList { + ArrayHoldingAnyTypeList(FrozenList m) { super(m); } public static ArrayHoldingAnyTypeList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -41,7 +41,7 @@ public class ArrayHoldingAnyType1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayHoldingAnyTypeList getListOutputInstance(FrozenList arg) { return new ArrayHoldingAnyTypeList(arg); } public static ArrayHoldingAnyTypeList validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java index 212a0ad6f6f..908839eabf6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java @@ -23,8 +23,8 @@ public class ArrayOfArrayOfNumberOnly { public class Items1 extends NumberJsonSchema {} - public static class ItemsList extends FrozenList { + ItemsList(FrozenList m) { super(m); } public static ItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -38,7 +38,7 @@ public class Items extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) )); - protected static ItemsList getListOutputInstance(FrozenList arg) { return new ItemsList(arg); } public static ItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -46,8 +46,8 @@ public static ItemsList validate(List arg, SchemaConfiguration configura } } - public static class ArrayArrayNumberList extends FrozenList { + ArrayArrayNumberList(FrozenList m) { super(m); } public static ArrayArrayNumberList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -61,7 +61,7 @@ public class ArrayArrayNumber extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayArrayNumberList getListOutputInstance(FrozenList arg) { return new ArrayArrayNumberList(arg); } public static ArrayArrayNumberList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -69,8 +69,8 @@ public static ArrayArrayNumberList validate(List> arg, SchemaConfig } } - public static class ArrayOfArrayOfNumberOnlyMap extends FrozenMap { + ArrayOfArrayOfNumberOnlyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -81,10 +81,10 @@ public static ArrayOfArrayOfNumberOnlyMap of(Map arg, SchemaConf return ArrayOfArrayOfNumberOnly1.validate(arg, configuration); } - public ArrayArrayNumberList + public ArrayArrayNumberList ArrayArrayNumber() { String key = "ArrayArrayNumber"; throwIfKeyNotPresent(key); - return (ArrayArrayNumberList + return (ArrayArrayNumberList) get(key); } public Object getAdditionalProperty(String name) { @@ -107,7 +107,7 @@ public class ArrayOfArrayOfNumberOnly1 extends JsonSchema { new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class) ))) )); - protected static ArrayOfArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg) { return new ArrayOfArrayOfNumberOnlyMap(arg); } public static ArrayOfArrayOfNumberOnlyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java index 89baf7d4963..25528926f03 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java @@ -16,8 +16,8 @@ public class ArrayOfEnums { // nest classes so all schemas and input/output classes can be public - public static class ArrayOfEnumsList extends FrozenList { + ArrayOfEnumsList(FrozenList m) { super(m); } public static ArrayOfEnumsList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,7 +37,7 @@ public class ArrayOfEnums1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) )); - protected static ArrayOfEnumsList getListOutputInstance(FrozenList arg) { return new ArrayOfEnumsList(arg); } public static ArrayOfEnumsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java index f87e9e93741..ad90d2e73ed 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java @@ -23,8 +23,8 @@ public class ArrayOfNumberOnly { public class Items extends NumberJsonSchema {} - public static class ArrayNumberList extends FrozenList { + ArrayNumberList(FrozenList m) { super(m); } public static ArrayNumberList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -38,7 +38,7 @@ public class ArrayNumber extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayNumberList getListOutputInstance(FrozenList arg) { return new ArrayNumberList(arg); } public static ArrayNumberList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -46,8 +46,8 @@ public static ArrayNumberList validate(List arg, SchemaConfiguration con } } - public static class ArrayOfNumberOnlyMap extends FrozenMap { + ArrayOfNumberOnlyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -58,10 +58,10 @@ public static ArrayOfNumberOnlyMap of(Map arg, SchemaConfigurati return ArrayOfNumberOnly1.validate(arg, configuration); } - public ArrayNumberList + public ArrayNumberList ArrayNumber() { String key = "ArrayNumber"; throwIfKeyNotPresent(key); - return (ArrayNumberList + return (ArrayNumberList) get(key); } public Object getAdditionalProperty(String name) { @@ -84,7 +84,7 @@ public class ArrayOfNumberOnly1 extends JsonSchema { new PropertyEntry("ArrayNumber", ArrayNumber.class) ))) )); - protected static ArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg) { return new ArrayOfNumberOnlyMap(arg); } public static ArrayOfNumberOnlyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java index 285f54242af..aa980fc77f9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java @@ -24,8 +24,8 @@ public class ArrayTest { public class Items extends StringJsonSchema {} - public static class ArrayOfStringList extends FrozenList { + ArrayOfStringList(FrozenList m) { super(m); } public static ArrayOfStringList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -39,7 +39,7 @@ public class ArrayOfString extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayOfStringList getListOutputInstance(FrozenList arg) { return new ArrayOfStringList(arg); } public static ArrayOfStringList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -50,8 +50,8 @@ public static ArrayOfStringList validate(List arg, SchemaConfiguration c public class Items2 extends Int64JsonSchema {} - public static class ItemsList extends FrozenList { + ItemsList(FrozenList m) { super(m); } public static ItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -65,7 +65,7 @@ public class Items1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static ItemsList getListOutputInstance(FrozenList arg) { return new ItemsList(arg); } public static ItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -73,8 +73,8 @@ public static ItemsList validate(List arg, SchemaConfiguration configurati } } - public static class ArrayArrayOfIntegerList extends FrozenList { + ArrayArrayOfIntegerList(FrozenList m) { super(m); } public static ArrayArrayOfIntegerList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -88,7 +88,7 @@ public class ArrayArrayOfInteger extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) )); - protected static ArrayArrayOfIntegerList getListOutputInstance(FrozenList arg) { return new ArrayArrayOfIntegerList(arg); } public static ArrayArrayOfIntegerList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -96,8 +96,8 @@ public static ArrayArrayOfIntegerList validate(List> arg, SchemaConfi } } - public static class ItemsList1 extends FrozenList { + ItemsList1(FrozenList m) { super(m); } public static ItemsList1 of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -111,7 +111,7 @@ public class Items3 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) )); - protected static ItemsList1 getListOutputInstance(FrozenList arg) { return new ItemsList1(arg); } public static ItemsList1 validate(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -119,8 +119,8 @@ public static ItemsList1 validate(List> arg, SchemaConfigura } } - public static class ArrayArrayOfModelList extends FrozenList { + ArrayArrayOfModelList(FrozenList m) { super(m); } public static ArrayArrayOfModelList of(List>> arg, SchemaConfiguration configuration) throws ValidationException { @@ -134,7 +134,7 @@ public class ArrayArrayOfModel extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items3.class)) )); - protected static ArrayArrayOfModelList getListOutputInstance(FrozenList arg) { return new ArrayArrayOfModelList(arg); } public static ArrayArrayOfModelList validate(List>> arg, SchemaConfiguration configuration) throws ValidationException { @@ -142,8 +142,8 @@ public static ArrayArrayOfModelList validate(List>> arg } } - public static class ArrayTestMap extends FrozenMap { + ArrayTestMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -156,22 +156,22 @@ public static ArrayTestMap of(Map arg, SchemaConfiguration confi return ArrayTest1.validate(arg, configuration); } - public ArrayOfStringList + public ArrayOfStringList array_of_string() { String key = "array_of_string"; throwIfKeyNotPresent(key); - return (ArrayOfStringList + return (ArrayOfStringList) get(key); } - public ArrayArrayOfIntegerList + public ArrayArrayOfIntegerList array_array_of_integer() { String key = "array_array_of_integer"; throwIfKeyNotPresent(key); - return (ArrayArrayOfIntegerList + return (ArrayArrayOfIntegerList) get(key); } - public ArrayArrayOfModelList + public ArrayArrayOfModelList array_array_of_model() { String key = "array_array_of_model"; throwIfKeyNotPresent(key); - return (ArrayArrayOfModelList + return (ArrayArrayOfModelList) get(key); } public Object getAdditionalProperty(String name) { @@ -196,7 +196,7 @@ public class ArrayTest1 extends JsonSchema { new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class) ))) )); - protected static ArrayTestMap getMapOutputInstance(FrozenMap arg) { return new ArrayTestMap(arg); } public static ArrayTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java index eddc0774e2f..4c6c502e830 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java @@ -44,8 +44,8 @@ public static long validate(double arg, SchemaConfiguration configuration) throw } } - public static class ArrayWithValidationsInItemsList extends FrozenList { + ArrayWithValidationsInItemsList(FrozenList m) { super(m); } public static ArrayWithValidationsInItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -65,7 +65,7 @@ public class ArrayWithValidationsInItems1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayWithValidationsInItemsList getListOutputInstance(FrozenList arg) { return new ArrayWithValidationsInItemsList(arg); } public static ArrayWithValidationsInItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java index 8df708dbbda..d9eda342d02 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java @@ -21,8 +21,8 @@ public class Banana { public class LengthCm extends NumberJsonSchema {} - public static class BananaMap extends FrozenMap { + BananaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -33,8 +33,8 @@ public static BananaMap of(Map arg, SchemaConfiguration configur return Banana1.validate(arg, configuration); } - public Number - return (Number + public Number lengthCm() { + return (Number) get("lengthCm"); } public Object getAdditionalProperty(String name) { @@ -60,7 +60,7 @@ public class Banana1 extends JsonSchema { "lengthCm" ))) )); - protected static BananaMap getMapOutputInstance(FrozenMap arg) { return new BananaMap(arg); } public static BananaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java index e26e27e98ba..2af4493a729 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java @@ -32,8 +32,8 @@ public class LengthCm extends NumberJsonSchema {} public class Sweet extends BooleanJsonSchema {} - public static class BananaReqMap extends FrozenMap { + BananaReqMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -46,14 +46,14 @@ public static BananaReqMap of(Map arg, SchemaConfiguration confi return BananaReq1.validate(arg, configuration); } - public Number - return (Number + public Number lengthCm() { + return (Number) get("lengthCm"); } - public boolean + public boolean sweet() { String key = "sweet"; throwIfKeyNotPresent(key); - return (boolean + return (boolean) get(key); } } @@ -75,7 +75,7 @@ public class BananaReq1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static BananaReqMap getMapOutputInstance(FrozenMap arg) { return new BananaReqMap(arg); } public static BananaReqMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java index 5c3c8ca720a..789c7d212d5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java @@ -28,8 +28,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class BasquePigMap extends FrozenMap { + BasquePigMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -40,8 +40,8 @@ public static BasquePigMap of(Map arg, SchemaConfiguration confi return BasquePig1.validate(arg, configuration); } - public String - return (String + public String className() { + return (String) get("className"); } public Object getAdditionalProperty(String name) { @@ -67,7 +67,7 @@ public class BasquePig1 extends JsonSchema { "className" ))) )); - protected static BasquePigMap getMapOutputInstance(FrozenMap arg) { return new BasquePigMap(arg); } public static BasquePigMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java index 67fb68069f8..0c8cae89eb3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java @@ -35,8 +35,8 @@ public class SCAETHFlowPoints extends StringJsonSchema {} public class ATTNAME extends StringJsonSchema {} - public static class CapitalizationMap extends FrozenMap { + CapitalizationMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -52,40 +52,40 @@ public static CapitalizationMap of(Map arg, SchemaConfiguration return Capitalization1.validate(arg, configuration); } - public String + public String smallCamel() { String key = "smallCamel"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String CapitalCamel() { String key = "CapitalCamel"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String small_Snake() { String key = "small_Snake"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String Capital_Snake() { String key = "Capital_Snake"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String SCA_ETH_Flow_Points() { String key = "SCA_ETH_Flow_Points"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String ATT_NAME() { String key = "ATT_NAME"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -113,7 +113,7 @@ public class Capitalization1 extends JsonSchema { new PropertyEntry("ATT_NAME", ATTNAME.class) ))) )); - protected static CapitalizationMap getMapOutputInstance(FrozenMap arg) { return new CapitalizationMap(arg); } public static CapitalizationMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java index 7a408dfa8b3..a9f01b5ed8e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java @@ -25,8 +25,8 @@ public class Cat { public class Declawed extends BooleanJsonSchema {} - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -37,10 +37,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public boolean + public boolean declawed() { String key = "declawed"; throwIfKeyNotPresent(key); - return (boolean + return (boolean) get(key); } public Object getAdditionalProperty(String name) { @@ -57,7 +57,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("declawed", Declawed.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java index 87161828817..e5ebc8b1a97 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java @@ -32,8 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class CategoryMap extends FrozenMap { + CategoryMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -46,14 +46,14 @@ public static CategoryMap of(Map arg, SchemaConfiguration config return Category1.validate(arg, configuration); } - public String - return (String + public String name() { + return (String) get("name"); } - public long + public long id() { String key = "id"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } public Object getAdditionalProperty(String name) { @@ -80,7 +80,7 @@ public class Category1 extends JsonSchema { "name" ))) )); - protected static CategoryMap getMapOutputInstance(FrozenMap arg) { return new CategoryMap(arg); } public static CategoryMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java index 1d6d3b20429..42c5ef2c7fa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java @@ -25,8 +25,8 @@ public class ChildCat { public class Name extends StringJsonSchema {} - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -37,10 +37,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String + public String name() { String key = "name"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -57,7 +57,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("name", Name.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java index 79df02c9438..c3ae4bddecd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java @@ -24,8 +24,8 @@ public class ClassModel { public class ClassSchema extends StringJsonSchema {} - public static class ClassModelMap extends FrozenMap { + ClassModelMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java index 8b998f6fbe4..6ee122350fa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java @@ -20,8 +20,8 @@ public class Client { public class Client2 extends StringJsonSchema {} - public static class ClientMap extends FrozenMap { + ClientMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static ClientMap of(Map arg, SchemaConfiguration configur return Client1.validate(arg, configuration); } - public String + public String client() { String key = "client"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -58,7 +58,7 @@ public class Client1 extends JsonSchema { new PropertyEntry("client", Client2.class) ))) )); - protected static ClientMap getMapOutputInstance(FrozenMap arg) { return new ClientMap(arg); } public static ClientMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java index 45aefffb4fa..d210604cfde 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java @@ -32,8 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -44,10 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String + public String quadrilateralType() { String key = "quadrilateralType"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -64,7 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java index abd4a84b7d6..2ff8ca37a6b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java @@ -65,8 +65,8 @@ public class Schema8 extends NullJsonSchema {} public class Items extends AnyTypeJsonSchema {} - public static class Schema9List extends FrozenList { + Schema9List(FrozenList m) { super(m); } public static Schema9List of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -80,7 +80,7 @@ public class Schema9 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static Schema9List getListOutputInstance(FrozenList arg) { return new Schema9List(arg); } public static Schema9List validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java index 8bd99c3426a..80a5a99b3cf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java @@ -20,8 +20,8 @@ public class ComposedArray { public class Items extends AnyTypeJsonSchema {} - public static class ComposedArrayList extends FrozenList { + ComposedArrayList(FrozenList m) { super(m); } public static ComposedArrayList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -41,7 +41,7 @@ public class ComposedArray1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ComposedArrayList getListOutputInstance(FrozenList arg) { return new ComposedArrayList(arg); } public static ComposedArrayList validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java index 1f96c52512f..c45913de593 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java @@ -43,8 +43,8 @@ public static FrozenMap validate(Map arg, Schema public class Items extends AnyTypeJsonSchema {} - public static class Schema5List extends FrozenList { + Schema5List(FrozenList m) { super(m); } public static Schema5List of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -58,7 +58,7 @@ public class Schema5 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static Schema5List getListOutputInstance(FrozenList arg) { return new Schema5List(arg); } public static Schema5List validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java index 1f1fbcf16d4..4431bd1ac3c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java @@ -28,8 +28,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class DanishPigMap extends FrozenMap { + DanishPigMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -40,8 +40,8 @@ public static DanishPigMap of(Map arg, SchemaConfiguration confi return DanishPig1.validate(arg, configuration); } - public String - return (String + public String className() { + return (String) get("className"); } public Object getAdditionalProperty(String name) { @@ -67,7 +67,7 @@ public class DanishPig1 extends JsonSchema { "className" ))) )); - protected static DanishPigMap getMapOutputInstance(FrozenMap arg) { return new DanishPigMap(arg); } public static DanishPigMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java index 5feeeb2c363..8a068ff09cd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java @@ -25,8 +25,8 @@ public class Dog { public class Breed extends StringJsonSchema {} - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -37,10 +37,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String + public String breed() { String key = "breed"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -57,7 +57,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("breed", Breed.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java index f401a2c525c..ae5c66439f3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java @@ -20,8 +20,8 @@ public class Drawing { // nest classes so all schemas and input/output classes can be public - public static class ShapesList extends FrozenList { + ShapesList(FrozenList m) { super(m); } public static ShapesList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,7 +35,7 @@ public class Shapes extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) )); - protected static ShapesList getListOutputInstance(FrozenList arg) { return new ShapesList(arg); } public static ShapesList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -43,8 +43,8 @@ public static ShapesList validate(List arg, SchemaConfiguration configur } } - public static class DrawingMap extends FrozenMap { + DrawingMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -58,33 +58,33 @@ public static DrawingMap of(Map arg, SchemaConfiguration configu return Drawing1.validate(arg, configuration); } - public Object + public Object mainShape() { String key = "mainShape"; throwIfKeyNotPresent(key); - return (Object + return (Object) get(key); } - public Object + public Object shapeOrNull() { String key = "shapeOrNull"; throwIfKeyNotPresent(key); - return (Object + return (Object) get(key); } - public Object + public Object nullableShape() { String key = "nullableShape"; throwIfKeyNotPresent(key); - return (Object + return (Object) get(key); } - public ShapesList + public ShapesList shapes() { String key = "shapes"; throwIfKeyNotPresent(key); - return (ShapesList + return (ShapesList) get(key); } - public Object + public Object getAdditionalProperty(String name) { throwIfKeyNotPresent(name); - return (Object + return (Object) get(name); } } @@ -105,7 +105,7 @@ public class Drawing1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) )); - protected static DrawingMap getMapOutputInstance(FrozenMap arg) { return new DrawingMap(arg); } public static DrawingMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java index 4bbef5fd1d8..6c6396b73be 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java @@ -41,8 +41,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class ArrayEnumList extends FrozenList { + ArrayEnumList(FrozenList m) { super(m); } public static ArrayEnumList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -56,7 +56,7 @@ public class ArrayEnum extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayEnumList getListOutputInstance(FrozenList arg) { return new ArrayEnumList(arg); } public static ArrayEnumList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -64,8 +64,8 @@ public static ArrayEnumList validate(List arg, SchemaConfiguration confi } } - public static class EnumArraysMap extends FrozenMap { + EnumArraysMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -77,16 +77,16 @@ public static EnumArraysMap of(Map arg, SchemaConfiguration conf return EnumArrays1.validate(arg, configuration); } - public String + public String just_symbol() { String key = "just_symbol"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public ArrayEnumList + public ArrayEnumList array_enum() { String key = "array_enum"; throwIfKeyNotPresent(key); - return (ArrayEnumList + return (ArrayEnumList) get(key); } public Object getAdditionalProperty(String name) { @@ -110,7 +110,7 @@ public class EnumArrays1 extends JsonSchema { new PropertyEntry("array_enum", ArrayEnum.class) ))) )); - protected static EnumArraysMap getMapOutputInstance(FrozenMap arg) { return new EnumArraysMap(arg); } public static EnumArraysMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java index 088d5e62af8..48f1139d552 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java @@ -82,8 +82,8 @@ public static double validate(double arg, SchemaConfiguration configuration) thr } } - public static class EnumTestMap extends FrozenMap { + EnumTestMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -103,56 +103,56 @@ public static EnumTestMap of(Map arg, SchemaConfiguration config return EnumTest1.validate(arg, configuration); } - public String - return (String + public String enum_string_required() { + return (String) get("enum_string_required"); } - public String + public String enum_string() { String key = "enum_string"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public int + public int enum_integer() { String key = "enum_integer"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public double + public double enum_number() { String key = "enum_number"; throwIfKeyNotPresent(key); - return (double + return (double) get(key); } - public String + public String stringEnum() { String key = "stringEnum"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public long + public long IntegerEnum() { String key = "IntegerEnum"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public String + public String StringEnumWithDefaultValue() { String key = "StringEnumWithDefaultValue"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public long + public long IntegerEnumWithDefaultValue() { String key = "IntegerEnumWithDefaultValue"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public long + public long IntegerEnumOneValue() { String key = "IntegerEnumOneValue"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } public Object getAdditionalProperty(String name) { @@ -186,7 +186,7 @@ public class EnumTest1 extends JsonSchema { "enum_string_required" ))) )); - protected static EnumTestMap getMapOutputInstance(FrozenMap arg) { return new EnumTestMap(arg); } public static EnumTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java index 94ad47f2d05..c9e17665b6c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java @@ -32,8 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -44,10 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String + public String triangleType() { String key = "triangleType"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -64,7 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("triangleType", TriangleType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java index a24ad80b09f..922396ba270 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java @@ -20,8 +20,8 @@ public class File { public class SourceURI extends StringJsonSchema {} - public static class FileMap extends FrozenMap { + FileMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static FileMap of(Map arg, SchemaConfiguration configurat return File1.validate(arg, configuration); } - public String + public String sourceURI() { String key = "sourceURI"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -60,7 +60,7 @@ public class File1 extends JsonSchema { new PropertyEntry("sourceURI", SourceURI.class) ))) )); - protected static FileMap getMapOutputInstance(FrozenMap arg) { return new FileMap(arg); } public static FileMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java index 1ccff9ddecb..b4354443dfc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java @@ -19,8 +19,8 @@ public class FileSchemaTestClass { // nest classes so all schemas and input/output classes can be public - public static class FilesList extends FrozenList { + FilesList(FrozenList m) { super(m); } public static FilesList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -34,7 +34,7 @@ public class Files extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(File.File1.class)) )); - protected static FilesList getListOutputInstance(FrozenList arg) { return new FilesList(arg); } public static FilesList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -42,8 +42,8 @@ public static FilesList validate(List> arg, SchemaConfigurat } } - public static class FileSchemaTestClassMap extends FrozenMap { + FileSchemaTestClassMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -55,16 +55,16 @@ public static FileSchemaTestClassMap of(Map arg, SchemaConfigura return FileSchemaTestClass1.validate(arg, configuration); } - public File.FileMap + public File.FileMap file() { String key = "file"; throwIfKeyNotPresent(key); - return (File.FileMap + return (File.FileMap) get(key); } - public FilesList + public FilesList files() { String key = "files"; throwIfKeyNotPresent(key); - return (FilesList + return (FilesList) get(key); } public Object getAdditionalProperty(String name) { @@ -88,7 +88,7 @@ public class FileSchemaTestClass1 extends JsonSchema { new PropertyEntry("files", Files.class) ))) )); - protected static FileSchemaTestClassMap getMapOutputInstance(FrozenMap arg) { return new FileSchemaTestClassMap(arg); } public static FileSchemaTestClassMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java index fab1885acfe..3d1108ccd2a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java @@ -16,8 +16,8 @@ public class Foo { // nest classes so all schemas and input/output classes can be public - public static class FooMap extends FrozenMap { + FooMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -28,10 +28,10 @@ public static FooMap of(Map arg, SchemaConfiguration configurati return Foo1.validate(arg, configuration); } - public String + public String bar() { String key = "bar"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -54,7 +54,7 @@ public class Foo1 extends JsonSchema { new PropertyEntry("bar", Bar.Bar1.class) ))) )); - protected static FooMap getMapOutputInstance(FrozenMap arg) { return new FooMap(arg); } public static FooMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java index fd0d3edbc63..b16cda39812 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java @@ -155,8 +155,8 @@ public class Float64 extends DoubleJsonSchema {} public class Items extends NumberJsonSchema {} - public static class ArrayWithUniqueItemsList extends FrozenList { + ArrayWithUniqueItemsList(FrozenList m) { super(m); } public static ArrayWithUniqueItemsList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -170,7 +170,7 @@ public class ArrayWithUniqueItems extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static ArrayWithUniqueItemsList getListOutputInstance(FrozenList arg) { return new ArrayWithUniqueItemsList(arg); } public static ArrayWithUniqueItemsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -246,8 +246,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class NoneProp extends NullJsonSchema {} - public static class FormatTestMap extends FrozenMap { + FormatTestMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -279,84 +279,84 @@ public static FormatTestMap of(Map arg, SchemaConfiguration conf return FormatTest1.validate(arg, configuration); } - public String - return (String + public String date() { + return (String) get("date"); } - public String - return (String + public String password() { + return (String) get("password"); } - public int + public int int32() { String key = "int32"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public int + public int int32withValidations() { String key = "int32withValidations"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public long + public long int64() { String key = "int64"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public float + public float float32() { String key = "float32"; throwIfKeyNotPresent(key); - return (float + return (float) get(key); } - public double + public double float64() { String key = "float64"; throwIfKeyNotPresent(key); - return (double + return (double) get(key); } - public ArrayWithUniqueItemsList + public ArrayWithUniqueItemsList arrayWithUniqueItems() { String key = "arrayWithUniqueItems"; throwIfKeyNotPresent(key); - return (ArrayWithUniqueItemsList + return (ArrayWithUniqueItemsList) get(key); } - public String + public String binary() { String key = "binary"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String dateTime() { String key = "dateTime"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String uuidNoExample() { String key = "uuidNoExample"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String pattern_with_digits() { String key = "pattern_with_digits"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String pattern_with_digits_and_delimiter() { String key = "pattern_with_digits_and_delimiter"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public Void + public Void noneProp() { String key = "noneProp"; throwIfKeyNotPresent(key); - return (Void + return (Void) get(key); } public Object getAdditionalProperty(String name) { @@ -405,7 +405,7 @@ public class FormatTest1 extends JsonSchema { "password" ))) )); - protected static FormatTestMap getMapOutputInstance(FrozenMap arg) { return new FormatTestMap(arg); } public static FormatTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java index db355e78957..d89de9717ba 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java @@ -24,8 +24,8 @@ public class Data extends StringJsonSchema {} public class Id extends IntJsonSchema {} - public static class FromSchemaMap extends FrozenMap { + FromSchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -37,16 +37,16 @@ public static FromSchemaMap of(Map arg, SchemaConfiguration conf return FromSchema1.validate(arg, configuration); } - public String + public String data() { String key = "data"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public long + public long id() { String key = "id"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } public Object getAdditionalProperty(String name) { @@ -70,7 +70,7 @@ public class FromSchema1 extends JsonSchema { new PropertyEntry("id", Id.class) ))) )); - protected static FromSchemaMap getMapOutputInstance(FrozenMap arg) { return new FromSchemaMap(arg); } public static FromSchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java index 748b2898a95..61038cc76d1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java @@ -24,8 +24,8 @@ public class Fruit { public class Color extends StringJsonSchema {} - public static class FruitMap extends FrozenMap { + FruitMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,10 +36,10 @@ public static FruitMap of(Map arg, SchemaConfiguration configura return Fruit1.validate(arg, configuration); } - public String + public String color() { String key = "color"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java index 02c9301b5dc..dd10e49dd54 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java @@ -24,8 +24,8 @@ public class GmFruit { public class Color extends StringJsonSchema {} - public static class GmFruitMap extends FrozenMap { + GmFruitMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,10 +36,10 @@ public static GmFruitMap of(Map arg, SchemaConfiguration configu return GmFruit1.validate(arg, configuration); } - public String + public String color() { String key = "color"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java index 37a453e7999..8071d06c4a0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java @@ -21,8 +21,8 @@ public class GrandparentAnimal { public class PetType extends StringJsonSchema {} - public static class GrandparentAnimalMap extends FrozenMap { + GrandparentAnimalMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -33,8 +33,8 @@ public static GrandparentAnimalMap of(Map arg, SchemaConfigurati return GrandparentAnimal1.validate(arg, configuration); } - public String - return (String + public String pet_type() { + return (String) get("pet_type"); } public Object getAdditionalProperty(String name) { @@ -60,7 +60,7 @@ public class GrandparentAnimal1 extends JsonSchema { "pet_type" ))) )); - protected static GrandparentAnimalMap getMapOutputInstance(FrozenMap arg) { return new GrandparentAnimalMap(arg); } public static GrandparentAnimalMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java index c0ec9d6b7e2..677c41f43dd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java @@ -23,8 +23,8 @@ public class Bar extends StringJsonSchema {} public class Foo extends StringJsonSchema {} - public static class HasOnlyReadOnlyMap extends FrozenMap { + HasOnlyReadOnlyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,16 +36,16 @@ public static HasOnlyReadOnlyMap of(Map arg, SchemaConfiguration return HasOnlyReadOnly1.validate(arg, configuration); } - public String + public String bar() { String key = "bar"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String foo() { String key = "foo"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -69,7 +69,7 @@ public class HasOnlyReadOnly1 extends JsonSchema { new PropertyEntry("foo", Foo.class) ))) )); - protected static HasOnlyReadOnlyMap getMapOutputInstance(FrozenMap arg) { return new HasOnlyReadOnlyMap(arg); } public static HasOnlyReadOnlyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java index 8a663196e81..f466cb4a272 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java @@ -31,8 +31,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class HealthCheckResultMap extends FrozenMap { + HealthCheckResultMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -43,10 +43,10 @@ public static HealthCheckResultMap of(Map arg, SchemaConfigurati return HealthCheckResult1.validate(arg, configuration); } - public String + public String NullableMessage() { String key = "NullableMessage"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -71,7 +71,7 @@ public class HealthCheckResult1 extends JsonSchema { new PropertyEntry("NullableMessage", NullableMessage.class) ))) )); - protected static HealthCheckResultMap getMapOutputInstance(FrozenMap arg) { return new HealthCheckResultMap(arg); } public static HealthCheckResultMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java index 57215c8ef4d..784237a1b77 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java @@ -32,8 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -44,10 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String + public String triangleType() { String key = "triangleType"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -64,7 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("triangleType", TriangleType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java index db16fd4c871..18002471b8f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java @@ -21,8 +21,8 @@ public class Items { public class Items2 extends MapJsonSchema {} - public static class ItemsList extends FrozenList - ItemsList(FrozenList + public static class ItemsList extends FrozenList> { + ItemsList(FrozenList> m) { super(m); } public static ItemsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -44,7 +44,7 @@ public class Items1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static ItemsList getListOutputInstance(FrozenList + protected static ItemsList getListOutputInstance(FrozenList> arg) { return new ItemsList(arg); } public static ItemsList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java index 7d5e2b92296..99501e0a214 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java @@ -70,8 +70,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class JSONPatchRequestList extends FrozenList { + JSONPatchRequestList(FrozenList m) { super(m); } public static JSONPatchRequestList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -91,7 +91,7 @@ public class JSONPatchRequest1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static JSONPatchRequestList getListOutputInstance(FrozenList arg) { return new JSONPatchRequestList(arg); } public static JSONPatchRequestList validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java index d574d6f07f4..98e9b804132 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java @@ -42,8 +42,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class JSONPatchRequestAddReplaceTestMap extends FrozenMap { + JSONPatchRequestAddReplaceTestMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -56,15 +56,15 @@ public static JSONPatchRequestAddReplaceTestMap of(Map arg, Sche return JSONPatchRequestAddReplaceTest1.validate(arg, configuration); } - public String - return (String + public String op() { + return (String) get("op"); } - public String - return (String + public String path() { + return (String) get("path"); } - public Object + public Object value() { return get("value"); } } @@ -90,7 +90,7 @@ public class JSONPatchRequestAddReplaceTest1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static JSONPatchRequestAddReplaceTestMap getMapOutputInstance(FrozenMap arg) { return new JSONPatchRequestAddReplaceTestMap(arg); } public static JSONPatchRequestAddReplaceTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java index 8d1d54c6024..323d4525620 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java @@ -42,8 +42,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class JSONPatchRequestMoveCopyMap extends FrozenMap { + JSONPatchRequestMoveCopyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -56,15 +56,15 @@ public static JSONPatchRequestMoveCopyMap of(Map arg, SchemaConf return JSONPatchRequestMoveCopy1.validate(arg, configuration); } - public String + public String from() { return get("from"); } - public String - return (String + public String op() { + return (String) get("op"); } - public String + public String path() { return get("path"); } } @@ -90,7 +90,7 @@ public class JSONPatchRequestMoveCopy1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static JSONPatchRequestMoveCopyMap getMapOutputInstance(FrozenMap arg) { return new JSONPatchRequestMoveCopyMap(arg); } public static JSONPatchRequestMoveCopyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java index 4d796168e2a..81a2f506857 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java @@ -39,8 +39,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class JSONPatchRequestRemoveMap extends FrozenMap { + JSONPatchRequestRemoveMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -52,11 +52,11 @@ public static JSONPatchRequestRemoveMap of(Map arg, SchemaConfig return JSONPatchRequestRemove1.validate(arg, configuration); } - public String - return (String + public String op() { + return (String) get("op"); } - public String + public String path() { return get("path"); } } @@ -80,7 +80,7 @@ public class JSONPatchRequestRemove1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static JSONPatchRequestRemoveMap getMapOutputInstance(FrozenMap arg) { return new JSONPatchRequestRemoveMap(arg); } public static JSONPatchRequestRemoveMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java index 0bfbd61ff3e..b965624da4b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java @@ -22,8 +22,8 @@ public class MapTest { public class AdditionalProperties1 extends StringJsonSchema {} - public static class AdditionalPropertiesMap extends FrozenMap { + AdditionalPropertiesMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,7 +32,7 @@ public static AdditionalPropertiesMap of(Map arg, SchemaConfigur return AdditionalProperties.validate(arg, configuration); } - public String + public String getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -43,7 +43,7 @@ public class AdditionalProperties extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) )); - protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { return new AdditionalPropertiesMap(arg); } public static AdditionalPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -52,8 +52,8 @@ public static AdditionalPropertiesMap validate(Map arg, SchemaCo } - public static class MapMapOfStringMap extends FrozenMap { + MapMapOfStringMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -62,7 +62,7 @@ public static MapMapOfStringMap of(Map> arg, SchemaC return MapMapOfString.validate(arg, configuration); } - public AdditionalPropertiesMap + public AdditionalPropertiesMap getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -73,7 +73,7 @@ public class MapMapOfString extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static MapMapOfStringMap getMapOutputInstance(FrozenMap arg) { return new MapMapOfStringMap(arg); } public static MapMapOfStringMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { @@ -93,8 +93,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class MapOfEnumStringMap extends FrozenMap { + MapOfEnumStringMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -103,7 +103,7 @@ public static MapOfEnumStringMap of(Map arg, SchemaConfiguration return MapOfEnumString.validate(arg, configuration); } - public String + public String getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -114,7 +114,7 @@ public class MapOfEnumString extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) )); - protected static MapOfEnumStringMap getMapOutputInstance(FrozenMap arg) { return new MapOfEnumStringMap(arg); } public static MapOfEnumStringMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -126,8 +126,8 @@ public static MapOfEnumStringMap validate(Map arg, SchemaConfigu public class AdditionalProperties3 extends BooleanJsonSchema {} - public static class DirectMapMap extends FrozenMap { + DirectMapMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -136,7 +136,7 @@ public static DirectMapMap of(Map arg, SchemaConfiguration conf return DirectMap.validate(arg, configuration); } - public boolean + public boolean getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -147,7 +147,7 @@ public class DirectMap extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) )); - protected static DirectMapMap getMapOutputInstance(FrozenMap arg) { return new DirectMapMap(arg); } public static DirectMapMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { @@ -156,8 +156,8 @@ public static DirectMapMap validate(Map arg, SchemaConfiguratio } - public static class MapTestMap extends FrozenMap { + MapTestMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -171,28 +171,28 @@ public static MapTestMap of(Map arg, SchemaConfiguration configu return MapTest1.validate(arg, configuration); } - public MapMapOfStringMap + public MapMapOfStringMap map_map_of_string() { String key = "map_map_of_string"; throwIfKeyNotPresent(key); - return (MapMapOfStringMap + return (MapMapOfStringMap) get(key); } - public MapOfEnumStringMap + public MapOfEnumStringMap map_of_enum_string() { String key = "map_of_enum_string"; throwIfKeyNotPresent(key); - return (MapOfEnumStringMap + return (MapOfEnumStringMap) get(key); } - public DirectMapMap + public DirectMapMap direct_map() { String key = "direct_map"; throwIfKeyNotPresent(key); - return (DirectMapMap + return (DirectMapMap) get(key); } - public StringBooleanMap.StringBooleanMapMap + public StringBooleanMap.StringBooleanMapMap indirect_map() { String key = "indirect_map"; throwIfKeyNotPresent(key); - return (StringBooleanMap.StringBooleanMapMap + return (StringBooleanMap.StringBooleanMapMap) get(key); } public Object getAdditionalProperty(String name) { @@ -218,7 +218,7 @@ public class MapTest1 extends JsonSchema { new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class) ))) )); - protected static MapTestMap getMapOutputInstance(FrozenMap arg) { return new MapTestMap(arg); } public static MapTestMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java index 358676c715e..5269c88a995 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java @@ -25,8 +25,8 @@ public class UuidSchema extends UuidJsonSchema {} public class DateTime extends DateTimeJsonSchema {} - public static class MapMap extends FrozenMap { + MapMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -35,7 +35,7 @@ public static MapMap of(Map> arg, SchemaConfiguratio return MapSchema.validate(arg, configuration); } - public Animal.AnimalMap + public Animal.AnimalMap getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -46,7 +46,7 @@ public class MapSchema extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) )); - protected static MapMap getMapOutputInstance(FrozenMap arg) { return new MapMap(arg); } public static MapMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { @@ -55,8 +55,8 @@ public static MapMap validate(Map> arg, SchemaConfig } - public static class MixedPropertiesAndAdditionalPropertiesClassMap extends FrozenMap { + MixedPropertiesAndAdditionalPropertiesClassMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -69,10 +69,10 @@ public static MixedPropertiesAndAdditionalPropertiesClassMap of(Map arg) { return new MixedPropertiesAndAdditionalPropertiesClassMap(arg); } public static MixedPropertiesAndAdditionalPropertiesClassMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java index 5df3fabf723..a824e257cdf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java @@ -28,8 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} public class Amount extends DecimalJsonSchema {} - public static class MoneyMap extends FrozenMap { + MoneyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -41,12 +41,12 @@ public static MoneyMap of(Map arg, SchemaConfiguration configura return Money1.validate(arg, configuration); } - public String - return (String + public String amount() { + return (String) get("amount"); } - public String - return (String + public String currency() { + return (String) get("currency"); } } @@ -69,7 +69,7 @@ public class Money1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static MoneyMap getMapOutputInstance(FrozenMap arg) { return new MoneyMap(arg); } public static MoneyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java index 7a6244cbe4c..11742f1ba4e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java @@ -27,8 +27,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} public class Id extends UuidJsonSchema {} - public static class MyObjectDtoMap extends FrozenMap { + MyObjectDtoMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -39,7 +39,7 @@ public static MyObjectDtoMap of(Map arg, SchemaConfiguration con return MyObjectDto1.validate(arg, configuration); } - public String + public String id() { String key = "id"; throwIfKeyNotPresent(key); return get(key); @@ -60,7 +60,7 @@ public class MyObjectDto1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static MyObjectDtoMap getMapOutputInstance(FrozenMap arg) { return new MyObjectDtoMap(arg); } public static MyObjectDtoMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java index 0fb62f85dc0..608cb93b570 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java @@ -32,8 +32,8 @@ public class SnakeCase extends Int32JsonSchema {} public class Property extends StringJsonSchema {} - public static class NameMap extends FrozenMap { + NameMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -47,20 +47,20 @@ public static NameMap of(Map arg, SchemaConfiguration configurat return Name1.validate(arg, configuration); } - public int - return (int + public int name() { + return (int) get("name"); } - public int + public int snake_case() { String key = "snake_case"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public String + public String property() { String key = "property"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java index cccfb74ad25..39d41dbcb43 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java @@ -31,8 +31,8 @@ public class Id extends Int64JsonSchema {} public class PetId extends Int64JsonSchema {} - public static class NoAdditionalPropertiesMap extends FrozenMap { + NoAdditionalPropertiesMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -45,11 +45,11 @@ public static NoAdditionalPropertiesMap of(Map arg, SchemaConfigur return NoAdditionalProperties1.validate(arg, configuration); } - public long + public long id() { return get("id"); } - public long + public long petId() { String key = "petId"; throwIfKeyNotPresent(key); return get(key); @@ -74,7 +74,7 @@ public class NoAdditionalProperties1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static NoAdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { return new NoAdditionalPropertiesMap(arg); } public static NoAdditionalPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java index 629928dee35..134c433b6e3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java @@ -164,8 +164,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class Items extends MapJsonSchema {} - public static class ArrayNullablePropList extends FrozenList - ArrayNullablePropList(FrozenList + public static class ArrayNullablePropList extends FrozenList> { + ArrayNullablePropList(FrozenList> m) { super(m); } public static ArrayNullablePropList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -205,8 +205,8 @@ public static FrozenMap validate(Map arg, Schema } } - public static class ArrayAndItemsNullablePropList extends FrozenList - ArrayAndItemsNullablePropList(FrozenList + public static class ArrayAndItemsNullablePropList extends FrozenList> { + ArrayAndItemsNullablePropList(FrozenList> m) { super(m); } public static ArrayAndItemsNullablePropList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -246,8 +246,8 @@ public static FrozenMap validate(Map arg, Schema } } - public static class ArrayItemsNullableList extends FrozenList - ArrayItemsNullableList(FrozenList + public static class ArrayItemsNullableList extends FrozenList> { + ArrayItemsNullableList(FrozenList> m) { super(m); } public static ArrayItemsNullableList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -261,7 +261,7 @@ public class ArrayItemsNullable extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static ArrayItemsNullableList getListOutputInstance(FrozenList + protected static ArrayItemsNullableList getListOutputInstance(FrozenList> arg) { return new ArrayItemsNullableList(arg); } public static ArrayItemsNullableList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -272,8 +272,8 @@ public static ArrayItemsNullableList validate(List> arg, Sch public class AdditionalProperties extends MapJsonSchema {} - public static class ObjectNullablePropMap extends FrozenMap - ObjectNullablePropMap(FrozenMap + public static class ObjectNullablePropMap extends FrozenMap> { + ObjectNullablePropMap(FrozenMap> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -282,7 +282,7 @@ public static ObjectNullablePropMap of(Map> arg, Sch return ObjectNullableProp.validate(arg, configuration); } - public FrozenMap + public FrozenMap getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -319,8 +319,8 @@ public static FrozenMap validate(Map arg, Schema } } - public static class ObjectAndItemsNullablePropMap extends FrozenMap - ObjectAndItemsNullablePropMap(FrozenMap + public static class ObjectAndItemsNullablePropMap extends FrozenMap> { + ObjectAndItemsNullablePropMap(FrozenMap> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -329,7 +329,7 @@ public static ObjectAndItemsNullablePropMap of(Map> return ObjectAndItemsNullableProp.validate(arg, configuration); } - public FrozenMap + public FrozenMap getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -366,8 +366,8 @@ public static FrozenMap validate(Map arg, Schema } } - public static class ObjectItemsNullableMap extends FrozenMap - ObjectItemsNullableMap(FrozenMap + public static class ObjectItemsNullableMap extends FrozenMap> { + ObjectItemsNullableMap(FrozenMap> m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -376,7 +376,7 @@ public static ObjectItemsNullableMap of(Map> arg, Sc return ObjectItemsNullable.validate(arg, configuration); } - public FrozenMap + public FrozenMap getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -387,7 +387,7 @@ public class ObjectItemsNullable extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) )); - protected static ObjectItemsNullableMap getMapOutputInstance(FrozenMap + protected static ObjectItemsNullableMap getMapOutputInstance(FrozenMap> arg) { return new ObjectItemsNullableMap(arg); } public static ObjectItemsNullableMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { @@ -396,8 +396,8 @@ public static ObjectItemsNullableMap validate(Map> a } - public static class NullableClassMap extends FrozenMap { + NullableClassMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -419,81 +419,81 @@ public static NullableClassMap of(Map arg, SchemaConfiguration c return NullableClass1.validate(arg, configuration); } - public Long + public Long integer_prop() { String key = "integer_prop"; throwIfKeyNotPresent(key); - return (Long + return (Long) get(key); } - public Number + public Number number_prop() { String key = "number_prop"; throwIfKeyNotPresent(key); - return (Number + return (Number) get(key); } - public Boolean + public Boolean boolean_prop() { String key = "boolean_prop"; throwIfKeyNotPresent(key); - return (Boolean + return (Boolean) get(key); } - public String + public String string_prop() { String key = "string_prop"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String date_prop() { String key = "date_prop"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String datetime_prop() { String key = "datetime_prop"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public ArrayNullablePropList + public ArrayNullablePropList array_nullable_prop() { String key = "array_nullable_prop"; throwIfKeyNotPresent(key); - return (ArrayNullablePropList + return (ArrayNullablePropList) get(key); } - public ArrayAndItemsNullablePropList + public ArrayAndItemsNullablePropList array_and_items_nullable_prop() { String key = "array_and_items_nullable_prop"; throwIfKeyNotPresent(key); - return (ArrayAndItemsNullablePropList + return (ArrayAndItemsNullablePropList) get(key); } - public ArrayItemsNullableList + public ArrayItemsNullableList array_items_nullable() { String key = "array_items_nullable"; throwIfKeyNotPresent(key); - return (ArrayItemsNullableList + return (ArrayItemsNullableList) get(key); } - public ObjectNullablePropMap + public ObjectNullablePropMap object_nullable_prop() { String key = "object_nullable_prop"; throwIfKeyNotPresent(key); - return (ObjectNullablePropMap + return (ObjectNullablePropMap) get(key); } - public ObjectAndItemsNullablePropMap + public ObjectAndItemsNullablePropMap object_and_items_nullable_prop() { String key = "object_and_items_nullable_prop"; throwIfKeyNotPresent(key); - return (ObjectAndItemsNullablePropMap + return (ObjectAndItemsNullablePropMap) get(key); } - public ObjectItemsNullableMap + public ObjectItemsNullableMap object_items_nullable() { String key = "object_items_nullable"; throwIfKeyNotPresent(key); - return (ObjectItemsNullableMap + return (ObjectItemsNullableMap) get(key); } - public FrozenMap + public FrozenMap getAdditionalProperty(String name) { throwIfKeyNotPresent(name); - return (FrozenMap + return (FrozenMap) get(name); } } @@ -522,7 +522,7 @@ public class NullableClass1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) )); - protected static NullableClassMap getMapOutputInstance(FrozenMap arg) { return new NullableClassMap(arg); } public static NullableClassMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java index afde752d211..a6a99a88ed3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java @@ -20,8 +20,8 @@ public class NumberOnly { public class JustNumber extends NumberJsonSchema {} - public static class NumberOnlyMap extends FrozenMap { + NumberOnlyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static NumberOnlyMap of(Map arg, SchemaConfiguration conf return NumberOnly1.validate(arg, configuration); } - public Number + public Number JustNumber() { String key = "JustNumber"; throwIfKeyNotPresent(key); - return (Number + return (Number) get(key); } public Object getAdditionalProperty(String name) { @@ -58,7 +58,7 @@ public class NumberOnly1 extends JsonSchema { new PropertyEntry("JustNumber", JustNumber.class) ))) )); - protected static NumberOnlyMap getMapOutputInstance(FrozenMap arg) { return new NumberOnlyMap(arg); } public static NumberOnlyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java index 7b598ec3b06..5a3315cce8c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java @@ -21,8 +21,8 @@ public class ObjWithRequiredProps { public class A extends StringJsonSchema {} - public static class ObjWithRequiredPropsMap extends FrozenMap { + ObjWithRequiredPropsMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -33,8 +33,8 @@ public static ObjWithRequiredPropsMap of(Map arg, SchemaConfigur return ObjWithRequiredProps1.validate(arg, configuration); } - public String - return (String + public String a() { + return (String) get("a"); } public Object getAdditionalProperty(String name) { @@ -60,7 +60,7 @@ public class ObjWithRequiredProps1 extends JsonSchema { "a" ))) )); - protected static ObjWithRequiredPropsMap getMapOutputInstance(FrozenMap arg) { return new ObjWithRequiredPropsMap(arg); } public static ObjWithRequiredPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java index 6d75b34a974..9b87afbfd8d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java @@ -21,8 +21,8 @@ public class ObjWithRequiredPropsBase { public class B extends StringJsonSchema {} - public static class ObjWithRequiredPropsBaseMap extends FrozenMap { + ObjWithRequiredPropsBaseMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -33,8 +33,8 @@ public static ObjWithRequiredPropsBaseMap of(Map arg, SchemaConf return ObjWithRequiredPropsBase1.validate(arg, configuration); } - public String - return (String + public String b() { + return (String) get("b"); } public Object getAdditionalProperty(String name) { @@ -60,7 +60,7 @@ public class ObjWithRequiredPropsBase1 extends JsonSchema { "b" ))) )); - protected static ObjWithRequiredPropsBaseMap getMapOutputInstance(FrozenMap arg) { return new ObjWithRequiredPropsBaseMap(arg); } public static ObjWithRequiredPropsBaseMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java index 25e342c9c6e..fa8e28377ba 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java @@ -24,8 +24,8 @@ public class Arg extends StringJsonSchema {} public class Args extends StringJsonSchema {} - public static class ObjectModelWithArgAndArgsPropertiesMap extends FrozenMap { + ObjectModelWithArgAndArgsPropertiesMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,12 +37,12 @@ public static ObjectModelWithArgAndArgsPropertiesMap of(Map arg, return ObjectModelWithArgAndArgsProperties1.validate(arg, configuration); } - public String - return (String + public String arg() { + return (String) get("arg"); } - public String - return (String + public String args() { + return (String) get("args"); } public Object getAdditionalProperty(String name) { @@ -70,7 +70,7 @@ public class ObjectModelWithArgAndArgsProperties1 extends JsonSchema { "args" ))) )); - protected static ObjectModelWithArgAndArgsPropertiesMap getMapOutputInstance(FrozenMap arg) { return new ObjectModelWithArgAndArgsPropertiesMap(arg); } public static ObjectModelWithArgAndArgsPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java index be39302f7d3..7b4dab79440 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java @@ -16,8 +16,8 @@ public class ObjectModelWithRefProps { // nest classes so all schemas and input/output classes can be public - public static class ObjectModelWithRefPropsMap extends FrozenMap { + ObjectModelWithRefPropsMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -30,22 +30,22 @@ public static ObjectModelWithRefPropsMap of(Map arg, SchemaConfi return ObjectModelWithRefProps1.validate(arg, configuration); } - public Number + public Number myNumber() { String key = "myNumber"; throwIfKeyNotPresent(key); - return (Number + return (Number) get(key); } - public String + public String myString() { String key = "myString"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public boolean + public boolean myBoolean() { String key = "myBoolean"; throwIfKeyNotPresent(key); - return (boolean + return (boolean) get(key); } public Object getAdditionalProperty(String name) { @@ -72,7 +72,7 @@ a model that includes properties which should stay primitive (String + Boolean) new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class) ))) )); - protected static ObjectModelWithRefPropsMap getMapOutputInstance(FrozenMap arg) { return new ObjectModelWithRefPropsMap(arg); } public static ObjectModelWithRefPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java index 30d493c506c..8d8fe1c5cdf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java @@ -26,8 +26,8 @@ public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp { public class Name extends StringJsonSchema {} - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -44,10 +44,10 @@ public Object test() { return get("test"); } - public String + public String name() { String key = "name"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -67,7 +67,7 @@ public class Schema1 extends JsonSchema { "test" ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java index 6cd72630bc9..1b9f5056f83 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java @@ -23,8 +23,8 @@ public class SomeProp extends MapJsonSchema {} public class Someprop extends MapJsonSchema {} - public static class ObjectWithCollidingPropertiesMap extends FrozenMap { + ObjectWithCollidingPropertiesMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,16 +36,16 @@ public static ObjectWithCollidingPropertiesMap of(Map arg, Schem return ObjectWithCollidingProperties1.validate(arg, configuration); } - public FrozenMap + public FrozenMap someProp() { String key = "someProp"; throwIfKeyNotPresent(key); - return (FrozenMap + return (FrozenMap) get(key); } - public FrozenMap + public FrozenMap someprop() { String key = "someprop"; throwIfKeyNotPresent(key); - return (FrozenMap + return (FrozenMap) get(key); } public Object getAdditionalProperty(String name) { @@ -71,7 +71,7 @@ public class ObjectWithCollidingProperties1 extends JsonSchema { new PropertyEntry("someprop", Someprop.class) ))) )); - protected static ObjectWithCollidingPropertiesMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithCollidingPropertiesMap(arg); } public static ObjectWithCollidingPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java index 1b42e64db22..c216efbd480 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java @@ -20,8 +20,8 @@ public class ObjectWithDecimalProperties { public class Width extends DecimalJsonSchema {} - public static class ObjectWithDecimalPropertiesMap extends FrozenMap { + ObjectWithDecimalPropertiesMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -34,22 +34,22 @@ public static ObjectWithDecimalPropertiesMap of(Map arg, SchemaC return ObjectWithDecimalProperties1.validate(arg, configuration); } - public String + public String length() { String key = "length"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String width() { String key = "width"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public Money.MoneyMap + public Money.MoneyMap cost() { String key = "cost"; throwIfKeyNotPresent(key); - return (Money.MoneyMap + return (Money.MoneyMap) get(key); } public Object getAdditionalProperty(String name) { @@ -74,7 +74,7 @@ public class ObjectWithDecimalProperties1 extends JsonSchema { new PropertyEntry("cost", Money.Money1.class) ))) )); - protected static ObjectWithDecimalPropertiesMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithDecimalPropertiesMap(arg); } public static ObjectWithDecimalPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java index e4a3c86f0bc..af9fa22aa83 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java @@ -29,8 +29,8 @@ public class Schema123list extends StringJsonSchema {} public class Schema123Number extends IntJsonSchema {} - public static class ObjectWithDifficultlyNamedPropsMap extends FrozenMap { + ObjectWithDifficultlyNamedPropsMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -71,7 +71,7 @@ public class ObjectWithDifficultlyNamedProps1 extends JsonSchema { "123-list" ))) )); - protected static ObjectWithDifficultlyNamedPropsMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithDifficultlyNamedPropsMap(arg); } public static ObjectWithDifficultlyNamedPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java index c4d6f5a2211..ccfeb836c0b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java @@ -82,8 +82,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class ObjectWithInlineCompositionPropertyMap extends FrozenMap { + ObjectWithInlineCompositionPropertyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -94,7 +94,7 @@ public static ObjectWithInlineCompositionPropertyMap of(Map arg, return ObjectWithInlineCompositionProperty1.validate(arg, configuration); } - public Object + public Object someProp() { String key = "someProp"; throwIfKeyNotPresent(key); return get(key); @@ -120,7 +120,7 @@ public class ObjectWithInlineCompositionProperty1 extends JsonSchema { new PropertyEntry("someProp", SomeProp.class) ))) )); - protected static ObjectWithInlineCompositionPropertyMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithInlineCompositionPropertyMap(arg); } public static ObjectWithInlineCompositionPropertyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java index 5f30b522e36..969eec3e5bd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java @@ -17,8 +17,8 @@ public class ObjectWithInvalidNamedRefedProperties { // nest classes so all schemas and input/output classes can be public - public static class ObjectWithInvalidNamedRefedPropertiesMap extends FrozenMap { + ObjectWithInvalidNamedRefedPropertiesMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -30,8 +30,8 @@ public static ObjectWithInvalidNamedRefedPropertiesMap of(Map ar return ObjectWithInvalidNamedRefedProperties1.validate(arg, configuration); } - public FromSchema.FromSchemaMap - return (FromSchema.FromSchemaMap + public FromSchema.FromSchemaMap from() { + return (FromSchema.FromSchemaMap) get("from"); } public Object getAdditionalProperty(String name) { @@ -59,7 +59,7 @@ public class ObjectWithInvalidNamedRefedProperties1 extends JsonSchema { "from" ))) )); - protected static ObjectWithInvalidNamedRefedPropertiesMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithInvalidNamedRefedPropertiesMap(arg); } public static ObjectWithInvalidNamedRefedPropertiesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java index cc3ab5571a0..8f5a4953dc9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends StringJsonSchema {} public class A extends NumberJsonSchema {} - public static class ObjectWithNonIntersectingValuesMap extends FrozenMap { + ObjectWithNonIntersectingValuesMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -37,15 +37,15 @@ public static ObjectWithNonIntersectingValuesMap of(Map arg, Sch return ObjectWithNonIntersectingValues1.validate(arg, configuration); } - public Number + public Number a() { String key = "a"; throwIfKeyNotPresent(key); - return (Number + return (Number) get(key); } - public String + public String getAdditionalProperty(String name) { throwIfKeyNotPresent(name); - return (String + return (String) get(name); } } @@ -63,7 +63,7 @@ public class ObjectWithNonIntersectingValues1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ObjectWithNonIntersectingValuesMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithNonIntersectingValuesMap(arg); } public static ObjectWithNonIntersectingValuesMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java index 5f7345e1110..fcaf2e9d21a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java @@ -31,8 +31,8 @@ public class A extends StringJsonSchema {} public class B extends NumberJsonSchema {} - public static class ObjectWithOnlyOptionalPropsMap extends FrozenMap { + ObjectWithOnlyOptionalPropsMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -44,16 +44,16 @@ public static ObjectWithOnlyOptionalPropsMap of(Map arg, SchemaC return ObjectWithOnlyOptionalProps1.validate(arg, configuration); } - public String + public String a() { String key = "a"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public Number + public Number b() { String key = "b"; throwIfKeyNotPresent(key); - return (Number + return (Number) get(key); } } @@ -72,7 +72,7 @@ public class ObjectWithOnlyOptionalProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ObjectWithOnlyOptionalPropsMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithOnlyOptionalPropsMap(arg); } public static ObjectWithOnlyOptionalPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java index 95eab08c252..1462423e967 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java @@ -20,8 +20,8 @@ public class ObjectWithOptionalTestProp { public class Test extends StringJsonSchema {} - public static class ObjectWithOptionalTestPropMap extends FrozenMap { + ObjectWithOptionalTestPropMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static ObjectWithOptionalTestPropMap of(Map arg, SchemaCo return ObjectWithOptionalTestProp1.validate(arg, configuration); } - public String + public String test() { String key = "test"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -58,7 +58,7 @@ public class ObjectWithOptionalTestProp1 extends JsonSchema { new PropertyEntry("test", Test.class) ))) )); - protected static ObjectWithOptionalTestPropMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithOptionalTestPropMap(arg); } public static ObjectWithOptionalTestPropMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java index 99e5a33921a..fa3d79ac4be 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java @@ -46,8 +46,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class Complete extends BooleanJsonSchema {} - public static class OrderMap extends FrozenMap { + OrderMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -63,40 +63,40 @@ public static OrderMap of(Map arg, SchemaConfiguration configura return Order1.validate(arg, configuration); } - public long + public long id() { String key = "id"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public long + public long petId() { String key = "petId"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public int + public int quantity() { String key = "quantity"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public String + public String shipDate() { String key = "shipDate"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String status() { String key = "status"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public boolean + public boolean complete() { String key = "complete"; throwIfKeyNotPresent(key); - return (boolean + return (boolean) get(key); } public Object getAdditionalProperty(String name) { @@ -124,7 +124,7 @@ public class Order1 extends JsonSchema { new PropertyEntry("complete", Complete.class) ))) )); - protected static OrderMap getMapOutputInstance(FrozenMap arg) { return new OrderMap(arg); } public static OrderMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index 2a91ea7d83f..1e75798f465 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -31,8 +31,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} public class Count extends IntJsonSchema {} - public static class ResultsList extends FrozenList { + ResultsList(FrozenList m) { super(m); } public static ResultsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -46,7 +46,7 @@ public class Results extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) )); - protected static ResultsList getListOutputInstance(FrozenList arg) { return new ResultsList(arg); } public static ResultsList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -54,8 +54,8 @@ public static ResultsList validate(List> arg, SchemaConfigur } } - public static class PaginatedResultMyObjectDtoMap extends FrozenMap { + PaginatedResultMyObjectDtoMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -67,12 +67,12 @@ public static PaginatedResultMyObjectDtoMap of(Map arg, SchemaCo return PaginatedResultMyObjectDto1.validate(arg, configuration); } - public long - return (long + public long count() { + return (long) get("count"); } - public ResultsList - return (ResultsList + public ResultsList results() { + return (ResultsList) get("results"); } } @@ -95,7 +95,7 @@ public class PaginatedResultMyObjectDto1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PaginatedResultMyObjectDtoMap getMapOutputInstance(FrozenMap arg) { return new PaginatedResultMyObjectDtoMap(arg); } public static PaginatedResultMyObjectDtoMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java index bab96109710..cc5246dc8ff 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java @@ -31,8 +31,8 @@ public class Name extends StringJsonSchema {} public class Items extends StringJsonSchema {} - public static class PhotoUrlsList extends FrozenList { + PhotoUrlsList(FrozenList m) { super(m); } public static PhotoUrlsList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -46,7 +46,7 @@ public class PhotoUrls extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static PhotoUrlsList getListOutputInstance(FrozenList arg) { return new PhotoUrlsList(arg); } public static PhotoUrlsList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -65,8 +65,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class TagsList extends FrozenList { + TagsList(FrozenList m) { super(m); } public static TagsList of(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -80,7 +80,7 @@ public class Tags extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) )); - protected static TagsList getListOutputInstance(FrozenList arg) { return new TagsList(arg); } public static TagsList validate(List> arg, SchemaConfiguration configuration) throws ValidationException { @@ -88,8 +88,8 @@ public static TagsList validate(List> arg, SchemaConfigurati } } - public static class PetMap extends FrozenMap { + PetMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -106,36 +106,36 @@ public static PetMap of(Map arg, SchemaConfiguration configurati return Pet1.validate(arg, configuration); } - public String - return (String + public String name() { + return (String) get("name"); } - public PhotoUrlsList - return (PhotoUrlsList + public PhotoUrlsList photoUrls() { + return (PhotoUrlsList) get("photoUrls"); } - public long + public long id() { String key = "id"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public Category.CategoryMap + public Category.CategoryMap category() { String key = "category"; throwIfKeyNotPresent(key); - return (Category.CategoryMap + return (Category.CategoryMap) get(key); } - public TagsList + public TagsList tags() { String key = "tags"; throwIfKeyNotPresent(key); - return (TagsList + return (TagsList) get(key); } - public String + public String status() { String key = "status"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -169,7 +169,7 @@ public class Pet1 extends JsonSchema { "photoUrls" ))) )); - protected static PetMap getMapOutputInstance(FrozenMap arg) { return new PetMap(arg); } public static PetMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java index f26cd6b73c4..0434e7c4a9b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java @@ -20,8 +20,8 @@ public class Player { public class Name extends StringJsonSchema {} - public static class PlayerMap extends FrozenMap { + PlayerMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -33,16 +33,16 @@ public static PlayerMap of(Map arg, SchemaConfiguration configur return Player1.validate(arg, configuration); } - public String + public String name() { String key = "name"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public PlayerMap + public PlayerMap enemyPlayer() { String key = "enemyPlayer"; throwIfKeyNotPresent(key); - return (PlayerMap + return (PlayerMap) get(key); } public Object getAdditionalProperty(String name) { @@ -68,7 +68,7 @@ public class Player1 extends JsonSchema { new PropertyEntry("enemyPlayer", Player1.class) ))) )); - protected static PlayerMap getMapOutputInstance(FrozenMap arg) { return new PlayerMap(arg); } public static PlayerMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java index 654e04026be..1bf024417cf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java @@ -20,8 +20,8 @@ public class PublicKey { public class Key extends StringJsonSchema {} - public static class PublicKeyMap extends FrozenMap { + PublicKeyMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static PublicKeyMap of(Map arg, SchemaConfiguration confi return PublicKey1.validate(arg, configuration); } - public String + public String key() { String key = "key"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -60,7 +60,7 @@ public class PublicKey1 extends JsonSchema { new PropertyEntry("key", Key.class) ))) )); - protected static PublicKeyMap getMapOutputInstance(FrozenMap arg) { return new PublicKeyMap(arg); } public static PublicKeyMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java index 58f5bc39b7f..84de88e3694 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java @@ -37,8 +37,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class QuadrilateralType extends StringJsonSchema {} - public static class QuadrilateralInterfaceMap extends FrozenMap { + QuadrilateralInterfaceMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -50,12 +50,12 @@ public static QuadrilateralInterfaceMap of(Map arg, SchemaConfig return QuadrilateralInterface1.validate(arg, configuration); } - public String - return (String + public String quadrilateralType() { + return (String) get("quadrilateralType"); } - public String - return (String + public String shapeType() { + return (String) get("shapeType"); } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java index a497c3064d8..3354543b0b2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java @@ -23,8 +23,8 @@ public class Bar extends StringJsonSchema {} public class Baz extends StringJsonSchema {} - public static class ReadOnlyFirstMap extends FrozenMap { + ReadOnlyFirstMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,16 +36,16 @@ public static ReadOnlyFirstMap of(Map arg, SchemaConfiguration c return ReadOnlyFirst1.validate(arg, configuration); } - public String + public String bar() { String key = "bar"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String baz() { String key = "baz"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -69,7 +69,7 @@ public class ReadOnlyFirst1 extends JsonSchema { new PropertyEntry("baz", Baz.class) ))) )); - protected static ReadOnlyFirstMap getMapOutputInstance(FrozenMap arg) { return new ReadOnlyFirstMap(arg); } public static ReadOnlyFirstMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java index a52b75a86d4..de6ed32794d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java @@ -20,8 +20,8 @@ public class ReqPropsFromExplicitAddProps { public class AdditionalProperties extends StringJsonSchema {} - public static class ReqPropsFromExplicitAddPropsMap extends FrozenMap { + ReqPropsFromExplicitAddPropsMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -33,11 +33,11 @@ public static ReqPropsFromExplicitAddPropsMap of(Map arg, Schema return ReqPropsFromExplicitAddProps1.validate(arg, configuration); } - public String + public String validName() { return get("validName"); } - public String + public String getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -58,7 +58,7 @@ public class ReqPropsFromExplicitAddProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ReqPropsFromExplicitAddPropsMap getMapOutputInstance(FrozenMap arg) { return new ReqPropsFromExplicitAddPropsMap(arg); } public static ReqPropsFromExplicitAddPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java index 1ba1b9bf497..009b3fb3f59 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java @@ -20,8 +20,8 @@ public class ReqPropsFromTrueAddProps { public class AdditionalProperties extends AnyTypeJsonSchema {} - public static class ReqPropsFromTrueAddPropsMap extends FrozenMap { + ReqPropsFromTrueAddPropsMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -33,11 +33,11 @@ public static ReqPropsFromTrueAddPropsMap of(Map arg, SchemaConf return ReqPropsFromTrueAddProps1.validate(arg, configuration); } - public Object + public Object validName() { return get("validName"); } - public Object + public Object getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -58,7 +58,7 @@ public class ReqPropsFromTrueAddProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ReqPropsFromTrueAddPropsMap getMapOutputInstance(FrozenMap arg) { return new ReqPropsFromTrueAddPropsMap(arg); } public static ReqPropsFromTrueAddPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java index 6c88332b8ec..cfec37a3493 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java @@ -15,8 +15,8 @@ public class ReqPropsFromUnsetAddProps { // nest classes so all schemas and input/output classes can be public - public static class ReqPropsFromUnsetAddPropsMap extends FrozenMap { + ReqPropsFromUnsetAddPropsMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -53,7 +53,7 @@ public class ReqPropsFromUnsetAddProps1 extends JsonSchema { "validName" ))) )); - protected static ReqPropsFromUnsetAddPropsMap getMapOutputInstance(FrozenMap arg) { return new ReqPropsFromUnsetAddPropsMap(arg); } public static ReqPropsFromUnsetAddPropsMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java index 82ba6fcae97..8147842a513 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java @@ -24,8 +24,8 @@ public class ReturnSchema { public class ReturnSchema2 extends Int32JsonSchema {} - public static class ReturnMap extends FrozenMap { + ReturnMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java index e1463448a78..f2c9dae511d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java @@ -32,8 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -44,10 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String + public String triangleType() { String key = "triangleType"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -64,7 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("triangleType", TriangleType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java index 7647eb70ed5..0ba89b798e0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java @@ -28,8 +28,8 @@ public class Name extends Int32JsonSchema {} public class ClassSchema extends StringJsonSchema {} - public static class Schema200ResponseMap extends FrozenMap { + Schema200ResponseMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -41,10 +41,10 @@ public static Schema200ResponseMap of(Map arg, SchemaConfigurati return Schema200Response1.validate(arg, configuration); } - public int + public int name() { String key = "name"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java index 0e499f7a72a..8bacd1fef10 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java @@ -16,8 +16,8 @@ public class SelfReferencingArrayModel { // nest classes so all schemas and input/output classes can be public - public static class SelfReferencingArrayModelList extends FrozenList { + SelfReferencingArrayModelList(FrozenList m) { super(m); } public static SelfReferencingArrayModelList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -37,7 +37,7 @@ public class SelfReferencingArrayModel1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) )); - protected static SelfReferencingArrayModelList getListOutputInstance(FrozenList arg) { return new SelfReferencingArrayModelList(arg); } public static SelfReferencingArrayModelList validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java index 7e7a951d279..c0b3817377c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java @@ -17,8 +17,8 @@ public class SelfReferencingObjectModel { // nest classes so all schemas and input/output classes can be public - public static class SelfReferencingObjectModelMap extends FrozenMap { + SelfReferencingObjectModelMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -29,15 +29,15 @@ public static SelfReferencingObjectModelMap of(Map arg, SchemaCo return SelfReferencingObjectModel1.validate(arg, configuration); } - public SelfReferencingObjectModelMap + public SelfReferencingObjectModelMap selfRef() { String key = "selfRef"; throwIfKeyNotPresent(key); - return (SelfReferencingObjectModelMap + return (SelfReferencingObjectModelMap) get(key); } - public SelfReferencingObjectModelMap + public SelfReferencingObjectModelMap getAdditionalProperty(String name) { throwIfKeyNotPresent(name); - return (SelfReferencingObjectModelMap + return (SelfReferencingObjectModelMap) get(name); } } @@ -55,7 +55,7 @@ public class SelfReferencingObjectModel1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) )); - protected static SelfReferencingObjectModelMap getMapOutputInstance(FrozenMap arg) { return new SelfReferencingObjectModelMap(arg); } public static SelfReferencingObjectModelMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java index d2cc690a92c..14cbf3010c1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java @@ -32,8 +32,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class Schema1Map extends FrozenMap { + Schema1Map(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -44,10 +44,10 @@ public static Schema1Map of(Map arg, SchemaConfiguration configu return Schema1.validate(arg, configuration); } - public String + public String quadrilateralType() { String key = "quadrilateralType"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -64,7 +64,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))) )); - protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); } public static Schema1Map validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java index 8cef1eae4b5..d56c75aefb7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java @@ -20,8 +20,8 @@ public class SpecialModelname { public class A extends StringJsonSchema {} - public static class SpecialModelnameMap extends FrozenMap { + SpecialModelnameMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static SpecialModelnameMap of(Map arg, SchemaConfiguratio return SpecialModelname1.validate(arg, configuration); } - public String + public String a() { String key = "a"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -60,7 +60,7 @@ model with an invalid class name for python new PropertyEntry("a", A.class) ))) )); - protected static SpecialModelnameMap getMapOutputInstance(FrozenMap arg) { return new SpecialModelnameMap(arg); } public static SpecialModelnameMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java index 5994e3837dd..4b08ab69b37 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java @@ -19,8 +19,8 @@ public class StringBooleanMap { public class AdditionalProperties extends BooleanJsonSchema {} - public static class StringBooleanMapMap extends FrozenMap { + StringBooleanMapMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -29,7 +29,7 @@ public static StringBooleanMapMap of(Map arg, SchemaConfigurati return StringBooleanMap1.validate(arg, configuration); } - public boolean + public boolean getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -46,7 +46,7 @@ public class StringBooleanMap1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static StringBooleanMapMap getMapOutputInstance(FrozenMap arg) { return new StringBooleanMapMap(arg); } public static StringBooleanMapMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java index 7a49b7fd633..83c74957658 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java @@ -24,8 +24,8 @@ public class Id extends Int64JsonSchema {} public class Name extends StringJsonSchema {} - public static class TagMap extends FrozenMap { + TagMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -37,16 +37,16 @@ public static TagMap of(Map arg, SchemaConfiguration configurati return Tag1.validate(arg, configuration); } - public long + public long id() { String key = "id"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public String + public String name() { String key = "name"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -70,7 +70,7 @@ public class Tag1 extends JsonSchema { new PropertyEntry("name", Name.class) ))) )); - protected static TagMap getMapOutputInstance(FrozenMap arg) { return new TagMap(arg); } public static TagMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java index ea4c48dad04..05fb0235083 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java @@ -37,8 +37,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class TriangleType extends StringJsonSchema {} - public static class TriangleInterfaceMap extends FrozenMap { + TriangleInterfaceMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -50,12 +50,12 @@ public static TriangleInterfaceMap of(Map arg, SchemaConfigurati return TriangleInterface1.validate(arg, configuration); } - public String - return (String + public String shapeType() { + return (String) get("shapeType"); } - public String - return (String + public String triangleType() { + return (String) get("triangleType"); } public Object getAdditionalProperty(String name) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java index 0131fdf66f4..4fde360bc42 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java @@ -128,8 +128,8 @@ public static U validate(List arg, SchemaConfigur public class AnyTypePropNullable extends AnyTypeJsonSchema {} - public static class UserMap extends FrozenMap { + UserMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -152,79 +152,79 @@ public static UserMap of(Map arg, SchemaConfiguration configurat return User1.validate(arg, configuration); } - public long + public long id() { String key = "id"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public String + public String username() { String key = "username"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String firstName() { String key = "firstName"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String lastName() { String key = "lastName"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String email() { String key = "email"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String password() { String key = "password"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String phone() { String key = "phone"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public int + public int userStatus() { String key = "userStatus"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public FrozenMap + public FrozenMap objectWithNoDeclaredProps() { String key = "objectWithNoDeclaredProps"; throwIfKeyNotPresent(key); - return (FrozenMap + return (FrozenMap) get(key); } - public FrozenMap + public FrozenMap objectWithNoDeclaredPropsNullable() { String key = "objectWithNoDeclaredPropsNullable"; throwIfKeyNotPresent(key); - return (FrozenMap + return (FrozenMap) get(key); } - public Object + public Object anyTypeProp() { String key = "anyTypeProp"; throwIfKeyNotPresent(key); return get(key); } - public Object + public Object anyTypeExceptNullProp() { String key = "anyTypeExceptNullProp"; throwIfKeyNotPresent(key); return get(key); } - public Object + public Object anyTypePropNullable() { String key = "anyTypePropNullable"; throwIfKeyNotPresent(key); return get(key); @@ -262,7 +262,7 @@ public class User1 extends JsonSchema { new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class) ))) )); - protected static UserMap getMapOutputInstance(FrozenMap arg) { return new UserMap(arg); } public static UserMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java index 5c573afe9ac..73a59fc7096 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java @@ -35,8 +35,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class WhaleMap extends FrozenMap { + WhaleMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -50,20 +50,20 @@ public static WhaleMap of(Map arg, SchemaConfiguration configura return Whale1.validate(arg, configuration); } - public String - return (String + public String className() { + return (String) get("className"); } - public boolean + public boolean hasBaleen() { String key = "hasBaleen"; throwIfKeyNotPresent(key); - return (boolean + return (boolean) get(key); } - public boolean + public boolean hasTeeth() { String key = "hasTeeth"; throwIfKeyNotPresent(key); - return (boolean + return (boolean) get(key); } public Object getAdditionalProperty(String name) { @@ -91,7 +91,7 @@ public class Whale1 extends JsonSchema { "className" ))) )); - protected static WhaleMap getMapOutputInstance(FrozenMap arg) { return new WhaleMap(arg); } public static WhaleMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java index fefd1facfb1..60a00e3428c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java @@ -44,8 +44,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class ZebraMap extends FrozenMap { + ZebraMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -58,17 +58,17 @@ public static ZebraMap of(Map arg, SchemaConfiguration configura return Zebra1.validate(arg, configuration); } - public String - return (String + public String className() { + return (String) get("className"); } - public String + public String type() { String key = "type"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public Object + public Object getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -92,7 +92,7 @@ public class Zebra1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static ZebraMap getMapOutputInstance(FrozenMap arg) { return new ZebraMap(arg); } public static ZebraMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java index a545fb86204..a20d546438a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java @@ -24,8 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { + HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,7 +36,7 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String + public String someHeader() { String key = "someHeader"; throwIfKeyNotPresent(key); return get(key); @@ -51,7 +51,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); } public static HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java index 3430d67beed..4e23169cc0c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String + public String subDir() { return get("subDir"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java index a618cadc2c0..5fe9b035492 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String + public String subDir() { return get("subDir"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java index 57c7a2c7aff..a826e3d21c0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java @@ -24,8 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,7 +36,7 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String + public String searchStr() { String key = "searchStr"; throwIfKeyNotPresent(key); return get(key); @@ -51,7 +51,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java index 61580dcdf39..c02bc841d69 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java @@ -24,8 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { + HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,7 +36,7 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String + public String someHeader() { String key = "someHeader"; throwIfKeyNotPresent(key); return get(key); @@ -51,7 +51,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); } public static HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java index 076a1fdae01..382ddce2b5f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String + public String subDir() { return get("subDir"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java index f72add2c34f..15fbae118b7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java @@ -26,8 +26,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { + HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -40,14 +40,14 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String - return (String + public String required_boolean_group() { + return (String) get("required_boolean_group"); } - public String + public String boolean_group() { String key = "boolean_group"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } } @@ -63,7 +63,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); } public static HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java index 025047e9de5..c0c2a2f9ca7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java @@ -28,8 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -44,24 +44,24 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public long - return (long + public long required_int64_group() { + return (long) get("required_int64_group"); } - public String - return (String + public String required_string_group() { + return (String) get("required_string_group"); } - public long + public long int64_group() { String key = "int64_group"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public String + public String string_group() { String key = "string_group"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } } @@ -80,7 +80,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java index c919735cfca..588a1415c76 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { + HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -38,16 +38,16 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String + public String enum_header_string() { String key = "enum_header_string"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public Schema0.SchemaList0 + public Schema0.SchemaList0 enum_header_string_array() { String key = "enum_header_string_array"; throwIfKeyNotPresent(key); - return (Schema0.SchemaList0 + return (Schema0.SchemaList0) get(key); } } @@ -60,7 +60,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); } public static HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java index 0764ca19dd9..52c6216cc42 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java @@ -27,8 +27,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -42,28 +42,28 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public double + public double enum_query_double() { String key = "enum_query_double"; throwIfKeyNotPresent(key); - return (double + return (double) get(key); } - public String + public String enum_query_string() { String key = "enum_query_string"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public int + public int enum_query_integer() { String key = "enum_query_integer"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public Schema2.SchemaList2 + public Schema2.SchemaList2 enum_query_string_array() { String key = "enum_query_string_array"; throwIfKeyNotPresent(key); - return (Schema2.SchemaList2 + return (Schema2.SchemaList2) get(key); } } @@ -78,7 +78,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java index 232efd2b89e..c1366c60b4b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java @@ -27,8 +27,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class SchemaList0 extends FrozenList { + SchemaList0(FrozenList m) { super(m); } public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -42,7 +42,7 @@ public class Schema01 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) )); - protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); } public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java index 98c04423247..9576c8a68a6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java @@ -27,8 +27,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class SchemaList2 extends FrozenList { + SchemaList2(FrozenList m) { super(m); } public static SchemaList2 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -42,7 +42,7 @@ public class Schema21 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static SchemaList2 getListOutputInstance(FrozenList arg) { return new SchemaList2(arg); } public static SchemaList2 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index f4146759687..1b7efd4167c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -30,8 +30,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class EnumFormStringArrayList extends FrozenList { + EnumFormStringArrayList(FrozenList m) { super(m); } public static EnumFormStringArrayList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -45,7 +45,7 @@ public class EnumFormStringArray extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static EnumFormStringArrayList getListOutputInstance(FrozenList arg) { return new EnumFormStringArrayList(arg); } public static EnumFormStringArrayList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -64,8 +64,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -77,16 +77,16 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public EnumFormStringArrayList + public EnumFormStringArrayList enum_form_string_array() { String key = "enum_form_string_array"; throwIfKeyNotPresent(key); - return (EnumFormStringArrayList + return (EnumFormStringArrayList) get(key); } - public String + public String enum_form_string() { String key = "enum_form_string"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -104,7 +104,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("enum_form_string", EnumFormString.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index 7f4718b24ae..70835f42541 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -194,8 +194,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr public class Callback extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -220,50 +220,50 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String - return (String + public String pattern_without_delimiter() { + return (String) get("pattern_without_delimiter"); } - public int + public int int32() { String key = "int32"; throwIfKeyNotPresent(key); - return (int + return (int) get(key); } - public long + public long int64() { String key = "int64"; throwIfKeyNotPresent(key); - return (long + return (long) get(key); } - public String + public String binary() { String key = "binary"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String date() { String key = "date"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String dateTime() { String key = "dateTime"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String password() { String key = "password"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String callback() { String key = "callback"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -299,7 +299,7 @@ public class Schema1 extends JsonSchema { "pattern_without_delimiter" ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java index dbdd0f589d9..ca43c979660 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String + public String query() { return get("query"); } } @@ -53,7 +53,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java index 492ddd085ea..c4866c5b42f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java @@ -27,8 +27,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -41,16 +41,16 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String - return (String + public String SomeVar() { + return (String) get("SomeVar"); } - public String - return (String + public String someVar() { + return (String) get("someVar"); } - public String - return (String + public String some_var() { + return (String) get("some_var"); } } @@ -69,7 +69,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java index 2589d3aa0f8..05d9ae81e03 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String + public String id() { return get("id"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java index af9e1925750..6140c1922b8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java @@ -19,8 +19,8 @@ public class Schema { public class AdditionalProperties extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -29,7 +29,7 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String + public String getAdditionalProperty(String name) { throwIfKeyNotPresent(name); return get(name); } @@ -40,7 +40,7 @@ public class Schema1 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java index 51460cd5f17..63f258aabdb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -38,16 +38,16 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public Object + public Object compositionAtRoot() { String key = "compositionAtRoot"; throwIfKeyNotPresent(key); - return (Object + return (Object) get(key); } - public Schema1.SchemaMap1 + public Schema1.SchemaMap1 compositionInProperty() { String key = "compositionInProperty"; throwIfKeyNotPresent(key); - return (Schema1.SchemaMap1 + return (Schema1.SchemaMap1) get(key); } } @@ -60,7 +60,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java index 3134806584a..33a7e595625 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java @@ -82,8 +82,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class SchemaMap1 extends FrozenMap { + SchemaMap1(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -94,7 +94,7 @@ public static SchemaMap1 of(Map arg, SchemaConfiguration configu return Schema11.validate(arg, configuration); } - public Object + public Object someProp() { String key = "someProp"; throwIfKeyNotPresent(key); return get(key); @@ -114,7 +114,7 @@ public class Schema11 extends JsonSchema { new PropertyEntry("someProp", SomeProp1.class) ))) )); - protected static SchemaMap1 getMapOutputInstance(FrozenMap arg) { return new SchemaMap1(arg); } public static SchemaMap1 validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java index 28d9b7f5c24..b3c4338603f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java @@ -82,8 +82,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -94,7 +94,7 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public Object + public Object someProp() { String key = "someProp"; throwIfKeyNotPresent(key); return get(key); @@ -114,7 +114,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("someProp", SomeProp.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java index bc9d9289691..1a037cfc63b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java @@ -82,8 +82,8 @@ public static U validate(List arg, SchemaConfigur } } - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -94,7 +94,7 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public Object + public Object someProp() { String key = "someProp"; throwIfKeyNotPresent(key); return get(key); @@ -114,7 +114,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("someProp", SomeProp.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index f5c0fadd340..0a034df890d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -24,8 +24,8 @@ public class Param extends StringJsonSchema {} public class Param2 extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,12 +37,12 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String - return (String + public String param() { + return (String) get("param"); } - public String - return (String + public String param2() { + return (String) get("param2"); } public Object getAdditionalProperty(String name) { @@ -64,7 +64,7 @@ public class Schema1 extends JsonSchema { "param2" ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java index d6f37e91e7c..4dcb67804bb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java @@ -20,8 +20,8 @@ public class Schema { public class A extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String + public String a() { String key = "a"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -52,7 +52,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("a", A.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java index c403bfe51f6..ccfd6c75d37 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java @@ -20,8 +20,8 @@ public class Schema { public class B extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String + public String b() { String key = "b"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -52,7 +52,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("b", B.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java index 60286ec6873..b00643904b5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java @@ -24,8 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,7 +36,7 @@ public static QueryParametersMap of(Map> arg, Schema return QueryParameters1.validate(arg, configuration); } - public Schema0.SchemaMap0 + public Schema0.SchemaMap0 mapBean() { String key = "mapBean"; throwIfKeyNotPresent(key); return get(key); @@ -51,7 +51,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java index 19eb144de01..f74bae352d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java @@ -20,8 +20,8 @@ public class Schema0 { public class Keyword0 extends StringJsonSchema {} - public static class SchemaMap0 extends FrozenMap { + SchemaMap0(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -32,10 +32,10 @@ public static SchemaMap0 of(Map arg, SchemaConfiguration configu return Schema01.validate(arg, configuration); } - public String + public String keyword() { String key = "keyword"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -52,7 +52,7 @@ public class Schema01 extends JsonSchema { new PropertyEntry("keyword", Keyword0.class) ))) )); - protected static SchemaMap0 getMapOutputInstance(FrozenMap arg) { return new SchemaMap0(arg); } public static SchemaMap0 validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java index 45c8e8b0208..ac56b1aeeac 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java @@ -28,8 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class CookieParametersMap extends FrozenMap { + CookieParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -44,22 +44,22 @@ public static CookieParametersMap of(Map arg, SchemaConfiguratio return CookieParameters1.validate(arg, configuration); } - public String + public String aB() { String key = "aB"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String Ab() { String key = "Ab"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String self() { String key = "self"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } } @@ -75,7 +75,7 @@ public class CookieParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static CookieParametersMap getMapOutputInstance(FrozenMap arg) { return new CookieParametersMap(arg); } public static CookieParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java index 79b821ffeda..c46616e7cb1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java @@ -27,8 +27,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { + HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -42,16 +42,16 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String + public String aB() { String key = "aB"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String self() { String key = "self"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } } @@ -66,7 +66,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); } public static HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java index d13865770f1..df37295187d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java @@ -29,8 +29,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -45,16 +45,16 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String - return (String + public String Ab() { + return (String) get("Ab"); } - public String - return (String + public String aB() { + return (String) get("aB"); } - public String - return (String + public String self() { + return (String) get("self"); } } @@ -77,7 +77,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java index 9c4def9382c..7d85d38e255 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java @@ -28,8 +28,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -44,22 +44,22 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String + public String aB() { String key = "aB"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String Ab() { String key = "Ab"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String self() { String key = "self"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } } @@ -75,7 +75,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java index 5eb8b9d071e..add867e8fe0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long + public long petId() { return get("petId"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java index 0de9e454cc3..60b6e03e6bc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java @@ -26,8 +26,8 @@ public class RequiredFile extends JsonSchema { } - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -40,14 +40,14 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String - return (String + public String requiredFile() { + return (String) get("requiredFile"); } - public String + public String additionalMetadata() { String key = "additionalMetadata"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -68,7 +68,7 @@ public class Schema1 extends JsonSchema { "requiredFile" ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java index 05848ffa0ad..b78e303eb8b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public Object + public Object someParam() { return get("someParam"); } } @@ -53,7 +53,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java index 670f5e8d072..4624b85f1e5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java @@ -24,8 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,7 +36,7 @@ public static QueryParametersMap of(Map> arg, Schema return QueryParameters1.validate(arg, configuration); } - public Foo.FooMap + public Foo.FooMap mapBean() { String key = "mapBean"; throwIfKeyNotPresent(key); return get(key); @@ -51,7 +51,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index 6ae9590339e..e8b335ee35c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -30,8 +30,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -47,28 +47,28 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public Schema4.SchemaList4 - return (Schema4.SchemaList4 + public Schema4.SchemaList4 context() { + return (Schema4.SchemaList4) get("context"); } - public Schema2.SchemaList2 - return (Schema2.SchemaList2 + public Schema2.SchemaList2 http() { + return (Schema2.SchemaList2) get("http"); } - public Schema1.SchemaList1 - return (Schema1.SchemaList1 + public Schema1.SchemaList1 ioutil() { + return (Schema1.SchemaList1) get("ioutil"); } - public Schema0.SchemaList0 - return (Schema0.SchemaList0 + public Schema0.SchemaList0 pipe() { + return (Schema0.SchemaList0) get("pipe"); } - public String - return (String + public String refParam() { + return (String) get("refParam"); } - public Schema3.SchemaList3 - return (Schema3.SchemaList3 + public Schema3.SchemaList3 url() { + return (Schema3.SchemaList3) get("url"); } } @@ -93,7 +93,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java index 5f6121de584..494d5e5015d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java @@ -20,8 +20,8 @@ public class Schema0 { public class Items0 extends StringJsonSchema {} - public static class SchemaList0 extends FrozenList { + SchemaList0(FrozenList m) { super(m); } public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,7 +35,7 @@ public class Schema01 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) )); - protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); } public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java index d78fc639302..8b357b88e87 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java @@ -20,8 +20,8 @@ public class Schema1 { public class Items1 extends StringJsonSchema {} - public static class SchemaList1 extends FrozenList { + SchemaList1(FrozenList m) { super(m); } public static SchemaList1 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,7 +35,7 @@ public class Schema11 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) )); - protected static SchemaList1 getListOutputInstance(FrozenList arg) { return new SchemaList1(arg); } public static SchemaList1 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java index f967d801dc7..4f5ea542cba 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java @@ -20,8 +20,8 @@ public class Schema2 { public class Items2 extends StringJsonSchema {} - public static class SchemaList2 extends FrozenList { + SchemaList2(FrozenList m) { super(m); } public static SchemaList2 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,7 +35,7 @@ public class Schema21 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) )); - protected static SchemaList2 getListOutputInstance(FrozenList arg) { return new SchemaList2(arg); } public static SchemaList2 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java index 70c2f622c91..be3f585c82b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java @@ -20,8 +20,8 @@ public class Schema3 { public class Items3 extends StringJsonSchema {} - public static class SchemaList3 extends FrozenList { + SchemaList3(FrozenList m) { super(m); } public static SchemaList3 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,7 +35,7 @@ public class Schema31 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items3.class)) )); - protected static SchemaList3 getListOutputInstance(FrozenList arg) { return new SchemaList3(arg); } public static SchemaList3 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java index c8a8c5b05a4..9003f78b916 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java @@ -20,8 +20,8 @@ public class Schema4 { public class Items4 extends StringJsonSchema {} - public static class SchemaList4 extends FrozenList { + SchemaList4(FrozenList m) { super(m); } public static SchemaList4 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,7 +35,7 @@ public class Schema41 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items4.class)) )); - protected static SchemaList4 getListOutputInstance(FrozenList arg) { return new SchemaList4(arg); } public static SchemaList4 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java index 8f80a896f38..efe74fba648 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java @@ -26,8 +26,8 @@ public class File extends JsonSchema { } - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -40,14 +40,14 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String - return (String + public String file() { + return (String) get("file"); } - public String + public String additionalMetadata() { String key = "additionalMetadata"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -68,7 +68,7 @@ public class Schema1 extends JsonSchema { "file" ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java index 7731c486876..257194298ed 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java @@ -24,8 +24,8 @@ public class Items extends JsonSchema { } - public static class FilesList extends FrozenList { + FilesList(FrozenList m) { super(m); } public static FilesList of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -39,7 +39,7 @@ public class Files extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) )); - protected static FilesList getListOutputInstance(FrozenList arg) { return new FilesList(arg); } public static FilesList validate(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -47,8 +47,8 @@ public static FilesList validate(List arg, SchemaConfiguration configura } } - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -59,10 +59,10 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public FilesList + public FilesList files() { String key = "files"; throwIfKeyNotPresent(key); - return (FilesList + return (FilesList) get(key); } public Object getAdditionalProperty(String name) { @@ -79,7 +79,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("files", Files.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java index 70f2decc699..9ac4b058056 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java @@ -17,8 +17,8 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -43,7 +43,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("string", Foo.Foo1.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java index 5e3f44b159d..feb3cae4a6b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java @@ -26,8 +26,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -38,7 +38,7 @@ public static QueryParametersMap of(Map> arg, SchemaConfigu return QueryParameters1.validate(arg, configuration); } - public Schema0.SchemaList0 + public Schema0.SchemaList0 status() { return get("status"); } } @@ -54,7 +54,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java index 1767f95c056..a511ca8ef2c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java @@ -27,8 +27,8 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public static class SchemaList0 extends FrozenList { + SchemaList0(FrozenList m) { super(m); } public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -42,7 +42,7 @@ public class Schema01 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) )); - protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); } public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java index 53e392df631..ce127349be6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java @@ -26,8 +26,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -38,7 +38,7 @@ public static QueryParametersMap of(Map> arg, SchemaConfigu return QueryParameters1.validate(arg, configuration); } - public Schema0.SchemaList0 + public Schema0.SchemaList0 tags() { return get("tags"); } } @@ -54,7 +54,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java index f772c229df2..1ebfcc6ba1d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java @@ -20,8 +20,8 @@ public class Schema0 { public class Items0 extends StringJsonSchema {} - public static class SchemaList0 extends FrozenList { + SchemaList0(FrozenList m) { super(m); } public static SchemaList0 of(List arg, SchemaConfiguration configuration) throws ValidationException { @@ -35,7 +35,7 @@ public class Schema01 extends JsonSchema { new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) )); - protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); } public static SchemaList0 validate(List arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java index 5f1c3e2d332..e7d95c97868 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java @@ -24,8 +24,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeaderParametersMap extends FrozenMap { + HeaderParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,7 +36,7 @@ public static HeaderParametersMap of(Map arg, SchemaConfiguratio return HeaderParameters1.validate(arg, configuration); } - public String + public String api_key() { String key = "api_key"; throwIfKeyNotPresent(key); return get(key); @@ -51,7 +51,7 @@ public class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); } public static HeaderParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java index 0520a24486f..8bdf57b9ef3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long + public long petId() { return get("petId"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java index fec875aa915..cdffdec3345 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long + public long petId() { return get("petId"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java index 02bb8e6f75f..9282cd8d515 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long + public long petId() { return get("petId"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index 3cebe870826..0fbe8422870 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -23,8 +23,8 @@ public class Name extends StringJsonSchema {} public class Status extends StringJsonSchema {} - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -36,16 +36,16 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String + public String name() { String key = "name"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String status() { String key = "status"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -63,7 +63,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("status", Status.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java index e3a511ad31f..41bd840b1d0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long + public long petId() { return get("petId"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java index 048c0bba8b1..d4d2316329f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java @@ -25,8 +25,8 @@ public class File extends JsonSchema { } - public static class SchemaMap extends FrozenMap { + SchemaMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of(); @@ -38,16 +38,16 @@ public static SchemaMap of(Map arg, SchemaConfiguration configur return Schema1.validate(arg, configuration); } - public String + public String additionalMetadata() { String key = "additionalMetadata"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } - public String + public String file() { String key = "file"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } public Object getAdditionalProperty(String name) { @@ -65,7 +65,7 @@ public class Schema1 extends JsonSchema { new PropertyEntry("file", File.class) ))) )); - protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); } public static SchemaMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java index 68d50833de3..ff331d25ebf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String + public String order_id() { return get("order_id"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java index 566df4a573c..184a50a193c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration co return PathParameters1.validate(arg, configuration); } - public long + public long order_id() { return get("order_id"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java index b06a0330fda..62fcab3a86f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java @@ -26,8 +26,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class QueryParametersMap extends FrozenMap { + QueryParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -39,12 +39,12 @@ public static QueryParametersMap of(Map arg, SchemaConfiguration return QueryParameters1.validate(arg, configuration); } - public String - return (String + public String password() { + return (String) get("password"); } - public String - return (String + public String username() { + return (String) get("username"); } } @@ -61,7 +61,7 @@ public class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); } public static QueryParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java index 7ce6d560be1..959b0cf6a16 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java @@ -29,8 +29,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class HeadersMap extends FrozenMap { + HeadersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -46,14 +46,14 @@ public static HeadersMap of(Map arg, SchemaConfiguration configu return Headers1.validate(arg, configuration); } - public int - return (int + public int int32() { + return (int) get("int32"); } - public String + public String numberHeader() { String key = "numberHeader"; throwIfKeyNotPresent(key); - return (String + return (String) get(key); } } @@ -74,7 +74,7 @@ public class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static HeadersMap getMapOutputInstance(FrozenMap arg) { return new HeadersMap(arg); } public static HeadersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java index 76764d8a249..a133396bf2e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String + public String username() { return get("username"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java index ac421297251..11ff4bc4530 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String + public String username() { return get("username"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java index 6c56a5a0d64..dc020ee0c5a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java @@ -25,8 +25,8 @@ public class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public static class PathParametersMap extends FrozenMap { + PathParametersMap(FrozenMap m) { super(m); } public static final Set requiredKeys = Set.of( @@ -37,7 +37,7 @@ public static PathParametersMap of(Map arg, SchemaConfiguration return PathParameters1.validate(arg, configuration); } - public String + public String username() { return get("username"); } } @@ -53,7 +53,7 @@ public class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); - protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); } public static PathParametersMap validate(Map arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list.hbs index 3f417e1cbd5..dfe9d930834 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list.hbs @@ -70,7 +70,7 @@ public class {{jsonPathPiece.camelCase}} extends JsonSchema { {{!> components/schemas/schema_cls/_unevaluated_items }} {{/if}} {{#if arrayOutputJsonPathPiece}} - protected static {{arrayOutputJsonPathPiece.camelCase}} getListOutputInstance(FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" forceNull=true endChar="> arg) {" }}{{/with}} + protected static {{arrayOutputJsonPathPiece.camelCase}} getListOutputInstance(FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" forceNull=true }}{{/with}}> arg) { return new {{arrayOutputJsonPathPiece.camelCase}}(arg); } {{/if}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs index 00e0f6329e0..e8eefcbc5a6 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs @@ -80,7 +80,7 @@ public class {{jsonPathPiece.camelCase}} extends JsonSchema { {{/if}} {{#if mapOutputJsonPathPiece}} {{#if mapValueSchema}} - protected static {{mapOutputJsonPathPiece.camelCase}} getMapOutputInstance(FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type mode="unprefixed" forceNull=true endChar="> arg) {" }}{{/with}} + protected static {{mapOutputJsonPathPiece.camelCase}} getMapOutputInstance(FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type mode="unprefixed" forceNull=true }}{{/with}}> arg) { return new {{mapOutputJsonPathPiece.camelCase}}(arg); } {{else}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 875650d18e5..56be5653eba 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -71,7 +71,7 @@ Key | Type | Description | Notes {{/if}} ``` {{#if mapValueSchema}} -base class: FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type endChar=">" }}{{/with}} +base class: FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type }}{{/with}}> {{else}} base class: FrozenMap {{/if}} @@ -122,7 +122,7 @@ get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, b ``` type: List< {{#with items}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" endChar="," rootClass=../arrayInputJsonPathPiece.camelCase }} + {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" rootClass=../arrayInputJsonPathPiece.camelCase }} ... {{/with}} > @@ -144,12 +144,12 @@ base class: FrozenList< {{#if refInfo.refClass}} {{#eq refModule null}} {{! self reference }} - {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" endChar="," selfReference=true }} + {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" selfReference=true }} {{else}} - {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" endChar="," }} + {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" }} {{/eq}} {{else}} - {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" endChar="," }} + {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" }} {{/if}} {{/with}} ... diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_arrayOutputType.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_arrayOutputType.hbs index ae1ce8b5cec..8d8be3d22e4 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_arrayOutputType.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_arrayOutputType.hbs @@ -1,7 +1,7 @@ -public static class {{arrayOutputJsonPathPiece.camelCase}} extends FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" forceNull=true endChar="> {" }}{{/with}} - {{arrayOutputJsonPathPiece.camelCase}}(FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" forceNull=true endChar="> m) {" }}{{/with}} +public static class {{arrayOutputJsonPathPiece.camelCase}} extends FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" forceNull=true }}{{/with}}> { + {{arrayOutputJsonPathPiece.camelCase}}(FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" forceNull=true }}{{/with}}> m) { super(m); } public static {{arrayOutputJsonPathPiece.camelCase}} of(List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> arg, SchemaConfiguration configuration) throws ValidationException { diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputGetProperty.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputGetProperty.hbs index fa2853d8014..3f06b63ea75 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputGetProperty.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputGetProperty.hbs @@ -2,7 +2,7 @@ {{#and ../../mapValueSchema (eq typeSchema ../../mapValueSchema.typeSchema) }} return get("{{{@key.original}}}"); {{else}} -return ({{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" endChar=(join ") get(\"" @key.original "\");" "") }} +return ({{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" }}) get("{{{@key.original}}}"); {{/and}} {{else}} String key = "{{{@key.original}}}"; @@ -10,6 +10,6 @@ throwIfKeyNotPresent(key); {{#and ../../mapValueSchema (eq typeSchema ../../mapValueSchema.typeSchema) }} return get(key); {{else}} -return ({{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" endChar=") get(key);" }} +return ({{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" }}) get(key); {{/and}} {{/if}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputProperties.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputProperties.hbs index 84afa833b55..d9cf0ccb81a 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputProperties.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputProperties.hbs @@ -4,13 +4,13 @@ {{#with this}} {{#if refInfo.refClass}} -public {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" endChar=(join " " @key.original "() {" "") }} +public {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" }} {{{@key.original}}}() { {{> src/main/java/org/openapitools/components/schemas/_objectOutputGetProperty required=true }} } {{else}} {{#if jsonPathPiece}} -public {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule=null endChar=(join " " @key.original "() {" "") }} +public {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule=null }} {{{@key.original}}}() { {{> src/main/java/org/openapitools/components/schemas/_objectOutputGetProperty required=true }} } {{else}} @@ -30,7 +30,7 @@ public Object {{@key.original}}() { {{#if @key.isValid}} {{#with this}} -public {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type endChar=(join " " @key.original "() {" "") }} +public {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type }} {{{@key.original}}}() { {{> src/main/java/org/openapitools/components/schemas/_objectOutputGetProperty required=false }} } {{/with}} @@ -50,7 +50,7 @@ public Object getAdditionalProperty(String name) { {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} -public {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type endChar=" getAdditionalProperty(String name) {" }} +public {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type }} getAdditionalProperty(String name) { {{#or optionalProperties requiredProperties}} throwIfKeyKnown(name, requiredKeys, optionalKeys); {{/or}} @@ -58,7 +58,7 @@ public {{> src/main/java/org/openapitools/components/schemas/types/schema_output {{#and ../../mapValueSchema (eq typeSchema ../../mapValueSchema.typeSchema) }} return get(name); {{else}} - return ({{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" endChar=") get(name);" }} + return ({{> src/main/java/org/openapitools/components/schemas/types/schema_output_type fullRefModule="" }}) get(name); {{/and}} } {{/unless}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputType.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputType.hbs index 82bfb919e22..49abbbb1df7 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputType.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_objectOutputType.hbs @@ -1,8 +1,8 @@ {{#if mapValueSchema}} -public static class {{mapOutputJsonPathPiece.camelCase}} extends FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type mode="unprefixed" forceNull=true endChar="> {" }}{{/with}} - {{mapOutputJsonPathPiece.camelCase}}(FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type mode="unprefixed" forceNull=true endChar="> m) {" }}{{/with}} +public static class {{mapOutputJsonPathPiece.camelCase}} extends FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{/with}}> { + {{mapOutputJsonPathPiece.camelCase}}(FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{/with}}> m) { super(m); } {{else}} From 5ee9f93203d06872147edf44e6a140ca83d12601 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 11:35:54 -0800 Subject: [PATCH 18/72] Fixes output base class type info --- .../content/applicationjson/Schema.md | 2 +- .../petstore/java/docs/components/schemas/Address.md | 2 +- .../docs/components/schemas/NoAdditionalProperties.md | 2 +- .../java/docs/components/schemas/StringBooleanMap.md | 2 +- .../components/schemas/SchemaClass/_Schema_map.hbs | 2 +- .../org/openapitools/components/schemas/Schema_doc.hbs | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 653fb86f68b..773d13b9b7a 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## SchemaMap ``` -base class: FrozenMap +base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 26f8ddea854..79da6a63686 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## AddressMap ``` -base class: FrozenMap +base class: FrozenMap ``` ### methods diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 28c8bffe1c0..ce11277a472 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -20,7 +20,7 @@ Key | Type | Description | Notes ## NoAdditionalPropertiesMap ``` -base class: FrozenMap +base class: FrozenMap ``` ### properties diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index d4d934cb08c..9967695d823 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,7 +19,7 @@ Key | Type | Description | Notes ## StringBooleanMapMap ``` -base class: FrozenMap +base class: FrozenMap ``` ### methods diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs index e8eefcbc5a6..ef805e72d93 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs @@ -80,7 +80,7 @@ public class {{jsonPathPiece.camelCase}} extends JsonSchema { {{/if}} {{#if mapOutputJsonPathPiece}} {{#if mapValueSchema}} - protected static {{mapOutputJsonPathPiece.camelCase}} getMapOutputInstance(FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type mode="unprefixed" forceNull=true }}{{/with}}> arg) { + protected static {{mapOutputJsonPathPiece.camelCase}} getMapOutputInstance(FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{/with}}> arg) { return new {{mapOutputJsonPathPiece.camelCase}}(arg); } {{else}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 56be5653eba..6505fabd089 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -71,7 +71,7 @@ Key | Type | Description | Notes {{/if}} ``` {{#if mapValueSchema}} -base class: FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type }}{{/with}}> +base class: FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{/with}}> {{else}} base class: FrozenMap {{/if}} @@ -144,12 +144,12 @@ base class: FrozenList< {{#if refInfo.refClass}} {{#eq refModule null}} {{! self reference }} - {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" selfReference=true }} + {{!> components/schemas/types/schema_output_type fullRefModule="" selfReference=true }} {{else}} - {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" }} + {{!> components/schemas/types/schema_output_type fullRefModule="" }} {{/eq}} {{else}} - {{!> components/schemas/types/schema_output_type mode="unprefixed" fullRefModule="" }} + {{!> components/schemas/types/schema_output_type fullRefModule="" }} {{/if}} {{/with}} ... From c22a39cbcb7b3cb8f82fb11ec18698ce485ec5f1 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 11:45:15 -0800 Subject: [PATCH 19/72] Adds types of map key value inputs --- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/AbstractStepMessage.md | 8 ++-- .../schemas/AdditionalPropertiesClass.md | 18 ++++---- .../AdditionalPropertiesWithArrayOfEnums.md | 2 +- .../java/docs/components/schemas/Address.md | 2 +- .../java/docs/components/schemas/Animal.md | 6 +-- .../components/schemas/AnyTypeAndFormat.md | 20 ++++----- .../components/schemas/ApiResponseSchema.md | 8 ++-- .../java/docs/components/schemas/Apple.md | 6 +-- .../java/docs/components/schemas/AppleReq.md | 4 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 4 +- .../components/schemas/ArrayOfNumberOnly.md | 4 +- .../java/docs/components/schemas/ArrayTest.md | 8 ++-- .../java/docs/components/schemas/Banana.md | 4 +- .../java/docs/components/schemas/BananaReq.md | 4 +- .../java/docs/components/schemas/BasquePig.md | 4 +- .../docs/components/schemas/Capitalization.md | 14 +++--- .../java/docs/components/schemas/Category.md | 6 +-- .../docs/components/schemas/ClassModel.md | 4 +- .../java/docs/components/schemas/Client.md | 4 +- .../java/docs/components/schemas/DanishPig.md | 4 +- .../java/docs/components/schemas/Drawing.md | 10 ++--- .../docs/components/schemas/EnumArrays.md | 6 +-- .../java/docs/components/schemas/EnumTest.md | 20 ++++----- .../java/docs/components/schemas/File.md | 4 +- .../components/schemas/FileSchemaTestClass.md | 6 +-- .../java/docs/components/schemas/Foo.md | 4 +- .../docs/components/schemas/FormatTest.md | 44 +++++++++---------- .../docs/components/schemas/FromSchema.md | 6 +-- .../java/docs/components/schemas/Fruit.md | 4 +- .../java/docs/components/schemas/GmFruit.md | 4 +- .../components/schemas/GrandparentAnimal.md | 4 +- .../components/schemas/HasOnlyReadOnly.md | 6 +-- .../components/schemas/HealthCheckResult.md | 4 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 6 +-- .../schemas/JSONPatchRequestMoveCopy.md | 6 +-- .../schemas/JSONPatchRequestRemove.md | 4 +- .../java/docs/components/schemas/MapTest.md | 10 ++--- ...dPropertiesAndAdditionalPropertiesClass.md | 8 ++-- .../java/docs/components/schemas/Money.md | 4 +- .../docs/components/schemas/MyObjectDto.md | 2 +- .../java/docs/components/schemas/Name.md | 8 ++-- .../schemas/NoAdditionalProperties.md | 4 +- .../docs/components/schemas/NullableClass.md | 26 +++++------ .../docs/components/schemas/NumberOnly.md | 4 +- .../schemas/ObjWithRequiredProps.md | 4 +- .../schemas/ObjWithRequiredPropsBase.md | 4 +- .../ObjectModelWithArgAndArgsProperties.md | 6 +-- .../schemas/ObjectModelWithRefProps.md | 8 ++-- .../schemas/ObjectWithCollidingProperties.md | 6 +-- .../schemas/ObjectWithDecimalProperties.md | 8 ++-- .../ObjectWithDifficultlyNamedProps.md | 8 ++-- .../ObjectWithInlineCompositionProperty.md | 4 +- .../ObjectWithInvalidNamedRefedProperties.md | 6 +-- .../ObjectWithNonIntersectingValues.md | 4 +- .../schemas/ObjectWithOnlyOptionalProps.md | 4 +- .../schemas/ObjectWithOptionalTestProp.md | 4 +- .../java/docs/components/schemas/Order.md | 14 +++--- .../schemas/PaginatedResultMyObjectDto.md | 4 +- .../java/docs/components/schemas/Pet.md | 14 +++--- .../java/docs/components/schemas/Player.md | 6 +-- .../java/docs/components/schemas/PublicKey.md | 4 +- .../schemas/QuadrilateralInterface.md | 6 +-- .../docs/components/schemas/ReadOnlyFirst.md | 6 +-- .../schemas/ReqPropsFromExplicitAddProps.md | 6 +-- .../schemas/ReqPropsFromTrueAddProps.md | 6 +-- .../schemas/ReqPropsFromUnsetAddProps.md | 6 +-- .../docs/components/schemas/ReturnSchema.md | 4 +- .../components/schemas/Schema200Response.md | 6 +-- .../schemas/SelfReferencingObjectModel.md | 4 +- .../components/schemas/SpecialModelname.md | 4 +- .../components/schemas/StringBooleanMap.md | 2 +- .../java/docs/components/schemas/Tag.md | 6 +-- .../components/schemas/TriangleInterface.md | 6 +-- .../java/docs/components/schemas/User.md | 28 ++++++------ .../java/docs/components/schemas/Whale.md | 8 ++-- .../java/docs/components/schemas/Zebra.md | 6 +-- .../applicationxwwwformurlencoded/Schema.md | 6 +-- .../applicationxwwwformurlencoded/Schema.md | 30 ++++++------- .../content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter1/Schema1.md | 4 +- .../content/multipartformdata/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 4 +- .../applicationxwwwformurlencoded/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 4 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../content/multipartformdata/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 4 +- .../content/applicationjson/Schema.md | 4 +- .../applicationxwwwformurlencoded/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 6 +-- .../components/schemas/Schema_doc.hbs | 10 ++--- 94 files changed, 331 insertions(+), 331 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 773d13b9b7a..17e41b29628 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | int | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index d4a8826d094..53ba5cc735d 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -18,10 +18,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**description** | | | -**discriminator** | | | -**sequenceNumber** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**description** | Object | | +**discriminator** | String | | +**sequenceNumber** | Object | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## AbstractStepMessageMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 18a465eb840..d9446d2aa9b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -15,15 +15,15 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**map_property** | | | [optional] -**map_of_map_property** | | | [optional] -**anytype_1** | | | [optional] -**map_with_undeclared_properties_anytype_1** | | | [optional] -**map_with_undeclared_properties_anytype_2** | | | [optional] -**map_with_undeclared_properties_anytype_3** | | | [optional] -**empty_map** | | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] -**map_with_undeclared_properties_string** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**map_property** | Map | | [optional] +**map_of_map_property** | Map> | | [optional] +**anytype_1** | Object | | [optional] +**map_with_undeclared_properties_anytype_1** | Map | | [optional] +**map_with_undeclared_properties_anytype_2** | Map | | [optional] +**map_with_undeclared_properties_anytype_3** | Map | | [optional] +**empty_map** | Map | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] +**map_with_undeclared_properties_string** | Map | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## AdditionalPropertiesClassMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index d17e6c9c9ad..b869e785e14 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | List | any string name can be used but the value must be the correct type | [optional] ## AdditionalPropertiesWithArrayOfEnumsMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 79da6a63686..1c9f33eed01 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | long | any string name can be used but the value must be the correct type | [optional] ## AddressMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 9e29b8907e9..b419760569a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | | | -**color** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**className** | String | | +**color** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## AnimalMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 9a74787fc1a..504deeb7fa3 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -15,16 +15,16 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**uuid** | | | [optional] -**date** | | | [optional] -**date-time** | | | [optional] -**number** | | | [optional] -**binary** | | | [optional] -**int32** | | | [optional] -**int64** | | | [optional] -**double** | | | [optional] -**float** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**uuid** | Object | | [optional] +**date** | Object | | [optional] +**date-time** | Object | | [optional] +**number** | Object | | [optional] +**binary** | Object | | [optional] +**int32** | Object | | [optional] +**int64** | Object | | [optional] +**double** | Object | | [optional] +**float** | Object | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## AnyTypeAndFormatMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 92022e8a0f3..d5eabda71ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -15,10 +15,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**code** | | | [optional] -**type** | | | [optional] -**message** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**code** | int | | [optional] +**type** | String | | [optional] +**message** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ApiResponseMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 86ebdc55c6c..d34a24730c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -16,9 +16,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**cultivar** | | | -**origin** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**cultivar** | String | | +**origin** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## AppleMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 079200aac9f..c270d8eae47 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**cultivar** | | | -**mealy** | | | [optional] +**cultivar** | String | | +**mealy** | boolean | | [optional] ## AppleReqMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 4ebb86c9850..af007023446 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ArrayArrayNumber** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**ArrayArrayNumber** | List> | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayOfArrayOfNumberOnlyMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index ef4d902edb2..3d79826b6dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ArrayNumber** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**ArrayNumber** | List | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayOfNumberOnlyMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 4d827881246..7f2fbc86c4b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -15,10 +15,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**array_of_string** | | | [optional] -**array_array_of_integer** | | | [optional] -**array_array_of_model** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**array_of_string** | List | | [optional] +**array_array_of_integer** | List> | | [optional] +**array_array_of_model** | List>> | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayTestMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 53df9735715..7955acc08cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**lengthCm** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**lengthCm** | Number | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## BananaMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 894c98f4fb1..9486edeb94e 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**lengthCm** | | | -**sweet** | | | [optional] +**lengthCm** | Number | | +**sweet** | boolean | | [optional] ## BananaReqMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 1e355eb1cbf..563b3b1801f 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**className** | String | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## BasquePigMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 369e14438a7..f3a95259a3e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -15,13 +15,13 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**smallCamel** | | | [optional] -**CapitalCamel** | | | [optional] -**small_Snake** | | | [optional] -**Capital_Snake** | | | [optional] -**SCA_ETH_Flow_Points** | | | [optional] -**ATT_NAME** | | Name of the pet | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**smallCamel** | String | | [optional] +**CapitalCamel** | String | | [optional] +**small_Snake** | String | | [optional] +**Capital_Snake** | String | | [optional] +**SCA_ETH_Flow_Points** | String | | [optional] +**ATT_NAME** | String | Name of the pet | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## CapitalizationMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index f5508f81b7e..769251a88a7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | | | -**id** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**name** | String | | +**id** | long | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## CategoryMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 99a58505e19..756228af6c7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -26,8 +26,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**_class** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**_class** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassModelMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index f154f4ae60c..f6418e8ae12 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**client** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**client** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ClientMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index d4b07e618d1..d8bb59f8812 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**className** | String | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## DanishPigMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 16d908e5c2b..788c1319578 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -15,11 +15,11 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**mainShape** | | | [optional] -**shapeOrNull** | | | [optional] -**nullableShape** | | | [optional] -**shapes** | | | [optional] -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**mainShape** | Object | | [optional] +**shapeOrNull** | Object | | [optional] +**nullableShape** | Object | | [optional] +**shapes** | List | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## DrawingMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 40eff14ac6e..4ddb03ba44f 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**just_symbol** | | | [optional] -**array_enum** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**just_symbol** | String | | [optional] +**array_enum** | List | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## EnumArraysMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 5e32dfa0217..ea31423b3e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -15,16 +15,16 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**enum_string_required** | | | -**enum_string** | | | [optional] -**enum_integer** | | | [optional] -**enum_number** | | | [optional] -**stringEnum** | | | [optional] -**IntegerEnum** | | | [optional] -**StringEnumWithDefaultValue** | | | [optional] -**IntegerEnumWithDefaultValue** | | | [optional] -**IntegerEnumOneValue** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**enum_string_required** | String | | +**enum_string** | String | | [optional] +**enum_integer** | int | | [optional] +**enum_number** | double | | [optional] +**stringEnum** | String | | [optional] +**IntegerEnum** | long | | [optional] +**StringEnumWithDefaultValue** | String | | [optional] +**IntegerEnumWithDefaultValue** | long | | [optional] +**IntegerEnumOneValue** | long | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## EnumTestMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 5426f796c70..f97ee6b1b69 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -18,8 +18,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**sourceURI** | | Test capitalization | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**sourceURI** | String | Test capitalization | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## FileMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 4e68c92272f..5935b0f1b11 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**file** | | | [optional] -**files** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**file** | Map | | [optional] +**files** | List> | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## FileSchemaTestClassMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 3ce60bf2ac4..333882ddf91 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**bar** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**bar** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## FooMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 64da69848af..467b83f82dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -15,28 +15,28 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**byte** | | | -**date** | | | -**number** | | | -**password** | | | -**integer** | | | [optional] -**int32** | | | [optional] -**int32withValidations** | | | [optional] -**int64** | | | [optional] -**float** | | this is a reserved python keyword | [optional] -**float32** | | | [optional] -**double** | | | [optional] -**float64** | | | [optional] -**arrayWithUniqueItems** | | | [optional] -**string** | | | [optional] -**binary** | | | [optional] -**dateTime** | | | [optional] -**uuid** | | | [optional] -**uuidNoExample** | | | [optional] -**pattern_with_digits** | | A string that is a 10 digit number. Can have leading zeros. | [optional] -**pattern_with_digits_and_delimiter** | | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] -**noneProp** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**byte** | String | | +**date** | String | | +**number** | Number | | +**password** | String | | +**integer** | long | | [optional] +**int32** | int | | [optional] +**int32withValidations** | int | | [optional] +**int64** | long | | [optional] +**float** | float | this is a reserved python keyword | [optional] +**float32** | float | | [optional] +**double** | double | | [optional] +**float64** | double | | [optional] +**arrayWithUniqueItems** | List | | [optional] +**string** | String | | [optional] +**binary** | String | | [optional] +**dateTime** | String | | [optional] +**uuid** | String | | [optional] +**uuidNoExample** | String | | [optional] +**pattern_with_digits** | String | A string that is a 10 digit number. Can have leading zeros. | [optional] +**pattern_with_digits_and_delimiter** | String | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] +**noneProp** | Void | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## FormatTestMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 1fdf2752b97..0adb2ab2115 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**data** | | | [optional] -**id** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**data** | String | | [optional] +**id** | long | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## FromSchemaMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index eed1d5abea8..274504d8642 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -23,8 +23,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**color** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**color** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## FruitMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index cfec718f301..8ee236bb146 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -23,8 +23,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**color** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**color** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## GmFruitMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index cba56dfdbbf..29fd6ee507f 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**pet_type** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**pet_type** | String | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## GrandparentAnimalMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 1cd46a8768e..1b4051eabb5 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**bar** | | | [optional] -**foo** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**bar** | String | | [optional] +**foo** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## HasOnlyReadOnlyMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 6518b0a74d4..6334259516d 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -18,8 +18,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**NullableMessage** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**NullableMessage** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## HealthCheckResultMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index a32ce069b95..a69d489ac0c 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**op** | | The operation to perform. | -**path** | | A JSON Pointer path. | -**value** | | The value to add, replace or test. | +**op** | String | The operation to perform. | +**path** | String | A JSON Pointer path. | +**value** | Object | The value to add, replace or test. | ## JSONPatchRequestAddReplaceTestMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index c33718a9ba8..480ea837acd 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**from** | | A JSON Pointer path. | -**op** | | The operation to perform. | -**path** | | A JSON Pointer path. | +**from** | String | A JSON Pointer path. | +**op** | String | The operation to perform. | +**path** | String | A JSON Pointer path. | ## JSONPatchRequestMoveCopyMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 48373995b9a..7fcd1ef2679 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**op** | | The operation to perform. | -**path** | | A JSON Pointer path. | +**op** | String | The operation to perform. | +**path** | String | A JSON Pointer path. | ## JSONPatchRequestRemoveMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 8f53ee26ac5..052dbc0c141 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -15,11 +15,11 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**map_map_of_string** | | | [optional] -**map_of_enum_string** | | | [optional] -**direct_map** | | | [optional] -**indirect_map** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**map_map_of_string** | Map> | | [optional] +**map_of_enum_string** | Map | | [optional] +**direct_map** | Map | | [optional] +**indirect_map** | Map | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## MapTestMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index e44f9e47935..ea4bf2a9e84 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -15,10 +15,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**uuid** | | | [optional] -**dateTime** | | | [optional] -**map** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**uuid** | String | | [optional] +**dateTime** | String | | [optional] +**map** | Map> | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## MixedPropertiesAndAdditionalPropertiesClassMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 6de2a33084f..79f452a1981 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**amount** | | | -**currency** | | | +**amount** | String | | +**currency** | String | | ## MoneyMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 0fdbe23014a..3ca9bf20b0b 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | | | [optional] +**id** | String | | [optional] ## MyObjectDtoMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 39c4be30ff3..5c9ecb351c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -26,10 +26,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | | | -**snake_case** | | | [optional] -**property** | | this is a reserved python keyword | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**name** | int | | +**snake_case** | int | | [optional] +**property** | String | this is a reserved python keyword | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## NameMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index ce11277a472..d05b19bd6c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | | | -**petId** | | | [optional] +**id** | long | | +**petId** | long | | [optional] ## NoAdditionalPropertiesMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 6eb0e1d95c2..e5b8d1488d3 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -15,19 +15,19 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**integer_prop** | | | [optional] -**number_prop** | | | [optional] -**boolean_prop** | | | [optional] -**string_prop** | | | [optional] -**date_prop** | | | [optional] -**datetime_prop** | | | [optional] -**array_nullable_prop** | | | [optional] -**array_and_items_nullable_prop** | | | [optional] -**array_items_nullable** | | | [optional] -**object_nullable_prop** | | | [optional] -**object_and_items_nullable_prop** | | | [optional] -**object_items_nullable** | | | [optional] -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**integer_prop** | Long | | [optional] +**number_prop** | Number | | [optional] +**boolean_prop** | Boolean | | [optional] +**string_prop** | String | | [optional] +**date_prop** | String | | [optional] +**datetime_prop** | String | | [optional] +**array_nullable_prop** | List> | | [optional] +**array_and_items_nullable_prop** | List> | | [optional] +**array_items_nullable** | List> | | [optional] +**object_nullable_prop** | Map> | | [optional] +**object_and_items_nullable_prop** | Map> | | [optional] +**object_items_nullable** | Map> | | [optional] +**any_string_name** | Map | any string name can be used but the value must be the correct type | [optional] ## NullableClassMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 2e857a0a892..0b318e793c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**JustNumber** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**JustNumber** | Number | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## NumberOnlyMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 52a4922bf67..ff55834cca4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**a** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**a** | String | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjWithRequiredPropsMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 1a35bffbe5b..8c5bf6d0c6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**b** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**b** | String | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjWithRequiredPropsBaseMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 959805b6583..0c5d52a219b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**arg** | | | -**args** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**arg** | String | | +**args** | String | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectModelWithArgAndArgsPropertiesMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 4ca79ec132c..55598bf1768 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -18,10 +18,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**myNumber** | | | [optional] -**myString** | | | [optional] -**myBoolean** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**myNumber** | Number | | [optional] +**myString** | String | | [optional] +**myBoolean** | boolean | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectModelWithRefPropsMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 7c5cdbb896e..4c30c8f4509 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -18,9 +18,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**someProp** | | | [optional] -**someprop** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**someProp** | Map | | [optional] +**someprop** | Map | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithCollidingPropertiesMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 7169ec27f7f..a64d317550a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -15,10 +15,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**length** | | | [optional] -**width** | | | [optional] -**cost** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**length** | String | | [optional] +**width** | String | | [optional] +**cost** | Map | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithDecimalPropertiesMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index d3671f369db..7150c0d3d8a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -18,10 +18,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**123-list** | | | -**$special[property.name]** | | | [optional] -**123Number** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**123-list** | String | | +**$special[property.name]** | long | | [optional] +**123Number** | long | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithDifficultlyNamedPropsMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index f97bbb10384..6f929bb9967 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**someProp** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**someProp** | Object | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithInlineCompositionPropertyMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 92fcf3f0709..4dc98945ca6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**!reference** | | | -**from** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**!reference** | List | | +**from** | Map | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithInvalidNamedRefedPropertiesMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 54d7bcc1a67..0d5e5ee83b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**a** | | | [optional] -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**a** | Number | | [optional] +**any_string_name** | String | any string name can be used but the value must be the correct type | [optional] ## ObjectWithNonIntersectingValuesMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 0aaf706baf5..1be649bc076 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**a** | | | [optional] -**b** | | | [optional] +**a** | String | | [optional] +**b** | Number | | [optional] ## ObjectWithOnlyOptionalPropsMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 288496f612c..49b0ad0093c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**test** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**test** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithOptionalTestPropMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index f957f8a0f42..a20099ddebf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -15,13 +15,13 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | | | [optional] -**petId** | | | [optional] -**quantity** | | | [optional] -**shipDate** | | | [optional] -**status** | | Order Status | [optional] -**complete** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**id** | long | | [optional] +**petId** | long | | [optional] +**quantity** | int | | [optional] +**shipDate** | String | | [optional] +**status** | String | Order Status | [optional] +**complete** | boolean | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## OrderMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 976d4d4dc21..68df4f4e06b 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**count** | | | -**results** | | | +**count** | long | | +**results** | List> | | ## PaginatedResultMyObjectDtoMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 2788d432893..ee3e2a6af8b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -18,13 +18,13 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | | | -**photoUrls** | | | -**id** | | | [optional] -**category** | | | [optional] -**tags** | | | [optional] -**status** | | pet status in the store | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**name** | String | | +**photoUrls** | List | | +**id** | long | | [optional] +**category** | Map | | [optional] +**tags** | List> | | [optional] +**status** | String | pet status in the store | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## PetMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 66df3067ea3..c4462cbf926 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -18,9 +18,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | | | [optional] -**enemyPlayer** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**name** | String | | [optional] +**enemyPlayer** | Map | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## PlayerMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index e4b19a24318..db6593adb6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -18,8 +18,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**key** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**key** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## PublicKeyMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 48db94dca5f..f1ddc2dfd3a 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -23,9 +23,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**quadrilateralType** | | | -**shapeType** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**quadrilateralType** | String | | +**shapeType** | String | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## QuadrilateralInterfaceMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index f52b1793500..5bafe7914c7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**bar** | | | [optional] -**baz** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**bar** | String | | [optional] +**baz** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ReadOnlyFirstMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index e474514a184..b7d53a99b25 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**invalid-name** | | | -**validName** | | | -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**invalid-name** | String | | +**validName** | String | | +**any_string_name** | String | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromExplicitAddPropsMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 42d5e811b90..984edf890c8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**invalid-name** | | | -**validName** | | | -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**invalid-name** | Object | | +**validName** | Object | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromTrueAddPropsMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index a53749978b5..4878b498367 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**invalid-name** | | | -**validName** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**invalid-name** | Object | | +**validName** | Object | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromUnsetAddPropsMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 6c7ef340082..2fdc99e6438 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -26,8 +26,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**return** | | this is a reserved python keyword | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**return** | int | this is a reserved python keyword | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ReturnMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 5b77eaa33ff..ebcc3627218 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -26,9 +26,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | | | [optional] -**class** | | this is a reserved python keyword | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**name** | int | | [optional] +**class** | String | this is a reserved python keyword | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## Schema200ResponseMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index c40a95af056..20013665d8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**selfRef** | | | [optional] -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**selfRef** | Map | | [optional] +**any_string_name** | Map | any string name can be used but the value must be the correct type | [optional] ## SelfReferencingObjectModelMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 1fee764efd9..488688b6068 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -18,8 +18,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**a** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**a** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SpecialModelnameMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 9967695d823..00640c1d548 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | boolean | any string name can be used but the value must be the correct type | [optional] ## StringBooleanMapMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index bf498b3e1f7..f6aad4e7364 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | | | [optional] -**name** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**id** | long | | [optional] +**name** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## TagMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 40c5586169b..90c08db2125 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -23,9 +23,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**shapeType** | | | -**triangleType** | | | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**shapeType** | String | | +**triangleType** | String | | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## TriangleInterfaceMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 84158039f2f..b6adc5434ab 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -15,20 +15,20 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | | | [optional] -**username** | | | [optional] -**firstName** | | | [optional] -**lastName** | | | [optional] -**email** | | | [optional] -**password** | | | [optional] -**phone** | | | [optional] -**userStatus** | | User Status | [optional] -**objectWithNoDeclaredProps** | | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] -**objectWithNoDeclaredPropsNullable** | | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] -**anyTypeProp** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] -**anyTypeExceptNullProp** | | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] -**anyTypePropNullable** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**id** | long | | [optional] +**username** | String | | [optional] +**firstName** | String | | [optional] +**lastName** | String | | [optional] +**email** | String | | [optional] +**password** | String | | [optional] +**phone** | String | | [optional] +**userStatus** | int | User Status | [optional] +**objectWithNoDeclaredProps** | Map | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] +**objectWithNoDeclaredPropsNullable** | Map | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] +**anyTypeProp** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] +**anyTypeExceptNullProp** | Object | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] +**anyTypePropNullable** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## UserMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 2ce5443d221..4db48531c12 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -15,10 +15,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | | | -**hasBaleen** | | | [optional] -**hasTeeth** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**className** | String | | +**hasBaleen** | boolean | | [optional] +**hasTeeth** | boolean | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## WhaleMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index b06b846c326..7ce9c0d72c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | | | -**type** | | | [optional] -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**className** | String | | +**type** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ZebraMap ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6f81bc131dc..30c9d599da5 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**enum_form_string_array** | | Form parameter enum test (string array) | [optional] -**enum_form_string** | | Form parameter enum test (string) | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**enum_form_string_array** | List | Form parameter enum test (string array) | [optional] +**enum_form_string** | String | Form parameter enum test (string) | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index b80df44e121..0ab43b8f7e3 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -15,21 +15,21 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**byte** | | None | -**double** | | None | -**number** | | None | -**pattern_without_delimiter** | | None | -**integer** | | None | [optional] -**int32** | | None | [optional] -**int64** | | None | [optional] -**float** | | None | [optional] -**string** | | None | [optional] -**binary** | | None | [optional] -**date** | | None | [optional] -**dateTime** | | None | [optional] -**password** | | None | [optional] -**callback** | | None | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**byte** | String | None | +**double** | double | None | +**number** | Number | None | +**pattern_without_delimiter** | String | None | +**integer** | long | None | [optional] +**int32** | int | None | [optional] +**int64** | long | None | [optional] +**float** | float | None | [optional] +**string** | String | None | [optional] +**binary** | String | None | [optional] +**date** | String | None | [optional] +**dateTime** | String | None | [optional] +**password** | String | None | [optional] +**callback** | String | None | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 8940a577f2b..1d839c71c93 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | String | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 7faba101b3a..62dacaacdd3 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**someProp** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**someProp** | Object | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap1 ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 72f70e6d9d9..a65a5b265a6 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**someProp** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**someProp** | Object | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 0e14e5f758c..ceba62314f0 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**someProp** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**someProp** | Object | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 7c983b04426..b9d1899c441 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**param** | | field1 | -**param2** | | field2 | -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**param** | String | field1 | +**param2** | String | field2 | +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 2940402db74..7d894f49304 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**a** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**a** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 4dcae7b4c27..8d62609fc93 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**b** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**b** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index ed091f3906c..5981da31e16 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**keyword** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**keyword** | String | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap0 ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index a83511dbd00..d4a67018c76 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**requiredFile** | | file to upload | -**additionalMetadata** | | Additional data to pass to server | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**requiredFile** | String | file to upload | +**additionalMetadata** | String | Additional data to pass to server | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index ba9f7b6e281..aa88976912b 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**file** | | file to upload | -**additionalMetadata** | | Additional data to pass to server | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**file** | String | file to upload | +**additionalMetadata** | String | Additional data to pass to server | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 85f0bf8cd35..89fafd1d3c5 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**files** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**files** | List | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 706311a01e1..8f621b0aa83 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**string** | | | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**string** | Map | | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 8ddea9abdb0..fd086c48efd 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | | Updated name of the pet | [optional] -**status** | | Updated status of the pet | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**name** | String | Updated name of the pet | [optional] +**status** | String | Updated status of the pet | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 169d2d5bd2f..08721a0102d 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -15,9 +15,9 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**additionalMetadata** | | Additional data to pass to server | [optional] -**file** | | file to upload | [optional] -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**additionalMetadata** | String | Additional data to pass to server | [optional] +**file** | String | file to upload | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 6505fabd089..956cedcfb01 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -47,21 +47,21 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- {{#each requiredProperties}} -**{{@key.original}}** | {{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} {{/each}} {{#each optionalProperties}} -**{{@key.original}}** | {{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} {{/each}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} -**any_string_name** | {{!> _helper_schema_python_types }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] {{else}} -**any_string_name** | {{!> components/schemas/types/docschema_io_types }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +**any_string_name** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} {{/if}} {{/unless}} {{else}} -**any_string_name** | Map, List, decimal.Decimal, float, int, String, LocalDate, ZonedDateTime, UUID, boolean, null, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] {{/with}} {{#if mapOutputJsonPathPiece}} From 2f570d1153d3691cfc53306e1562acb194b020ba Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 11:50:22 -0800 Subject: [PATCH 20/72] Adds notes info for map key value inputs --- .../content/applicationjson/Schema.md | 2 +- .../java/docs/components/schemas/Animal.md | 2 +- .../components/schemas/AnyTypeAndFormat.md | 16 +++++++------- .../components/schemas/ApiResponseSchema.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 2 +- .../java/docs/components/schemas/Category.md | 4 ++-- .../java/docs/components/schemas/DanishPig.md | 2 +- .../docs/components/schemas/EnumArrays.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 8 +++---- .../docs/components/schemas/FormatTest.md | 22 +++++++++---------- .../schemas/JSONPatchRequestAddReplaceTest.md | 2 +- .../schemas/JSONPatchRequestMoveCopy.md | 2 +- .../schemas/JSONPatchRequestRemove.md | 2 +- ...dPropertiesAndAdditionalPropertiesClass.md | 4 ++-- .../java/docs/components/schemas/Money.md | 2 +- .../docs/components/schemas/MyObjectDto.md | 2 +- .../java/docs/components/schemas/Name.md | 4 ++-- .../schemas/NoAdditionalProperties.md | 4 ++-- .../docs/components/schemas/NullableClass.md | 4 ++-- .../schemas/ObjectWithDecimalProperties.md | 2 +- .../ObjectWithDifficultlyNamedProps.md | 2 +- .../java/docs/components/schemas/Order.md | 12 +++++----- .../java/docs/components/schemas/Pet.md | 4 ++-- .../schemas/QuadrilateralInterface.md | 2 +- .../docs/components/schemas/ReturnSchema.md | 2 +- .../components/schemas/Schema200Response.md | 2 +- .../java/docs/components/schemas/Tag.md | 2 +- .../components/schemas/TriangleInterface.md | 2 +- .../java/docs/components/schemas/User.md | 4 ++-- .../java/docs/components/schemas/Whale.md | 2 +- .../java/docs/components/schemas/Zebra.md | 4 ++-- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 12 +++++----- .../components/schemas/Schema_doc.hbs | 6 ++--- .../components/schemas/helpers/notes_msg.hbs | 1 + 35 files changed, 75 insertions(+), 74 deletions(-) create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/helpers/notes_msg.hbs diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 17e41b29628..00d96935063 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | int | any string name can be used but the value must be the correct type | [optional] +**any_string_name** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer ## SchemaMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index b419760569a..1229c1a244e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -16,7 +16,7 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | String | | -**color** | String | | [optional] +**color** | String | | [optional] if omitted the server will use the default value of red **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## AnimalMap diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 504deeb7fa3..e0fa3732afb 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -15,15 +15,15 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**uuid** | Object | | [optional] -**date** | Object | | [optional] -**date-time** | Object | | [optional] -**number** | Object | | [optional] +**uuid** | Object | | [optional] value must be a uuid +**date** | Object | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD +**date-time** | Object | | [optional] value must conform to RFC-3339 date-time +**number** | Object | | [optional] value must be int or float numeric **binary** | Object | | [optional] -**int32** | Object | | [optional] -**int64** | Object | | [optional] -**double** | Object | | [optional] -**float** | Object | | [optional] +**int32** | Object | | [optional] value must be a 32 bit integer +**int64** | Object | | [optional] value must be a 64 bit integer +**double** | Object | | [optional] value must be a 64 bit float +**float** | Object | | [optional] value must be a 32 bit float **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## AnyTypeAndFormatMap diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index d5eabda71ac..b8a78807f8b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**code** | int | | [optional] +**code** | int | | [optional] value must be a 32 bit integer **type** | String | | [optional] **message** | String | | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 563b3b1801f..a9bbd33d6df 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | String | | +**className** | String | | must be one of ["BasquePig"] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## BasquePigMap diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 769251a88a7..b6c69ba8028 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | String | | -**id** | long | | [optional] +**name** | String | | if omitted the server will use the default value of default-name +**id** | long | | [optional] value must be a 64 bit integer **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## CategoryMap diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index d8bb59f8812..c868bf40cf4 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | String | | +**className** | String | | must be one of ["DanishPig"] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## DanishPigMap diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 4ddb03ba44f..9f8ee82acc8 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**just_symbol** | String | | [optional] +**just_symbol** | String | | [optional] must be one of [">=", "$"] **array_enum** | List | | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index ea31423b3e1..437a1120339 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -15,10 +15,10 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**enum_string_required** | String | | -**enum_string** | String | | [optional] -**enum_integer** | int | | [optional] -**enum_number** | double | | [optional] +**enum_string_required** | String | | must be one of ["UPPER", "lower", ""] +**enum_string** | String | | [optional] must be one of ["UPPER", "lower", ""] +**enum_integer** | int | | [optional] must be one of [1, -1] value must be a 32 bit integer +**enum_number** | double | | [optional] must be one of [1.1, -1.2] value must be a 64 bit float **stringEnum** | String | | [optional] **IntegerEnum** | long | | [optional] **StringEnumWithDefaultValue** | String | | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 467b83f82dd..bdeb549d1e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -16,23 +16,23 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **byte** | String | | -**date** | String | | +**date** | String | | value must conform to RFC-3339 full-date YYYY-MM-DD **number** | Number | | **password** | String | | **integer** | long | | [optional] -**int32** | int | | [optional] -**int32withValidations** | int | | [optional] -**int64** | long | | [optional] -**float** | float | this is a reserved python keyword | [optional] -**float32** | float | | [optional] -**double** | double | | [optional] -**float64** | double | | [optional] +**int32** | int | | [optional] value must be a 32 bit integer +**int32withValidations** | int | | [optional] value must be a 32 bit integer +**int64** | long | | [optional] value must be a 64 bit integer +**float** | float | this is a reserved python keyword | [optional] value must be a 32 bit float +**float32** | float | | [optional] value must be a 32 bit float +**double** | double | | [optional] value must be a 64 bit float +**float64** | double | | [optional] value must be a 64 bit float **arrayWithUniqueItems** | List | | [optional] **string** | String | | [optional] **binary** | String | | [optional] -**dateTime** | String | | [optional] -**uuid** | String | | [optional] -**uuidNoExample** | String | | [optional] +**dateTime** | String | | [optional] value must conform to RFC-3339 date-time +**uuid** | String | | [optional] value must be a uuid +**uuidNoExample** | String | | [optional] value must be a uuid **pattern_with_digits** | String | A string that is a 10 digit number. Can have leading zeros. | [optional] **pattern_with_digits_and_delimiter** | String | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] **noneProp** | Void | | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index a69d489ac0c..33975b333ab 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**op** | String | The operation to perform. | +**op** | String | The operation to perform. | must be one of ["add", "replace", "test"] **path** | String | A JSON Pointer path. | **value** | Object | The value to add, replace or test. | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 480ea837acd..b8510e9742a 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -16,7 +16,7 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **from** | String | A JSON Pointer path. | -**op** | String | The operation to perform. | +**op** | String | The operation to perform. | must be one of ["move", "copy"] **path** | String | A JSON Pointer path. | ## JSONPatchRequestMoveCopyMap diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 7fcd1ef2679..bbdcfc7831e 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**op** | String | The operation to perform. | +**op** | String | The operation to perform. | must be one of ["remove"] **path** | String | A JSON Pointer path. | ## JSONPatchRequestRemoveMap diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index ea4bf2a9e84..ae9cea30ddd 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**uuid** | String | | [optional] -**dateTime** | String | | [optional] +**uuid** | String | | [optional] value must be a uuid +**dateTime** | String | | [optional] value must conform to RFC-3339 date-time **map** | Map> | | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 79f452a1981..46dd7f37523 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**amount** | String | | +**amount** | String | | value must be int or float numeric **currency** | String | | ## MoneyMap diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 3ca9bf20b0b..285f95b3f65 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | String | | [optional] +**id** | String | | [optional] value must be a uuid ## MyObjectDtoMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 5c9ecb351c3..5e84732ae3e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -26,8 +26,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | int | | -**snake_case** | int | | [optional] +**name** | int | | value must be a 32 bit integer +**snake_case** | int | | [optional] value must be a 32 bit integer **property** | String | this is a reserved python keyword | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index d05b19bd6c5..875ea41670d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | long | | -**petId** | long | | [optional] +**id** | long | | value must be a 64 bit integer +**petId** | long | | [optional] value must be a 64 bit integer ## NoAdditionalPropertiesMap ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index e5b8d1488d3..31aa0c839f9 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -19,8 +19,8 @@ Key | Type | Description | Notes **number_prop** | Number | | [optional] **boolean_prop** | Boolean | | [optional] **string_prop** | String | | [optional] -**date_prop** | String | | [optional] -**datetime_prop** | String | | [optional] +**date_prop** | String | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD +**datetime_prop** | String | | [optional] value must conform to RFC-3339 date-time **array_nullable_prop** | List> | | [optional] **array_and_items_nullable_prop** | List> | | [optional] **array_items_nullable** | List> | | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index a64d317550a..68d3fe91e88 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -16,7 +16,7 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **length** | String | | [optional] -**width** | String | | [optional] +**width** | String | | [optional] value must be int or float numeric **cost** | Map | | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 7150c0d3d8a..20b1bb9fe32 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -19,7 +19,7 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **123-list** | String | | -**$special[property.name]** | long | | [optional] +**$special[property.name]** | long | | [optional] value must be a 64 bit integer **123Number** | long | | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index a20099ddebf..ec76fc9cc7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -15,12 +15,12 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | long | | [optional] -**petId** | long | | [optional] -**quantity** | int | | [optional] -**shipDate** | String | | [optional] -**status** | String | Order Status | [optional] -**complete** | boolean | | [optional] +**id** | long | | [optional] value must be a 64 bit integer +**petId** | long | | [optional] value must be a 64 bit integer +**quantity** | int | | [optional] value must be a 32 bit integer +**shipDate** | String | | [optional] value must conform to RFC-3339 date-time +**status** | String | Order Status | [optional] must be one of ["placed", "approved", "delivered"] +**complete** | boolean | | [optional] if omitted the server will use the default value of false **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## OrderMap diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index ee3e2a6af8b..a52a5def3e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -20,10 +20,10 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | String | | **photoUrls** | List | | -**id** | long | | [optional] +**id** | long | | [optional] value must be a 64 bit integer **category** | Map | | [optional] **tags** | List> | | [optional] -**status** | String | pet status in the store | [optional] +**status** | String | pet status in the store | [optional] must be one of ["available", "pending", "sold"] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## PetMap diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index f1ddc2dfd3a..c181d9f3fdd 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -24,7 +24,7 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **quadrilateralType** | String | | -**shapeType** | String | | +**shapeType** | String | | must be one of ["Quadrilateral"] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## QuadrilateralInterfaceMap diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 2fdc99e6438..1bbee5a7e96 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -26,7 +26,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**return** | int | this is a reserved python keyword | [optional] +**return** | int | this is a reserved python keyword | [optional] value must be a 32 bit integer **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ReturnMap diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index ebcc3627218..ce2b1d099f7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -26,7 +26,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | int | | [optional] +**name** | int | | [optional] value must be a 32 bit integer **class** | String | this is a reserved python keyword | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index f6aad4e7364..7d59ee6ee3c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | long | | [optional] +**id** | long | | [optional] value must be a 64 bit integer **name** | String | | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 90c08db2125..c40c59a1b9f 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -23,7 +23,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**shapeType** | String | | +**shapeType** | String | | must be one of ["Triangle"] **triangleType** | String | | **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index b6adc5434ab..d2d96cca550 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -15,14 +15,14 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | long | | [optional] +**id** | long | | [optional] value must be a 64 bit integer **username** | String | | [optional] **firstName** | String | | [optional] **lastName** | String | | [optional] **email** | String | | [optional] **password** | String | | [optional] **phone** | String | | [optional] -**userStatus** | int | User Status | [optional] +**userStatus** | int | User Status | [optional] value must be a 32 bit integer **objectWithNoDeclaredProps** | Map | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] **objectWithNoDeclaredPropsNullable** | Map | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] **anyTypeProp** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 4db48531c12..a08fd0fd206 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -15,7 +15,7 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | String | | +**className** | String | | must be one of ["whale"] **hasBaleen** | boolean | | [optional] **hasTeeth** | boolean | | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 7ce9c0d72c5..912d8ced5d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -15,8 +15,8 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**className** | String | | -**type** | String | | [optional] +**className** | String | | must be one of ["zebra"] +**type** | String | | [optional] must be one of ["plains", "mountain", "grevys"] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## ZebraMap diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 30c9d599da5..17297758cbf 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -16,7 +16,7 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **enum_form_string_array** | List | Form parameter enum test (string array) | [optional] -**enum_form_string** | String | Form parameter enum test (string) | [optional] +**enum_form_string** | String | Form parameter enum test (string) | [optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 0ab43b8f7e3..e0524ee0f2c 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -16,17 +16,17 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **byte** | String | None | -**double** | double | None | +**double** | double | None | value must be a 64 bit float **number** | Number | None | **pattern_without_delimiter** | String | None | **integer** | long | None | [optional] -**int32** | int | None | [optional] -**int64** | long | None | [optional] -**float** | float | None | [optional] +**int32** | int | None | [optional] value must be a 32 bit integer +**int64** | long | None | [optional] value must be a 64 bit integer +**float** | float | None | [optional] value must be a 32 bit float **string** | String | None | [optional] **binary** | String | None | [optional] -**date** | String | None | [optional] -**dateTime** | String | None | [optional] +**date** | String | None | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD +**dateTime** | String | None | [optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time **password** | String | None | [optional] **callback** | String | None | [optional] **any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 956cedcfb01..e99bddf006d 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -47,17 +47,17 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- {{#each requiredProperties}} -**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} {{/each}} {{#each optionalProperties}} -**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} {{/each}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} **any_string_name** | Object | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] {{else}} -**any_string_name** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +**any_string_name** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} {{/if}} {{/unless}} {{else}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/helpers/notes_msg.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/helpers/notes_msg.hbs new file mode 100644 index 00000000000..950442c4104 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/helpers/notes_msg.hbs @@ -0,0 +1 @@ +{{#unless refInfo.refClass}}{{#if enumInfo}} must be one of [{{#each enumInfo.valueToName}}{{#unless @first}}, {{/unless}}{{#eq @key.type "null"}}None{{/eq}}{{#eq @key.type "boolean"}}{{#if @key.value}}True{{else}}False{{/if}}{{/eq}}{{#eq @key.type "string"}}"{{{@key.value}}}"{{/eq}}{{#eq @key.type "number"}}{{{@key.value}}}{{/eq}}{{#eq @key.type "integer"}}{{{@key.value}}}{{/eq}}{{/each}}]{{/if}}{{#if defaultValue}}{{#unless requiredProperties}} if omitted the {{defaultUser}} will use the default value of {{{defaultValue.value}}}{{/unless}}{{/if}}{{#eq format "uuid"}} value must be a uuid{{/eq}}{{#eq format "date"}} value must conform to RFC-3339 full-date YYYY-MM-DD{{/eq}}{{#eq format "date-time"}} value must conform to RFC-3339 date-time{{/eq}}{{#eq format "number"}} value must be int or float numeric{{/eq}}{{#eq format "int32"}} value must be a 32 bit integer{{/eq}}{{#eq format "int64"}} value must be a 64 bit integer{{/eq}}{{#eq format "double"}} value must be a 64 bit float{{/eq}}{{#eq format "float"}} value must be a 32 bit float{{/eq}}{{/unless}} \ No newline at end of file From 5e53e1159b6815b70c57a72c6f86f95469abf3ee Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 12:13:52 -0800 Subject: [PATCH 21/72] Adds methods --- .../content/applicationjson/Schema.md | 4 ++-- .../docs/components/schemas/AbstractStepMessage.md | 4 ++-- .../components/schemas/AdditionalPropertiesClass.md | 4 ++-- .../schemas/AdditionalPropertiesWithArrayOfEnums.md | 4 ++-- .../petstore/java/docs/components/schemas/Address.md | 4 ++-- .../petstore/java/docs/components/schemas/Animal.md | 4 ++-- .../java/docs/components/schemas/AnyTypeAndFormat.md | 6 +++--- .../java/docs/components/schemas/ApiResponseSchema.md | 4 ++-- .../petstore/java/docs/components/schemas/Apple.md | 4 ++-- .../petstore/java/docs/components/schemas/AppleReq.md | 2 +- .../components/schemas/ArrayOfArrayOfNumberOnly.md | 4 ++-- .../java/docs/components/schemas/ArrayOfNumberOnly.md | 4 ++-- .../petstore/java/docs/components/schemas/ArrayTest.md | 4 ++-- .../petstore/java/docs/components/schemas/Banana.md | 4 ++-- .../petstore/java/docs/components/schemas/BananaReq.md | 2 +- .../petstore/java/docs/components/schemas/BasquePig.md | 4 ++-- .../java/docs/components/schemas/Capitalization.md | 4 ++-- .../petstore/java/docs/components/schemas/Category.md | 4 ++-- .../java/docs/components/schemas/ClassModel.md | 6 +++--- .../petstore/java/docs/components/schemas/Client.md | 4 ++-- .../petstore/java/docs/components/schemas/DanishPig.md | 4 ++-- .../petstore/java/docs/components/schemas/Drawing.md | 4 ++-- .../java/docs/components/schemas/EnumArrays.md | 4 ++-- .../petstore/java/docs/components/schemas/EnumTest.md | 4 ++-- .../petstore/java/docs/components/schemas/File.md | 4 ++-- .../docs/components/schemas/FileSchemaTestClass.md | 4 ++-- .../petstore/java/docs/components/schemas/Foo.md | 4 ++-- .../java/docs/components/schemas/FormatTest.md | 6 +++--- .../java/docs/components/schemas/FromSchema.md | 4 ++-- .../petstore/java/docs/components/schemas/Fruit.md | 4 ++-- .../petstore/java/docs/components/schemas/GmFruit.md | 4 ++-- .../java/docs/components/schemas/GrandparentAnimal.md | 4 ++-- .../java/docs/components/schemas/HasOnlyReadOnly.md | 4 ++-- .../java/docs/components/schemas/HealthCheckResult.md | 4 ++-- .../schemas/JSONPatchRequestAddReplaceTest.md | 2 +- .../components/schemas/JSONPatchRequestMoveCopy.md | 2 +- .../docs/components/schemas/JSONPatchRequestRemove.md | 2 +- .../petstore/java/docs/components/schemas/MapTest.md | 4 ++-- .../MixedPropertiesAndAdditionalPropertiesClass.md | 6 +++--- .../petstore/java/docs/components/schemas/Money.md | 2 +- .../java/docs/components/schemas/MyObjectDto.md | 2 +- .../petstore/java/docs/components/schemas/Name.md | 4 ++-- .../docs/components/schemas/NoAdditionalProperties.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 4 ++-- .../java/docs/components/schemas/NumberOnly.md | 4 ++-- .../docs/components/schemas/ObjWithRequiredProps.md | 4 ++-- .../components/schemas/ObjWithRequiredPropsBase.md | 4 ++-- .../schemas/ObjectModelWithArgAndArgsProperties.md | 4 ++-- .../docs/components/schemas/ObjectModelWithRefProps.md | 4 ++-- .../schemas/ObjectWithCollidingProperties.md | 4 ++-- .../components/schemas/ObjectWithDecimalProperties.md | 4 ++-- .../schemas/ObjectWithDifficultlyNamedProps.md | 6 +++--- .../schemas/ObjectWithInlineCompositionProperty.md | 4 ++-- .../schemas/ObjectWithInvalidNamedRefedProperties.md | 6 +++--- .../schemas/ObjectWithNonIntersectingValues.md | 4 ++-- .../components/schemas/ObjectWithOnlyOptionalProps.md | 2 +- .../components/schemas/ObjectWithOptionalTestProp.md | 4 ++-- .../petstore/java/docs/components/schemas/Order.md | 4 ++-- .../components/schemas/PaginatedResultMyObjectDto.md | 2 +- .../petstore/java/docs/components/schemas/Pet.md | 4 ++-- .../petstore/java/docs/components/schemas/Player.md | 4 ++-- .../petstore/java/docs/components/schemas/PublicKey.md | 4 ++-- .../docs/components/schemas/QuadrilateralInterface.md | 4 ++-- .../java/docs/components/schemas/ReadOnlyFirst.md | 4 ++-- .../components/schemas/ReqPropsFromExplicitAddProps.md | 6 +++--- .../components/schemas/ReqPropsFromTrueAddProps.md | 6 +++--- .../components/schemas/ReqPropsFromUnsetAddProps.md | 6 +++--- .../java/docs/components/schemas/ReturnSchema.md | 6 +++--- .../java/docs/components/schemas/Schema200Response.md | 6 +++--- .../components/schemas/SelfReferencingObjectModel.md | 4 ++-- .../java/docs/components/schemas/SpecialModelname.md | 4 ++-- .../java/docs/components/schemas/StringBooleanMap.md | 4 ++-- .../petstore/java/docs/components/schemas/Tag.md | 4 ++-- .../java/docs/components/schemas/TriangleInterface.md | 4 ++-- .../petstore/java/docs/components/schemas/User.md | 4 ++-- .../petstore/java/docs/components/schemas/Whale.md | 4 ++-- .../petstore/java/docs/components/schemas/Zebra.md | 4 ++-- .../content/applicationxwwwformurlencoded/Schema.md | 4 ++-- .../content/applicationxwwwformurlencoded/Schema.md | 6 +++--- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../post/parameters/parameter1/Schema1.md | 4 ++-- .../requestbody/content/multipartformdata/Schema.md | 4 ++-- .../response200/content/multipartformdata/Schema.md | 4 ++-- .../content/applicationxwwwformurlencoded/Schema.md | 4 ++-- .../post/requestbody/content/applicationjson/Schema.md | 4 ++-- .../requestbody/content/multipartformdata/Schema.md | 4 ++-- .../get/parameters/parameter0/Schema0.md | 4 ++-- .../requestbody/content/multipartformdata/Schema.md | 4 ++-- .../requestbody/content/multipartformdata/Schema.md | 4 ++-- .../requestbody/content/multipartformdata/Schema.md | 4 ++-- .../responsedefault/content/applicationjson/Schema.md | 6 +++--- .../content/applicationxwwwformurlencoded/Schema.md | 4 ++-- .../requestbody/content/multipartformdata/Schema.md | 4 ++-- .../org/openapitools/components/schemas/Schema_doc.hbs | 10 +++++----- 94 files changed, 194 insertions(+), 194 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 00d96935063..790dfb5fc21 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -25,5 +25,5 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | int | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 53ba5cc735d..e892dcb19c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -38,8 +38,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | AbstractStepMessageMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties ## Composed Schemas (allOf/anyOf/oneOf/not) ## anyOf diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index d9446d2aa9b..c2a48ab4dfb 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -45,8 +45,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | AdditionalPropertiesClassMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index b869e785e14..d1027ed6af3 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -25,8 +25,8 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map> | AdditionalPropertiesWithArrayOfEnumsMap | a constructor +getAdditionalProperty | String | AdditionalPropertiesList | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 1c9f33eed01..7c471c0d532 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -25,7 +25,7 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | AddressMap | a constructor +getAdditionalProperty | String | long | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 1229c1a244e..15fcfcf41b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -33,7 +33,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | AnimalMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index e0fa3732afb..0f3eb78c235 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -42,8 +42,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | AnyTypeAndFormatMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index b8a78807f8b..ae759d82b80 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -35,7 +35,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ApiResponseMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index d34a24730c4..48ecba2377c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -34,7 +34,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | AppleMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index c270d8eae47..36d4308afaa 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -32,6 +32,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | AppleReqMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index af007023446..0d66a0bb2a9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -31,8 +31,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ArrayOfArrayOfNumberOnlyMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 3d79826b6dc..10987295179 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -31,8 +31,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ArrayOfNumberOnlyMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 7f2fbc86c4b..9dce59bbfbe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -35,8 +35,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ArrayTestMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 7955acc08cf..adc27b9326a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | BananaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 9486edeb94e..e33dea1bb97 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -32,6 +32,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | BananaReqMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index a9bbd33d6df..bf47e66e025 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | BasquePigMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index f3a95259a3e..45e2733cd45 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -41,7 +41,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | CapitalizationMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index b6c69ba8028..5f19b724c56 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -33,7 +33,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | CategoryMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 756228af6c7..59df049043f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -37,8 +37,8 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["_class"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ClassModelMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["_class"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index f6418e8ae12..822a25fade3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ClientMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index c868bf40cf4..2bc31c32d59 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | DanishPigMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 788c1319578..32e430792b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -37,8 +37,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | DrawingMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 9f8ee82acc8..b5067484c54 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -33,8 +33,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | EnumArraysMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 437a1120339..9047f968b39 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -47,7 +47,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | EnumTestMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index f97ee6b1b69..a5247649975 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -34,7 +34,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | FileMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 5935b0f1b11..f34f06d53b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -33,8 +33,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | FileSchemaTestClassMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 333882ddf91..057a69345a9 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | FooMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index bdeb549d1e8..91aa8f60043 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -64,9 +64,9 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | FormatTestMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 0adb2ab2115..e108d897009 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -33,7 +33,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | FromSchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 274504d8642..edcaf018787 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -39,8 +39,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | FruitMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 8ee236bb146..d9398ec32fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -39,8 +39,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | GmFruitMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties ## Composed Schemas (allOf/anyOf/oneOf/not) ## anyOf diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 29fd6ee507f..1379ae546ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | GrandparentAnimalMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 1b4051eabb5..bd7fd0aeddf 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -33,7 +33,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | HasOnlyReadOnlyMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 6334259516d..716d61ffd08 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -34,7 +34,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | HealthCheckResultMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 33975b333ab..e8a4b6dfac2 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -34,6 +34,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | JSONPatchRequestAddReplaceTestMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index b8510e9742a..a9e99d74e1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -34,6 +34,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | JSONPatchRequestMoveCopyMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index bbdcfc7831e..946e5b69689 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -32,6 +32,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | JSONPatchRequestRemoveMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 052dbc0c141..f368075fad4 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -37,8 +37,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | MapTestMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index ae9cea30ddd..a12a92e3f21 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -33,9 +33,9 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | MixedPropertiesAndAdditionalPropertiesClassMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 46dd7f37523..7c1c41560a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -32,6 +32,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | MoneyMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 285f95b3f65..ed553f9c023 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -30,6 +30,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | MyObjectDtoMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 5e84732ae3e..3b1254ca00b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -46,7 +46,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | NameMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 875ea41670d..464b3702786 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -32,6 +32,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | NoAdditionalPropertiesMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 31aa0c839f9..26bbab6605d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -53,8 +53,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | NullableClassMap | a constructor +getAdditionalProperty | String | FrozenMap | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 0b318e793c9..b4a67de6f39 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | NumberOnlyMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index ff55834cca4..870444af865 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -31,8 +31,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjWithRequiredPropsMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 8c5bf6d0c6f..55d8d0eaa07 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjWithRequiredPropsBaseMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 0c5d52a219b..531568dfd0d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -33,7 +33,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjectModelWithArgAndArgsPropertiesMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 55598bf1768..06aa38ddbba 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -38,7 +38,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjectModelWithRefPropsMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 4c30c8f4509..7de76b82352 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -36,8 +36,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjectWithCollidingPropertiesMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 68d3fe91e88..f4b28dbff56 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -35,7 +35,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjectWithDecimalPropertiesMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 20b1bb9fe32..51470328007 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -31,8 +31,8 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjectWithDifficultlyNamedPropsMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 6f929bb9967..21e736002ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -31,8 +31,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjectWithInlineCompositionPropertyMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 4dc98945ca6..4c5a74ea9b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -32,8 +32,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["!reference"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjectWithInvalidNamedRefedPropertiesMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["!reference"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 0d5e5ee83b6..ce255eda3d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | ObjectWithNonIntersectingValuesMap | a constructor +getAdditionalProperty | String | String | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 1be649bc076..852ddddb457 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -32,6 +32,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | ObjectWithOnlyOptionalPropsMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 49b0ad0093c..86be4843a94 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ObjectWithOptionalTestPropMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index ec76fc9cc7b..459b480014c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -41,7 +41,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | OrderMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 68df4f4e06b..4f4c0323d96 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -32,7 +32,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor +of | Map | PaginatedResultMyObjectDtoMap | a constructor [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index a52a5def3e0..4e3322bc1a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -44,8 +44,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | PetMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index c4462cbf926..927d3c2acdd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -36,7 +36,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | PlayerMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index db6593adb6f..363c07da3ee 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -34,7 +34,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | PublicKeyMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index c181d9f3fdd..cdb6ffc274e 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -41,7 +41,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | QuadrilateralInterfaceMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 5bafe7914c7..7fab713d620 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -33,7 +33,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ReadOnlyFirstMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index b7d53a99b25..929b703990d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -32,8 +32,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], -get_additional_property_ | String | | provides type safety for additional properties +of | Map | ReqPropsFromExplicitAddPropsMap | a constructor +get | String | String | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], +getAdditionalProperty | String | String | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 984edf890c8..7edba6ebac5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -32,8 +32,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], -get_additional_property_ | String | | provides type safety for additional properties +of | Map | ReqPropsFromTrueAddPropsMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 4878b498367..1fb3e86e350 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -32,8 +32,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ReqPropsFromUnsetAddPropsMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 1bbee5a7e96..642718a9010 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -37,8 +37,8 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["return"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | ReturnMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["return"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index ce2b1d099f7..fd6709f762a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -43,8 +43,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["class"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | Schema200ResponseMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["class"], +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 20013665d8e..9f10cfba7cd 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -31,7 +31,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | SelfReferencingObjectModelMap | a constructor +getAdditionalProperty | String | SelfReferencingObjectModelMap | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 488688b6068..6966ff755ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -34,7 +34,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SpecialModelnameMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 00640c1d548..b4ff20dc09e 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -25,7 +25,7 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | StringBooleanMapMap | a constructor +getAdditionalProperty | String | boolean | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 7d59ee6ee3c..8e54ef07509 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -33,7 +33,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | TagMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index c40c59a1b9f..c4c1d80848f 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -41,7 +41,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | TriangleInterfaceMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index d2d96cca550..1f71541133a 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -55,8 +55,8 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | UserMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index a08fd0fd206..b2458ba1d0f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -35,7 +35,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | WhaleMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 912d8ced5d8..d513b2815c0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -33,7 +33,7 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | ZebraMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 17297758cbf..79c6a45e684 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -33,6 +33,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index e0524ee0f2c..b067353a88c 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -51,6 +51,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 1d839c71c93..02a85a68f90 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -25,5 +25,5 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | String | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 62dacaacdd3..22d31917185 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -31,6 +31,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap1 | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index a65a5b265a6..680f497d1e1 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -31,6 +31,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index ceba62314f0..e8180153468 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -31,6 +31,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index b9d1899c441..43179bfa5e1 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -33,5 +33,5 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 7d894f49304..a2c7e0d1624 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -31,5 +31,5 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 8d62609fc93..f937c9591e0 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -31,5 +31,5 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 5981da31e16..66e385e6eaa 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -31,5 +31,5 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap0 | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index d4a67018c76..c77066edd6f 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -33,5 +33,5 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index aa88976912b..c242eb3677f 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -33,5 +33,5 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 89fafd1d3c5..1af0d9c8ac1 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -31,6 +31,6 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 8f621b0aa83..387e981785f 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -26,6 +26,6 @@ base class: FrozenMap ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -__getitem__ | String | | This model has invalid python names so this method is used under the hood when you access instance["string"], -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["string"], +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index fd086c48efd..6825cb05707 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -33,5 +33,5 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 08721a0102d..fd5b7558ac0 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -33,5 +33,5 @@ Property | Type | Description | Notes ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | | | a constructor -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +of | Map | SchemaMap | a constructor +getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index e99bddf006d..2c733512646 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -96,20 +96,20 @@ Property | Type | Description | Notes {{headerSize}}## methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ -from_dict_ | {{!> components/schemas/types/docschema_io_types types=(append (newArray ) "object") }} | {{!> components/schemas/types/docschema_output_types types=(append (newArray ) "object") }} | a constructor +of | Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> | {{mapOutputJsonPathPiece.camelCase}} | a constructor {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} -__getitem__ | String | {{#with mapValueSchema}}{{!> components/schemas/types/docschema_output_types }}{{else}}schemas.OUTPUT_BASE_TYPES{{/with}} | This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} +get | String | {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type }}{{else}}Object{{/with}} | This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} {{/or}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} -get_additional_property_ | String | {{!> components/schemas/types/docschema_output_types optional=true }} | provides type safety for additional properties +getAdditionalProperty | String | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | provides type safety for additional properties {{else}} -get_additional_property_ | String | {{!> components/schemas/types/docschema_output_types optional=true }} | provides type safety for additional properties +getAdditionalProperty | String | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | provides type safety for additional properties {{/if}} {{/unless}} {{else}} -get_additional_property_ | String | FrozenMap, FrozenList, float, int, String, boolean, null, bytes, schemas.FileIO, schemas.Unset | provides type safety for additional properties +getAdditionalProperty | String | Object | provides type safety for additional properties {{/with}} {{/or}} {{#if items}} From b735aeeb8fd13da30efa67f9aac82896a202a934 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 12:27:34 -0800 Subject: [PATCH 22/72] Adds method info to map output type --- .../components/schemas/AbstractStepMessage.md | 10 ++---- .../schemas/AdditionalPropertiesClass.md | 20 +++++------- .../java/docs/components/schemas/Animal.md | 8 ++--- .../components/schemas/AnyTypeAndFormat.md | 12 +++---- .../components/schemas/ApiResponseSchema.md | 10 ++---- .../java/docs/components/schemas/Apple.md | 8 ++--- .../java/docs/components/schemas/AppleReq.md | 8 ++--- .../schemas/ArrayOfArrayOfNumberOnly.md | 6 +--- .../components/schemas/ArrayOfNumberOnly.md | 6 +--- .../java/docs/components/schemas/ArrayTest.md | 10 ++---- .../java/docs/components/schemas/Banana.md | 6 +--- .../java/docs/components/schemas/BananaReq.md | 8 ++--- .../java/docs/components/schemas/BasquePig.md | 6 +--- .../docs/components/schemas/Capitalization.md | 16 ++++------ .../java/docs/components/schemas/Category.md | 8 ++--- .../java/docs/components/schemas/Client.md | 6 +--- .../java/docs/components/schemas/DanishPig.md | 6 +--- .../java/docs/components/schemas/Drawing.md | 12 +++---- .../docs/components/schemas/EnumArrays.md | 8 ++--- .../java/docs/components/schemas/EnumTest.md | 22 ++++++------- .../java/docs/components/schemas/File.md | 6 +--- .../components/schemas/FileSchemaTestClass.md | 8 ++--- .../java/docs/components/schemas/Foo.md | 6 +--- .../docs/components/schemas/FormatTest.md | 32 ++++++++----------- .../docs/components/schemas/FromSchema.md | 8 ++--- .../java/docs/components/schemas/Fruit.md | 6 +--- .../java/docs/components/schemas/GmFruit.md | 6 +--- .../components/schemas/GrandparentAnimal.md | 6 +--- .../components/schemas/HasOnlyReadOnly.md | 8 ++--- .../components/schemas/HealthCheckResult.md | 6 +--- .../schemas/JSONPatchRequestAddReplaceTest.md | 10 ++---- .../schemas/JSONPatchRequestMoveCopy.md | 10 ++---- .../schemas/JSONPatchRequestRemove.md | 8 ++--- .../java/docs/components/schemas/MapTest.md | 12 +++---- ...dPropertiesAndAdditionalPropertiesClass.md | 6 +--- .../java/docs/components/schemas/Money.md | 8 ++--- .../docs/components/schemas/MyObjectDto.md | 6 +--- .../java/docs/components/schemas/Name.md | 10 ++---- .../schemas/NoAdditionalProperties.md | 8 ++--- .../docs/components/schemas/NullableClass.md | 28 +++++++--------- .../docs/components/schemas/NumberOnly.md | 6 +--- .../schemas/ObjWithRequiredProps.md | 6 +--- .../schemas/ObjWithRequiredPropsBase.md | 6 +--- .../ObjectModelWithArgAndArgsProperties.md | 8 ++--- .../schemas/ObjectModelWithRefProps.md | 10 ++---- .../schemas/ObjectWithCollidingProperties.md | 8 ++--- .../schemas/ObjectWithDecimalProperties.md | 10 ++---- .../ObjectWithInlineCompositionProperty.md | 6 +--- .../ObjectWithInvalidNamedRefedProperties.md | 6 +--- .../ObjectWithNonIntersectingValues.md | 6 +--- .../schemas/ObjectWithOnlyOptionalProps.md | 8 ++--- .../schemas/ObjectWithOptionalTestProp.md | 6 +--- .../java/docs/components/schemas/Order.md | 16 ++++------ .../schemas/PaginatedResultMyObjectDto.md | 8 ++--- .../java/docs/components/schemas/Pet.md | 16 ++++------ .../java/docs/components/schemas/Player.md | 8 ++--- .../java/docs/components/schemas/PublicKey.md | 6 +--- .../schemas/QuadrilateralInterface.md | 8 ++--- .../docs/components/schemas/ReadOnlyFirst.md | 8 ++--- .../schemas/ReqPropsFromExplicitAddProps.md | 6 +--- .../schemas/ReqPropsFromTrueAddProps.md | 6 +--- .../schemas/ReqPropsFromUnsetAddProps.md | 6 +--- .../components/schemas/Schema200Response.md | 6 +--- .../schemas/SelfReferencingObjectModel.md | 6 +--- .../components/schemas/SpecialModelname.md | 6 +--- .../java/docs/components/schemas/Tag.md | 8 ++--- .../components/schemas/TriangleInterface.md | 8 ++--- .../java/docs/components/schemas/User.md | 30 ++++++++--------- .../java/docs/components/schemas/Whale.md | 10 ++---- .../java/docs/components/schemas/Zebra.md | 8 ++--- .../applicationxwwwformurlencoded/Schema.md | 8 ++--- .../applicationxwwwformurlencoded/Schema.md | 20 +++++------- .../post/parameters/parameter1/Schema1.md | 6 +--- .../content/multipartformdata/Schema.md | 6 +--- .../content/multipartformdata/Schema.md | 6 +--- .../applicationxwwwformurlencoded/Schema.md | 8 ++--- .../content/applicationjson/Schema.md | 6 +--- .../content/multipartformdata/Schema.md | 6 +--- .../get/parameters/parameter0/Schema0.md | 6 +--- .../content/multipartformdata/Schema.md | 8 ++--- .../content/multipartformdata/Schema.md | 8 ++--- .../content/multipartformdata/Schema.md | 6 +--- .../applicationxwwwformurlencoded/Schema.md | 8 ++--- .../content/multipartformdata/Schema.md | 8 ++--- .../components/schemas/Schema_doc.hbs | 20 ++++-------- 85 files changed, 219 insertions(+), 561 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index e892dcb19c4..08bac70512b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -28,17 +28,13 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**description** | | | -**discriminator** | | | -**sequenceNumber** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | AbstractStepMessageMap | a constructor +**description** | | Object | +**discriminator** | | String | +**sequenceNumber** | | Object | getAdditionalProperty | String | Object | provides type safety for additional properties ## Composed Schemas (allOf/anyOf/oneOf/not) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index c2a48ab4dfb..ab2fc97ee71 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -30,22 +30,18 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**map_property** | | | [optional] -**map_of_map_property** | | | [optional] -**anytype_1** | | | [optional] -**map_with_undeclared_properties_anytype_1** | | | [optional] -**map_with_undeclared_properties_anytype_2** | | | [optional] -**map_with_undeclared_properties_anytype_3** | | | [optional] -**empty_map** | | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] -**map_with_undeclared_properties_string** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | AdditionalPropertiesClassMap | a constructor +**map_property** | | MapPropertyMap | [optional] +**map_of_map_property** | | MapOfMapPropertyMap | [optional] +**anytype_1** | | Object | [optional] +**map_with_undeclared_properties_anytype_1** | | FrozenMap | [optional] +**map_with_undeclared_properties_anytype_2** | | FrozenMap | [optional] +**map_with_undeclared_properties_anytype_3** | | MapWithUndeclaredPropertiesAnytype3Map | [optional] +**empty_map** | | EmptyMapMap | [optional] +**map_with_undeclared_properties_string** | | MapWithUndeclaredPropertiesStringMap | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 15fcfcf41b4..078712a1e1e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**className** | | | -**color** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | AnimalMap | a constructor +**className** | | String | +**color** | | String | [optional] if omitted the server will use the default value of red getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 0f3eb78c235..8d4d6f3568c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -31,18 +31,14 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**date** | | | [optional] -**binary** | | | [optional] -**int32** | | | [optional] -**int64** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | AnyTypeAndFormatMap | a constructor +**date** | | Object | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD +**binary** | | Object | [optional] +**int32** | | Object | [optional] value must be a 32 bit integer +**int64** | | Object | [optional] value must be a 64 bit integer get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index ae759d82b80..456db139082 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -25,17 +25,13 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**code** | | | [optional] -**type** | | | [optional] -**message** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ApiResponseMap | a constructor +**code** | | int | [optional] value must be a 32 bit integer +**type** | | String | [optional] +**message** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 48ecba2377c..b0ee37c2b5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -25,16 +25,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**cultivar** | | | -**origin** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | AppleMap | a constructor +**cultivar** | | String | +**origin** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 36d4308afaa..23df3e9b097 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**cultivar** | | | -**mealy** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | AppleReqMap | a constructor +**cultivar** | | String | +**mealy** | | boolean | [optional] [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 0d66a0bb2a9..6d584fbecdd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**ArrayArrayNumber** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ArrayOfArrayOfNumberOnlyMap | a constructor +**ArrayArrayNumber** | | ArrayArrayNumberList | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 10987295179..6bf1534b1df 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**ArrayNumber** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ArrayOfNumberOnlyMap | a constructor +**ArrayNumber** | | ArrayNumberList | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 9dce59bbfbe..1c433504766 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -25,17 +25,13 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**array_of_string** | | | [optional] -**array_array_of_integer** | | | [optional] -**array_array_of_model** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ArrayTestMap | a constructor +**array_of_string** | | ArrayOfStringList | [optional] +**array_array_of_integer** | | ArrayArrayOfIntegerList | [optional] +**array_array_of_model** | | ArrayArrayOfModelList | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index adc27b9326a..8b75fc04423 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**lengthCm** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | BananaMap | a constructor +**lengthCm** | | Number | getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index e33dea1bb97..b0bb21dd2ba 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**lengthCm** | | | -**sweet** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | BananaReqMap | a constructor +**lengthCm** | | Number | +**sweet** | | boolean | [optional] [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index bf47e66e025..eea85f8ae0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**className** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | BasquePigMap | a constructor +**className** | | String | must be one of ["BasquePig"] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 45e2733cd45..110e72e0959 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -28,20 +28,16 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**smallCamel** | | | [optional] -**CapitalCamel** | | | [optional] -**small_Snake** | | | [optional] -**Capital_Snake** | | | [optional] -**SCA_ETH_Flow_Points** | | | [optional] -**ATT_NAME** | | Name of the pet | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | CapitalizationMap | a constructor +**smallCamel** | | String | [optional] +**CapitalCamel** | | String | [optional] +**small_Snake** | | String | [optional] +**Capital_Snake** | | String | [optional] +**SCA_ETH_Flow_Points** | | String | [optional] +**ATT_NAME** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 5f19b724c56..2f73d8187ab 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**name** | | | -**id** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | CategoryMap | a constructor +**name** | | String | if omitted the server will use the default value of default-name +**id** | | long | [optional] value must be a 64 bit integer getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 822a25fade3..d90bf275511 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**client** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ClientMap | a constructor +**client** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 2bc31c32d59..61db105f783 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**className** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | DanishPigMap | a constructor +**className** | | String | must be one of ["DanishPig"] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 32e430792b2..416afa2f31b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -26,18 +26,14 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**mainShape** | | | [optional] -**shapeOrNull** | | | [optional] -**nullableShape** | | | [optional] -**shapes** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | DrawingMap | a constructor +**mainShape** | | Object | [optional] +**shapeOrNull** | | Object | [optional] +**nullableShape** | | Object | [optional] +**shapes** | | ShapesList | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index b5067484c54..c28fb789c23 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**just_symbol** | | | [optional] -**array_enum** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | EnumArraysMap | a constructor +**just_symbol** | | String | [optional] must be one of [">=", "$"] +**array_enum** | | ArrayEnumList | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 9047f968b39..23821039328 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -31,23 +31,19 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**enum_string_required** | | | -**enum_string** | | | [optional] -**enum_integer** | | | [optional] -**enum_number** | | | [optional] -**stringEnum** | | | [optional] -**IntegerEnum** | | | [optional] -**StringEnumWithDefaultValue** | | | [optional] -**IntegerEnumWithDefaultValue** | | | [optional] -**IntegerEnumOneValue** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | EnumTestMap | a constructor +**enum_string_required** | | String | must be one of ["UPPER", "lower", ""] +**enum_string** | | String | [optional] must be one of ["UPPER", "lower", ""] +**enum_integer** | | int | [optional] must be one of [1, -1] value must be a 32 bit integer +**enum_number** | | double | [optional] must be one of [1.1, -1.2] value must be a 64 bit float +**stringEnum** | | String | [optional] +**IntegerEnum** | | long | [optional] +**StringEnumWithDefaultValue** | | String | [optional] +**IntegerEnumWithDefaultValue** | | long | [optional] +**IntegerEnumOneValue** | | long | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index a5247649975..96b33ddc155 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -26,15 +26,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**sourceURI** | | Test capitalization | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | FileMap | a constructor +**sourceURI** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index f34f06d53b5..5f4f8f2ebed 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**file** | | | [optional] -**files** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | FileSchemaTestClassMap | a constructor +**file** | | File.FileMap | [optional] +**files** | | FilesList | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 057a69345a9..4e8dd25a0d5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**bar** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | FooMap | a constructor +**bar** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 91aa8f60043..3cbe2e00efc 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -43,28 +43,24 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**date** | | | -**password** | | | -**int32** | | | [optional] -**int32withValidations** | | | [optional] -**int64** | | | [optional] -**float32** | | | [optional] -**float64** | | | [optional] -**arrayWithUniqueItems** | | | [optional] -**binary** | | | [optional] -**dateTime** | | | [optional] -**uuidNoExample** | | | [optional] -**pattern_with_digits** | | A string that is a 10 digit number. Can have leading zeros. | [optional] -**pattern_with_digits_and_delimiter** | | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] -**noneProp** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | FormatTestMap | a constructor +**date** | | String | value must conform to RFC-3339 full-date YYYY-MM-DD +**password** | | String | +**int32** | | int | [optional] value must be a 32 bit integer +**int32withValidations** | | int | [optional] value must be a 32 bit integer +**int64** | | long | [optional] value must be a 64 bit integer +**float32** | | float | [optional] value must be a 32 bit float +**float64** | | double | [optional] value must be a 64 bit float +**arrayWithUniqueItems** | | ArrayWithUniqueItemsList | [optional] +**binary** | | String | [optional] +**dateTime** | | String | [optional] value must conform to RFC-3339 date-time +**uuidNoExample** | | String | [optional] value must be a uuid +**pattern_with_digits** | | String | [optional] +**pattern_with_digits_and_delimiter** | | String | [optional] +**noneProp** | | Void | [optional] get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index e108d897009..7b4b76aa421 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**data** | | | [optional] -**id** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | FromSchemaMap | a constructor +**data** | | String | [optional] +**id** | | long | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index edcaf018787..10b4b8c3deb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -31,15 +31,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**color** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | FruitMap | a constructor +**color** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties ## Composed Schemas (allOf/anyOf/oneOf/not) diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index d9398ec32fa..1bbc1bd72e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -31,15 +31,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**color** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | GmFruitMap | a constructor +**color** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties ## Composed Schemas (allOf/anyOf/oneOf/not) diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 1379ae546ac..118c5c9e366 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**pet_type** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | GrandparentAnimalMap | a constructor +**pet_type** | | String | getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index bd7fd0aeddf..8e34ea07faa 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**bar** | | | [optional] -**foo** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | HasOnlyReadOnlyMap | a constructor +**bar** | | String | [optional] +**foo** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 716d61ffd08..8dd222f3120 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -26,15 +26,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**NullableMessage** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | HealthCheckResultMap | a constructor +**NullableMessage** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index e8a4b6dfac2..b0501a66e2d 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**op** | | The operation to perform. | -**path** | | A JSON Pointer path. | -**value** | | The value to add, replace or test. | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | JSONPatchRequestAddReplaceTestMap | a constructor +**op** | | String | must be one of ["add", "replace", "test"] +**path** | | String | +**value** | | Object | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index a9e99d74e1c..70b5f657462 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**from** | | A JSON Pointer path. | -**op** | | The operation to perform. | -**path** | | A JSON Pointer path. | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | JSONPatchRequestMoveCopyMap | a constructor +**from** | | String | +**op** | | String | must be one of ["move", "copy"] +**path** | | String | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 946e5b69689..4bdfeb9fcd6 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**op** | | The operation to perform. | -**path** | | A JSON Pointer path. | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | JSONPatchRequestRemoveMap | a constructor +**op** | | String | must be one of ["remove"] +**path** | | String | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index f368075fad4..30f820b7e32 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -26,18 +26,14 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**map_map_of_string** | | | [optional] -**map_of_enum_string** | | | [optional] -**direct_map** | | | [optional] -**indirect_map** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | MapTestMap | a constructor +**map_map_of_string** | | MapMapOfStringMap | [optional] +**map_of_enum_string** | | MapOfEnumStringMap | [optional] +**direct_map** | | DirectMapMap | [optional] +**indirect_map** | | StringBooleanMap.StringBooleanMapMap | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index a12a92e3f21..201f01c226e 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -25,15 +25,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**dateTime** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | MixedPropertiesAndAdditionalPropertiesClassMap | a constructor +**dateTime** | | String | [optional] value must conform to RFC-3339 date-time get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 7c1c41560a8..ed1f7691eed 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**amount** | | | -**currency** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | MoneyMap | a constructor +**amount** | | String | value must be int or float numeric +**currency** | | String | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index ed553f9c023..ee2a6ff3264 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -22,14 +22,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**id** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | MyObjectDtoMap | a constructor +**id** | | String | [optional] value must be a uuid [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 3b1254ca00b..15e28176855 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -36,17 +36,13 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**name** | | | -**snake_case** | | | [optional] -**property** | | this is a reserved python keyword | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | NameMap | a constructor +**name** | | int | value must be a 32 bit integer +**snake_case** | | int | [optional] value must be a 32 bit integer +**property** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 464b3702786..00120171d2b 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**id** | | | -**petId** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | NoAdditionalPropertiesMap | a constructor +**id** | | long | value must be a 64 bit integer +**petId** | | long | [optional] value must be a 64 bit integer [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 26bbab6605d..4e91570e50f 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -34,26 +34,22 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**integer_prop** | | | [optional] -**number_prop** | | | [optional] -**boolean_prop** | | | [optional] -**string_prop** | | | [optional] -**date_prop** | | | [optional] -**datetime_prop** | | | [optional] -**array_nullable_prop** | | | [optional] -**array_and_items_nullable_prop** | | | [optional] -**array_items_nullable** | | | [optional] -**object_nullable_prop** | | | [optional] -**object_and_items_nullable_prop** | | | [optional] -**object_items_nullable** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | NullableClassMap | a constructor +**integer_prop** | | Long | [optional] +**number_prop** | | Number | [optional] +**boolean_prop** | | Boolean | [optional] +**string_prop** | | String | [optional] +**date_prop** | | String | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD +**datetime_prop** | | String | [optional] value must conform to RFC-3339 date-time +**array_nullable_prop** | | ArrayNullablePropList | [optional] +**array_and_items_nullable_prop** | | ArrayAndItemsNullablePropList | [optional] +**array_items_nullable** | | ArrayItemsNullableList | [optional] +**object_nullable_prop** | | ObjectNullablePropMap | [optional] +**object_and_items_nullable_prop** | | ObjectAndItemsNullablePropMap | [optional] +**object_items_nullable** | | ObjectItemsNullableMap | [optional] getAdditionalProperty | String | FrozenMap | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index b4a67de6f39..8772411571c 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**JustNumber** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | NumberOnlyMap | a constructor +**JustNumber** | | Number | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 870444af865..295e0a45d21 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**a** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjWithRequiredPropsMap | a constructor +**a** | | String | getAdditionalProperty | String | Object | provides type safety for additional properties ## Composed Schemas (allOf/anyOf/oneOf/not) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 55d8d0eaa07..2e6729dee3a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**b** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjWithRequiredPropsBaseMap | a constructor +**b** | | String | getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 531568dfd0d..7ecc1cb4793 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**arg** | | | -**args** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectModelWithArgAndArgsPropertiesMap | a constructor +**arg** | | String | +**args** | | String | getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 06aa38ddbba..5f6e81ed6a7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -28,17 +28,13 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**myNumber** | | | [optional] -**myString** | | | [optional] -**myBoolean** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectModelWithRefPropsMap | a constructor +**myNumber** | | Number | [optional] +**myString** | | String | [optional] +**myBoolean** | | boolean | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 7de76b82352..a32428f8552 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -27,16 +27,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**someProp** | | | [optional] -**someprop** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectWithCollidingPropertiesMap | a constructor +**someProp** | | FrozenMap | [optional] +**someprop** | | FrozenMap | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index f4b28dbff56..0c80d5be3c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -25,17 +25,13 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**length** | | | [optional] -**width** | | | [optional] -**cost** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectWithDecimalPropertiesMap | a constructor +**length** | | String | [optional] +**width** | | String | [optional] value must be int or float numeric +**cost** | | Money.MoneyMap | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 21e736002ff..a9fbf08eaab 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**someProp** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectWithInlineCompositionPropertyMap | a constructor +**someProp** | | Object | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 4c5a74ea9b9..cf6d1ca47be 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -24,15 +24,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**from** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectWithInvalidNamedRefedPropertiesMap | a constructor +**from** | | FromSchema.FromSchemaMap | get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["!reference"], getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index ce255eda3d2..797c5f6920c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**a** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectWithNonIntersectingValuesMap | a constructor +**a** | | Number | [optional] getAdditionalProperty | String | String | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 852ddddb457..0809428cd8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**a** | | | [optional] -**b** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectWithOnlyOptionalPropsMap | a constructor +**a** | | String | [optional] +**b** | | Number | [optional] [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 86be4843a94..1d6748308ca 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**test** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ObjectWithOptionalTestPropMap | a constructor +**test** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 459b480014c..2cfa7a07dff 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -28,20 +28,16 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**id** | | | [optional] -**petId** | | | [optional] -**quantity** | | | [optional] -**shipDate** | | | [optional] -**status** | | Order Status | [optional] -**complete** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | OrderMap | a constructor +**id** | | long | [optional] value must be a 64 bit integer +**petId** | | long | [optional] value must be a 64 bit integer +**quantity** | | int | [optional] value must be a 32 bit integer +**shipDate** | | String | [optional] value must conform to RFC-3339 date-time +**status** | | String | [optional] must be one of ["placed", "approved", "delivered"] +**complete** | | boolean | [optional] if omitted the server will use the default value of false getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 4f4c0323d96..0a86b5f8b6a 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -23,16 +23,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**count** | | | -**results** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | PaginatedResultMyObjectDtoMap | a constructor +**count** | | long | +**results** | | ResultsList | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 4e3322bc1a3..70ff015fe6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -31,20 +31,16 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**name** | | | -**photoUrls** | | | -**id** | | | [optional] -**category** | | | [optional] -**tags** | | | [optional] -**status** | | pet status in the store | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | PetMap | a constructor +**name** | | String | +**photoUrls** | | PhotoUrlsList | +**id** | | long | [optional] value must be a 64 bit integer +**category** | | Category.CategoryMap | [optional] +**tags** | | TagsList | [optional] +**status** | | String | [optional] must be one of ["available", "pending", "sold"] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 927d3c2acdd..bebc306e0ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -27,16 +27,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**name** | | | [optional] -**enemyPlayer** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | PlayerMap | a constructor +**name** | | String | [optional] +**enemyPlayer** | | PlayerMap | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 363c07da3ee..9cc3eb80c31 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -26,15 +26,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**key** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | PublicKeyMap | a constructor +**key** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index cdb6ffc274e..ce5752bfb1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -32,16 +32,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**quadrilateralType** | | | -**shapeType** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | QuadrilateralInterfaceMap | a constructor +**quadrilateralType** | | String | +**shapeType** | | String | must be one of ["Quadrilateral"] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 7fab713d620..4ed50421955 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**bar** | | | [optional] -**baz** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ReadOnlyFirstMap | a constructor +**bar** | | String | [optional] +**baz** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 929b703990d..b464c45ab39 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -24,15 +24,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**validName** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ReqPropsFromExplicitAddPropsMap | a constructor +**validName** | | String | get | String | String | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], getAdditionalProperty | String | String | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 7edba6ebac5..243ecc8bd19 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -24,15 +24,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**validName** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ReqPropsFromTrueAddPropsMap | a constructor +**validName** | | Object | get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 1fb3e86e350..69f368741d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -24,15 +24,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**validName** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ReqPropsFromUnsetAddPropsMap | a constructor +**validName** | | Object | get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index fd6709f762a..27f09e0a4f8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -35,15 +35,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**name** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | Schema200ResponseMap | a constructor +**name** | | int | [optional] value must be a 32 bit integer get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["class"], getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 9f10cfba7cd..e64742a8984 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -23,15 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**selfRef** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SelfReferencingObjectModelMap | a constructor +**selfRef** | | SelfReferencingObjectModelMap | [optional] getAdditionalProperty | String | SelfReferencingObjectModelMap | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 6966ff755ac..2d6659c80bd 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -26,15 +26,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**a** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SpecialModelnameMap | a constructor +**a** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 8e54ef07509..5d4d3e61527 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**id** | | | [optional] -**name** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | TagMap | a constructor +**id** | | long | [optional] value must be a 64 bit integer +**name** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index c4c1d80848f..dd5afb97c8b 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -32,16 +32,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**shapeType** | | | -**triangleType** | | | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | TriangleInterfaceMap | a constructor +**shapeType** | | String | must be one of ["Triangle"] +**triangleType** | | String | getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 1f71541133a..7a9650076b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -35,27 +35,23 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**id** | | | [optional] -**username** | | | [optional] -**firstName** | | | [optional] -**lastName** | | | [optional] -**email** | | | [optional] -**password** | | | [optional] -**phone** | | | [optional] -**userStatus** | | User Status | [optional] -**objectWithNoDeclaredProps** | | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] -**objectWithNoDeclaredPropsNullable** | | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] -**anyTypeProp** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] -**anyTypeExceptNullProp** | | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] -**anyTypePropNullable** | | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | UserMap | a constructor +**id** | | long | [optional] value must be a 64 bit integer +**username** | | String | [optional] +**firstName** | | String | [optional] +**lastName** | | String | [optional] +**email** | | String | [optional] +**password** | | String | [optional] +**phone** | | String | [optional] +**userStatus** | | int | [optional] value must be a 32 bit integer +**objectWithNoDeclaredProps** | | FrozenMap | [optional] +**objectWithNoDeclaredPropsNullable** | | FrozenMap | [optional] +**anyTypeProp** | | Object | [optional] +**anyTypeExceptNullProp** | | Object | [optional] +**anyTypePropNullable** | | Object | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index b2458ba1d0f..3fe8928e74f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -25,17 +25,13 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**className** | | | -**hasBaleen** | | | [optional] -**hasTeeth** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | WhaleMap | a constructor +**className** | | String | must be one of ["whale"] +**hasBaleen** | | boolean | [optional] +**hasTeeth** | | boolean | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index d513b2815c0..76457e64cc7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -24,16 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**className** | | | -**type** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | ZebraMap | a constructor +**className** | | String | must be one of ["zebra"] +**type** | | String | [optional] must be one of ["plains", "mountain", "grevys"] getAdditionalProperty | String | Object | provides type safety for additional properties [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 79c6a45e684..c799ba3946e 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -24,15 +24,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**enum_form_string_array** | | Form parameter enum test (string array) | [optional] -**enum_form_string** | | Form parameter enum test (string) | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**enum_form_string_array** | | EnumFormStringArrayList | [optional] +**enum_form_string** | | String | [optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index b067353a88c..1414d752456 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -36,21 +36,17 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**pattern_without_delimiter** | | None | -**int32** | | None | [optional] -**int64** | | None | [optional] -**binary** | | None | [optional] -**date** | | None | [optional] -**dateTime** | | None | [optional] -**password** | | None | [optional] -**callback** | | None | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**pattern_without_delimiter** | | String | +**int32** | | int | [optional] value must be a 32 bit integer +**int64** | | long | [optional] value must be a 64 bit integer +**binary** | | String | [optional] +**date** | | String | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD +**dateTime** | | String | [optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time +**password** | | String | [optional] +**callback** | | String | [optional] get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 22d31917185..d929e850f9b 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -23,14 +23,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**someProp** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap1 | a constructor +**someProp** | | Object | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 680f497d1e1..2d15f61cd97 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -23,14 +23,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**someProp** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**someProp** | | Object | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index e8180153468..6c4637280af 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -23,14 +23,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**someProp** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**someProp** | | Object | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 43179bfa5e1..f2a1ac9fb75 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -24,14 +24,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**param** | | field1 | -**param2** | | field2 | - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**param** | | String | +**param2** | | String | getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index a2c7e0d1624..f5709ed35c4 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -23,13 +23,9 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**a** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**a** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index f937c9591e0..0df0a19fd9c 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -23,13 +23,9 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**b** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**b** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 66e385e6eaa..96933495d7e 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -23,13 +23,9 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**keyword** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap0 | a constructor +**keyword** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index c77066edd6f..1c158e5d707 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -24,14 +24,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**requiredFile** | | file to upload | -**additionalMetadata** | | Additional data to pass to server | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**requiredFile** | | String | +**additionalMetadata** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index c242eb3677f..106ff1255eb 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -24,14 +24,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**file** | | file to upload | -**additionalMetadata** | | Additional data to pass to server | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**file** | | String | +**additionalMetadata** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 1af0d9c8ac1..76553ca3a3d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -23,14 +23,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**files** | | | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**files** | | FilesList | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6825cb05707..6b9aaf12c9d 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -24,14 +24,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**name** | | Updated name of the pet | [optional] -**status** | | Updated status of the pet | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**name** | | String | [optional] +**status** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index fd5b7558ac0..3adaf9166d4 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -24,14 +24,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- -**additionalMetadata** | | Additional data to pass to server | [optional] -**file** | | file to upload | [optional] - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ of | Map | SchemaMap | a constructor +**additionalMetadata** | | String | [optional] +**file** | | String | [optional] getAdditionalProperty | String | Object | provides type safety for additional properties diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 2c733512646..0888a41be35 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -76,34 +76,28 @@ base class: FrozenMap src/main/java/org/open base class: FrozenMap {{/if}} ``` - {{#or (and requiredProperties requiredProperties.hasValidKey) (and optionalProperties optionalProperties.hasValidKey) }} -{{headerSize}}## properties -Property | Type | Description | Notes --------- | ---- | ----------- | ----- +{{headerSize}}## methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +of | Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> | {{mapOutputJsonPathPiece.camelCase}} | a constructor {{#each requiredProperties}} {{#if @key.isValid}} -**{{@key.original}}** | {{!> components/schemas/types/docschema_output_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +**{{@key.original}}** | | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} {{/if}} {{/each}} {{#each optionalProperties}} {{#if @key.isValid}} -**{{@key.original}}** | {{!> components/schemas/types/docschema_output_types optional=true }} | {{#if description}}{{description}}{{/if}} | [optional]{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +**{{@key.original}}** | | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} {{/if}} {{/each}} - {{/or}} - -{{headerSize}}## methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> | {{mapOutputJsonPathPiece.camelCase}} | a constructor {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} get | String | {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type }}{{else}}Object{{/with}} | This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} {{/or}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} -getAdditionalProperty | String | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | provides type safety for additional properties +getAdditionalProperty | String | Object | provides type safety for additional properties {{else}} getAdditionalProperty | String | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | provides type safety for additional properties {{/if}} From 1a7b90ff4721dab490e0fb55ede261f5da4b9b91 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 12:39:28 -0800 Subject: [PATCH 23/72] Adds array model headers and input and output types --- .../content/applicationjson/Schema.md | 10 +++---- .../content/applicationjson/Schema.md | 10 +++---- .../content/applicationxml/Schema.md | 10 +++---- .../docs/components/schemas/AnimalFarm.md | 10 +++---- .../components/schemas/ArrayHoldingAnyType.md | 10 +++---- .../docs/components/schemas/ArrayOfEnums.md | 10 +++---- .../schemas/ArrayWithValidationsInItems.md | 10 +++---- .../docs/components/schemas/ComposedArray.md | 10 +++---- .../java/docs/components/schemas/Items.md | 10 +++---- .../components/schemas/JSONPatchRequest.md | 10 +++---- .../schemas/SelfReferencingArrayModel.md | 10 +++---- .../fake/get/parameters/parameter0/Schema0.md | 10 +++---- .../fake/get/parameters/parameter2/Schema2.md | 10 +++---- .../put/parameters/parameter0/Schema0.md | 10 +++---- .../put/parameters/parameter1/Schema1.md | 10 +++---- .../put/parameters/parameter2/Schema2.md | 10 +++---- .../put/parameters/parameter3/Schema3.md | 10 +++---- .../put/parameters/parameter4/Schema4.md | 10 +++---- .../get/parameters/parameter0/Schema0.md | 10 +++---- .../get/parameters/parameter0/Schema0.md | 10 +++---- .../components/schemas/Schema_doc.hbs | 29 ++----------------- 21 files changed, 83 insertions(+), 146 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index ba884447edf..f5a11271bcc 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List> | SchemaList | | +## Input List Items ``` -type: List< - ... -> +type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index d04c6b391ac..2ed40e5b0d9 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List> | SchemaList | | +## Input List Items ``` -type: List< - ... -> +type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index f225b9ae130..887f8ebf924 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List> | SchemaList | | +## Input List Items ``` -type: List< - ... -> +type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 2b71adf0e75..c11c81a11e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List> | AnimalFarmList | | +## Input List Items ``` -type: List< - ... -> +type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## AnimalFarmList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 9026c7e3b0b..857d072b86d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | ArrayHoldingAnyTypeList | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | any type can be stored here | +## ArrayHoldingAnyTypeList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 53f67a272e4..f56e240c220 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | ArrayOfEnumsList | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## ArrayOfEnumsList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 989ae69a887..05c30978266 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | ArrayWithValidationsInItemsList | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## ArrayWithValidationsInItemsList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 97108aecc4b..5ab8423da2b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | ComposedArrayList | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## ComposedArrayList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 67cf7d72b7f..6edac8f1a6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -12,19 +12,17 @@ component's name collides with the inner schema name | ---------- | ----------- | ----- | | List> | ItemsList | | +## Input List Items ``` -type: List< - ... -> +type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## ItemsList ``` -base class: FrozenList< - ... -> +base class: FrozenList> ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index e1e68912f13..c747c611b54 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | JSONPatchRequestList | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## JSONPatchRequestList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 03cb9a2a2ea..b9bb5f08ea3 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SelfReferencingArrayModelList | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SelfReferencingArrayModelList ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index d95aaa3d29c..e7d107cc566 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList0 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList0 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 6610478f25e..f9c90710b7d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList2 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList2 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 4d691533490..bb0c71f16f6 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList0 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList0 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 10546212502..78bbdf92064 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList1 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList1 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 6ceb6bf3049..0779ce0102c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList2 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList2 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 200e52c5174..27aa732f94e 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList3 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList3 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index dd24c96e43c..5d5551de58f 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList4 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList4 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index a9597173f34..29aeecf90ce 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList0 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList0 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 63bf1ab5dad..42121702446 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -9,19 +9,17 @@ type: JsonSchema | ---------- | ----------- | ----- | | List | SchemaList0 | | +## Input List Items ``` -type: List< - ... -> +type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- | | +## SchemaList0 ``` -base class: FrozenList< - ... -> +base class: FrozenList ``` ### __new__ method Argument | Type diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 0888a41be35..9a10f63dabb 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -108,18 +108,9 @@ getAdditionalProperty | String | Object | provides type safety for additional pr {{/or}} {{#if items}} - {{#if arrayInputJsonPathPiece}} -{{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayInputJsonPathPiece) }} - {{else}} {{headerSize}}# Input List Items - {{/if}} ``` -type: List< - {{#with items}} - {{!> components/schemas/types/schema_io_type paramName=false fullRefModule="" rootClass=../arrayInputJsonPathPiece.camelCase }} - ... - {{/with}} -> +type: List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- @@ -128,26 +119,12 @@ List Item Type | Description | Notes {{/with}} {{#if arrayOutputJsonPathPiece}} -{{!> components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }} +{{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }} {{else}} {{headerSize}}# Output FrozenList Items {{/if}} ``` -base class: FrozenList< - {{#with items}} - {{#if refInfo.refClass}} - {{#eq refModule null}} - {{! self reference }} - {{!> components/schemas/types/schema_output_type fullRefModule="" selfReference=true }} - {{else}} - {{!> components/schemas/types/schema_output_type fullRefModule="" }} - {{/eq}} - {{else}} - {{!> components/schemas/types/schema_output_type fullRefModule="" }} - {{/if}} - {{/with}} - ... -> +base class: FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> ``` {{headerSize}}## __new__ method Argument | Type From 3935dc4cb97318006e93d43bb12578ce66cb5550 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 12:50:42 -0800 Subject: [PATCH 24/72] Adds list item type --- .../requestbodies/userarray/content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../client/petstore/java/docs/components/schemas/AnimalFarm.md | 2 +- .../java/docs/components/schemas/ArrayHoldingAnyType.md | 2 +- .../petstore/java/docs/components/schemas/ArrayOfEnums.md | 2 +- .../java/docs/components/schemas/ArrayWithValidationsInItems.md | 2 +- .../petstore/java/docs/components/schemas/ComposedArray.md | 2 +- samples/client/petstore/java/docs/components/schemas/Items.md | 2 +- .../petstore/java/docs/components/schemas/JSONPatchRequest.md | 2 +- .../java/docs/components/schemas/SelfReferencingArrayModel.md | 2 +- .../java/docs/paths/fake/get/parameters/parameter0/Schema0.md | 2 +- .../java/docs/paths/fake/get/parameters/parameter2/Schema2.md | 2 +- .../faketestqueryparamters/put/parameters/parameter0/Schema0.md | 2 +- .../faketestqueryparamters/put/parameters/parameter1/Schema1.md | 2 +- .../faketestqueryparamters/put/parameters/parameter2/Schema2.md | 2 +- .../faketestqueryparamters/put/parameters/parameter3/Schema3.md | 2 +- .../faketestqueryparamters/put/parameters/parameter4/Schema4.md | 2 +- .../paths/petfindbystatus/get/parameters/parameter0/Schema0.md | 2 +- .../paths/petfindbytags/get/parameters/parameter0/Schema0.md | 2 +- .../java/org/openapitools/components/schemas/Schema_doc.hbs | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index f5a11271bcc..3612a7ba05c 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +Map | | ## SchemaList ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 2ed40e5b0d9..98e9f3cc93e 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +Map | | ## SchemaList ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 887f8ebf924..0e0fa99adc5 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -15,7 +15,7 @@ type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +Map | | ## SchemaList ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index c11c81a11e8..df132bf0050 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -15,7 +15,7 @@ type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +Map | | ## AnimalFarmList ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 857d072b86d..bd45e94aadc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | any type can be stored here | +Object | any type can be stored here | ## ArrayHoldingAnyTypeList ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index f56e240c220..899cdd08624 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | ## ArrayOfEnumsList ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 05c30978266..aeca52dc4f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +Long | | value must be a 64 bit integer ## ArrayWithValidationsInItemsList ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 5ab8423da2b..b131b591061 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +Object | | ## ComposedArrayList ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 6edac8f1a6c..0a441a2f27b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -18,7 +18,7 @@ type: List> ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +Map | | ## ItemsList ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index c747c611b54..d2bbd1f4e91 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +Object | | ## JSONPatchRequestList ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index b9bb5f08ea3..21247e64e6d 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +List | | ## SelfReferencingArrayModelList ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index e7d107cc566..22b65dcbdfc 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## SchemaList0 ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index f9c90710b7d..46fc2ecd5ba 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## SchemaList2 ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index bb0c71f16f6..b46973021a6 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | ## SchemaList0 ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 78bbdf92064..9f577245f5b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | ## SchemaList1 ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 0779ce0102c..4be6225977b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | ## SchemaList2 ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 27aa732f94e..f77dc55f175 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | ## SchemaList3 ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 5d5551de58f..c4de93f7c27 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | ## SchemaList4 ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 29aeecf90ce..7071435f683 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | must be one of ["available", "pending", "sold"] if omitted the server will use the default value of available ## SchemaList0 ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 42121702446..33e4c6a6e2c 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ type: List ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - | | +String | | ## SchemaList0 ``` diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 9a10f63dabb..cdce29f3a7e 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -115,7 +115,7 @@ type: List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/ List Item Type | Description | Notes -------------------- | ------------- | ------------- {{#with items}} -{{!> components/schemas/types/docschema_io_types }} | {{#if description}}{{description}}{{/if}} |{{!> components/schemas/helpers/notes_msg defaultUser="server" }} +{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} {{/with}} {{#if arrayOutputJsonPathPiece}} From 4c138dfda9b75bd1b227c7917aa8214007936c62 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 13:31:24 -0800 Subject: [PATCH 25/72] Updates schema docs to look like javadoc --- .../Int32JsonContentTypeHeaderSchema.md | 8 +-- .../numberheader/NumberHeaderSchema.md | 8 +-- .../stringheader/StringHeaderSchema.md | 8 +-- .../parameters/pathusername/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 8 +-- .../headers/location/LocationSchema.md | 8 +-- .../content/applicationjson/Schema.md | 8 +-- .../content/applicationxml/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 20 +++---- .../headers/someheader/SomeHeaderSchema.md | 8 +-- .../components/schemas/AbstractStepMessage.md | 26 ++++----- .../schemas/AdditionalPropertiesClass.md | 36 ++++++------- .../schemas/AdditionalPropertiesSchema.md | 8 +-- .../AdditionalPropertiesWithArrayOfEnums.md | 20 +++---- .../java/docs/components/schemas/Address.md | 20 +++---- .../java/docs/components/schemas/Animal.md | 24 ++++----- .../docs/components/schemas/AnimalFarm.md | 8 +-- .../components/schemas/AnyTypeAndFormat.md | 30 +++++------ .../components/schemas/AnyTypeNotString.md | 24 ++++----- .../components/schemas/ApiResponseSchema.md | 26 ++++----- .../java/docs/components/schemas/Apple.md | 26 ++++----- .../java/docs/components/schemas/AppleReq.md | 20 +++---- .../components/schemas/ArrayHoldingAnyType.md | 8 +-- .../schemas/ArrayOfArrayOfNumberOnly.md | 22 ++++---- .../docs/components/schemas/ArrayOfEnums.md | 8 +-- .../components/schemas/ArrayOfNumberOnly.md | 22 ++++---- .../java/docs/components/schemas/ArrayTest.md | 26 ++++----- .../schemas/ArrayWithValidationsInItems.md | 8 +-- .../java/docs/components/schemas/Banana.md | 22 ++++---- .../java/docs/components/schemas/BananaReq.md | 20 +++---- .../java/docs/components/schemas/Bar.md | 8 +-- .../java/docs/components/schemas/BasquePig.md | 22 ++++---- .../docs/components/schemas/BooleanEnum.md | 8 +-- .../docs/components/schemas/BooleanSchema.md | 8 +-- .../docs/components/schemas/Capitalization.md | 32 +++++------ .../java/docs/components/schemas/Cat.md | 24 ++++----- .../java/docs/components/schemas/Category.md | 24 ++++----- .../java/docs/components/schemas/ChildCat.md | 24 ++++----- .../docs/components/schemas/ClassModel.md | 38 ++++++------- .../java/docs/components/schemas/Client.md | 22 ++++---- .../schemas/ComplexQuadrilateral.md | 24 ++++----- ...omposedAnyOfDifferentTypesNoValidations.md | 24 ++++----- .../docs/components/schemas/ComposedArray.md | 8 +-- .../docs/components/schemas/ComposedBool.md | 8 +-- .../docs/components/schemas/ComposedNone.md | 8 +-- .../docs/components/schemas/ComposedNumber.md | 8 +-- .../docs/components/schemas/ComposedObject.md | 8 +-- .../schemas/ComposedOneOfDifferentTypes.md | 24 ++++----- .../docs/components/schemas/ComposedString.md | 8 +-- .../java/docs/components/schemas/Currency.md | 8 +-- .../java/docs/components/schemas/DanishPig.md | 22 ++++---- .../docs/components/schemas/DateTimeTest.md | 8 +-- .../schemas/DateTimeWithValidations.md | 8 +-- .../components/schemas/DateWithValidations.md | 8 +-- .../docs/components/schemas/DecimalPayload.md | 8 +-- .../java/docs/components/schemas/Dog.md | 24 ++++----- .../java/docs/components/schemas/Drawing.md | 28 +++++----- .../docs/components/schemas/EnumArrays.md | 24 ++++----- .../java/docs/components/schemas/EnumClass.md | 8 +-- .../java/docs/components/schemas/EnumTest.md | 38 ++++++------- .../components/schemas/EquilateralTriangle.md | 24 ++++----- .../java/docs/components/schemas/File.md | 22 ++++---- .../components/schemas/FileSchemaTestClass.md | 24 ++++----- .../java/docs/components/schemas/Foo.md | 22 ++++---- .../docs/components/schemas/FormatTest.md | 50 ++++++++--------- .../docs/components/schemas/FromSchema.md | 24 ++++----- .../java/docs/components/schemas/Fruit.md | 38 ++++++------- .../java/docs/components/schemas/FruitReq.md | 24 ++++----- .../java/docs/components/schemas/GmFruit.md | 38 ++++++------- .../components/schemas/GrandparentAnimal.md | 22 ++++---- .../components/schemas/HasOnlyReadOnly.md | 24 ++++----- .../components/schemas/HealthCheckResult.md | 22 ++++---- .../docs/components/schemas/IntegerEnum.md | 8 +-- .../docs/components/schemas/IntegerEnumBig.md | 8 +-- .../components/schemas/IntegerEnumOneValue.md | 8 +-- .../schemas/IntegerEnumWithDefaultValue.md | 8 +-- .../docs/components/schemas/IntegerMax10.md | 8 +-- .../docs/components/schemas/IntegerMin15.md | 8 +-- .../components/schemas/IsoscelesTriangle.md | 24 ++++----- .../java/docs/components/schemas/Items.md | 8 +-- .../components/schemas/JSONPatchRequest.md | 8 +-- .../schemas/JSONPatchRequestAddReplaceTest.md | 22 ++++---- .../schemas/JSONPatchRequestMoveCopy.md | 22 ++++---- .../schemas/JSONPatchRequestRemove.md | 20 +++---- .../java/docs/components/schemas/Mammal.md | 24 ++++----- .../java/docs/components/schemas/MapTest.md | 28 +++++----- ...dPropertiesAndAdditionalPropertiesClass.md | 24 ++++----- .../java/docs/components/schemas/Money.md | 20 +++---- .../docs/components/schemas/MyObjectDto.md | 18 +++---- .../java/docs/components/schemas/Name.md | 42 +++++++-------- .../schemas/NoAdditionalProperties.md | 20 +++---- .../docs/components/schemas/NullableClass.md | 44 +++++++-------- .../docs/components/schemas/NullableShape.md | 24 ++++----- .../docs/components/schemas/NullableString.md | 10 ++-- .../docs/components/schemas/NumberOnly.md | 22 ++++---- .../docs/components/schemas/NumberSchema.md | 8 +-- .../schemas/NumberWithValidations.md | 8 +-- .../schemas/ObjWithRequiredProps.md | 22 ++++---- .../schemas/ObjWithRequiredPropsBase.md | 22 ++++---- .../components/schemas/ObjectInterface.md | 8 +-- .../ObjectModelWithArgAndArgsProperties.md | 24 ++++----- .../schemas/ObjectModelWithRefProps.md | 26 ++++----- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 24 ++++----- .../schemas/ObjectWithCollidingProperties.md | 24 ++++----- .../schemas/ObjectWithDecimalProperties.md | 26 ++++----- .../ObjectWithDifficultlyNamedProps.md | 22 ++++---- .../ObjectWithInlineCompositionProperty.md | 22 ++++---- .../ObjectWithInvalidNamedRefedProperties.md | 24 ++++----- .../ObjectWithNonIntersectingValues.md | 22 ++++---- .../schemas/ObjectWithOnlyOptionalProps.md | 20 +++---- .../schemas/ObjectWithOptionalTestProp.md | 22 ++++---- .../schemas/ObjectWithValidations.md | 8 +-- .../java/docs/components/schemas/Order.md | 32 +++++------ .../schemas/PaginatedResultMyObjectDto.md | 20 +++---- .../java/docs/components/schemas/ParentPet.md | 8 +-- .../java/docs/components/schemas/Pet.md | 32 +++++------ .../java/docs/components/schemas/Pig.md | 24 ++++----- .../java/docs/components/schemas/Player.md | 24 ++++----- .../java/docs/components/schemas/PublicKey.md | 22 ++++---- .../docs/components/schemas/Quadrilateral.md | 24 ++++----- .../schemas/QuadrilateralInterface.md | 40 +++++++------- .../docs/components/schemas/ReadOnlyFirst.md | 24 ++++----- .../schemas/ReqPropsFromExplicitAddProps.md | 24 ++++----- .../schemas/ReqPropsFromTrueAddProps.md | 24 ++++----- .../schemas/ReqPropsFromUnsetAddProps.md | 24 ++++----- .../docs/components/schemas/ReturnSchema.md | 38 ++++++------- .../components/schemas/ScaleneTriangle.md | 24 ++++----- .../components/schemas/Schema200Response.md | 40 +++++++------- .../schemas/SelfReferencingArrayModel.md | 8 +-- .../schemas/SelfReferencingObjectModel.md | 22 ++++---- .../java/docs/components/schemas/Shape.md | 24 ++++----- .../docs/components/schemas/ShapeOrNull.md | 24 ++++----- .../components/schemas/SimpleQuadrilateral.md | 24 ++++----- .../docs/components/schemas/SomeObject.md | 24 ++++----- .../components/schemas/SpecialModelname.md | 22 ++++---- .../components/schemas/StringBooleanMap.md | 20 +++---- .../docs/components/schemas/StringEnum.md | 10 ++-- .../schemas/StringEnumWithDefaultValue.md | 8 +-- .../docs/components/schemas/StringSchema.md | 8 +-- .../schemas/StringWithValidation.md | 8 +-- .../java/docs/components/schemas/Tag.md | 24 ++++----- .../java/docs/components/schemas/Triangle.md | 24 ++++----- .../components/schemas/TriangleInterface.md | 40 +++++++------- .../docs/components/schemas/UUIDString.md | 8 +-- .../java/docs/components/schemas/User.md | 46 ++++++++-------- .../java/docs/components/schemas/Whale.md | 26 ++++----- .../java/docs/components/schemas/Zebra.md | 24 ++++----- .../delete/parameters/parameter0/Schema0.md | 8 +-- .../delete/parameters/parameter1/Schema1.md | 8 +-- .../get/parameters/parameter0/Schema0.md | 8 +-- .../parameters/parameter0/PathParamSchema0.md | 8 +-- .../post/parameters/parameter0/Schema0.md | 8 +-- .../delete/parameters/parameter0/Schema0.md | 8 +-- .../delete/parameters/parameter1/Schema1.md | 8 +-- .../delete/parameters/parameter2/Schema2.md | 8 +-- .../delete/parameters/parameter3/Schema3.md | 8 +-- .../delete/parameters/parameter4/Schema4.md | 8 +-- .../delete/parameters/parameter5/Schema5.md | 8 +-- .../fake/get/parameters/parameter0/Schema0.md | 8 +-- .../fake/get/parameters/parameter1/Schema1.md | 8 +-- .../fake/get/parameters/parameter2/Schema2.md | 8 +-- .../fake/get/parameters/parameter3/Schema3.md | 8 +-- .../fake/get/parameters/parameter4/Schema4.md | 8 +-- .../fake/get/parameters/parameter5/Schema5.md | 8 +-- .../applicationxwwwformurlencoded/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 8 +-- .../applicationxwwwformurlencoded/Schema.md | 38 ++++++------- .../put/parameters/parameter0/Schema0.md | 8 +-- .../put/parameters/parameter0/Schema0.md | 8 +-- .../put/parameters/parameter1/Schema1.md | 8 +-- .../put/parameters/parameter2/Schema2.md | 8 +-- .../delete/parameters/parameter0/Schema0.md | 8 +-- .../content/applicationjson/Schema.md | 20 +++---- .../post/parameters/parameter0/Schema0.md | 24 ++++----- .../post/parameters/parameter1/Schema1.md | 22 ++++---- .../content/applicationjson/Schema.md | 24 ++++----- .../content/multipartformdata/Schema.md | 22 ++++---- .../content/applicationjson/Schema.md | 24 ++++----- .../content/multipartformdata/Schema.md | 22 ++++---- .../applicationxwwwformurlencoded/Schema.md | 24 ++++----- .../applicationjsoncharsetutf8/Schema.md | 24 ++++----- .../applicationjsoncharsetutf8/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 22 ++++---- .../content/multipartformdata/Schema.md | 22 ++++---- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../get/parameters/parameter0/Schema0.md | 22 ++++---- .../post/parameters/parameter0/Schema0.md | 8 +-- .../post/parameters/parameter1/Schema1.md | 8 +-- .../post/parameters/parameter10/Schema10.md | 8 +-- .../post/parameters/parameter11/Schema11.md | 8 +-- .../post/parameters/parameter12/Schema12.md | 8 +-- .../post/parameters/parameter13/Schema13.md | 8 +-- .../post/parameters/parameter14/Schema14.md | 8 +-- .../post/parameters/parameter15/Schema15.md | 8 +-- .../post/parameters/parameter16/Schema16.md | 8 +-- .../post/parameters/parameter17/Schema17.md | 8 +-- .../post/parameters/parameter18/Schema18.md | 8 +-- .../post/parameters/parameter2/Schema2.md | 8 +-- .../post/parameters/parameter3/Schema3.md | 8 +-- .../post/parameters/parameter4/Schema4.md | 8 +-- .../post/parameters/parameter5/Schema5.md | 8 +-- .../post/parameters/parameter6/Schema6.md | 8 +-- .../post/parameters/parameter7/Schema7.md | 8 +-- .../post/parameters/parameter8/Schema8.md | 8 +-- .../post/parameters/parameter9/Schema9.md | 8 +-- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../post/parameters/parameter0/Schema0.md | 8 +-- .../content/multipartformdata/Schema.md | 24 ++++----- .../content/applicationjson/Schema0.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../put/parameters/parameter0/Schema0.md | 8 +-- .../put/parameters/parameter1/Schema1.md | 8 +-- .../put/parameters/parameter2/Schema2.md | 8 +-- .../put/parameters/parameter3/Schema3.md | 8 +-- .../put/parameters/parameter4/Schema4.md | 8 +-- .../content/applicationoctetstream/Schema.md | 8 +-- .../content/applicationoctetstream/Schema.md | 8 +-- .../content/multipartformdata/Schema.md | 24 ++++----- .../content/multipartformdata/Schema.md | 22 ++++---- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 24 ++++----- .../content/applicationjson/Schema.md | 22 ++++---- .../get/parameters/parameter0/Schema0.md | 8 +-- .../get/parameters/parameter0/Schema0.md | 8 +-- .../delete/parameters/parameter0/Schema0.md | 8 +-- .../delete/parameters/parameter1/Schema1.md | 8 +-- .../get/parameters/parameter0/Schema0.md | 8 +-- .../post/parameters/parameter0/Schema0.md | 8 +-- .../applicationxwwwformurlencoded/Schema.md | 24 ++++----- .../post/parameters/parameter0/Schema0.md | 8 +-- .../content/multipartformdata/Schema.md | 24 ++++----- .../delete/parameters/parameter0/Schema0.md | 8 +-- .../get/parameters/parameter0/Schema0.md | 8 +-- .../get/parameters/parameter0/Schema0.md | 8 +-- .../get/parameters/parameter1/Schema1.md | 8 +-- .../content/applicationjson/Schema.md | 8 +-- .../content/applicationxml/Schema.md | 8 +-- .../xexpiresafter/XExpiresAfterSchema.md | 8 +-- .../applicationjson/XRateLimitSchema.md | 8 +-- .../components/schemas/Schema_doc.hbs | 32 +++++------ .../components/schemas/docschema_io_types.hbs | 54 +++++++++---------- 249 files changed, 2181 insertions(+), 2181 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index f78ac02b0fc..32a7f2c39dd 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.components.headers.int32jsoncontenttypeheader.content type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| int | int | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 6dd9d735046..d92b9213a7e 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.components.headers.numberheader.NumberHeaderSchema.ja type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index b5b333b9ac3..9692b1c21aa 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.components.headers.stringheader.StringHeaderSchema.ja type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index 2f7fcb73418..0a1a3566781 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.components.parameters.pathusername.Schema.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 3612a7ba05c..ec59e8506e1 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.requestbodies.userarray.content.applicatio type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List> | SchemaList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList | validate(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index e916218c06a..768aec649b9 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.components.responses.headerswithnobody.headers.locati type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 98e9f3cc93e..bfaf49bccfd 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.c type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List> | SchemaList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList | validate(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 0e0fa99adc5..7a1d036576e 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.c type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List> | SchemaList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList | validate(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 790dfb5fc21..27b20913a78 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.responses.successinlinecontentandheader.co type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -15,15 +15,15 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer +**anyStringName** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -getAdditionalProperty | String | int | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| int | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index d5a60f87ad6..1448259dfd5 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.components.responses.successinlinecontentandheader.he type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 08bac70512b..2d80f44c31c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description Abstract Step -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | AbstractStepMessageMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AbstractStepMessageMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -21,21 +21,21 @@ Key | Type | Description | Notes **description** | Object | | **discriminator** | String | | **sequenceNumber** | Object | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AbstractStepMessageMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | AbstractStepMessageMap | a constructor -**description** | | Object | -**discriminator** | | String | -**sequenceNumber** | | Object | -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AbstractStepMessageMap | of(Map arg, SchemaConfiguration configuration) | +| Object | description()
| +| String | discriminator()
| +| Object | sequenceNumber()
| +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Composed Schemas (allOf/anyOf/oneOf/not) ## anyOf diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index ab2fc97ee71..68945546db4 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.AdditionalPropertiesClass.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | AdditionalPropertiesClassMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesClassMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -23,26 +23,26 @@ Key | Type | Description | Notes **map_with_undeclared_properties_anytype_3** | Map | | [optional] **empty_map** | Map | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] **map_with_undeclared_properties_string** | Map | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AdditionalPropertiesClassMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | AdditionalPropertiesClassMap | a constructor -**map_property** | | MapPropertyMap | [optional] -**map_of_map_property** | | MapOfMapPropertyMap | [optional] -**anytype_1** | | Object | [optional] -**map_with_undeclared_properties_anytype_1** | | FrozenMap | [optional] -**map_with_undeclared_properties_anytype_2** | | FrozenMap | [optional] -**map_with_undeclared_properties_anytype_3** | | MapWithUndeclaredPropertiesAnytype3Map | [optional] -**empty_map** | | EmptyMapMap | [optional] -**map_with_undeclared_properties_string** | | MapWithUndeclaredPropertiesStringMap | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesClassMap | of(Map arg, SchemaConfiguration configuration) | +| MapPropertyMap | map_property()
[optional] | +| MapOfMapPropertyMap | map_of_map_property()
[optional] | +| Object | anytype_1()
[optional] | +| FrozenMap | map_with_undeclared_properties_anytype_1()
[optional] | +| FrozenMap | map_with_undeclared_properties_anytype_2()
[optional] | +| MapWithUndeclaredPropertiesAnytype3Map | map_with_undeclared_properties_anytype_3()
[optional] | +| EmptyMapMap | empty_map()
[optional] | +| MapWithUndeclaredPropertiesStringMap | map_with_undeclared_properties_string()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 9ecf91fc842..c6fcb7bbf7d 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.AdditionalPropertiesSchema.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index d1027ed6af3..05d82ff4cb2 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.AdditionalPropertiesWithArrayOfEnu type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map> | AdditionalPropertiesWithArrayOfEnumsMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesWithArrayOfEnumsMap | validate(Map> arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -15,18 +15,18 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | List | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | List | any string name can be used but the value must be the correct type | [optional] ## AdditionalPropertiesWithArrayOfEnumsMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map> | AdditionalPropertiesWithArrayOfEnumsMap | a constructor -getAdditionalProperty | String | AdditionalPropertiesList | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesWithArrayOfEnumsMap | of(Map> arg, SchemaConfiguration configuration) | +| AdditionalPropertiesList | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 7c471c0d532..e411cae4e75 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Address.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | AddressMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AddressMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -15,17 +15,17 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | long | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | long | any string name can be used but the value must be the correct type | [optional] ## AddressMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | AddressMap | a constructor -getAdditionalProperty | String | long | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AddressMap | of(Map arg, SchemaConfiguration configuration) | +| long | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 078712a1e1e..66eb90ef009 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Animal.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | AnimalMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AnimalMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | String | | **color** | String | | [optional] if omitted the server will use the default value of red -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AnimalMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | AnimalMap | a constructor -**className** | | String | -**color** | | String | [optional] if omitted the server will use the default value of red -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AnimalMap | of(Map arg, SchemaConfiguration configuration) | +| String | className()
| +| String | color()
[optional] if omitted the server will use the default value of red | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index df132bf0050..e88b0c4ccda 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.AnimalFarm.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List> | AnimalFarmList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AnimalFarmList | validate(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 8d4d6f3568c..a68f1aad449 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.AnyTypeAndFormat.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | AnyTypeAndFormatMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AnyTypeAndFormatMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -24,22 +24,22 @@ Key | Type | Description | Notes **int64** | Object | | [optional] value must be a 64 bit integer **double** | Object | | [optional] value must be a 64 bit float **float** | Object | | [optional] value must be a 32 bit float -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AnyTypeAndFormatMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | AnyTypeAndFormatMap | a constructor -**date** | | Object | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD -**binary** | | Object | [optional] -**int32** | | Object | [optional] value must be a 32 bit integer -**int64** | | Object | [optional] value must be a 64 bit integer -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AnyTypeAndFormatMap | of(Map arg, SchemaConfiguration configuration) | +| Object | date()
[optional] value must conform to RFC-3339 full-date YYYY-MM-DD | +| Object | binary()
[optional] | +| Object | int32()
[optional] value must be a 32 bit integer | +| Object | int64()
[optional] value must be a 64 bit integer | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index a7e3a607b5e..89898ca491e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.AnyTypeNotString.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## not diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 456db139082..cba25d6d5ed 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ApiResponseSchema.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ApiResponseMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ApiResponseMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -18,20 +18,20 @@ Key | Type | Description | Notes **code** | int | | [optional] value must be a 32 bit integer **type** | String | | [optional] **message** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ApiResponseMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ApiResponseMap | a constructor -**code** | | int | [optional] value must be a 32 bit integer -**type** | | String | [optional] -**message** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ApiResponseMap | of(Map arg, SchemaConfiguration configuration) | +| int | code()
[optional] value must be a 32 bit integer | +| String | type()
[optional] | +| String | message()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index b0ee37c2b5f..470437bb84f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -4,11 +4,11 @@ org.openapijsonschematools.components.schemas.Apple.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| null | null | | -| Map | AppleMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static AppleMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -18,19 +18,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cultivar** | String | | **origin** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AppleMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | AppleMap | a constructor -**cultivar** | | String | -**origin** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AppleMap | of(Map arg, SchemaConfiguration configuration) | +| String | cultivar()
| +| String | origin()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 23df3e9b097..83f2e534cf5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.AppleReq.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | AppleReqMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AppleReqMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -23,11 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | AppleReqMap | a constructor -**cultivar** | | String | -**mealy** | | boolean | [optional] +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AppleReqMap | of(Map arg, SchemaConfiguration configuration) | +| String | cultivar()
| +| boolean | mealy()
[optional] | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index bd45e94aadc..b383c93942d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ArrayHoldingAnyType.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | ArrayHoldingAnyTypeList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayHoldingAnyTypeList | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 6d584fbecdd..1c164646e74 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ArrayOfArrayOfNumberOnly.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ArrayOfArrayOfNumberOnlyMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayOfArrayOfNumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,19 +16,19 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ArrayArrayNumber** | List> | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayOfArrayOfNumberOnlyMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ArrayOfArrayOfNumberOnlyMap | a constructor -**ArrayArrayNumber** | | ArrayArrayNumberList | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayOfArrayOfNumberOnlyMap | of(Map arg, SchemaConfiguration configuration) | +| ArrayArrayNumberList | ArrayArrayNumber()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 899cdd08624..a306b9ff062 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ArrayOfEnums.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | ArrayOfEnumsList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayOfEnumsList | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 6bf1534b1df..ae965a6fb52 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ArrayOfNumberOnly.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ArrayOfNumberOnlyMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayOfNumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,19 +16,19 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ArrayNumber** | List | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayOfNumberOnlyMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ArrayOfNumberOnlyMap | a constructor -**ArrayNumber** | | ArrayNumberList | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayOfNumberOnlyMap | of(Map arg, SchemaConfiguration configuration) | +| ArrayNumberList | ArrayNumber()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 1c433504766..6ca92d43017 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ArrayTest.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ArrayTestMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayTestMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -18,21 +18,21 @@ Key | Type | Description | Notes **array_of_string** | List | | [optional] **array_array_of_integer** | List> | | [optional] **array_array_of_model** | List>> | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayTestMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ArrayTestMap | a constructor -**array_of_string** | | ArrayOfStringList | [optional] -**array_array_of_integer** | | ArrayArrayOfIntegerList | [optional] -**array_array_of_model** | | ArrayArrayOfModelList | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayTestMap | of(Map arg, SchemaConfiguration configuration) | +| ArrayOfStringList | array_of_string()
[optional] | +| ArrayArrayOfIntegerList | array_array_of_integer()
[optional] | +| ArrayArrayOfModelList | array_array_of_model()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index aeca52dc4f1..3ad1741b46c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ArrayWithValidationsInItems.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | ArrayWithValidationsInItemsList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayWithValidationsInItemsList | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 8b75fc04423..a597b1ba75b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Banana.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | BananaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BananaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **lengthCm** | Number | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## BananaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | BananaMap | a constructor -**lengthCm** | | Number | -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BananaMap | of(Map arg, SchemaConfiguration configuration) | +| Number | lengthCm()
| +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index b0bb21dd2ba..19a989965f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.BananaReq.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | BananaReqMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BananaReqMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -23,11 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | BananaReqMap | a constructor -**lengthCm** | | Number | -**sweet** | | boolean | [optional] +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BananaReqMap | of(Map arg, SchemaConfiguration configuration) | +| Number | lengthCm()
| +| boolean | sweet()
[optional] | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 15c207c88b4..86cbd0a8935 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.Bar.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index eea85f8ae0a..874f209d6db 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.BasquePig.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | BasquePigMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BasquePigMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | String | | must be one of ["BasquePig"] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## BasquePigMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | BasquePigMap | a constructor -**className** | | String | must be one of ["BasquePig"] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BasquePigMap | of(Map arg, SchemaConfiguration configuration) | +| String | className()
must be one of ["BasquePig"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 343275e70cf..64ffe3e9416 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.BooleanEnum.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| boolean | boolean | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 7f6aed71a6d..f32e20677bf 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.BooleanSchema.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| boolean | boolean | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 110e72e0959..172f6d5c3ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Capitalization.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | CapitalizationMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static CapitalizationMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -21,23 +21,23 @@ Key | Type | Description | Notes **Capital_Snake** | String | | [optional] **SCA_ETH_Flow_Points** | String | | [optional] **ATT_NAME** | String | Name of the pet | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## CapitalizationMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | CapitalizationMap | a constructor -**smallCamel** | | String | [optional] -**CapitalCamel** | | String | [optional] -**small_Snake** | | String | [optional] -**Capital_Snake** | | String | [optional] -**SCA_ETH_Flow_Points** | | String | [optional] -**ATT_NAME** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static CapitalizationMap | of(Map arg, SchemaConfiguration configuration) | +| String | smallCamel()
[optional] | +| String | CapitalCamel()
[optional] | +| String | small_Snake()
[optional] | +| String | Capital_Snake()
[optional] | +| String | SCA_ETH_Flow_Points()
[optional] | +| String | ATT_NAME()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 97edaa08ecf..89cdeba3b0e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.Cat.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 2f73d8187ab..e8a81cfc8b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Category.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | CategoryMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static CategoryMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | String | | if omitted the server will use the default value of default-name **id** | long | | [optional] value must be a 64 bit integer -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## CategoryMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | CategoryMap | a constructor -**name** | | String | if omitted the server will use the default value of default-name -**id** | | long | [optional] value must be a 64 bit integer -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static CategoryMap | of(Map arg, SchemaConfiguration configuration) | +| String | name()
if omitted the server will use the default value of default-name | +| long | id()
[optional] value must be a 64 bit integer | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index d9600400905..714d203dca0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.ChildCat.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 59df049043f..4de48c78d59 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -7,18 +7,18 @@ type: JsonSchema ## Description Model for testing model with \"_class\" property -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | ClassModelMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static ClassModelMap | validate(Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -27,18 +27,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_class** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassModelMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ClassModelMap | a constructor -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["_class"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ClassModelMap | of(Map arg, SchemaConfiguration configuration) | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["_class"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index d90bf275511..2bac4721e36 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Client.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ClientMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ClientMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **client** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClientMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ClientMap | a constructor -**client** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ClientMap | of(Map arg, SchemaConfiguration configuration) | +| String | client()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 00b154bfd3d..01579964aaa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.ComplexQuadrilateral.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 20716a1c38f..baa3be3d3f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.ComposedAnyOfDifferentTypesNoValid type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## anyOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index b131b591061..8509f65f7e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ComposedArray.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | ComposedArrayList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ComposedArrayList | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 4d2ba2e9bfc..bd799721ff0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ComposedBool.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| boolean | boolean | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 0d9780c828b..445caac3d25 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ComposedNone.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| null | null | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 29cb3cc4cc9..3add0324705 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ComposedNumber.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Number | Number | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index bb35f86acbb..65af8ce092d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ComposedObject.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index f1c70bd341e..d026ddcd077 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -7,18 +7,18 @@ type: JsonSchema ## Description this is a model that allows payloads of type object or number -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index e453a67952e..e2790c8737d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ComposedString.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 6180dd573d7..b1ff9a1b6b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.Currency.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 61db105f783..b9858565d3d 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.DanishPig.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | DanishPigMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static DanishPigMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | String | | must be one of ["DanishPig"] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## DanishPigMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | DanishPigMap | a constructor -**className** | | String | must be one of ["DanishPig"] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static DanishPigMap | of(Map arg, SchemaConfiguration configuration) | +| String | className()
must be one of ["DanishPig"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index e2a982aebc1..f56d1a6853a 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.DateTimeTest.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index fffbc7c49ed..dbb4d34e699 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.DateTimeWithValidations.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index e75607303f3..c796b267a4d 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.DateWithValidations.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index 354175d5de1..bafc7ecb763 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.DecimalPayload.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 5f97a5b7244..067e61f4242 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.Dog.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 416afa2f31b..9fa55270261 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Drawing.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | DrawingMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static DrawingMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -19,22 +19,22 @@ Key | Type | Description | Notes **shapeOrNull** | Object | | [optional] **nullableShape** | Object | | [optional] **shapes** | List | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## DrawingMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | DrawingMap | a constructor -**mainShape** | | Object | [optional] -**shapeOrNull** | | Object | [optional] -**nullableShape** | | Object | [optional] -**shapes** | | ShapesList | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static DrawingMap | of(Map arg, SchemaConfiguration configuration) | +| Object | mainShape()
[optional] | +| Object | shapeOrNull()
[optional] | +| Object | nullableShape()
[optional] | +| ShapesList | shapes()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index c28fb789c23..47e0e472220 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.EnumArrays.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | EnumArraysMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static EnumArraysMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,20 +17,20 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **just_symbol** | String | | [optional] must be one of [">=", "$"] **array_enum** | List | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## EnumArraysMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | EnumArraysMap | a constructor -**just_symbol** | | String | [optional] must be one of [">=", "$"] -**array_enum** | | ArrayEnumList | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static EnumArraysMap | of(Map arg, SchemaConfiguration configuration) | +| String | just_symbol()
[optional] must be one of [">=", "$"] | +| ArrayEnumList | array_enum()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index cc539c137f1..5297b8b49e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.EnumClass.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 23821039328..d528840aebd 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.EnumTest.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | EnumTestMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static EnumTestMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -24,26 +24,26 @@ Key | Type | Description | Notes **StringEnumWithDefaultValue** | String | | [optional] **IntegerEnumWithDefaultValue** | long | | [optional] **IntegerEnumOneValue** | long | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## EnumTestMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | EnumTestMap | a constructor -**enum_string_required** | | String | must be one of ["UPPER", "lower", ""] -**enum_string** | | String | [optional] must be one of ["UPPER", "lower", ""] -**enum_integer** | | int | [optional] must be one of [1, -1] value must be a 32 bit integer -**enum_number** | | double | [optional] must be one of [1.1, -1.2] value must be a 64 bit float -**stringEnum** | | String | [optional] -**IntegerEnum** | | long | [optional] -**StringEnumWithDefaultValue** | | String | [optional] -**IntegerEnumWithDefaultValue** | | long | [optional] -**IntegerEnumOneValue** | | long | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static EnumTestMap | of(Map arg, SchemaConfiguration configuration) | +| String | enum_string_required()
must be one of ["UPPER", "lower", ""] | +| String | enum_string()
[optional] must be one of ["UPPER", "lower", ""] | +| int | enum_integer()
[optional] must be one of [1, -1] value must be a 32 bit integer | +| double | enum_number()
[optional] must be one of [1.1, -1.2] value must be a 64 bit float | +| String | stringEnum()
[optional] | +| long | IntegerEnum()
[optional] | +| String | StringEnumWithDefaultValue()
[optional] | +| long | IntegerEnumWithDefaultValue()
[optional] | +| long | IntegerEnumOneValue()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 6b047a8d521..c615f1c940e 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.EquilateralTriangle.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 96b33ddc155..a8782f88eb3 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description Must be named `File` for test. -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | FileMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FileMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -19,18 +19,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **sourceURI** | String | Test capitalization | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FileMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | FileMap | a constructor -**sourceURI** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FileMap | of(Map arg, SchemaConfiguration configuration) | +| String | sourceURI()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 5f4f8f2ebed..93bba91478d 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.FileSchemaTestClass.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | FileSchemaTestClassMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FileSchemaTestClassMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,20 +17,20 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | Map | | [optional] **files** | List> | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FileSchemaTestClassMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | FileSchemaTestClassMap | a constructor -**file** | | File.FileMap | [optional] -**files** | | FilesList | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FileSchemaTestClassMap | of(Map arg, SchemaConfiguration configuration) | +| File.FileMap | file()
[optional] | +| FilesList | files()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 4e8dd25a0d5..f58f373bfa8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Foo.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | FooMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FooMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bar** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FooMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | FooMap | a constructor -**bar** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FooMap | of(Map arg, SchemaConfiguration configuration) | +| String | bar()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 3cbe2e00efc..051a3f96009 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.FormatTest.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | FormatTestMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FormatTestMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -36,33 +36,33 @@ Key | Type | Description | Notes **pattern_with_digits** | String | A string that is a 10 digit number. Can have leading zeros. | [optional] **pattern_with_digits_and_delimiter** | String | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] **noneProp** | Void | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FormatTestMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | FormatTestMap | a constructor -**date** | | String | value must conform to RFC-3339 full-date YYYY-MM-DD -**password** | | String | -**int32** | | int | [optional] value must be a 32 bit integer -**int32withValidations** | | int | [optional] value must be a 32 bit integer -**int64** | | long | [optional] value must be a 64 bit integer -**float32** | | float | [optional] value must be a 32 bit float -**float64** | | double | [optional] value must be a 64 bit float -**arrayWithUniqueItems** | | ArrayWithUniqueItemsList | [optional] -**binary** | | String | [optional] -**dateTime** | | String | [optional] value must conform to RFC-3339 date-time -**uuidNoExample** | | String | [optional] value must be a uuid -**pattern_with_digits** | | String | [optional] -**pattern_with_digits_and_delimiter** | | String | [optional] -**noneProp** | | Void | [optional] -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FormatTestMap | of(Map arg, SchemaConfiguration configuration) | +| String | date()
value must conform to RFC-3339 full-date YYYY-MM-DD | +| String | password()
| +| int | int32()
[optional] value must be a 32 bit integer | +| int | int32withValidations()
[optional] value must be a 32 bit integer | +| long | int64()
[optional] value must be a 64 bit integer | +| float | float32()
[optional] value must be a 32 bit float | +| double | float64()
[optional] value must be a 64 bit float | +| ArrayWithUniqueItemsList | arrayWithUniqueItems()
[optional] | +| String | binary()
[optional] | +| String | dateTime()
[optional] value must conform to RFC-3339 date-time | +| String | uuidNoExample()
[optional] value must be a uuid | +| String | pattern_with_digits()
[optional] | +| String | pattern_with_digits_and_delimiter()
[optional] | +| Void | noneProp()
[optional] | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 7b4b76aa421..8a0931db395 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.FromSchema.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | FromSchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FromSchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | String | | [optional] **id** | long | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FromSchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | FromSchemaMap | a constructor -**data** | | String | [optional] -**id** | | long | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FromSchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | data()
[optional] | +| long | id()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 10b4b8c3deb..9f61210294c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.Fruit.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FruitMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FruitMap | validate(Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -24,19 +24,19 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **color** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FruitMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | FruitMap | a constructor -**color** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FruitMap | of(Map arg, SchemaConfiguration configuration) | +| String | color()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 0ace882af13..91eea2c4310 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.FruitReq.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 1bbc1bd72e3..fcd8eefa41d 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.GmFruit.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | GmFruitMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static GmFruitMap | validate(Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -24,19 +24,19 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **color** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## GmFruitMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | GmFruitMap | a constructor -**color** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static GmFruitMap | of(Map arg, SchemaConfiguration configuration) | +| String | color()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Composed Schemas (allOf/anyOf/oneOf/not) ## anyOf diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 118c5c9e366..441cfe977bc 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.GrandparentAnimal.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | GrandparentAnimalMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static GrandparentAnimalMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pet_type** | String | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## GrandparentAnimalMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | GrandparentAnimalMap | a constructor -**pet_type** | | String | -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static GrandparentAnimalMap | of(Map arg, SchemaConfiguration configuration) | +| String | pet_type()
| +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 8e34ea07faa..7fa60a01db7 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.HasOnlyReadOnly.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | HasOnlyReadOnlyMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static HasOnlyReadOnlyMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bar** | String | | [optional] **foo** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## HasOnlyReadOnlyMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | HasOnlyReadOnlyMap | a constructor -**bar** | | String | [optional] -**foo** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static HasOnlyReadOnlyMap | of(Map arg, SchemaConfiguration configuration) | +| String | bar()
[optional] | +| String | foo()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 8dd222f3120..56137487eb2 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | HealthCheckResultMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static HealthCheckResultMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -19,18 +19,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **NullableMessage** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## HealthCheckResultMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | HealthCheckResultMap | a constructor -**NullableMessage** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static HealthCheckResultMap | of(Map arg, SchemaConfiguration configuration) | +| String | NullableMessage()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 6aa5c36e08c..d757624c4b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.IntegerEnum.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index d056dd30a72..4c8062e2447 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.IntegerEnumBig.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index ad191b99092..de4fd261184 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.IntegerEnumOneValue.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 8b16c08c1d7..5fea51c9a99 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.IntegerEnumWithDefaultValue.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index f5afe3cc93f..2fe780606a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.IntegerMax10.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 1816a5ba7a5..62e3cd6f015 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.IntegerMin15.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index d62b0147f1b..953d920e9e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.IsoscelesTriangle.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 0a441a2f27b..54aae8afd2f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description component's name collides with the inner schema name -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List> | ItemsList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ItemsList | validate(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index d2bbd1f4e91..ddf6ae13e8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.JSONPatchRequest.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | JSONPatchRequestList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static JSONPatchRequestList | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index b0501a66e2d..75c153f7556 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.JSONPatchRequestAddReplaceTest.jav type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | JSONPatchRequestAddReplaceTestMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static JSONPatchRequestAddReplaceTestMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -24,12 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | JSONPatchRequestAddReplaceTestMap | a constructor -**op** | | String | must be one of ["add", "replace", "test"] -**path** | | String | -**value** | | Object | +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static JSONPatchRequestAddReplaceTestMap | of(Map arg, SchemaConfiguration configuration) | +| String | op()
must be one of ["add", "replace", "test"] | +| String | path()
| +| Object | value()
| [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 70b5f657462..3a7633f0b65 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.JSONPatchRequestMoveCopy.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | JSONPatchRequestMoveCopyMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static JSONPatchRequestMoveCopyMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -24,12 +24,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | JSONPatchRequestMoveCopyMap | a constructor -**from** | | String | -**op** | | String | must be one of ["move", "copy"] -**path** | | String | +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static JSONPatchRequestMoveCopyMap | of(Map arg, SchemaConfiguration configuration) | +| String | from()
| +| String | op()
must be one of ["move", "copy"] | +| String | path()
| [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 4bdfeb9fcd6..e42df2878d3 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.JSONPatchRequestRemove.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | JSONPatchRequestRemoveMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static JSONPatchRequestRemoveMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -23,11 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | JSONPatchRequestRemoveMap | a constructor -**op** | | String | must be one of ["remove"] -**path** | | String | +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static JSONPatchRequestRemoveMap | of(Map arg, SchemaConfiguration configuration) | +| String | op()
must be one of ["remove"] | +| String | path()
| [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index 08854dcac0e..e2926883274 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.Mammal.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 30f820b7e32..af417067eeb 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.MapTest.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | MapTestMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapTestMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -19,22 +19,22 @@ Key | Type | Description | Notes **map_of_enum_string** | Map | | [optional] **direct_map** | Map | | [optional] **indirect_map** | Map | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## MapTestMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | MapTestMap | a constructor -**map_map_of_string** | | MapMapOfStringMap | [optional] -**map_of_enum_string** | | MapOfEnumStringMap | [optional] -**direct_map** | | DirectMapMap | [optional] -**indirect_map** | | StringBooleanMap.StringBooleanMapMap | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapTestMap | of(Map arg, SchemaConfiguration configuration) | +| MapMapOfStringMap | map_map_of_string()
[optional] | +| MapOfEnumStringMap | map_of_enum_string()
[optional] | +| DirectMapMap | direct_map()
[optional] | +| StringBooleanMap.StringBooleanMapMap | indirect_map()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 201f01c226e..d9083a767a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.MixedPropertiesAndAdditionalProper type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | MixedPropertiesAndAdditionalPropertiesClassMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MixedPropertiesAndAdditionalPropertiesClassMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -18,20 +18,20 @@ Key | Type | Description | Notes **uuid** | String | | [optional] value must be a uuid **dateTime** | String | | [optional] value must conform to RFC-3339 date-time **map** | Map> | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## MixedPropertiesAndAdditionalPropertiesClassMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | MixedPropertiesAndAdditionalPropertiesClassMap | a constructor -**dateTime** | | String | [optional] value must conform to RFC-3339 date-time -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MixedPropertiesAndAdditionalPropertiesClassMap | of(Map arg, SchemaConfiguration configuration) | +| String | dateTime()
[optional] value must conform to RFC-3339 date-time | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index ed1f7691eed..5df6ba8fe0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Money.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | MoneyMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MoneyMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -23,11 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | MoneyMap | a constructor -**amount** | | String | value must be int or float numeric -**currency** | | String | +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MoneyMap | of(Map arg, SchemaConfiguration configuration) | +| String | amount()
value must be int or float numeric | +| String | currency()
| [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index ee2a6ff3264..c18df6c20b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.MyObjectDto.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | MyObjectDtoMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MyObjectDtoMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -22,10 +22,10 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | MyObjectDtoMap | a constructor -**id** | | String | [optional] value must be a uuid +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MyObjectDtoMap | of(Map arg, SchemaConfiguration configuration) | +| String | id()
[optional] value must be a uuid | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 15e28176855..7430a34ae84 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -7,18 +7,18 @@ type: JsonSchema ## Description Model for testing model name same as property name -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | NameMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static NameMap | validate(Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -29,20 +29,20 @@ Key | Type | Description | Notes **name** | int | | value must be a 32 bit integer **snake_case** | int | | [optional] value must be a 32 bit integer **property** | String | this is a reserved python keyword | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## NameMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | NameMap | a constructor -**name** | | int | value must be a 32 bit integer -**snake_case** | | int | [optional] value must be a 32 bit integer -**property** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static NameMap | of(Map arg, SchemaConfiguration configuration) | +| int | name()
value must be a 32 bit integer | +| int | snake_case()
[optional] value must be a 32 bit integer | +| String | property()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 00120171d2b..6b51db37fbb 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.NoAdditionalProperties.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | NoAdditionalPropertiesMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static NoAdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -23,11 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | NoAdditionalPropertiesMap | a constructor -**id** | | long | value must be a 64 bit integer -**petId** | | long | [optional] value must be a 64 bit integer +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static NoAdditionalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| long | id()
value must be a 64 bit integer | +| long | petId()
[optional] value must be a 64 bit integer | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 4e91570e50f..63aa99c26e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.NullableClass.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | NullableClassMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static NullableClassMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -27,30 +27,30 @@ Key | Type | Description | Notes **object_nullable_prop** | Map> | | [optional] **object_and_items_nullable_prop** | Map> | | [optional] **object_items_nullable** | Map> | | [optional] -**any_string_name** | Map | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## NullableClassMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | NullableClassMap | a constructor -**integer_prop** | | Long | [optional] -**number_prop** | | Number | [optional] -**boolean_prop** | | Boolean | [optional] -**string_prop** | | String | [optional] -**date_prop** | | String | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD -**datetime_prop** | | String | [optional] value must conform to RFC-3339 date-time -**array_nullable_prop** | | ArrayNullablePropList | [optional] -**array_and_items_nullable_prop** | | ArrayAndItemsNullablePropList | [optional] -**array_items_nullable** | | ArrayItemsNullableList | [optional] -**object_nullable_prop** | | ObjectNullablePropMap | [optional] -**object_and_items_nullable_prop** | | ObjectAndItemsNullablePropMap | [optional] -**object_items_nullable** | | ObjectItemsNullableMap | [optional] -getAdditionalProperty | String | FrozenMap | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static NullableClassMap | of(Map arg, SchemaConfiguration configuration) | +| Long | integer_prop()
[optional] | +| Number | number_prop()
[optional] | +| Boolean | boolean_prop()
[optional] | +| String | string_prop()
[optional] | +| String | date_prop()
[optional] value must conform to RFC-3339 full-date YYYY-MM-DD | +| String | datetime_prop()
[optional] value must conform to RFC-3339 date-time | +| ArrayNullablePropList | array_nullable_prop()
[optional] | +| ArrayAndItemsNullablePropList | array_and_items_nullable_prop()
[optional] | +| ArrayItemsNullableList | array_items_nullable()
[optional] | +| ObjectNullablePropMap | object_nullable_prop()
[optional] | +| ObjectAndItemsNullablePropMap | object_and_items_nullable_prop()
[optional] | +| ObjectItemsNullableMap | object_items_nullable()
[optional] | +| FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 42a6124d35a..d39cb91d252 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -7,18 +7,18 @@ type: JsonSchema ## Description The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index bd06fcd193d..1ccdcfb3eaa 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.NullableString.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| null | null | | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 8772411571c..3b2054fba01 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.NumberOnly.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | NumberOnlyMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static NumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **JustNumber** | Number | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## NumberOnlyMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | NumberOnlyMap | a constructor -**JustNumber** | | Number | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static NumberOnlyMap | of(Map arg, SchemaConfiguration configuration) | +| Number | JustNumber()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 391bacbf54e..ac92c5f3094 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.NumberSchema.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Number | Number | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 2f524bab4dc..ae420876244 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.NumberWithValidations.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Number | Number | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 295e0a45d21..10f6e359182 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjWithRequiredProps.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjWithRequiredPropsMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjWithRequiredPropsMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,19 +16,19 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **a** | String | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjWithRequiredPropsMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjWithRequiredPropsMap | a constructor -**a** | | String | -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjWithRequiredPropsMap | of(Map arg, SchemaConfiguration configuration) | +| String | a()
| +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 2e6729dee3a..8823c6b6ca6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjWithRequiredPropsBase.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjWithRequiredPropsBaseMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjWithRequiredPropsBaseMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **b** | String | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjWithRequiredPropsBaseMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjWithRequiredPropsBaseMap | a constructor -**b** | | String | -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjWithRequiredPropsBaseMap | of(Map arg, SchemaConfiguration configuration) | +| String | b()
| +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 73e8829ca33..76945e80a60 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.ObjectInterface.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 7ecc1cb4793..6e8e6edec2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjectModelWithArgAndArgsPropertie type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectModelWithArgAndArgsPropertiesMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectModelWithArgAndArgsPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **arg** | String | | **args** | String | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectModelWithArgAndArgsPropertiesMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectModelWithArgAndArgsPropertiesMap | a constructor -**arg** | | String | -**args** | | String | -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectModelWithArgAndArgsPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| String | arg()
| +| String | args()
| +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 5f6e81ed6a7..f898565194c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectModelWithRefPropsMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectModelWithRefPropsMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -21,20 +21,20 @@ Key | Type | Description | Notes **myNumber** | Number | | [optional] **myString** | String | | [optional] **myBoolean** | boolean | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectModelWithRefPropsMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectModelWithRefPropsMap | a constructor -**myNumber** | | Number | [optional] -**myString** | | String | [optional] -**myBoolean** | | boolean | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectModelWithRefPropsMap | of(Map arg, SchemaConfiguration configuration) | +| Number | myNumber()
[optional] | +| String | myString()
[optional] | +| boolean | myBoolean()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 6fb27084ea7..0e6fe1ef346 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.ObjectWithAllOfWithReqTestPropFrom type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index a32428f8552..bbfc0d710bb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description component with properties that have name collisions -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectWithCollidingPropertiesMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithCollidingPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -20,20 +20,20 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | Map | | [optional] **someprop** | Map | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithCollidingPropertiesMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectWithCollidingPropertiesMap | a constructor -**someProp** | | FrozenMap | [optional] -**someprop** | | FrozenMap | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithCollidingPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| FrozenMap | someProp()
[optional] | +| FrozenMap | someprop()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 0c80d5be3c9..71dfefdb732 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjectWithDecimalProperties.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectWithDecimalPropertiesMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithDecimalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -18,20 +18,20 @@ Key | Type | Description | Notes **length** | String | | [optional] **width** | String | | [optional] value must be int or float numeric **cost** | Map | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithDecimalPropertiesMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectWithDecimalPropertiesMap | a constructor -**length** | | String | [optional] -**width** | | String | [optional] value must be int or float numeric -**cost** | | Money.MoneyMap | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithDecimalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| String | length()
[optional] | +| String | width()
[optional] value must be int or float numeric | +| Money.MoneyMap | cost()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 51470328007..be80e44e652 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description model with properties that have invalid names for python -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectWithDifficultlyNamedPropsMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithDifficultlyNamedPropsMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -21,18 +21,18 @@ Key | Type | Description | Notes **123-list** | String | | **$special[property.name]** | long | | [optional] value must be a 64 bit integer **123Number** | long | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithDifficultlyNamedPropsMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectWithDifficultlyNamedPropsMap | a constructor -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithDifficultlyNamedPropsMap | of(Map arg, SchemaConfiguration configuration) | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index a9fbf08eaab..15e7ecd7648 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjectWithInlineCompositionPropert type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectWithInlineCompositionPropertyMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithInlineCompositionPropertyMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,19 +16,19 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | Object | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithInlineCompositionPropertyMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectWithInlineCompositionPropertyMap | a constructor -**someProp** | | Object | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithInlineCompositionPropertyMap | of(Map arg, SchemaConfiguration configuration) | +| Object | someProp()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index cf6d1ca47be..77bf800e8c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjectWithInvalidNamedRefedPropert type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectWithInvalidNamedRefedPropertiesMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithInvalidNamedRefedPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **!reference** | List | | **from** | Map | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithInvalidNamedRefedPropertiesMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectWithInvalidNamedRefedPropertiesMap | a constructor -**from** | | FromSchema.FromSchemaMap | -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["!reference"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithInvalidNamedRefedPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| FromSchema.FromSchemaMap | from()
| +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["!reference"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 797c5f6920c..1995e967320 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjectWithNonIntersectingValues.ja type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectWithNonIntersectingValuesMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithNonIntersectingValuesMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **a** | Number | | [optional] -**any_string_name** | String | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## ObjectWithNonIntersectingValuesMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectWithNonIntersectingValuesMap | a constructor -**a** | | Number | [optional] -getAdditionalProperty | String | String | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithNonIntersectingValuesMap | of(Map arg, SchemaConfiguration configuration) | +| Number | a()
[optional] | +| String | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 0809428cd8c..a35e2ca8d73 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjectWithOnlyOptionalProps.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectWithOnlyOptionalPropsMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithOnlyOptionalPropsMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -23,11 +23,11 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectWithOnlyOptionalPropsMap | a constructor -**a** | | String | [optional] -**b** | | Number | [optional] +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithOnlyOptionalPropsMap | of(Map arg, SchemaConfiguration configuration) | +| String | a()
[optional] | +| Number | b()
[optional] | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 1d6748308ca..4ebbec91676 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ObjectWithOptionalTestProp.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ObjectWithOptionalTestPropMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithOptionalTestPropMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **test** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithOptionalTestPropMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ObjectWithOptionalTestPropMap | a constructor -**test** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectWithOptionalTestPropMap | of(Map arg, SchemaConfiguration configuration) | +| String | test()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index fc9be85a59c..33f951c5f55 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.ObjectWithValidations.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 2cfa7a07dff..c226dd3c020 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Order.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | OrderMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static OrderMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -21,23 +21,23 @@ Key | Type | Description | Notes **shipDate** | String | | [optional] value must conform to RFC-3339 date-time **status** | String | Order Status | [optional] must be one of ["placed", "approved", "delivered"] **complete** | boolean | | [optional] if omitted the server will use the default value of false -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## OrderMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | OrderMap | a constructor -**id** | | long | [optional] value must be a 64 bit integer -**petId** | | long | [optional] value must be a 64 bit integer -**quantity** | | int | [optional] value must be a 32 bit integer -**shipDate** | | String | [optional] value must conform to RFC-3339 date-time -**status** | | String | [optional] must be one of ["placed", "approved", "delivered"] -**complete** | | boolean | [optional] if omitted the server will use the default value of false -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static OrderMap | of(Map arg, SchemaConfiguration configuration) | +| long | id()
[optional] value must be a 64 bit integer | +| long | petId()
[optional] value must be a 64 bit integer | +| int | quantity()
[optional] value must be a 32 bit integer | +| String | shipDate()
[optional] value must conform to RFC-3339 date-time | +| String | status()
[optional] must be one of ["placed", "approved", "delivered"] | +| boolean | complete()
[optional] if omitted the server will use the default value of false | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 0a86b5f8b6a..1f19d158100 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.PaginatedResultMyObjectDto.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | PaginatedResultMyObjectDtoMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PaginatedResultMyObjectDtoMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -23,12 +23,12 @@ Key | Type | Description | Notes base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | PaginatedResultMyObjectDtoMap | a constructor -**count** | | long | -**results** | | ResultsList | +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PaginatedResultMyObjectDtoMap | of(Map arg, SchemaConfiguration configuration) | +| long | count()
| +| ResultsList | results()
| [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index fb0f0d1f6e1..5ee78adddb2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ParentPet.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 70ff015fe6f..6ce820c18a1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description Pet object that needs to be added to the store -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | PetMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PetMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -24,24 +24,24 @@ Key | Type | Description | Notes **category** | Map | | [optional] **tags** | List> | | [optional] **status** | String | pet status in the store | [optional] must be one of ["available", "pending", "sold"] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## PetMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | PetMap | a constructor -**name** | | String | -**photoUrls** | | PhotoUrlsList | -**id** | | long | [optional] value must be a 64 bit integer -**category** | | Category.CategoryMap | [optional] -**tags** | | TagsList | [optional] -**status** | | String | [optional] must be one of ["available", "pending", "sold"] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PetMap | of(Map arg, SchemaConfiguration configuration) | +| String | name()
| +| PhotoUrlsList | photoUrls()
| +| long | id()
[optional] value must be a 64 bit integer | +| Category.CategoryMap | category()
[optional] | +| TagsList | tags()
[optional] | +| String | status()
[optional] must be one of ["available", "pending", "sold"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 619fe57cfac..d0fb22955a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.Pig.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index bebc306e0ef..b939c02a8f7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | PlayerMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PlayerMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -20,19 +20,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | String | | [optional] **enemyPlayer** | Map | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## PlayerMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | PlayerMap | a constructor -**name** | | String | [optional] -**enemyPlayer** | | PlayerMap | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PlayerMap | of(Map arg, SchemaConfiguration configuration) | +| String | name()
[optional] | +| PlayerMap | enemyPlayer()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 9cc3eb80c31..0a00e659398 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description schema that contains a property named key -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | PublicKeyMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PublicKeyMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -19,18 +19,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **key** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## PublicKeyMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | PublicKeyMap | a constructor -**key** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PublicKeyMap | of(Map arg, SchemaConfiguration configuration) | +| String | key()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index 63ee88e9df2..6bfc7deebb7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.Quadrilateral.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index ce5752bfb1f..56f75b2d626 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.QuadrilateralInterface.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | QuadrilateralInterfaceMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static QuadrilateralInterfaceMap | validate(Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -25,19 +25,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **quadrilateralType** | String | | **shapeType** | String | | must be one of ["Quadrilateral"] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## QuadrilateralInterfaceMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | QuadrilateralInterfaceMap | a constructor -**quadrilateralType** | | String | -**shapeType** | | String | must be one of ["Quadrilateral"] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static QuadrilateralInterfaceMap | of(Map arg, SchemaConfiguration configuration) | +| String | quadrilateralType()
| +| String | shapeType()
must be one of ["Quadrilateral"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 4ed50421955..0253a70c764 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ReadOnlyFirst.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ReadOnlyFirstMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReadOnlyFirstMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bar** | String | | [optional] **baz** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReadOnlyFirstMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ReadOnlyFirstMap | a constructor -**bar** | | String | [optional] -**baz** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReadOnlyFirstMap | of(Map arg, SchemaConfiguration configuration) | +| String | bar()
[optional] | +| String | baz()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index b464c45ab39..a601252c592 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ReqPropsFromExplicitAddProps.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ReqPropsFromExplicitAddPropsMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReqPropsFromExplicitAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **invalid-name** | String | | **validName** | String | | -**any_string_name** | String | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromExplicitAddPropsMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ReqPropsFromExplicitAddPropsMap | a constructor -**validName** | | String | -get | String | String | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], -getAdditionalProperty | String | String | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReqPropsFromExplicitAddPropsMap | of(Map arg, SchemaConfiguration configuration) | +| String | validName()
| +| String | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | +| String | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 243ecc8bd19..566c2d1b0a7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ReqPropsFromTrueAddProps.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ReqPropsFromTrueAddPropsMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReqPropsFromTrueAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **invalid-name** | Object | | **validName** | Object | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromTrueAddPropsMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ReqPropsFromTrueAddPropsMap | a constructor -**validName** | | Object | -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReqPropsFromTrueAddPropsMap | of(Map arg, SchemaConfiguration configuration) | +| Object | validName()
| +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 69f368741d2..6c32beb3572 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.ReqPropsFromUnsetAddProps.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ReqPropsFromUnsetAddPropsMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReqPropsFromUnsetAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **invalid-name** | Object | | **validName** | Object | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromUnsetAddPropsMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ReqPropsFromUnsetAddPropsMap | a constructor -**validName** | | Object | -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReqPropsFromUnsetAddPropsMap | of(Map arg, SchemaConfiguration configuration) | +| Object | validName()
| +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 642718a9010..daf8cd661ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -7,18 +7,18 @@ type: JsonSchema ## Description Model for testing reserved words -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | ReturnMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static ReturnMap | validate(Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -27,18 +27,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **return** | int | this is a reserved python keyword | [optional] value must be a 32 bit integer -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReturnMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ReturnMap | a constructor -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["return"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ReturnMap | of(Map arg, SchemaConfiguration configuration) | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["return"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 0169c6746c7..13f5d6fd8aa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.ScaleneTriangle.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 27f09e0a4f8..98cf2cd8e64 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -7,18 +7,18 @@ type: JsonSchema ## Description model with an invalid class name for python, starts with a number -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | Schema200ResponseMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static Schema200ResponseMap | validate(Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -28,19 +28,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | int | | [optional] value must be a 32 bit integer **class** | String | this is a reserved python keyword | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Schema200ResponseMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | Schema200ResponseMap | a constructor -**name** | | int | [optional] value must be a 32 bit integer -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["class"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema200ResponseMap | of(Map arg, SchemaConfiguration configuration) | +| int | name()
[optional] value must be a 32 bit integer | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["class"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 21247e64e6d..8591c692bee 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.SelfReferencingArrayModel.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SelfReferencingArrayModelList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SelfReferencingArrayModelList | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index e64742a8984..bfc90b568f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.SelfReferencingObjectModel.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SelfReferencingObjectModelMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SelfReferencingObjectModelMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,18 +16,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **selfRef** | Map | | [optional] -**any_string_name** | Map | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## SelfReferencingObjectModelMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SelfReferencingObjectModelMap | a constructor -**selfRef** | | SelfReferencingObjectModelMap | [optional] -getAdditionalProperty | String | SelfReferencingObjectModelMap | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SelfReferencingObjectModelMap | of(Map arg, SchemaConfiguration configuration) | +| SelfReferencingObjectModelMap | selfRef()
[optional] | +| SelfReferencingObjectModelMap | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index 2ac32ca06a6..88ca388b8d3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.Shape.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index c86fb2bf96c..a0f86776366 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -7,18 +7,18 @@ type: JsonSchema ## Description The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index e01885e2361..91c9f8b8a34 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.SimpleQuadrilateral.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index c1cef8a8c54..ce10a43c0b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.SomeObject.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 2d6659c80bd..8540c523b45 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -7,10 +7,10 @@ type: JsonSchema ## Description model with an invalid class name for python -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SpecialModelnameMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SpecialModelnameMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -19,18 +19,18 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **a** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SpecialModelnameMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SpecialModelnameMap | a constructor -**a** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SpecialModelnameMap | of(Map arg, SchemaConfiguration configuration) | +| String | a()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index b4ff20dc09e..0817fb72a85 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.StringBooleanMap.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | StringBooleanMapMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static StringBooleanMapMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -15,17 +15,17 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | boolean | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] ## StringBooleanMapMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | StringBooleanMapMap | a constructor -getAdditionalProperty | String | boolean | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static StringBooleanMapMap | of(Map arg, SchemaConfiguration configuration) | +| boolean | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 672b7a345e7..f121f0c1020 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.StringEnum.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| null | null | | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 4871b7c11dc..3a772f96dfa 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.StringEnumWithDefaultValue.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index d9ff98a4e6c..966432b380c 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.StringSchema.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 8f8f744d1b3..88070b57895 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.StringWithValidation.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 5d4d3e61527..80f14882499 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Tag.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | TagMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static TagMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | long | | [optional] value must be a 64 bit integer **name** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## TagMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | TagMap | a constructor -**id** | | long | [optional] value must be a 64 bit integer -**name** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static TagMap | of(Map arg, SchemaConfiguration configuration) | +| long | id()
[optional] value must be a 64 bit integer | +| String | name()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 370b91a34d7..0ec698d473d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.Triangle.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## oneOf diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index dd5afb97c8b..398bfb57f24 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -4,18 +4,18 @@ org.openapijsonschematools.components.schemas.TriangleInterface.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | TriangleInterfaceMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static TriangleInterfaceMap | validate(Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -25,19 +25,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **shapeType** | String | | must be one of ["Triangle"] **triangleType** | String | | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## TriangleInterfaceMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | TriangleInterfaceMap | a constructor -**shapeType** | | String | must be one of ["Triangle"] -**triangleType** | | String | -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static TriangleInterfaceMap | of(Map arg, SchemaConfiguration configuration) | +| String | shapeType()
must be one of ["Triangle"] | +| String | triangleType()
| +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 9aec9fd343d..6bb8bff4c1d 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -4,9 +4,9 @@ org.openapijsonschematools.components.schemas.UUIDString.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 7a9650076b6..07d9982645a 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.User.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | UserMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static UserMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -28,31 +28,31 @@ Key | Type | Description | Notes **anyTypeProp** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] **anyTypeExceptNullProp** | Object | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] **anyTypePropNullable** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## UserMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | UserMap | a constructor -**id** | | long | [optional] value must be a 64 bit integer -**username** | | String | [optional] -**firstName** | | String | [optional] -**lastName** | | String | [optional] -**email** | | String | [optional] -**password** | | String | [optional] -**phone** | | String | [optional] -**userStatus** | | int | [optional] value must be a 32 bit integer -**objectWithNoDeclaredProps** | | FrozenMap | [optional] -**objectWithNoDeclaredPropsNullable** | | FrozenMap | [optional] -**anyTypeProp** | | Object | [optional] -**anyTypeExceptNullProp** | | Object | [optional] -**anyTypePropNullable** | | Object | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static UserMap | of(Map arg, SchemaConfiguration configuration) | +| long | id()
[optional] value must be a 64 bit integer | +| String | username()
[optional] | +| String | firstName()
[optional] | +| String | lastName()
[optional] | +| String | email()
[optional] | +| String | password()
[optional] | +| String | phone()
[optional] | +| int | userStatus()
[optional] value must be a 32 bit integer | +| FrozenMap | objectWithNoDeclaredProps()
[optional] | +| FrozenMap | objectWithNoDeclaredPropsNullable()
[optional] | +| Object | anyTypeProp()
[optional] | +| Object | anyTypeExceptNullProp()
[optional] | +| Object | anyTypePropNullable()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 3fe8928e74f..584cf9d1bed 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Whale.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | WhaleMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static WhaleMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -18,20 +18,20 @@ Key | Type | Description | Notes **className** | String | | must be one of ["whale"] **hasBaleen** | boolean | | [optional] **hasTeeth** | boolean | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## WhaleMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | WhaleMap | a constructor -**className** | | String | must be one of ["whale"] -**hasBaleen** | | boolean | [optional] -**hasTeeth** | | boolean | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static WhaleMap | of(Map arg, SchemaConfiguration configuration) | +| String | className()
must be one of ["whale"] | +| boolean | hasBaleen()
[optional] | +| boolean | hasTeeth()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 76457e64cc7..0b78f1918cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -4,10 +4,10 @@ org.openapijsonschematools.components.schemas.Zebra.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | ZebraMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ZebraMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,19 +17,19 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **className** | String | | must be one of ["zebra"] **type** | String | | [optional] must be one of ["plains", "mountain", "grevys"] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ZebraMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | ZebraMap | a constructor -**className** | | String | must be one of ["zebra"] -**type** | | String | [optional] must be one of ["plains", "mountain", "grevys"] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ZebraMap | of(Map arg, SchemaConfiguration configuration) | +| String | className()
must be one of ["zebra"] | +| String | type()
[optional] must be one of ["plains", "mountain", "grevys"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index 9e84d715f86..aa8da54dbff 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter0. type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 704b097a619..57ad4c8052d 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter1. type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 6a27f7ebe87..a600f7f0316 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.commonparamsubdir.get.parameters.parameter0.Sch type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 02a6ee783ad..f6df27ee168 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.commonparamsubdir.parameters.parameter0.PathPar type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index 5d26bf42a12..c5373b32b09 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.commonparamsubdir.post.parameters.parameter0.Sc type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index ac930832885..d74f7d5131d 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter0.Schema0.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 354d61b7bb4..9a53a6e181b 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter1.Schema1.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index 3385f1a8a64..cc4bda1435e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter2.Schema2.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 36b74682a79..c952c52c3cc 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter3.Schema3.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index d0d0bed9c40..c4fbad43bcb 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter4.Schema4.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 0d12ef17878..b0c7622cb0d 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter5.Schema5.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 22b65dcbdfc..3cb33cfc9a9 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter0.Schema0.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList0 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index b92bdb45507..c3348dfd2e9 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter1.Schema1.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 46fc2ecd5ba..ac40b2c0d7f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter2.Schema2.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList2 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList2 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 6f7fb2b950a..b0e96daf899 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter3.Schema3.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index eaac7365b47..4a3dae14b4f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter4.Schema4.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| int | int | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 00d5ccadacc..d43d122d278 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter5.Schema5.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| double | double | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static double | validate(double arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index c799ba3946e..52af46cdd6f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fake.get.requestbody.content.applicationxwwwfor type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,18 +17,18 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **enum_form_string_array** | List | Form parameter enum test (string array) | [optional] **enum_form_string** | String | Form parameter enum test (string) | [optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**enum_form_string_array** | | EnumFormStringArrayList | [optional] -**enum_form_string** | | String | [optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| EnumFormStringArrayList | enum_form_string_array()
[optional] | +| String | enum_form_string()
[optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 0314c603eca..c944d728c61 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fake.get.responses.response404.content.applicat type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 1414d752456..b9b6b331d15 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fake.post.requestbody.content.applicationxwwwfo type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -29,24 +29,24 @@ Key | Type | Description | Notes **dateTime** | String | None | [optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time **password** | String | None | [optional] **callback** | String | None | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**pattern_without_delimiter** | | String | -**int32** | | int | [optional] value must be a 32 bit integer -**int64** | | long | [optional] value must be a 64 bit integer -**binary** | | String | [optional] -**date** | | String | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD -**dateTime** | | String | [optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time -**password** | | String | [optional] -**callback** | | String | [optional] -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | pattern_without_delimiter()
| +| int | int32()
[optional] value must be a 32 bit integer | +| long | int64()
[optional] value must be a 64 bit integer | +| String | binary()
[optional] | +| String | date()
[optional] value must conform to RFC-3339 full-date YYYY-MM-DD | +| String | dateTime()
[optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time | +| String | password()
[optional] | +| String | callback()
[optional] | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index d6c725a6888..d01d7959076 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakebodywithqueryparams.put.parameters.paramete type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 67b1cc2de10..33f0f0dfb10 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.paramete type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index f760ed584fe..aaa573a2c77 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.paramete type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 290fdb4bcc2..2e9b0ceae88 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.paramete type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 921c423b6dd..3505d714163 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakedeletecoffeeid.delete.parameters.parameter0 type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 02a85a68f90..33491a72584 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakeinlineadditionalproperties.post.requestbody type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -15,15 +15,15 @@ type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**any_string_name** | String | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -getAdditionalProperty | String | String | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index b715e1c277f..01a1c631b4e 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -4,18 +4,18 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index d929e850f9b..887739aa30a 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap1 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap1 | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,17 +16,17 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | Object | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap1 ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap1 | a constructor -**someProp** | | Object | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap1 | of(Map arg, SchemaConfiguration configuration) | +| Object | someProp()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index a5d251cbb5f..2e88702e87a 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -4,18 +4,18 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content. type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 2d15f61cd97..c7c2eb0f6c4 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content. type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,17 +16,17 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | Object | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**someProp** | | Object | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| Object | someProp()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index c31d27dce73..fbcc9707933 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -4,18 +4,18 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response20 type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Composed Schemas (allOf/anyOf/oneOf/not) ## allOf diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 6c4637280af..62de9146b21 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response20 type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,17 +16,17 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **someProp** | Object | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**someProp** | | Object | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| Object | someProp()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index f2a1ac9fb75..6f610ce0140 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakejsonformdata.get.requestbody.content.applic type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,17 +17,17 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **param** | String | field1 | **param2** | String | field2 | -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**param** | | String | -**param2** | | String | -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | param()
| +| String | param2()
| +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 4b0d8f6dc8f..3cdf0129cf4 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakejsonwithcharset.post.requestbody.content.ap type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index a0adce2838f..0e8f715dd01 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakejsonwithcharset.post.responses.response200. type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index f5709ed35c4..edc68ab62c6 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.reques type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,16 +16,16 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **a** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**a** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | a()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 0df0a19fd9c..aa145c92695 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.reques type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,16 +16,16 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **b** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**b** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | b()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index b55ccfed9bb..fa52f0ac734 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.respon type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index cfae13d39e4..157f1cfc2c1 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.respon type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 972d4b8abed..236042f1c34 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.respon type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index ac3b1373287..fa1029d1779 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakemultiplesecurities.get.responses.response20 type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 96933495d7e..12a4bc27876 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakeobjinquery.get.parameters.parameter0.Schema type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap0 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap0 | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,16 +16,16 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **keyword** | String | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap0 ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap0 | a constructor -**keyword** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap0 | of(Map arg, SchemaConfiguration configuration) | +| String | keyword()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index d3c60b308f4..49123af82e3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 08c6ddd395b..192b8436ce1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index c6e30a12a2a..932bc6e50dd 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index bd0d65ebd6b..80b88287225 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index 5ca3ebe8e2e..ae16e7d2171 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index fbbb02458b2..b6cf3b95455 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index cfc39cad844..b831e078091 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index 87a07aed72c..239a45ad751 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 291a4f4c0cf..36407b2c766 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 95cfd8fdec8..c09aa2201fb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index d8f38d38b7f..1e9b8029b6a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 81fd4d2adaf..fbaedf91d39 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index 8a427a0f834..4a6968e1c60 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index c7bdec64f31..0c804deed04 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index a09fa4c952c..a1290623c6a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index f300f84ff26..692fd307ed8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index eae35d51baa..e7695ace1fc 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 61e1ab894d9..5de8fb83cc7 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index 026505aa92c..e493616e701 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index 1e813111881..cd2ebacd315 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.request type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index c27ee5b4cf3..e46444cf8bf 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.respons type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index b012e44a798..37e75d33229 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.param type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 1c158e5d707..77fa61bb721 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.reque type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,17 +17,17 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **requiredFile** | String | file to upload | **additionalMetadata** | String | Additional data to pass to server | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**requiredFile** | | String | -**additionalMetadata** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | requiredFile()
| +| String | additionalMetadata()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 734bea749ad..965185f74aa 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.parameter type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index f849ca47ee6..46e0cc09dab 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.responses type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index b46973021a6..cc13c9f1226 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList0 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 9f577245f5b..827f0d8420f 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList1 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList1 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 4be6225977b..5f950e6453f 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList2 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList2 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index f77dc55f175..ef50ac110f6 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList3 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList3 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index c4de93f7c27..a05b37593c8 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList4 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList4 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 4091de5481b..77f44cf425a 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -7,7 +7,7 @@ type: JsonSchema ## Description file to upload -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| BinaryString | BinaryString | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index d65c2fb46c1..6d585dfe29a 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -7,7 +7,7 @@ type: JsonSchema ## Description file to download -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| BinaryString | BinaryString | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 106ff1255eb..8d67e2675de 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakeuploadfile.post.requestbody.content.multipa type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,17 +17,17 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | String | file to upload | **additionalMetadata** | String | Additional data to pass to server | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**file** | | String | -**additionalMetadata** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | file()
| +| String | additionalMetadata()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 76553ca3a3d..9a7e88757b6 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.fakeuploadfiles.post.requestbody.content.multip type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,17 +16,17 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **files** | List | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**files** | | FilesList | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| FilesList | files()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index c92c1dbb1dc..280c7caf91f 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response1xx type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 287516576e7..40bcc6f3ef1 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response200 type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index c6b0d12ba0f..7a965faa9f9 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response2xx type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index f2f6507b400..6542e143d2b 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response3xx type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index 6ca9554c683..4a321878773 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response4xx type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index e677de7b34e..d8b99e0745e 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -4,15 +4,15 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response5xx type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | -| Map | FrozenMap | | -| List | FrozenList | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 387e981785f..cc3647f7cf5 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.foo.get.responses.responsedefault.content.appli type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -16,16 +16,16 @@ type: Map Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **string** | Map | | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -get | String | Object | This model has invalid python names so this method is used under the hood when you access instance["string"], -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["string"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 7071435f683..279f8fd516e 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.petfindbystatus.get.parameters.parameter0.Schem type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList0 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 33e4c6a6e2c..28bb9355ac0 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.petfindbytags.get.parameters.parameter0.Schema0 type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| List | SchemaList0 | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 95c11789929..87530a6ff12 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.petpetid.delete.parameters.parameter0.Schema0.j type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index 48c443635d5..d80955e4086 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.petpetid.delete.parameters.parameter1.Schema1.j type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index 6bf7fc3fc78..e087d9e0a57 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.petpetid.get.parameters.parameter0.Schema0.java type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 97662d74a71..2f5fa941f84 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.petpetid.post.parameters.parameter0.Schema0.jav type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6b9aaf12c9d..20fa23be886 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.petpetid.post.requestbody.content.applicationxw type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,17 +17,17 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | String | Updated name of the pet | [optional] **status** | String | Updated status of the pet | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**name** | | String | [optional] -**status** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | name()
[optional] | +| String | status()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 603530139f7..956646458d9 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.petpetiduploadimage.post.parameters.parameter0. type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 3adaf9166d4..db965b6be31 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -4,10 +4,10 @@ org.openapijsonschematools.paths.petpetiduploadimage.post.requestbody.content.mu type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| Map | SchemaMap | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -17,17 +17,17 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **additionalMetadata** | String | Additional data to pass to server | [optional] **file** | String | file to upload | [optional] -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap ``` base class: FrozenMap ``` -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map | SchemaMap | a constructor -**additionalMetadata** | | String | [optional] -**file** | | String | [optional] -getAdditionalProperty | String | Object | provides type safety for additional properties +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | additionalMetadata()
[optional] | +| String | file()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 63ecca93ba4..6ae811c2834 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.storeorderorderid.delete.parameters.parameter0. type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index 04b30a1199d..e57a46272ea 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.storeorderorderid.get.parameters.parameter0.Sch type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| long | long | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index c993ef9b29c..245a34afefd 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.userlogin.get.parameters.parameter0.Schema0.jav type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index d50e198d250..e9b1094522a 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.userlogin.get.parameters.parameter1.Schema1.jav type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index b88dfcd605b..0ca8231b0d2 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.userlogin.get.responses.response200.content.app type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 29b149a4816..54d560a2269 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.userlogin.get.responses.response200.content.app type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 4f87b49fdd3..d4b93a99707 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xex type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| String | String | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index bb50868ce90..b3e0e26948a 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -4,7 +4,7 @@ org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xra type: JsonSchema ``` -## validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | -| int | int | | +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index cdce29f3a7e..d15783e02fc 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -26,9 +26,9 @@ Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- {{> src/main/java/org/openapitools/components/schemas/__refclass_partial }} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} {{else}} -{{headerSize}}# validate method -| Input Type | Return Type | Notes | -| ---------- | ----------- | ----- | +{{headerSize}}# Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | {{> src/main/java/org/openapitools/components/schemas/docschema_io_types }} {{#or properties additionalProperties requiredProperties}} @@ -55,13 +55,13 @@ Key | Type | Description | Notes {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} -**any_string_name** | Object | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] {{else}} -**any_string_name** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} +**anyStringName** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} {{/if}} {{/unless}} {{else}} -**any_string_name** | Object | any string name can be used but the value must be the correct type | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] {{/with}} {{#if mapOutputJsonPathPiece}} @@ -77,33 +77,33 @@ base class: FrozenMap {{/if}} ``` -{{headerSize}}## methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -of | Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> | {{mapOutputJsonPathPiece.camelCase}} | a constructor +{{headerSize}}## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static {{mapOutputJsonPathPiece.camelCase}} | of(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> arg, SchemaConfiguration configuration) | {{#each requiredProperties}} {{#if @key.isValid}} -**{{@key.original}}** | | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} +| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | {{@key.original}}()
{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | {{/if}} {{/each}} {{#each optionalProperties}} {{#if @key.isValid}} -**{{@key.original}}** | | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} +| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | {{@key.original}}()
[optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | {{/if}} {{/each}} {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} -get | String | {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type }}{{else}}Object{{/with}} | This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} +| {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type }}{{else}}Object{{/with}} | get(String key)
This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} | {{/or}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} -getAdditionalProperty | String | Object | provides type safety for additional properties +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | {{else}} -getAdditionalProperty | String | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | provides type safety for additional properties +| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | getAdditionalProperty(String name)
provides type safety for additional properties | {{/if}} {{/unless}} {{else}} -getAdditionalProperty | String | Object | provides type safety for additional properties +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | {{/with}} {{/or}} {{#if items}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs index bf9d0a16457..c225ddbf1f5 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -1,52 +1,52 @@ {{#eq types null}} -| String | String | | -| null | null | | -| int | int | | -| long | long | | -| float | float | | -| double | double | | -| boolean | boolean | | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | {{#if mapOutputJsonPathPiece }} -| Map | {{mapOutputJsonPathPiece.camelCase}} | | +| static {{mapOutputJsonPathPiece.camelCase}} | validate(Map arg, SchemaConfiguration configuration) | {{else}} -| Map | FrozenMap | | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | {{/if}} {{#if arrayOutputJsonPathPiece}} -| List | {{arrayOutputJsonPathPiece.camelCase}} | | +| static {{arrayOutputJsonPathPiece.camelCase}} | validate(List arg, SchemaConfiguration configuration) | {{else}} -| List | FrozenList | | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | {{/if}} {{else}} {{#each types}} {{#eq this "boolean"}} -| boolean | boolean | | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | {{else}} {{#eq this "null"}} -| null | null | | +| static Void | validate(Void arg, SchemaConfiguration configuration) | {{else}} {{#eq this "string"}} {{#eq format "binary"}} {{! todo binary types}} -| BinaryString | BinaryString | | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | {{else}} -| String | String | | +| static String | validate(String arg, SchemaConfiguration configuration) | {{/eq}} {{else}} {{#eq this "number"}} {{#eq ../format null}} -| Number | Number | | +| static Number | validate(Number arg, SchemaConfiguration configuration) | {{else}} {{#eq ../format "float"}} -| float | float | | +| static float | validate(float arg, SchemaConfiguration configuration) | {{else}} {{#eq ../format "double"}} -| double | double | | +| static double | validate(double arg, SchemaConfiguration configuration) | {{else}} {{#eq ../format "int32"}} -| int | int | | +| static int | validate(int arg, SchemaConfiguration configuration) | {{else}} {{#eq ../format "int64"}} -| long | long | | +| static long | validate(long arg, SchemaConfiguration configuration) | {{/eq}} {{/eq}} {{/eq}} @@ -55,27 +55,27 @@ {{else}} {{#eq this "integer"}} {{#eq ../format null}} -| long | long | | +| static long | validate(long arg, SchemaConfiguration configuration) | {{else}} {{#eq ../format "int32"}} -| int | int | | +| static int | validate(int arg, SchemaConfiguration configuration) | {{else}} -| long | long | | +| static long | validate(long arg, SchemaConfiguration configuration) | {{/eq}} {{/eq}} {{else}} {{#eq this "array"}} {{#with ../items}} -| List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> | {{../../arrayOutputJsonPathPiece.camelCase}} | | +| static {{../../arrayOutputJsonPathPiece.camelCase}} | validate(List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> arg, SchemaConfiguration configuration) | {{else}} -| List | FrozenList | | +| static FrozenList | validate(List arg, SchemaConfiguration configuration) | {{/with}} {{else}} {{#eq this "object"}} {{#with ../mapValueSchema}} -| Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> | {{../../mapOutputJsonPathPiece.camelCase}} | | +| static {{../../mapOutputJsonPathPiece.camelCase}} | validate(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> arg, SchemaConfiguration configuration) | {{else}} -| Map | FrozenMap | | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | {{/with}} {{/eq}} {{/eq}} From 5549734188cfe0c67096cbd1474c98afc2200cd5 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 13:57:13 -0800 Subject: [PATCH 26/72] Adds nested class summary --- .../Int32JsonContentTypeHeaderSchema.md | 9 ++++- .../numberheader/NumberHeaderSchema.md | 9 ++++- .../RefContentSchemaHeaderSchema.md | 9 ++++- .../refschemaheader/RefSchemaHeaderSchema.md | 9 ++++- .../stringheader/StringHeaderSchema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../parameters/pathusername/Schema.md | 9 ++++- .../refschemastringwithvalidation/Schema.md | 9 ++++- .../client/content/applicationjson/Schema.md | 9 ++++- .../pet/content/applicationjson/Schema.md | 9 ++++- .../pet/content/applicationxml/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 10 +++++- .../headers/location/LocationSchema.md | 9 ++++- .../content/applicationjson/Schema.md | 10 +++++- .../content/applicationxml/Schema.md | 10 +++++- .../content/applicationjson/Schema.md | 11 +++++- .../headers/someheader/SomeHeaderSchema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../components/schemas/AbstractStepMessage.md | 11 +++++- .../schemas/AdditionalPropertiesClass.md | 30 +++++++++++++++- .../schemas/AdditionalPropertiesSchema.md | 18 +++++++++- .../AdditionalPropertiesWithArrayOfEnums.md | 12 ++++++- .../java/docs/components/schemas/Address.md | 11 +++++- .../java/docs/components/schemas/Animal.md | 12 ++++++- .../docs/components/schemas/AnimalFarm.md | 10 +++++- .../components/schemas/AnyTypeAndFormat.md | 19 +++++++++- .../components/schemas/AnyTypeNotString.md | 10 +++++- .../components/schemas/ApiResponseSchema.md | 13 ++++++- .../java/docs/components/schemas/Apple.md | 12 ++++++- .../java/docs/components/schemas/AppleReq.md | 13 ++++++- .../components/schemas/ArrayHoldingAnyType.md | 11 +++++- .../schemas/ArrayOfArrayOfNumberOnly.md | 15 +++++++- .../docs/components/schemas/ArrayOfEnums.md | 10 +++++- .../components/schemas/ArrayOfNumberOnly.md | 13 ++++++- .../java/docs/components/schemas/ArrayTest.md | 22 +++++++++++- .../schemas/ArrayWithValidationsInItems.md | 11 +++++- .../java/docs/components/schemas/Banana.md | 11 +++++- .../java/docs/components/schemas/BananaReq.md | 13 ++++++- .../java/docs/components/schemas/Bar.md | 9 ++++- .../java/docs/components/schemas/BasquePig.md | 11 +++++- .../docs/components/schemas/BooleanEnum.md | 9 ++++- .../docs/components/schemas/BooleanSchema.md | 9 ++++- .../docs/components/schemas/Capitalization.md | 16 ++++++++- .../java/docs/components/schemas/Cat.md | 12 ++++++- .../java/docs/components/schemas/Category.md | 12 ++++++- .../java/docs/components/schemas/ChildCat.md | 12 ++++++- .../docs/components/schemas/ClassModel.md | 11 +++++- .../java/docs/components/schemas/Client.md | 11 +++++- .../schemas/ComplexQuadrilateral.md | 12 ++++++- ...omposedAnyOfDifferentTypesNoValidations.md | 27 +++++++++++++- .../docs/components/schemas/ComposedArray.md | 11 +++++- .../docs/components/schemas/ComposedBool.md | 10 +++++- .../docs/components/schemas/ComposedNone.md | 10 +++++- .../docs/components/schemas/ComposedNumber.md | 10 +++++- .../docs/components/schemas/ComposedObject.md | 10 +++++- .../schemas/ComposedOneOfDifferentTypes.md | 16 ++++++++- .../docs/components/schemas/ComposedString.md | 10 +++++- .../java/docs/components/schemas/Currency.md | 9 ++++- .../java/docs/components/schemas/DanishPig.md | 11 +++++- .../docs/components/schemas/DateTimeTest.md | 9 ++++- .../schemas/DateTimeWithValidations.md | 9 ++++- .../components/schemas/DateWithValidations.md | 9 ++++- .../docs/components/schemas/DecimalPayload.md | 9 ++++- .../java/docs/components/schemas/Dog.md | 12 ++++++- .../java/docs/components/schemas/Drawing.md | 12 ++++++- .../docs/components/schemas/EnumArrays.md | 14 +++++++- .../java/docs/components/schemas/EnumClass.md | 9 ++++- .../java/docs/components/schemas/EnumTest.md | 14 +++++++- .../components/schemas/EquilateralTriangle.md | 12 ++++++- .../java/docs/components/schemas/File.md | 11 +++++- .../components/schemas/FileSchemaTestClass.md | 12 ++++++- .../java/docs/components/schemas/Foo.md | 10 +++++- .../docs/components/schemas/FormatTest.md | 33 ++++++++++++++++- .../docs/components/schemas/FromSchema.md | 12 ++++++- .../java/docs/components/schemas/Fruit.md | 11 +++++- .../java/docs/components/schemas/FruitReq.md | 10 +++++- .../java/docs/components/schemas/GmFruit.md | 11 +++++- .../components/schemas/GrandparentAnimal.md | 11 +++++- .../components/schemas/HasOnlyReadOnly.md | 12 ++++++- .../components/schemas/HealthCheckResult.md | 11 +++++- .../docs/components/schemas/IntegerEnum.md | 9 ++++- .../docs/components/schemas/IntegerEnumBig.md | 9 ++++- .../components/schemas/IntegerEnumOneValue.md | 9 ++++- .../schemas/IntegerEnumWithDefaultValue.md | 9 ++++- .../docs/components/schemas/IntegerMax10.md | 9 ++++- .../docs/components/schemas/IntegerMin15.md | 9 ++++- .../components/schemas/IsoscelesTriangle.md | 12 ++++++- .../java/docs/components/schemas/Items.md | 11 +++++- .../components/schemas/JSONPatchRequest.md | 11 +++++- .../schemas/JSONPatchRequestAddReplaceTest.md | 14 +++++++- .../schemas/JSONPatchRequestMoveCopy.md | 14 +++++++- .../schemas/JSONPatchRequestRemove.md | 13 ++++++- .../java/docs/components/schemas/Mammal.md | 9 ++++- .../java/docs/components/schemas/MapTest.md | 21 ++++++++++- ...dPropertiesAndAdditionalPropertiesClass.md | 14 +++++++- .../java/docs/components/schemas/Money.md | 12 ++++++- .../docs/components/schemas/MyObjectDto.md | 12 ++++++- .../java/docs/components/schemas/Name.md | 13 ++++++- .../schemas/NoAdditionalProperties.md | 13 ++++++- .../docs/components/schemas/NullableClass.md | 35 ++++++++++++++++++- .../docs/components/schemas/NullableShape.md | 10 +++++- .../docs/components/schemas/NullableString.md | 9 ++++- .../docs/components/schemas/NumberOnly.md | 11 +++++- .../docs/components/schemas/NumberSchema.md | 9 ++++- .../schemas/NumberWithValidations.md | 9 ++++- .../schemas/ObjWithRequiredProps.md | 11 +++++- .../schemas/ObjWithRequiredPropsBase.md | 11 +++++- .../components/schemas/ObjectInterface.md | 9 ++++- .../ObjectModelWithArgAndArgsProperties.md | 12 ++++++- .../schemas/ObjectModelWithRefProps.md | 10 +++++- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 12 ++++++- .../schemas/ObjectWithCollidingProperties.md | 12 ++++++- .../schemas/ObjectWithDecimalProperties.md | 11 +++++- .../ObjectWithDifficultlyNamedProps.md | 13 ++++++- .../ObjectWithInlineCompositionProperty.md | 12 ++++++- .../ObjectWithInvalidNamedRefedProperties.md | 10 +++++- .../ObjectWithNonIntersectingValues.md | 12 ++++++- .../schemas/ObjectWithOnlyOptionalProps.md | 13 ++++++- .../schemas/ObjectWithOptionalTestProp.md | 11 +++++- .../schemas/ObjectWithValidations.md | 9 ++++- .../java/docs/components/schemas/Order.md | 16 ++++++++- .../schemas/PaginatedResultMyObjectDto.md | 14 +++++++- .../java/docs/components/schemas/ParentPet.md | 9 ++++- .../java/docs/components/schemas/Pet.md | 18 +++++++++- .../java/docs/components/schemas/Pig.md | 9 ++++- .../java/docs/components/schemas/Player.md | 11 +++++- .../java/docs/components/schemas/PublicKey.md | 11 +++++- .../docs/components/schemas/Quadrilateral.md | 9 ++++- .../schemas/QuadrilateralInterface.md | 12 ++++++- .../docs/components/schemas/ReadOnlyFirst.md | 12 ++++++- .../java/docs/components/schemas/RefPet.md | 9 ++++- .../schemas/ReqPropsFromExplicitAddProps.md | 11 +++++- .../schemas/ReqPropsFromTrueAddProps.md | 11 +++++- .../schemas/ReqPropsFromUnsetAddProps.md | 10 +++++- .../docs/components/schemas/ReturnSchema.md | 11 +++++- .../components/schemas/ScaleneTriangle.md | 12 ++++++- .../components/schemas/Schema200Response.md | 12 ++++++- .../schemas/SelfReferencingArrayModel.md | 10 +++++- .../schemas/SelfReferencingObjectModel.md | 10 +++++- .../java/docs/components/schemas/Shape.md | 9 ++++- .../docs/components/schemas/ShapeOrNull.md | 10 +++++- .../components/schemas/SimpleQuadrilateral.md | 12 ++++++- .../docs/components/schemas/SomeObject.md | 9 ++++- .../components/schemas/SpecialModelname.md | 11 +++++- .../components/schemas/StringBooleanMap.md | 11 +++++- .../docs/components/schemas/StringEnum.md | 9 ++++- .../schemas/StringEnumWithDefaultValue.md | 9 ++++- .../docs/components/schemas/StringSchema.md | 9 ++++- .../schemas/StringWithValidation.md | 9 ++++- .../java/docs/components/schemas/Tag.md | 12 ++++++- .../java/docs/components/schemas/Triangle.md | 9 ++++- .../components/schemas/TriangleInterface.md | 12 ++++++- .../docs/components/schemas/UUIDString.md | 9 ++++- .../java/docs/components/schemas/User.md | 24 ++++++++++++- .../java/docs/components/schemas/Whale.md | 13 ++++++- .../java/docs/components/schemas/Zebra.md | 13 ++++++- .../content/applicationjson/Schema.md | 9 ++++- .../delete/parameters/parameter0/Schema0.md | 9 ++++- .../delete/parameters/parameter1/Schema1.md | 9 ++++- .../get/parameters/parameter0/Schema0.md | 9 ++++- .../parameters/parameter0/PathParamSchema0.md | 9 ++++- .../post/parameters/parameter0/Schema0.md | 9 ++++- .../delete/parameters/parameter0/Schema0.md | 9 ++++- .../delete/parameters/parameter1/Schema1.md | 9 ++++- .../delete/parameters/parameter2/Schema2.md | 9 ++++- .../delete/parameters/parameter3/Schema3.md | 9 ++++- .../delete/parameters/parameter4/Schema4.md | 9 ++++- .../delete/parameters/parameter5/Schema5.md | 9 ++++- .../fake/get/parameters/parameter0/Schema0.md | 11 +++++- .../fake/get/parameters/parameter1/Schema1.md | 9 ++++- .../fake/get/parameters/parameter2/Schema2.md | 11 +++++- .../fake/get/parameters/parameter3/Schema3.md | 9 ++++- .../fake/get/parameters/parameter4/Schema4.md | 9 ++++- .../fake/get/parameters/parameter5/Schema5.md | 9 ++++- .../applicationxwwwformurlencoded/Schema.md | 14 +++++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../applicationxwwwformurlencoded/Schema.md | 24 ++++++++++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../put/parameters/parameter0/Schema0.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../put/parameters/parameter0/Schema0.md | 9 ++++- .../put/parameters/parameter1/Schema1.md | 9 ++++- .../put/parameters/parameter2/Schema2.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../delete/parameters/parameter0/Schema0.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 11 +++++- .../post/parameters/parameter0/Schema0.md | 10 +++++- .../post/parameters/parameter1/Schema1.md | 12 ++++++- .../content/applicationjson/Schema.md | 10 +++++- .../content/multipartformdata/Schema.md | 12 ++++++- .../content/applicationjson/Schema.md | 10 +++++- .../content/multipartformdata/Schema.md | 12 ++++++- .../applicationxwwwformurlencoded/Schema.md | 12 ++++++- .../applicationjsonpatchjson/Schema.md | 9 ++++- .../applicationjsoncharsetutf8/Schema.md | 9 ++++- .../applicationjsoncharsetutf8/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 11 +++++- .../content/multipartformdata/Schema.md | 11 +++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../get/parameters/parameter0/Schema0.md | 11 +++++- .../post/parameters/parameter0/Schema0.md | 9 ++++- .../post/parameters/parameter1/Schema1.md | 9 ++++- .../post/parameters/parameter10/Schema10.md | 9 ++++- .../post/parameters/parameter11/Schema11.md | 9 ++++- .../post/parameters/parameter12/Schema12.md | 9 ++++- .../post/parameters/parameter13/Schema13.md | 9 ++++- .../post/parameters/parameter14/Schema14.md | 9 ++++- .../post/parameters/parameter15/Schema15.md | 9 ++++- .../post/parameters/parameter16/Schema16.md | 9 ++++- .../post/parameters/parameter17/Schema17.md | 9 ++++- .../post/parameters/parameter18/Schema18.md | 9 ++++- .../post/parameters/parameter2/Schema2.md | 9 ++++- .../post/parameters/parameter3/Schema3.md | 9 ++++- .../post/parameters/parameter4/Schema4.md | 9 ++++- .../post/parameters/parameter5/Schema5.md | 9 ++++- .../post/parameters/parameter6/Schema6.md | 9 ++++- .../post/parameters/parameter7/Schema7.md | 9 ++++- .../post/parameters/parameter8/Schema8.md | 9 ++++- .../post/parameters/parameter9/Schema9.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../post/parameters/parameter0/Schema0.md | 9 ++++- .../content/multipartformdata/Schema.md | 12 ++++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema0.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../get/parameters/parameter0/Schema0.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../put/parameters/parameter0/Schema0.md | 11 +++++- .../put/parameters/parameter1/Schema1.md | 11 +++++- .../put/parameters/parameter2/Schema2.md | 11 +++++- .../put/parameters/parameter3/Schema3.md | 11 +++++- .../put/parameters/parameter4/Schema4.md | 11 +++++- .../put/parameters/parameter5/Schema5.md | 9 ++++- .../content/applicationoctetstream/Schema.md | 9 ++++- .../content/applicationoctetstream/Schema.md | 9 ++++- .../content/multipartformdata/Schema.md | 12 ++++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/multipartformdata/Schema.md | 13 ++++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 10 +++++- .../get/parameters/parameter0/Schema0.md | 11 +++++- .../get/parameters/parameter0/Schema0.md | 11 +++++- .../delete/parameters/parameter0/Schema0.md | 9 ++++- .../delete/parameters/parameter1/Schema1.md | 9 ++++- .../get/parameters/parameter0/Schema0.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationxml/Schema.md | 9 ++++- .../post/parameters/parameter0/Schema0.md | 9 ++++- .../applicationxwwwformurlencoded/Schema.md | 12 ++++++- .../post/parameters/parameter0/Schema0.md | 9 ++++- .../content/multipartformdata/Schema.md | 12 ++++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationxml/Schema.md | 9 ++++- .../delete/parameters/parameter0/Schema0.md | 9 ++++- .../get/parameters/parameter0/Schema0.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationxml/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../get/parameters/parameter0/Schema0.md | 9 ++++- .../get/parameters/parameter1/Schema1.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationxml/Schema.md | 9 ++++- .../xexpiresafter/XExpiresAfterSchema.md | 9 ++++- .../applicationjson/XRateLimitSchema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../content/applicationxml/Schema.md | 9 ++++- .../content/applicationjson/Schema.md | 9 ++++- .../components/schemas/Schema_doc.hbs | 21 ++++++++++- 300 files changed, 2912 insertions(+), 300 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index 32a7f2c39dd..8bcd7502d87 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -1,5 +1,12 @@ -# Int32JsonContentTypeHeaderSchema1 +# Int32JsonContentTypeHeaderSchema org.openapijsonschematools.components.headers.int32jsoncontenttypeheader.content.applicationjson.Int32JsonContentTypeHeaderSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Int32JsonContentTypeHeaderSchema.Int32JsonContentTypeHeaderSchema1
schema class | + +## Int32JsonContentTypeHeaderSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index d92b9213a7e..61c9d94c8ea 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -1,5 +1,12 @@ -# NumberHeaderSchema1 +# NumberHeaderSchema org.openapijsonschematools.components.headers.numberheader.NumberHeaderSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | NumberHeaderSchema.NumberHeaderSchema1
schema class | + +## NumberHeaderSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index ef92fdd7983..52b4b5bb9bd 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -1,5 +1,12 @@ -# RefContentSchemaHeaderSchema1 +# RefContentSchemaHeaderSchema org.openapijsonschematools.components.headers.refcontentschemaheader.content.applicationjson.RefContentSchemaHeaderSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | RefContentSchemaHeaderSchema.RefContentSchemaHeaderSchema1
schema class | + +## RefContentSchemaHeaderSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 86b2471ce09..456e6306d56 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -1,5 +1,12 @@ -# RefSchemaHeaderSchema1 +# RefSchemaHeaderSchema org.openapijsonschematools.components.headers.refschemaheader.RefSchemaHeaderSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | RefSchemaHeaderSchema.RefSchemaHeaderSchema1
schema class | + +## RefSchemaHeaderSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 9692b1c21aa..33711b4ec1d 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -1,5 +1,12 @@ -# StringHeaderSchema1 +# StringHeaderSchema org.openapijsonschematools.components.headers.stringheader.StringHeaderSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | StringHeaderSchema.StringHeaderSchema1
schema class | + +## StringHeaderSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 2cd5da0a977..9011dc3d67a 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.components.parameters.componentrefschemastringwithvalidation.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index 0a1a3566781..b6dd851ad90 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.components.parameters.pathusername.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index 233fcb0dfb3..4fd31a32b3e 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.components.parameters.refschemastringwithvalidation.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index 91ef9284f92..b9315bd3fd5 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.components.requestbodies.client.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index b5ffebed839..54951fc7597 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.components.requestbodies.pet.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index fca10df3fb5..44d4fec4f3f 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.components.requestbodies.pet.content.applicationxml.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index ec59e8506e1..2df9c79add0 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -1,5 +1,13 @@ -# Schema1 +# Schema org.openapijsonschematools.components.requestbodies.userarray.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.SchemaList
output class for List payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index 768aec649b9..82a5915e8c0 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -1,5 +1,12 @@ -# LocationSchema1 +# LocationSchema org.openapijsonschematools.components.responses.headerswithnobody.headers.location.LocationSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | LocationSchema.LocationSchema1
schema class | + +## LocationSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index bfaf49bccfd..50f948700c2 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -1,5 +1,13 @@ -# Schema1 +# Schema org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.SchemaList
output class for List payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 7a1d036576e..6606d105ddc 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -1,5 +1,13 @@ -# Schema1 +# Schema org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationxml.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.SchemaList
output class for List payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 27b20913a78..d3c666c8c2e 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -1,5 +1,14 @@ -# Schema1 +# Schema org.openapijsonschematools.components.responses.successinlinecontentandheader.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.AdditionalProperties
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 1448259dfd5..082d66a9fe7 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -1,5 +1,12 @@ -# SomeHeaderSchema1 +# SomeHeaderSchema org.openapijsonschematools.components.responses.successinlinecontentandheader.headers.someheader.SomeHeaderSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | SomeHeaderSchema.SomeHeaderSchema1
schema class | + +## SomeHeaderSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index 8216a402a49..54474ee7500 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.components.responses.successwithjsonapiresponse.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 2d80f44c31c..744ea7cc1c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -1,5 +1,14 @@ -# AbstractStepMessage1 +# AbstractStepMessage org.openapijsonschematools.components.schemas.AbstractStepMessage.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | AbstractStepMessage.Discriminator
schema class | +| static class | AbstractStepMessage.AbstractStepMessageMap
output class for Map payloads | +| static class | AbstractStepMessage.AbstractStepMessage1
schema class | + +## AbstractStepMessage1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 68945546db4..00b86e81c51 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -1,5 +1,33 @@ -# AdditionalPropertiesClass1 +# AdditionalPropertiesClass org.openapijsonschematools.components.schemas.AdditionalPropertiesClass.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | AdditionalPropertiesClass.AdditionalProperties
schema class | +| static class | AdditionalPropertiesClass.MapPropertyMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.MapProperty
schema class | +| static class | AdditionalPropertiesClass.AdditionalProperties2
schema class | +| static class | AdditionalPropertiesClass.AdditionalPropertiesMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.AdditionalProperties1
schema class | +| static class | AdditionalPropertiesClass.MapOfMapPropertyMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.MapOfMapProperty
schema class | +| static class | AdditionalPropertiesClass.Anytype1
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype1
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype2
schema class | +| static class | AdditionalPropertiesClass.AdditionalProperties3
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3Map
output class for Map payloads | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3
schema class | +| static class | AdditionalPropertiesClass.AdditionalProperties4
schema class | +| static class | AdditionalPropertiesClass.EmptyMapMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.EmptyMap
schema class | +| static class | AdditionalPropertiesClass.AdditionalProperties5
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesStringMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesString
schema class | +| static class | AdditionalPropertiesClass.AdditionalPropertiesClassMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.AdditionalPropertiesClass1
schema class | + +## AdditionalPropertiesClass1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index c6fcb7bbf7d..e9015699d68 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -1,5 +1,21 @@ -# AdditionalPropertiesSchema1 +# AdditionalPropertiesSchema org.openapijsonschematools.components.schemas.AdditionalPropertiesSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | AdditionalPropertiesSchema.AdditionalProperties
schema class | +| static class | AdditionalPropertiesSchema.Schema0Map
output class for Map payloads | +| static class | AdditionalPropertiesSchema.Schema0
schema class | +| static class | AdditionalPropertiesSchema.AdditionalProperties1
schema class | +| static class | AdditionalPropertiesSchema.Schema1Map
output class for Map payloads | +| static class | AdditionalPropertiesSchema.Schema1
schema class | +| static class | AdditionalPropertiesSchema.AdditionalProperties2
schema class | +| static class | AdditionalPropertiesSchema.Schema2Map
output class for Map payloads | +| static class | AdditionalPropertiesSchema.Schema2
schema class | +| static class | AdditionalPropertiesSchema.AdditionalPropertiesSchema1
schema class | + +## AdditionalPropertiesSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 05d82ff4cb2..02e9b6c0eda 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -1,5 +1,15 @@ -# AdditionalPropertiesWithArrayOfEnums1 +# AdditionalPropertiesWithArrayOfEnums org.openapijsonschematools.components.schemas.AdditionalPropertiesWithArrayOfEnums.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesList
output class for List payloads | +| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalProperties
schema class | +| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnumsMap
output class for Map payloads | +| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1
schema class | + +## AdditionalPropertiesWithArrayOfEnums1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index e411cae4e75..01cf0c2bdae 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -1,5 +1,14 @@ -# Address1 +# Address org.openapijsonschematools.components.schemas.Address.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Address.AdditionalProperties
schema class | +| static class | Address.AddressMap
output class for Map payloads | +| static class | Address.Address1
schema class | + +## Address1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 66eb90ef009..36c922501fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -1,5 +1,15 @@ -# Animal1 +# Animal org.openapijsonschematools.components.schemas.Animal.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Animal.ClassName
schema class | +| static class | Animal.Color
schema class | +| static class | Animal.AnimalMap
output class for Map payloads | +| static class | Animal.Animal1
schema class | + +## Animal1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index e88b0c4ccda..7625cc446dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -1,5 +1,13 @@ -# AnimalFarm1 +# AnimalFarm org.openapijsonschematools.components.schemas.AnimalFarm.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | AnimalFarm.AnimalFarmList
output class for List payloads | +| static class | AnimalFarm.AnimalFarm1
schema class | + +## AnimalFarm1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index a68f1aad449..ddcb40e9aa6 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -1,5 +1,22 @@ -# AnyTypeAndFormat1 +# AnyTypeAndFormat org.openapijsonschematools.components.schemas.AnyTypeAndFormat.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | AnyTypeAndFormat.UuidSchema
schema class | +| static class | AnyTypeAndFormat.Date
schema class | +| static class | AnyTypeAndFormat.Datetime
schema class | +| static class | AnyTypeAndFormat.NumberSchema
schema class | +| static class | AnyTypeAndFormat.Binary
schema class | +| static class | AnyTypeAndFormat.Int32
schema class | +| static class | AnyTypeAndFormat.Int64
schema class | +| static class | AnyTypeAndFormat.DoubleSchema
schema class | +| static class | AnyTypeAndFormat.FloatSchema
schema class | +| static class | AnyTypeAndFormat.AnyTypeAndFormatMap
output class for Map payloads | +| static class | AnyTypeAndFormat.AnyTypeAndFormat1
schema class | + +## AnyTypeAndFormat1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index 89898ca491e..4c295868e67 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -1,5 +1,13 @@ -# AnyTypeNotString1 +# AnyTypeNotString org.openapijsonschematools.components.schemas.AnyTypeNotString.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | AnyTypeNotString.Not
schema class | +| static class | AnyTypeNotString.AnyTypeNotString1
schema class | + +## AnyTypeNotString1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index cba25d6d5ed..e0859a3b1ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -1,5 +1,16 @@ -# ApiResponseSchema1 +# ApiResponseSchema org.openapijsonschematools.components.schemas.ApiResponseSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ApiResponseSchema.Code
schema class | +| static class | ApiResponseSchema.Type
schema class | +| static class | ApiResponseSchema.Message
schema class | +| static class | ApiResponseSchema.ApiResponseMap
output class for Map payloads | +| static class | ApiResponseSchema.ApiResponseSchema1
schema class | + +## ApiResponseSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 470437bb84f..d78994d1d8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -1,5 +1,15 @@ -# Apple1 +# Apple org.openapijsonschematools.components.schemas.Apple.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Apple.Cultivar
schema class | +| static class | Apple.Origin
schema class | +| static class | Apple.AppleMap
output class for Map payloads | +| static class | Apple.Apple1
schema class | + +## Apple1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 83f2e534cf5..a78f6610b83 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -1,5 +1,16 @@ -# AppleReq1 +# AppleReq org.openapijsonschematools.components.schemas.AppleReq.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | AppleReq.AdditionalProperties
schema class | +| static class | AppleReq.Cultivar
schema class | +| static class | AppleReq.Mealy
schema class | +| static class | AppleReq.AppleReqMap
output class for Map payloads | +| static class | AppleReq.AppleReq1
schema class | + +## AppleReq1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index b383c93942d..5d6ac33bafa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -1,5 +1,14 @@ -# ArrayHoldingAnyType1 +# ArrayHoldingAnyType org.openapijsonschematools.components.schemas.ArrayHoldingAnyType.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ArrayHoldingAnyType.Items
schema class | +| static class | ArrayHoldingAnyType.ArrayHoldingAnyTypeList
output class for List payloads | +| static class | ArrayHoldingAnyType.ArrayHoldingAnyType1
schema class | + +## ArrayHoldingAnyType1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 1c164646e74..013d25e1b72 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,18 @@ -# ArrayOfArrayOfNumberOnly1 +# ArrayOfArrayOfNumberOnly org.openapijsonschematools.components.schemas.ArrayOfArrayOfNumberOnly.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ArrayOfArrayOfNumberOnly.Items1
schema class | +| static class | ArrayOfArrayOfNumberOnly.ItemsList
output class for List payloads | +| static class | ArrayOfArrayOfNumberOnly.Items
schema class | +| static class | ArrayOfArrayOfNumberOnly.ArrayArrayNumberList
output class for List payloads | +| static class | ArrayOfArrayOfNumberOnly.ArrayArrayNumber
schema class | +| static class | ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnlyMap
output class for Map payloads | +| static class | ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnly1
schema class | + +## ArrayOfArrayOfNumberOnly1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index a306b9ff062..666551e4208 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -1,5 +1,13 @@ -# ArrayOfEnums1 +# ArrayOfEnums org.openapijsonschematools.components.schemas.ArrayOfEnums.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ArrayOfEnums.ArrayOfEnumsList
output class for List payloads | +| static class | ArrayOfEnums.ArrayOfEnums1
schema class | + +## ArrayOfEnums1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index ae965a6fb52..feb66633d8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -1,5 +1,16 @@ -# ArrayOfNumberOnly1 +# ArrayOfNumberOnly org.openapijsonschematools.components.schemas.ArrayOfNumberOnly.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ArrayOfNumberOnly.Items
schema class | +| static class | ArrayOfNumberOnly.ArrayNumberList
output class for List payloads | +| static class | ArrayOfNumberOnly.ArrayNumber
schema class | +| static class | ArrayOfNumberOnly.ArrayOfNumberOnlyMap
output class for Map payloads | +| static class | ArrayOfNumberOnly.ArrayOfNumberOnly1
schema class | + +## ArrayOfNumberOnly1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 6ca92d43017..020ed4e02d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -1,5 +1,25 @@ -# ArrayTest1 +# ArrayTest org.openapijsonschematools.components.schemas.ArrayTest.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ArrayTest.Items
schema class | +| static class | ArrayTest.ArrayOfStringList
output class for List payloads | +| static class | ArrayTest.ArrayOfString
schema class | +| static class | ArrayTest.Items2
schema class | +| static class | ArrayTest.ItemsList
output class for List payloads | +| static class | ArrayTest.Items1
schema class | +| static class | ArrayTest.ArrayArrayOfIntegerList
output class for List payloads | +| static class | ArrayTest.ArrayArrayOfInteger
schema class | +| static class | ArrayTest.ItemsList1
output class for List payloads | +| static class | ArrayTest.Items3
schema class | +| static class | ArrayTest.ArrayArrayOfModelList
output class for List payloads | +| static class | ArrayTest.ArrayArrayOfModel
schema class | +| static class | ArrayTest.ArrayTestMap
output class for Map payloads | +| static class | ArrayTest.ArrayTest1
schema class | + +## ArrayTest1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 3ad1741b46c..e1746dc0b15 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -1,5 +1,14 @@ -# ArrayWithValidationsInItems1 +# ArrayWithValidationsInItems org.openapijsonschematools.components.schemas.ArrayWithValidationsInItems.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ArrayWithValidationsInItems.Items
schema class | +| static class | ArrayWithValidationsInItems.ArrayWithValidationsInItemsList
output class for List payloads | +| static class | ArrayWithValidationsInItems.ArrayWithValidationsInItems1
schema class | + +## ArrayWithValidationsInItems1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index a597b1ba75b..efe613be9cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -1,5 +1,14 @@ -# Banana1 +# Banana org.openapijsonschematools.components.schemas.Banana.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Banana.LengthCm
schema class | +| static class | Banana.BananaMap
output class for Map payloads | +| static class | Banana.Banana1
schema class | + +## Banana1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 19a989965f1..f49050ce342 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -1,5 +1,16 @@ -# BananaReq1 +# BananaReq org.openapijsonschematools.components.schemas.BananaReq.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | BananaReq.AdditionalProperties
schema class | +| static class | BananaReq.LengthCm
schema class | +| static class | BananaReq.Sweet
schema class | +| static class | BananaReq.BananaReqMap
output class for Map payloads | +| static class | BananaReq.BananaReq1
schema class | + +## BananaReq1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 86cbd0a8935..9f194ed1327 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -1,5 +1,12 @@ -# Bar1 +# Bar org.openapijsonschematools.components.schemas.Bar.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Bar.Bar1
schema class | + +## Bar1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 874f209d6db..c1e381cb20f 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -1,5 +1,14 @@ -# BasquePig1 +# BasquePig org.openapijsonschematools.components.schemas.BasquePig.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | BasquePig.ClassName
schema class | +| static class | BasquePig.BasquePigMap
output class for Map payloads | +| static class | BasquePig.BasquePig1
schema class | + +## BasquePig1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 64ffe3e9416..f3842ca96cc 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -1,5 +1,12 @@ -# BooleanEnum1 +# BooleanEnum org.openapijsonschematools.components.schemas.BooleanEnum.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | BooleanEnum.BooleanEnum1
schema class | + +## BooleanEnum1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index f32e20677bf..8b05097961a 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -1,5 +1,12 @@ -# BooleanSchema1 +# BooleanSchema org.openapijsonschematools.components.schemas.BooleanSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | BooleanSchema.BooleanSchema1
schema class | + +## BooleanSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 172f6d5c3ad..b9d9a60a8ba 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -1,5 +1,19 @@ -# Capitalization1 +# Capitalization org.openapijsonschematools.components.schemas.Capitalization.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Capitalization.SmallCamel
schema class | +| static class | Capitalization.CapitalCamel
schema class | +| static class | Capitalization.SmallSnake
schema class | +| static class | Capitalization.CapitalSnake
schema class | +| static class | Capitalization.SCAETHFlowPoints
schema class | +| static class | Capitalization.ATTNAME
schema class | +| static class | Capitalization.CapitalizationMap
output class for Map payloads | +| static class | Capitalization.Capitalization1
schema class | + +## Capitalization1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 89cdeba3b0e..71fa0cd3eee 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -1,5 +1,15 @@ -# Cat1 +# Cat org.openapijsonschematools.components.schemas.Cat.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Cat.Declawed
schema class | +| static class | Cat.Schema1Map
output class for Map payloads | +| static class | Cat.Schema1
schema class | +| static class | Cat.Cat1
schema class | + +## Cat1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index e8a81cfc8b8..9c303da8b84 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -1,5 +1,15 @@ -# Category1 +# Category org.openapijsonschematools.components.schemas.Category.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Category.Id
schema class | +| static class | Category.Name
schema class | +| static class | Category.CategoryMap
output class for Map payloads | +| static class | Category.Category1
schema class | + +## Category1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 714d203dca0..8cc11931b9d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -1,5 +1,15 @@ -# ChildCat1 +# ChildCat org.openapijsonschematools.components.schemas.ChildCat.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ChildCat.Name
schema class | +| static class | ChildCat.Schema1Map
output class for Map payloads | +| static class | ChildCat.Schema1
schema class | +| static class | ChildCat.ChildCat1
schema class | + +## ChildCat1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 4de48c78d59..dd73a913d28 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -1,5 +1,14 @@ -# ClassModel1 +# ClassModel org.openapijsonschematools.components.schemas.ClassModel.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ClassModel.ClassSchema
schema class | +| static class | ClassModel.ClassModelMap
output class for Map payloads | +| static class | ClassModel.ClassModel1
schema class | + +## ClassModel1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 2bac4721e36..116b45b92d6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -1,5 +1,14 @@ -# Client1 +# Client org.openapijsonschematools.components.schemas.Client.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Client.Client2
schema class | +| static class | Client.ClientMap
output class for Map payloads | +| static class | Client.Client1
schema class | + +## Client1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 01579964aaa..6b4e65a8e52 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -1,5 +1,15 @@ -# ComplexQuadrilateral1 +# ComplexQuadrilateral org.openapijsonschematools.components.schemas.ComplexQuadrilateral.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComplexQuadrilateral.QuadrilateralType
schema class | +| static class | ComplexQuadrilateral.Schema1Map
output class for Map payloads | +| static class | ComplexQuadrilateral.Schema1
schema class | +| static class | ComplexQuadrilateral.ComplexQuadrilateral1
schema class | + +## ComplexQuadrilateral1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index baa3be3d3f2..515e4825da1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -1,5 +1,30 @@ -# ComposedAnyOfDifferentTypesNoValidations1 +# ComposedAnyOfDifferentTypesNoValidations org.openapijsonschematools.components.schemas.ComposedAnyOfDifferentTypesNoValidations.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema0
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema1
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema2
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema3
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema4
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema5
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema6
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema7
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema8
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Items
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema9List
output class for List payloads | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema9
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema10
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema11
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema12
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema13
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema14
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema15
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.ComposedAnyOfDifferentTypesNoValidations1
schema class | + +## ComposedAnyOfDifferentTypesNoValidations1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 8509f65f7e2..8e47bfcc985 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -1,5 +1,14 @@ -# ComposedArray1 +# ComposedArray org.openapijsonschematools.components.schemas.ComposedArray.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComposedArray.Items
schema class | +| static class | ComposedArray.ComposedArrayList
output class for List payloads | +| static class | ComposedArray.ComposedArray1
schema class | + +## ComposedArray1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index bd799721ff0..20a189e05ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -1,5 +1,13 @@ -# ComposedBool1 +# ComposedBool org.openapijsonschematools.components.schemas.ComposedBool.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComposedBool.Schema0
schema class | +| static class | ComposedBool.ComposedBool1
schema class | + +## ComposedBool1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 445caac3d25..ba13f064471 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -1,5 +1,13 @@ -# ComposedNone1 +# ComposedNone org.openapijsonschematools.components.schemas.ComposedNone.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComposedNone.Schema0
schema class | +| static class | ComposedNone.ComposedNone1
schema class | + +## ComposedNone1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 3add0324705..7d3d95ea1b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -1,5 +1,13 @@ -# ComposedNumber1 +# ComposedNumber org.openapijsonschematools.components.schemas.ComposedNumber.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComposedNumber.Schema0
schema class | +| static class | ComposedNumber.ComposedNumber1
schema class | + +## ComposedNumber1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 65af8ce092d..56a51651fd7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -1,5 +1,13 @@ -# ComposedObject1 +# ComposedObject org.openapijsonschematools.components.schemas.ComposedObject.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComposedObject.Schema0
schema class | +| static class | ComposedObject.ComposedObject1
schema class | + +## ComposedObject1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index d026ddcd077..2bc141703d3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -1,5 +1,19 @@ -# ComposedOneOfDifferentTypes1 +# ComposedOneOfDifferentTypes org.openapijsonschematools.components.schemas.ComposedOneOfDifferentTypes.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComposedOneOfDifferentTypes.Schema2
schema class | +| static class | ComposedOneOfDifferentTypes.Schema3
schema class | +| static class | ComposedOneOfDifferentTypes.Schema4
schema class | +| static class | ComposedOneOfDifferentTypes.Items
schema class | +| static class | ComposedOneOfDifferentTypes.Schema5List
output class for List payloads | +| static class | ComposedOneOfDifferentTypes.Schema5
schema class | +| static class | ComposedOneOfDifferentTypes.Schema6
schema class | +| static class | ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1
schema class | + +## ComposedOneOfDifferentTypes1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index e2790c8737d..95f62ef8fa2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -1,5 +1,13 @@ -# ComposedString1 +# ComposedString org.openapijsonschematools.components.schemas.ComposedString.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ComposedString.Schema0
schema class | +| static class | ComposedString.ComposedString1
schema class | + +## ComposedString1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index b1ff9a1b6b8..eddaa088658 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -1,5 +1,12 @@ -# Currency1 +# Currency org.openapijsonschematools.components.schemas.Currency.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Currency.Currency1
schema class | + +## Currency1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index b9858565d3d..77a0e24d5db 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -1,5 +1,14 @@ -# DanishPig1 +# DanishPig org.openapijsonschematools.components.schemas.DanishPig.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | DanishPig.ClassName
schema class | +| static class | DanishPig.DanishPigMap
output class for Map payloads | +| static class | DanishPig.DanishPig1
schema class | + +## DanishPig1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index f56d1a6853a..004c7d7baf2 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -1,5 +1,12 @@ -# DateTimeTest1 +# DateTimeTest org.openapijsonschematools.components.schemas.DateTimeTest.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | DateTimeTest.DateTimeTest1
schema class | + +## DateTimeTest1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index dbb4d34e699..6842cff66eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -1,5 +1,12 @@ -# DateTimeWithValidations1 +# DateTimeWithValidations org.openapijsonschematools.components.schemas.DateTimeWithValidations.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | DateTimeWithValidations.DateTimeWithValidations1
schema class | + +## DateTimeWithValidations1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index c796b267a4d..6dd2b2e4d2b 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -1,5 +1,12 @@ -# DateWithValidations1 +# DateWithValidations org.openapijsonschematools.components.schemas.DateWithValidations.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | DateWithValidations.DateWithValidations1
schema class | + +## DateWithValidations1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index bafc7ecb763..952c06e5714 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -1,5 +1,12 @@ -# DecimalPayload1 +# DecimalPayload org.openapijsonschematools.components.schemas.DecimalPayload.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | DecimalPayload.DecimalPayload1
schema class | + +## DecimalPayload1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 067e61f4242..789c7de3c2f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -1,5 +1,15 @@ -# Dog1 +# Dog org.openapijsonschematools.components.schemas.Dog.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Dog.Breed
schema class | +| static class | Dog.Schema1Map
output class for Map payloads | +| static class | Dog.Schema1
schema class | +| static class | Dog.Dog1
schema class | + +## Dog1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 9fa55270261..a69c1288bf6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -1,5 +1,15 @@ -# Drawing1 +# Drawing org.openapijsonschematools.components.schemas.Drawing.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Drawing.ShapesList
output class for List payloads | +| static class | Drawing.Shapes
schema class | +| static class | Drawing.DrawingMap
output class for Map payloads | +| static class | Drawing.Drawing1
schema class | + +## Drawing1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 47e0e472220..56b6337de13 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -1,5 +1,17 @@ -# EnumArrays1 +# EnumArrays org.openapijsonschematools.components.schemas.EnumArrays.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | EnumArrays.JustSymbol
schema class | +| static class | EnumArrays.Items
schema class | +| static class | EnumArrays.ArrayEnumList
output class for List payloads | +| static class | EnumArrays.ArrayEnum
schema class | +| static class | EnumArrays.EnumArraysMap
output class for Map payloads | +| static class | EnumArrays.EnumArrays1
schema class | + +## EnumArrays1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 5297b8b49e2..4509f9ce31e 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -1,5 +1,12 @@ -# EnumClass1 +# EnumClass org.openapijsonschematools.components.schemas.EnumClass.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | EnumClass.EnumClass1
schema class | + +## EnumClass1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index d528840aebd..8e5b56f8ead 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -1,5 +1,17 @@ -# EnumTest1 +# EnumTest org.openapijsonschematools.components.schemas.EnumTest.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | EnumTest.EnumString
schema class | +| static class | EnumTest.EnumStringRequired
schema class | +| static class | EnumTest.EnumInteger
schema class | +| static class | EnumTest.EnumNumber
schema class | +| static class | EnumTest.EnumTestMap
output class for Map payloads | +| static class | EnumTest.EnumTest1
schema class | + +## EnumTest1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index c615f1c940e..0de425c7d36 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -1,5 +1,15 @@ -# EquilateralTriangle1 +# EquilateralTriangle org.openapijsonschematools.components.schemas.EquilateralTriangle.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | EquilateralTriangle.TriangleType
schema class | +| static class | EquilateralTriangle.Schema1Map
output class for Map payloads | +| static class | EquilateralTriangle.Schema1
schema class | +| static class | EquilateralTriangle.EquilateralTriangle1
schema class | + +## EquilateralTriangle1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index a8782f88eb3..56f6e2e9860 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -1,5 +1,14 @@ -# File1 +# File org.openapijsonschematools.components.schemas.File.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | File.SourceURI
schema class | +| static class | File.FileMap
output class for Map payloads | +| static class | File.File1
schema class | + +## File1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 93bba91478d..699048e2b03 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -1,5 +1,15 @@ -# FileSchemaTestClass1 +# FileSchemaTestClass org.openapijsonschematools.components.schemas.FileSchemaTestClass.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | FileSchemaTestClass.FilesList
output class for List payloads | +| static class | FileSchemaTestClass.Files
schema class | +| static class | FileSchemaTestClass.FileSchemaTestClassMap
output class for Map payloads | +| static class | FileSchemaTestClass.FileSchemaTestClass1
schema class | + +## FileSchemaTestClass1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index f58f373bfa8..030ff5c3b61 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -1,5 +1,13 @@ -# Foo1 +# Foo org.openapijsonschematools.components.schemas.Foo.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Foo.FooMap
output class for Map payloads | +| static class | Foo.Foo1
schema class | + +## Foo1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 051a3f96009..7b67e7d83a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -1,5 +1,36 @@ -# FormatTest1 +# FormatTest org.openapijsonschematools.components.schemas.FormatTest.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | FormatTest.IntegerSchema
schema class | +| static class | FormatTest.Int32
schema class | +| static class | FormatTest.Int32withValidations
schema class | +| static class | FormatTest.Int64
schema class | +| static class | FormatTest.NumberSchema
schema class | +| static class | FormatTest.FloatSchema
schema class | +| static class | FormatTest.Float32
schema class | +| static class | FormatTest.DoubleSchema
schema class | +| static class | FormatTest.Float64
schema class | +| static class | FormatTest.Items
schema class | +| static class | FormatTest.ArrayWithUniqueItemsList
output class for List payloads | +| static class | FormatTest.ArrayWithUniqueItems
schema class | +| static class | FormatTest.StringSchema
schema class | +| static class | FormatTest.ByteSchema
schema class | +| static class | FormatTest.Binary
schema class | +| static class | FormatTest.Date
schema class | +| static class | FormatTest.DateTime
schema class | +| static class | FormatTest.UuidSchema
schema class | +| static class | FormatTest.UuidNoExample
schema class | +| static class | FormatTest.Password
schema class | +| static class | FormatTest.PatternWithDigits
schema class | +| static class | FormatTest.PatternWithDigitsAndDelimiter
schema class | +| static class | FormatTest.NoneProp
schema class | +| static class | FormatTest.FormatTestMap
output class for Map payloads | +| static class | FormatTest.FormatTest1
schema class | + +## FormatTest1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 8a0931db395..12f9900dd2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -1,5 +1,15 @@ -# FromSchema1 +# FromSchema org.openapijsonschematools.components.schemas.FromSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | FromSchema.Data
schema class | +| static class | FromSchema.Id
schema class | +| static class | FromSchema.FromSchemaMap
output class for Map payloads | +| static class | FromSchema.FromSchema1
schema class | + +## FromSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 9f61210294c..521eca165b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -1,5 +1,14 @@ -# Fruit1 +# Fruit org.openapijsonschematools.components.schemas.Fruit.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Fruit.Color
schema class | +| static class | Fruit.FruitMap
output class for Map payloads | +| static class | Fruit.Fruit1
schema class | + +## Fruit1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 91eea2c4310..4e65fc4d3e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -1,5 +1,13 @@ -# FruitReq1 +# FruitReq org.openapijsonschematools.components.schemas.FruitReq.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | FruitReq.Schema0
schema class | +| static class | FruitReq.FruitReq1
schema class | + +## FruitReq1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index fcd8eefa41d..253499f9eb0 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -1,5 +1,14 @@ -# GmFruit1 +# GmFruit org.openapijsonschematools.components.schemas.GmFruit.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | GmFruit.Color
schema class | +| static class | GmFruit.GmFruitMap
output class for Map payloads | +| static class | GmFruit.GmFruit1
schema class | + +## GmFruit1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 441cfe977bc..c30bb62af26 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -1,5 +1,14 @@ -# GrandparentAnimal1 +# GrandparentAnimal org.openapijsonschematools.components.schemas.GrandparentAnimal.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | GrandparentAnimal.PetType
schema class | +| static class | GrandparentAnimal.GrandparentAnimalMap
output class for Map payloads | +| static class | GrandparentAnimal.GrandparentAnimal1
schema class | + +## GrandparentAnimal1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 7fa60a01db7..e99c269883b 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -1,5 +1,15 @@ -# HasOnlyReadOnly1 +# HasOnlyReadOnly org.openapijsonschematools.components.schemas.HasOnlyReadOnly.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | HasOnlyReadOnly.Bar
schema class | +| static class | HasOnlyReadOnly.Foo
schema class | +| static class | HasOnlyReadOnly.HasOnlyReadOnlyMap
output class for Map payloads | +| static class | HasOnlyReadOnly.HasOnlyReadOnly1
schema class | + +## HasOnlyReadOnly1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 56137487eb2..62ae1c1b8ee 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -1,5 +1,14 @@ -# HealthCheckResult1 +# HealthCheckResult org.openapijsonschematools.components.schemas.HealthCheckResult.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | HealthCheckResult.NullableMessage
schema class | +| static class | HealthCheckResult.HealthCheckResultMap
output class for Map payloads | +| static class | HealthCheckResult.HealthCheckResult1
schema class | + +## HealthCheckResult1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index d757624c4b0..784a86c68d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -1,5 +1,12 @@ -# IntegerEnum1 +# IntegerEnum org.openapijsonschematools.components.schemas.IntegerEnum.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | IntegerEnum.IntegerEnum1
schema class | + +## IntegerEnum1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 4c8062e2447..8bd3390bc1a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -1,5 +1,12 @@ -# IntegerEnumBig1 +# IntegerEnumBig org.openapijsonschematools.components.schemas.IntegerEnumBig.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | IntegerEnumBig.IntegerEnumBig1
schema class | + +## IntegerEnumBig1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index de4fd261184..f3549b29945 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -1,5 +1,12 @@ -# IntegerEnumOneValue1 +# IntegerEnumOneValue org.openapijsonschematools.components.schemas.IntegerEnumOneValue.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | IntegerEnumOneValue.IntegerEnumOneValue1
schema class | + +## IntegerEnumOneValue1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 5fea51c9a99..f73adefcebe 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -1,5 +1,12 @@ -# IntegerEnumWithDefaultValue1 +# IntegerEnumWithDefaultValue org.openapijsonschematools.components.schemas.IntegerEnumWithDefaultValue.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1
schema class | + +## IntegerEnumWithDefaultValue1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 2fe780606a6..5b1ad64f666 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -1,5 +1,12 @@ -# IntegerMax101 +# IntegerMax10 org.openapijsonschematools.components.schemas.IntegerMax10.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | IntegerMax10.IntegerMax101
schema class | + +## IntegerMax101 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 62e3cd6f015..aa33083a85d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -1,5 +1,12 @@ -# IntegerMin151 +# IntegerMin15 org.openapijsonschematools.components.schemas.IntegerMin15.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | IntegerMin15.IntegerMin151
schema class | + +## IntegerMin151 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 953d920e9e9..f7345eb111c 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -1,5 +1,15 @@ -# IsoscelesTriangle1 +# IsoscelesTriangle org.openapijsonschematools.components.schemas.IsoscelesTriangle.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | IsoscelesTriangle.TriangleType
schema class | +| static class | IsoscelesTriangle.Schema1Map
output class for Map payloads | +| static class | IsoscelesTriangle.Schema1
schema class | +| static class | IsoscelesTriangle.IsoscelesTriangle1
schema class | + +## IsoscelesTriangle1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 54aae8afd2f..b96b2f18a05 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -1,5 +1,14 @@ -# Items1 +# Items org.openapijsonschematools.components.schemas.Items.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Items.Items2
schema class | +| static class | Items.ItemsList
output class for List payloads | +| static class | Items.Items1
schema class | + +## Items1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index ddf6ae13e8e..01f5f356aae 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -1,5 +1,14 @@ -# JSONPatchRequest1 +# JSONPatchRequest org.openapijsonschematools.components.schemas.JSONPatchRequest.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | JSONPatchRequest.Items
schema class | +| static class | JSONPatchRequest.JSONPatchRequestList
output class for List payloads | +| static class | JSONPatchRequest.JSONPatchRequest1
schema class | + +## JSONPatchRequest1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 75c153f7556..03263e32c23 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -1,5 +1,17 @@ -# JSONPatchRequestAddReplaceTest1 +# JSONPatchRequestAddReplaceTest org.openapijsonschematools.components.schemas.JSONPatchRequestAddReplaceTest.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | JSONPatchRequestAddReplaceTest.AdditionalProperties
schema class | +| static class | JSONPatchRequestAddReplaceTest.Path
schema class | +| static class | JSONPatchRequestAddReplaceTest.Value
schema class | +| static class | JSONPatchRequestAddReplaceTest.Op
schema class | +| static class | JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTestMap
output class for Map payloads | +| static class | JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTest1
schema class | + +## JSONPatchRequestAddReplaceTest1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 3a7633f0b65..cdae28ad038 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -1,5 +1,17 @@ -# JSONPatchRequestMoveCopy1 +# JSONPatchRequestMoveCopy org.openapijsonschematools.components.schemas.JSONPatchRequestMoveCopy.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | JSONPatchRequestMoveCopy.AdditionalProperties
schema class | +| static class | JSONPatchRequestMoveCopy.From
schema class | +| static class | JSONPatchRequestMoveCopy.Path
schema class | +| static class | JSONPatchRequestMoveCopy.Op
schema class | +| static class | JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopyMap
output class for Map payloads | +| static class | JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopy1
schema class | + +## JSONPatchRequestMoveCopy1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index e42df2878d3..7a1fdb25f4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -1,5 +1,16 @@ -# JSONPatchRequestRemove1 +# JSONPatchRequestRemove org.openapijsonschematools.components.schemas.JSONPatchRequestRemove.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | JSONPatchRequestRemove.AdditionalProperties
schema class | +| static class | JSONPatchRequestRemove.Path
schema class | +| static class | JSONPatchRequestRemove.Op
schema class | +| static class | JSONPatchRequestRemove.JSONPatchRequestRemoveMap
output class for Map payloads | +| static class | JSONPatchRequestRemove.JSONPatchRequestRemove1
schema class | + +## JSONPatchRequestRemove1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index e2926883274..ffa92c6b5f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -1,5 +1,12 @@ -# Mammal1 +# Mammal org.openapijsonschematools.components.schemas.Mammal.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Mammal.Mammal1
schema class | + +## Mammal1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index af417067eeb..f655e587139 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -1,5 +1,24 @@ -# MapTest1 +# MapTest org.openapijsonschematools.components.schemas.MapTest.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | MapTest.AdditionalProperties1
schema class | +| static class | MapTest.AdditionalPropertiesMap
output class for Map payloads | +| static class | MapTest.AdditionalProperties
schema class | +| static class | MapTest.MapMapOfStringMap
output class for Map payloads | +| static class | MapTest.MapMapOfString
schema class | +| static class | MapTest.AdditionalProperties2
schema class | +| static class | MapTest.MapOfEnumStringMap
output class for Map payloads | +| static class | MapTest.MapOfEnumString
schema class | +| static class | MapTest.AdditionalProperties3
schema class | +| static class | MapTest.DirectMapMap
output class for Map payloads | +| static class | MapTest.DirectMap
schema class | +| static class | MapTest.MapTestMap
output class for Map payloads | +| static class | MapTest.MapTest1
schema class | + +## MapTest1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index d9083a767a5..c6f6e5b2f21 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,17 @@ -# MixedPropertiesAndAdditionalPropertiesClass1 +# MixedPropertiesAndAdditionalPropertiesClass org.openapijsonschematools.components.schemas.MixedPropertiesAndAdditionalPropertiesClass.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | MixedPropertiesAndAdditionalPropertiesClass.UuidSchema
schema class | +| static class | MixedPropertiesAndAdditionalPropertiesClass.DateTime
schema class | +| static class | MixedPropertiesAndAdditionalPropertiesClass.MapMap
output class for Map payloads | +| static class | MixedPropertiesAndAdditionalPropertiesClass.MapSchema
schema class | +| static class | MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClassMap
output class for Map payloads | +| static class | MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClass1
schema class | + +## MixedPropertiesAndAdditionalPropertiesClass1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 5df6ba8fe0a..c20431916b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -1,5 +1,15 @@ -# Money1 +# Money org.openapijsonschematools.components.schemas.Money.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Money.AdditionalProperties
schema class | +| static class | Money.Amount
schema class | +| static class | Money.MoneyMap
output class for Map payloads | +| static class | Money.Money1
schema class | + +## Money1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index c18df6c20b2..f64ceeb2692 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -1,5 +1,15 @@ -# MyObjectDto1 +# MyObjectDto org.openapijsonschematools.components.schemas.MyObjectDto.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | MyObjectDto.AdditionalProperties
schema class | +| static class | MyObjectDto.Id
schema class | +| static class | MyObjectDto.MyObjectDtoMap
output class for Map payloads | +| static class | MyObjectDto.MyObjectDto1
schema class | + +## MyObjectDto1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 7430a34ae84..848d8d793fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -1,5 +1,16 @@ -# Name1 +# Name org.openapijsonschematools.components.schemas.Name.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Name.Name2
schema class | +| static class | Name.SnakeCase
schema class | +| static class | Name.Property
schema class | +| static class | Name.NameMap
output class for Map payloads | +| static class | Name.Name1
schema class | + +## Name1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 6b51db37fbb..31a31794f7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -1,5 +1,16 @@ -# NoAdditionalProperties1 +# NoAdditionalProperties org.openapijsonschematools.components.schemas.NoAdditionalProperties.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | NoAdditionalProperties.AdditionalProperties
schema class | +| static class | NoAdditionalProperties.Id
schema class | +| static class | NoAdditionalProperties.PetId
schema class | +| static class | NoAdditionalProperties.NoAdditionalPropertiesMap
output class for Map payloads | +| static class | NoAdditionalProperties.NoAdditionalProperties1
schema class | + +## NoAdditionalProperties1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 63aa99c26e8..4c3de480450 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -1,5 +1,38 @@ -# NullableClass1 +# NullableClass org.openapijsonschematools.components.schemas.NullableClass.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | NullableClass.AdditionalProperties3
schema class | +| static class | NullableClass.IntegerProp
schema class | +| static class | NullableClass.NumberProp
schema class | +| static class | NullableClass.BooleanProp
schema class | +| static class | NullableClass.StringProp
schema class | +| static class | NullableClass.DateProp
schema class | +| static class | NullableClass.DatetimeProp
schema class | +| static class | NullableClass.Items
schema class | +| static class | NullableClass.ArrayNullablePropList
output class for List payloads | +| static class | NullableClass.ArrayNullableProp
schema class | +| static class | NullableClass.Items1
schema class | +| static class | NullableClass.ArrayAndItemsNullablePropList
output class for List payloads | +| static class | NullableClass.ArrayAndItemsNullableProp
schema class | +| static class | NullableClass.Items2
schema class | +| static class | NullableClass.ArrayItemsNullableList
output class for List payloads | +| static class | NullableClass.ArrayItemsNullable
schema class | +| static class | NullableClass.AdditionalProperties
schema class | +| static class | NullableClass.ObjectNullablePropMap
output class for Map payloads | +| static class | NullableClass.ObjectNullableProp
schema class | +| static class | NullableClass.AdditionalProperties1
schema class | +| static class | NullableClass.ObjectAndItemsNullablePropMap
output class for Map payloads | +| static class | NullableClass.ObjectAndItemsNullableProp
schema class | +| static class | NullableClass.AdditionalProperties2
schema class | +| static class | NullableClass.ObjectItemsNullableMap
output class for Map payloads | +| static class | NullableClass.ObjectItemsNullable
schema class | +| static class | NullableClass.NullableClassMap
output class for Map payloads | +| static class | NullableClass.NullableClass1
schema class | + +## NullableClass1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index d39cb91d252..caeebb4837f 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -1,5 +1,13 @@ -# NullableShape1 +# NullableShape org.openapijsonschematools.components.schemas.NullableShape.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | NullableShape.Schema2
schema class | +| static class | NullableShape.NullableShape1
schema class | + +## NullableShape1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 1ccdcfb3eaa..4469e9d4ffb 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -1,5 +1,12 @@ -# NullableString1 +# NullableString org.openapijsonschematools.components.schemas.NullableString.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | NullableString.NullableString1
schema class | + +## NullableString1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 3b2054fba01..f6d6119c1fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -1,5 +1,14 @@ -# NumberOnly1 +# NumberOnly org.openapijsonschematools.components.schemas.NumberOnly.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | NumberOnly.JustNumber
schema class | +| static class | NumberOnly.NumberOnlyMap
output class for Map payloads | +| static class | NumberOnly.NumberOnly1
schema class | + +## NumberOnly1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index ac92c5f3094..d6328b688da 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -1,5 +1,12 @@ -# NumberSchema1 +# NumberSchema org.openapijsonschematools.components.schemas.NumberSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | NumberSchema.NumberSchema1
schema class | + +## NumberSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index ae420876244..0c30870bfb0 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -1,5 +1,12 @@ -# NumberWithValidations1 +# NumberWithValidations org.openapijsonschematools.components.schemas.NumberWithValidations.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | NumberWithValidations.NumberWithValidations1
schema class | + +## NumberWithValidations1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 10f6e359182..3f2718e2bf4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -1,5 +1,14 @@ -# ObjWithRequiredProps1 +# ObjWithRequiredProps org.openapijsonschematools.components.schemas.ObjWithRequiredProps.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjWithRequiredProps.A
schema class | +| static class | ObjWithRequiredProps.ObjWithRequiredPropsMap
output class for Map payloads | +| static class | ObjWithRequiredProps.ObjWithRequiredProps1
schema class | + +## ObjWithRequiredProps1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 8823c6b6ca6..6b7cacbef59 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -1,5 +1,14 @@ -# ObjWithRequiredPropsBase1 +# ObjWithRequiredPropsBase org.openapijsonschematools.components.schemas.ObjWithRequiredPropsBase.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjWithRequiredPropsBase.B
schema class | +| static class | ObjWithRequiredPropsBase.ObjWithRequiredPropsBaseMap
output class for Map payloads | +| static class | ObjWithRequiredPropsBase.ObjWithRequiredPropsBase1
schema class | + +## ObjWithRequiredPropsBase1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 76945e80a60..04a1dcd820e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -1,5 +1,12 @@ -# ObjectInterface1 +# ObjectInterface org.openapijsonschematools.components.schemas.ObjectInterface.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectInterface.ObjectInterface1
schema class | + +## ObjectInterface1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 6e8e6edec2c..a525595a4b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -1,5 +1,15 @@ -# ObjectModelWithArgAndArgsProperties1 +# ObjectModelWithArgAndArgsProperties org.openapijsonschematools.components.schemas.ObjectModelWithArgAndArgsProperties.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectModelWithArgAndArgsProperties.Arg
schema class | +| static class | ObjectModelWithArgAndArgsProperties.Args
schema class | +| static class | ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsPropertiesMap
output class for Map payloads | +| static class | ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsProperties1
schema class | + +## ObjectModelWithArgAndArgsProperties1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index f898565194c..1bb1054afca 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -1,5 +1,13 @@ -# ObjectModelWithRefProps1 +# ObjectModelWithRefProps org.openapijsonschematools.components.schemas.ObjectModelWithRefProps.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectModelWithRefProps.ObjectModelWithRefPropsMap
output class for Map payloads | +| static class | ObjectModelWithRefProps.ObjectModelWithRefProps1
schema class | + +## ObjectModelWithRefProps1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 0e6fe1ef346..540c0c82bab 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -1,5 +1,15 @@ -# ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 +# ObjectWithAllOfWithReqTestPropFromUnsetAddProp org.openapijsonschematools.components.schemas.ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Name
schema class | +| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1Map
output class for Map payloads | +| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1
schema class | +| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.ObjectWithAllOfWithReqTestPropFromUnsetAddProp1
schema class | + +## ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index bbfc0d710bb..76c30fe0ffb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -1,5 +1,15 @@ -# ObjectWithCollidingProperties1 +# ObjectWithCollidingProperties org.openapijsonschematools.components.schemas.ObjectWithCollidingProperties.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithCollidingProperties.SomeProp
schema class | +| static class | ObjectWithCollidingProperties.Someprop
schema class | +| static class | ObjectWithCollidingProperties.ObjectWithCollidingPropertiesMap
output class for Map payloads | +| static class | ObjectWithCollidingProperties.ObjectWithCollidingProperties1
schema class | + +## ObjectWithCollidingProperties1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 71dfefdb732..6e50f1a3272 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -1,5 +1,14 @@ -# ObjectWithDecimalProperties1 +# ObjectWithDecimalProperties org.openapijsonschematools.components.schemas.ObjectWithDecimalProperties.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithDecimalProperties.Width
schema class | +| static class | ObjectWithDecimalProperties.ObjectWithDecimalPropertiesMap
output class for Map payloads | +| static class | ObjectWithDecimalProperties.ObjectWithDecimalProperties1
schema class | + +## ObjectWithDecimalProperties1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index be80e44e652..0a820781b71 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -1,5 +1,16 @@ -# ObjectWithDifficultlyNamedProps1 +# ObjectWithDifficultlyNamedProps org.openapijsonschematools.components.schemas.ObjectWithDifficultlyNamedProps.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithDifficultlyNamedProps.Specialpropertyname
schema class | +| static class | ObjectWithDifficultlyNamedProps.Schema123list
schema class | +| static class | ObjectWithDifficultlyNamedProps.Schema123Number
schema class | +| static class | ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedPropsMap
output class for Map payloads | +| static class | ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedProps1
schema class | + +## ObjectWithDifficultlyNamedProps1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 15e7ecd7648..e62b8150b08 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -1,5 +1,15 @@ -# ObjectWithInlineCompositionProperty1 +# ObjectWithInlineCompositionProperty org.openapijsonschematools.components.schemas.ObjectWithInlineCompositionProperty.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithInlineCompositionProperty.Schema0
schema class | +| static class | ObjectWithInlineCompositionProperty.SomeProp
schema class | +| static class | ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionPropertyMap
output class for Map payloads | +| static class | ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionProperty1
schema class | + +## ObjectWithInlineCompositionProperty1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 77bf800e8c1..c464c7da4c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -1,5 +1,13 @@ -# ObjectWithInvalidNamedRefedProperties1 +# ObjectWithInvalidNamedRefedProperties org.openapijsonschematools.components.schemas.ObjectWithInvalidNamedRefedProperties.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedPropertiesMap
output class for Map payloads | +| static class | ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedProperties1
schema class | + +## ObjectWithInvalidNamedRefedProperties1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 1995e967320..412bc5e7363 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -1,5 +1,15 @@ -# ObjectWithNonIntersectingValues1 +# ObjectWithNonIntersectingValues org.openapijsonschematools.components.schemas.ObjectWithNonIntersectingValues.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithNonIntersectingValues.AdditionalProperties
schema class | +| static class | ObjectWithNonIntersectingValues.A
schema class | +| static class | ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValuesMap
output class for Map payloads | +| static class | ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValues1
schema class | + +## ObjectWithNonIntersectingValues1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index a35e2ca8d73..06ac4839ea4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -1,5 +1,16 @@ -# ObjectWithOnlyOptionalProps1 +# ObjectWithOnlyOptionalProps org.openapijsonschematools.components.schemas.ObjectWithOnlyOptionalProps.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithOnlyOptionalProps.AdditionalProperties
schema class | +| static class | ObjectWithOnlyOptionalProps.A
schema class | +| static class | ObjectWithOnlyOptionalProps.B
schema class | +| static class | ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalPropsMap
output class for Map payloads | +| static class | ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalProps1
schema class | + +## ObjectWithOnlyOptionalProps1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 4ebbec91676..71e540eae74 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -1,5 +1,14 @@ -# ObjectWithOptionalTestProp1 +# ObjectWithOptionalTestProp org.openapijsonschematools.components.schemas.ObjectWithOptionalTestProp.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithOptionalTestProp.Test
schema class | +| static class | ObjectWithOptionalTestProp.ObjectWithOptionalTestPropMap
output class for Map payloads | +| static class | ObjectWithOptionalTestProp.ObjectWithOptionalTestProp1
schema class | + +## ObjectWithOptionalTestProp1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 33f951c5f55..0aa75a0cfc8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -1,5 +1,12 @@ -# ObjectWithValidations1 +# ObjectWithValidations org.openapijsonschematools.components.schemas.ObjectWithValidations.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ObjectWithValidations.ObjectWithValidations1
schema class | + +## ObjectWithValidations1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index c226dd3c020..7e69cacee8b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -1,5 +1,19 @@ -# Order1 +# Order org.openapijsonschematools.components.schemas.Order.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Order.Id
schema class | +| static class | Order.PetId
schema class | +| static class | Order.Quantity
schema class | +| static class | Order.ShipDate
schema class | +| static class | Order.Status
schema class | +| static class | Order.Complete
schema class | +| static class | Order.OrderMap
output class for Map payloads | +| static class | Order.Order1
schema class | + +## Order1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 1f19d158100..cd11fecb892 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -1,5 +1,17 @@ -# PaginatedResultMyObjectDto1 +# PaginatedResultMyObjectDto org.openapijsonschematools.components.schemas.PaginatedResultMyObjectDto.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | PaginatedResultMyObjectDto.AdditionalProperties
schema class | +| static class | PaginatedResultMyObjectDto.Count
schema class | +| static class | PaginatedResultMyObjectDto.ResultsList
output class for List payloads | +| static class | PaginatedResultMyObjectDto.Results
schema class | +| static class | PaginatedResultMyObjectDto.PaginatedResultMyObjectDtoMap
output class for Map payloads | +| static class | PaginatedResultMyObjectDto.PaginatedResultMyObjectDto1
schema class | + +## PaginatedResultMyObjectDto1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 5ee78adddb2..0b8b58105ae 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -1,5 +1,12 @@ -# ParentPet1 +# ParentPet org.openapijsonschematools.components.schemas.ParentPet.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ParentPet.ParentPet1
schema class | + +## ParentPet1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 6ce820c18a1..aae77fba16a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -1,5 +1,21 @@ -# Pet1 +# Pet org.openapijsonschematools.components.schemas.Pet.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Pet.Id
schema class | +| static class | Pet.Name
schema class | +| static class | Pet.Items
schema class | +| static class | Pet.PhotoUrlsList
output class for List payloads | +| static class | Pet.PhotoUrls
schema class | +| static class | Pet.Status
schema class | +| static class | Pet.TagsList
output class for List payloads | +| static class | Pet.Tags
schema class | +| static class | Pet.PetMap
output class for Map payloads | +| static class | Pet.Pet1
schema class | + +## Pet1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index d0fb22955a5..33e354a6935 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -1,5 +1,12 @@ -# Pig1 +# Pig org.openapijsonschematools.components.schemas.Pig.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Pig.Pig1
schema class | + +## Pig1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index b939c02a8f7..4c74ccb6db4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -1,5 +1,14 @@ -# Player1 +# Player org.openapijsonschematools.components.schemas.Player.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Player.Name
schema class | +| static class | Player.PlayerMap
output class for Map payloads | +| static class | Player.Player1
schema class | + +## Player1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 0a00e659398..896826c3052 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -1,5 +1,14 @@ -# PublicKey1 +# PublicKey org.openapijsonschematools.components.schemas.PublicKey.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | PublicKey.Key
schema class | +| static class | PublicKey.PublicKeyMap
output class for Map payloads | +| static class | PublicKey.PublicKey1
schema class | + +## PublicKey1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index 6bfc7deebb7..89125e30e88 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -1,5 +1,12 @@ -# Quadrilateral1 +# Quadrilateral org.openapijsonschematools.components.schemas.Quadrilateral.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Quadrilateral.Quadrilateral1
schema class | + +## Quadrilateral1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 56f75b2d626..b7d5f8f5263 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -1,5 +1,15 @@ -# QuadrilateralInterface1 +# QuadrilateralInterface org.openapijsonschematools.components.schemas.QuadrilateralInterface.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | QuadrilateralInterface.ShapeType
schema class | +| static class | QuadrilateralInterface.QuadrilateralType
schema class | +| static class | QuadrilateralInterface.QuadrilateralInterfaceMap
output class for Map payloads | +| static class | QuadrilateralInterface.QuadrilateralInterface1
schema class | + +## QuadrilateralInterface1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 0253a70c764..edc69fc41ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -1,5 +1,15 @@ -# ReadOnlyFirst1 +# ReadOnlyFirst org.openapijsonschematools.components.schemas.ReadOnlyFirst.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ReadOnlyFirst.Bar
schema class | +| static class | ReadOnlyFirst.Baz
schema class | +| static class | ReadOnlyFirst.ReadOnlyFirstMap
output class for Map payloads | +| static class | ReadOnlyFirst.ReadOnlyFirst1
schema class | + +## ReadOnlyFirst1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 1cd7bd80078..93c4fe2f289 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -1,5 +1,12 @@ -# RefPet1 +# RefPet org.openapijsonschematools.components.schemas.RefPet.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | RefPet.RefPet1
schema class | + +## RefPet1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index a601252c592..b7af077ce15 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -1,5 +1,14 @@ -# ReqPropsFromExplicitAddProps1 +# ReqPropsFromExplicitAddProps org.openapijsonschematools.components.schemas.ReqPropsFromExplicitAddProps.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ReqPropsFromExplicitAddProps.AdditionalProperties
schema class | +| static class | ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddPropsMap
output class for Map payloads | +| static class | ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddProps1
schema class | + +## ReqPropsFromExplicitAddProps1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 566c2d1b0a7..df3a4550f17 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -1,5 +1,14 @@ -# ReqPropsFromTrueAddProps1 +# ReqPropsFromTrueAddProps org.openapijsonschematools.components.schemas.ReqPropsFromTrueAddProps.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ReqPropsFromTrueAddProps.AdditionalProperties
schema class | +| static class | ReqPropsFromTrueAddProps.ReqPropsFromTrueAddPropsMap
output class for Map payloads | +| static class | ReqPropsFromTrueAddProps.ReqPropsFromTrueAddProps1
schema class | + +## ReqPropsFromTrueAddProps1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 6c32beb3572..2a0cb3eff34 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -1,5 +1,13 @@ -# ReqPropsFromUnsetAddProps1 +# ReqPropsFromUnsetAddProps org.openapijsonschematools.components.schemas.ReqPropsFromUnsetAddProps.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddPropsMap
output class for Map payloads | +| static class | ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddProps1
schema class | + +## ReqPropsFromUnsetAddProps1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index daf8cd661ad..99e5ae0e6fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -1,5 +1,14 @@ -# ReturnSchema1 +# ReturnSchema org.openapijsonschematools.components.schemas.ReturnSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ReturnSchema.ReturnSchema2
schema class | +| static class | ReturnSchema.ReturnMap
output class for Map payloads | +| static class | ReturnSchema.ReturnSchema1
schema class | + +## ReturnSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 13f5d6fd8aa..ef7c532bd2e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -1,5 +1,15 @@ -# ScaleneTriangle1 +# ScaleneTriangle org.openapijsonschematools.components.schemas.ScaleneTriangle.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ScaleneTriangle.TriangleType
schema class | +| static class | ScaleneTriangle.Schema1Map
output class for Map payloads | +| static class | ScaleneTriangle.Schema1
schema class | +| static class | ScaleneTriangle.ScaleneTriangle1
schema class | + +## ScaleneTriangle1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 98cf2cd8e64..041baba507c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -1,5 +1,15 @@ -# Schema200Response1 +# Schema200Response org.openapijsonschematools.components.schemas.Schema200Response.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema200Response.Name
schema class | +| static class | Schema200Response.ClassSchema
schema class | +| static class | Schema200Response.Schema200ResponseMap
output class for Map payloads | +| static class | Schema200Response.Schema200Response1
schema class | + +## Schema200Response1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 8591c692bee..d2e5829f169 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -1,5 +1,13 @@ -# SelfReferencingArrayModel1 +# SelfReferencingArrayModel org.openapijsonschematools.components.schemas.SelfReferencingArrayModel.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | SelfReferencingArrayModel.SelfReferencingArrayModelList
output class for List payloads | +| static class | SelfReferencingArrayModel.SelfReferencingArrayModel1
schema class | + +## SelfReferencingArrayModel1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index bfc90b568f1..e46fcbdb979 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -1,5 +1,13 @@ -# SelfReferencingObjectModel1 +# SelfReferencingObjectModel org.openapijsonschematools.components.schemas.SelfReferencingObjectModel.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | SelfReferencingObjectModel.SelfReferencingObjectModelMap
output class for Map payloads | +| static class | SelfReferencingObjectModel.SelfReferencingObjectModel1
schema class | + +## SelfReferencingObjectModel1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index 88ca388b8d3..112c49f6489 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -1,5 +1,12 @@ -# Shape1 +# Shape org.openapijsonschematools.components.schemas.Shape.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Shape.Shape1
schema class | + +## Shape1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index a0f86776366..440ef79b521 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -1,5 +1,13 @@ -# ShapeOrNull1 +# ShapeOrNull org.openapijsonschematools.components.schemas.ShapeOrNull.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | ShapeOrNull.Schema0
schema class | +| static class | ShapeOrNull.ShapeOrNull1
schema class | + +## ShapeOrNull1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 91c9f8b8a34..3b05a4b9c32 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -1,5 +1,15 @@ -# SimpleQuadrilateral1 +# SimpleQuadrilateral org.openapijsonschematools.components.schemas.SimpleQuadrilateral.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | SimpleQuadrilateral.QuadrilateralType
schema class | +| static class | SimpleQuadrilateral.Schema1Map
output class for Map payloads | +| static class | SimpleQuadrilateral.Schema1
schema class | +| static class | SimpleQuadrilateral.SimpleQuadrilateral1
schema class | + +## SimpleQuadrilateral1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index ce10a43c0b1..35a79de2972 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -1,5 +1,12 @@ -# SomeObject1 +# SomeObject org.openapijsonschematools.components.schemas.SomeObject.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | SomeObject.SomeObject1
schema class | + +## SomeObject1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 8540c523b45..807f4d59f2b 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -1,5 +1,14 @@ -# SpecialModelname1 +# SpecialModelname org.openapijsonschematools.components.schemas.SpecialModelname.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | SpecialModelname.A
schema class | +| static class | SpecialModelname.SpecialModelnameMap
output class for Map payloads | +| static class | SpecialModelname.SpecialModelname1
schema class | + +## SpecialModelname1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 0817fb72a85..7e8ecc9ff8f 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -1,5 +1,14 @@ -# StringBooleanMap1 +# StringBooleanMap org.openapijsonschematools.components.schemas.StringBooleanMap.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | StringBooleanMap.AdditionalProperties
schema class | +| static class | StringBooleanMap.StringBooleanMapMap
output class for Map payloads | +| static class | StringBooleanMap.StringBooleanMap1
schema class | + +## StringBooleanMap1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index f121f0c1020..637a939a9ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -1,5 +1,12 @@ -# StringEnum1 +# StringEnum org.openapijsonschematools.components.schemas.StringEnum.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | StringEnum.StringEnum1
schema class | + +## StringEnum1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 3a772f96dfa..62a796e0ad2 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -1,5 +1,12 @@ -# StringEnumWithDefaultValue1 +# StringEnumWithDefaultValue org.openapijsonschematools.components.schemas.StringEnumWithDefaultValue.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | StringEnumWithDefaultValue.StringEnumWithDefaultValue1
schema class | + +## StringEnumWithDefaultValue1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 966432b380c..97f875ff60a 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -1,5 +1,12 @@ -# StringSchema1 +# StringSchema org.openapijsonschematools.components.schemas.StringSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | StringSchema.StringSchema1
schema class | + +## StringSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 88070b57895..27b10904b21 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -1,5 +1,12 @@ -# StringWithValidation1 +# StringWithValidation org.openapijsonschematools.components.schemas.StringWithValidation.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | StringWithValidation.StringWithValidation1
schema class | + +## StringWithValidation1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 80f14882499..3ffa35da113 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -1,5 +1,15 @@ -# Tag1 +# Tag org.openapijsonschematools.components.schemas.Tag.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Tag.Id
schema class | +| static class | Tag.Name
schema class | +| static class | Tag.TagMap
output class for Map payloads | +| static class | Tag.Tag1
schema class | + +## Tag1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 0ec698d473d..9d48f2622e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -1,5 +1,12 @@ -# Triangle1 +# Triangle org.openapijsonschematools.components.schemas.Triangle.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Triangle.Triangle1
schema class | + +## Triangle1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 398bfb57f24..5801107d0fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -1,5 +1,15 @@ -# TriangleInterface1 +# TriangleInterface org.openapijsonschematools.components.schemas.TriangleInterface.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | TriangleInterface.ShapeType
schema class | +| static class | TriangleInterface.TriangleType
schema class | +| static class | TriangleInterface.TriangleInterfaceMap
output class for Map payloads | +| static class | TriangleInterface.TriangleInterface1
schema class | + +## TriangleInterface1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 6bb8bff4c1d..28a8fc8c69b 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -1,5 +1,12 @@ -# UUIDString1 +# UUIDString org.openapijsonschematools.components.schemas.UUIDString.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | UUIDString.UUIDString1
schema class | + +## UUIDString1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 07d9982645a..09de3be8eec 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -1,5 +1,27 @@ -# User1 +# User org.openapijsonschematools.components.schemas.User.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | User.Id
schema class | +| static class | User.Username
schema class | +| static class | User.FirstName
schema class | +| static class | User.LastName
schema class | +| static class | User.Email
schema class | +| static class | User.Password
schema class | +| static class | User.Phone
schema class | +| static class | User.UserStatus
schema class | +| static class | User.ObjectWithNoDeclaredProps
schema class | +| static class | User.ObjectWithNoDeclaredPropsNullable
schema class | +| static class | User.AnyTypeProp
schema class | +| static class | User.Not
schema class | +| static class | User.AnyTypeExceptNullProp
schema class | +| static class | User.AnyTypePropNullable
schema class | +| static class | User.UserMap
output class for Map payloads | +| static class | User.User1
schema class | + +## User1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 584cf9d1bed..59ac5333da5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -1,5 +1,16 @@ -# Whale1 +# Whale org.openapijsonschematools.components.schemas.Whale.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Whale.HasBaleen
schema class | +| static class | Whale.HasTeeth
schema class | +| static class | Whale.ClassName
schema class | +| static class | Whale.WhaleMap
output class for Map payloads | +| static class | Whale.Whale1
schema class | + +## Whale1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 0b78f1918cf..96a012c8def 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -1,5 +1,16 @@ -# Zebra1 +# Zebra org.openapijsonschematools.components.schemas.Zebra.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Zebra.AdditionalProperties
schema class | +| static class | Zebra.Type
schema class | +| static class | Zebra.ClassName
schema class | +| static class | Zebra.ZebraMap
output class for Map payloads | +| static class | Zebra.Zebra1
schema class | + +## Zebra1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index 16e98311b62..9895ddefe46 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.anotherfakedummy.patch.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index aa8da54dbff..e00ee2d4ab9 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 57ad4c8052d..07ad0084713 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,12 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index a600f7f0316..37de10a2918 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.commonparamsubdir.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index f6df27ee168..370eecde886 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -1,5 +1,12 @@ -# PathParamSchema01 +# PathParamSchema0 org.openapijsonschematools.paths.commonparamsubdir.parameters.parameter0.PathParamSchema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | PathParamSchema0.PathParamSchema01
schema class | + +## PathParamSchema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index c5373b32b09..e1d56f21db8 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.commonparamsubdir.post.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index d74f7d5131d..db40e9441b4 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fake.delete.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 9a53a6e181b..f98e34534c6 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,12 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.fake.delete.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index cc4bda1435e..1485ba68f6e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -1,5 +1,12 @@ -# Schema21 +# Schema2 org.openapijsonschematools.paths.fake.delete.parameters.parameter2.Schema2.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema2.Schema21
schema class | + +## Schema21 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index c952c52c3cc..154c5d4ad15 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -1,5 +1,12 @@ -# Schema31 +# Schema3 org.openapijsonschematools.paths.fake.delete.parameters.parameter3.Schema3.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema3.Schema31
schema class | + +## Schema31 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index c4fbad43bcb..1601e825637 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -1,5 +1,12 @@ -# Schema41 +# Schema4 org.openapijsonschematools.paths.fake.delete.parameters.parameter4.Schema4.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema4.Schema41
schema class | + +## Schema41 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index b0c7622cb0d..05ba9324e23 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -1,5 +1,12 @@ -# Schema51 +# Schema5 org.openapijsonschematools.paths.fake.delete.parameters.parameter5.Schema5.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema5.Schema51
schema class | + +## Schema51 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 3cb33cfc9a9..82c72af8799 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -1,5 +1,14 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fake.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Items0
schema class | +| static class | Schema0.SchemaList0
output class for List payloads | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index c3348dfd2e9..b63ab988c01 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -1,5 +1,12 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.fake.get.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index ac40b2c0d7f..ce977eb727b 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -1,5 +1,14 @@ -# Schema21 +# Schema2 org.openapijsonschematools.paths.fake.get.parameters.parameter2.Schema2.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema2.Items2
schema class | +| static class | Schema2.SchemaList2
output class for List payloads | +| static class | Schema2.Schema21
schema class | + +## Schema21 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index b0e96daf899..696ad273a13 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -1,5 +1,12 @@ -# Schema31 +# Schema3 org.openapijsonschematools.paths.fake.get.parameters.parameter3.Schema3.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema3.Schema31
schema class | + +## Schema31 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 4a3dae14b4f..017b446658c 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -1,5 +1,12 @@ -# Schema41 +# Schema4 org.openapijsonschematools.paths.fake.get.parameters.parameter4.Schema4.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema4.Schema41
schema class | + +## Schema41 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index d43d122d278..68350647a18 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -1,5 +1,12 @@ -# Schema51 +# Schema5 org.openapijsonschematools.paths.fake.get.parameters.parameter5.Schema5.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema5.Schema51
schema class | + +## Schema51 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 52af46cdd6f..d4724621784 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,17 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fake.get.requestbody.content.applicationxwwwformurlencoded.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Items
schema class | +| static class | Schema.EnumFormStringArrayList
output class for List payloads | +| static class | Schema.EnumFormStringArray
schema class | +| static class | Schema.EnumFormString
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index c944d728c61..08c3d6fb4bc 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fake.get.responses.response404.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index c63be2420aa..7c86b715db7 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fake.patch.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index b9b6b331d15..7e5b32a9cc4 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,27 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.IntegerSchema
schema class | +| static class | Schema.Int32
schema class | +| static class | Schema.Int64
schema class | +| static class | Schema.NumberSchema
schema class | +| static class | Schema.FloatSchema
schema class | +| static class | Schema.DoubleSchema
schema class | +| static class | Schema.StringSchema
schema class | +| static class | Schema.PatternWithoutDelimiter
schema class | +| static class | Schema.ByteSchema
schema class | +| static class | Schema.Binary
schema class | +| static class | Schema.Date
schema class | +| static class | Schema.DateTime
schema class | +| static class | Schema.Password
schema class | +| static class | Schema.Callback
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index d4ff85b7532..458ca7be01e 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index 39a8792c53a..418c52a7cb9 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index 9e78233d583..110109ba602 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakebodywithfileschema.put.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index d01d7959076..c7ca855dbca 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakebodywithqueryparams.put.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index 454415fc626..e729478eea0 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakebodywithqueryparams.put.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 33f0f0dfb10..5a8f91d9c81 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index aaa573a2c77..21f1a754ff8 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -1,5 +1,12 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 2e9b0ceae88..65b790a9161 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -1,5 +1,12 @@ -# Schema21 +# Schema2 org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter2.Schema2.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema2.Schema21
schema class | + +## Schema21 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index 3b5bb17837c..64d92465509 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeclassnametest.patch.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 3505d714163..6b2b0b5657e 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakedeletecoffeeid.delete.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index 51df740a5af..7cffdea77a1 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakehealth.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 33491a72584..9c281af91f5 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,14 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.AdditionalProperties
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 01a1c631b4e..5094fb246f1 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -1,5 +1,13 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema00
schema class | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 887739aa30a..d5f2c425a15 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -1,5 +1,15 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Schema01
schema class | +| static class | Schema1.SomeProp1
schema class | +| static class | Schema1.SchemaMap1
output class for Map payloads | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index 2e88702e87a..c1e3ce932f3 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,13 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema0
schema class | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index c7c2eb0f6c4..f55504db5d8 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,15 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.multipartformdata.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema0
schema class | +| static class | Schema.SomeProp
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index fbcc9707933..30460aa03a2 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,13 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema0
schema class | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 62de9146b21..aea54c4854f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -1,5 +1,15 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.multipartformdata.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema0
schema class | +| static class | Schema.SomeProp
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6f610ce0140..361dd26d984 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,15 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Param
schema class | +| static class | Schema.Param2
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index 8a8a3874b7f..d76cb5305ee 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakejsonpatch.patch.requestbody.content.applicationjsonpatchjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 3cdf0129cf4..86cb0290b06 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 0e8f715dd01..558ee101861 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakejsonwithcharset.post.responses.response200.content.applicationjsoncharsetutf8.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index edc68ab62c6..6d6ae1e5a1d 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,14 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.A
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index aa145c92695..1f3dd8ee158 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,14 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.multipartformdata.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.B
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index fa52f0ac734..8c129e530f9 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index 157f1cfc2c1..bf2947b6a45 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 236042f1c34..deb965d6fdb 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response202.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index fa1029d1779..63a30e89196 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakemultiplesecurities.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 12a4bc27876..1898457b538 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -1,5 +1,14 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakeobjinquery.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Keyword0
schema class | +| static class | Schema0.SchemaMap0
output class for Map payloads | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 49123af82e3..24a0d30b6ef 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 192b8436ce1..5ee23c9c91f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -1,5 +1,12 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 932bc6e50dd..279b0f902bb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -1,5 +1,12 @@ -# Schema101 +# Schema10 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter10.Schema10.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema10.Schema101
schema class | + +## Schema101 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 80b88287225..f61d000b6df 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -1,5 +1,12 @@ -# Schema111 +# Schema11 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter11.Schema11.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema11.Schema111
schema class | + +## Schema111 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index ae16e7d2171..fbbae2beea9 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -1,5 +1,12 @@ -# Schema121 +# Schema12 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter12.Schema12.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema12.Schema121
schema class | + +## Schema121 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index b6cf3b95455..52e14cad5fe 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -1,5 +1,12 @@ -# Schema131 +# Schema13 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter13.Schema13.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema13.Schema131
schema class | + +## Schema131 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index b831e078091..df745b6358f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -1,5 +1,12 @@ -# Schema141 +# Schema14 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter14.Schema14.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema14.Schema141
schema class | + +## Schema141 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index 239a45ad751..7acb8f91195 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -1,5 +1,12 @@ -# Schema151 +# Schema15 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter15.Schema15.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema15.Schema151
schema class | + +## Schema151 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 36407b2c766..c5a90e53ef4 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -1,5 +1,12 @@ -# Schema161 +# Schema16 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter16.Schema16.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema16.Schema161
schema class | + +## Schema161 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index c09aa2201fb..e8f1d9cac03 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -1,5 +1,12 @@ -# Schema171 +# Schema17 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter17.Schema17.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema17.Schema171
schema class | + +## Schema171 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index 1e9b8029b6a..b3e1dae224a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -1,5 +1,12 @@ -# Schema181 +# Schema18 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter18.Schema18.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema18.Schema181
schema class | + +## Schema181 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index fbaedf91d39..9690b8fd433 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -1,5 +1,12 @@ -# Schema21 +# Schema2 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter2.Schema2.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema2.Schema21
schema class | + +## Schema21 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index 4a6968e1c60..0f5146e69a2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -1,5 +1,12 @@ -# Schema31 +# Schema3 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter3.Schema3.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema3.Schema31
schema class | + +## Schema31 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 0c804deed04..a0441155b8d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -1,5 +1,12 @@ -# Schema41 +# Schema4 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter4.Schema4.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema4.Schema41
schema class | + +## Schema41 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index a1290623c6a..024cb66c4c1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -1,5 +1,12 @@ -# Schema51 +# Schema5 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter5.Schema5.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema5.Schema51
schema class | + +## Schema51 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 692fd307ed8..62c5a47c827 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -1,5 +1,12 @@ -# Schema61 +# Schema6 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter6.Schema6.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema6.Schema61
schema class | + +## Schema61 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index e7695ace1fc..70148d848d0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -1,5 +1,12 @@ -# Schema71 +# Schema7 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter7.Schema7.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema7.Schema71
schema class | + +## Schema71 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 5de8fb83cc7..448597d86c5 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -1,5 +1,12 @@ -# Schema81 +# Schema8 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter8.Schema8.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema8.Schema81
schema class | + +## Schema81 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index e493616e701..f580a49410e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -1,5 +1,12 @@ -# Schema91 +# Schema9 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter9.Schema9.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema9.Schema91
schema class | + +## Schema91 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index cd2ebacd315..aea1fbfb315 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index e46444cf8bf..c595831aac9 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index 37e75d33229..daac686e777 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 77fa61bb721..65ea995c5cf 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,15 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.requestbody.content.multipartformdata.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.AdditionalMetadata
schema class | +| static class | Schema.RequiredFile
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 64c71fc126c..20b353fd1a1 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 965185f74aa..2d9e27d5d9c 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.parameters.parameter0.content.applicationjson.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index 46e0cc09dab..d14e33bed9f 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index d30470e6e2f..53a76ae9528 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.fakerefobjinquery.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index 6728807ff12..0924e018131 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsarraymodel.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index 2498130a422..14e2686dc26 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsarraymodel.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index db24a2555db..0177c7a1145 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsarrayofenums.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index b5880ebd6a0..68b421a7c7c 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsarrayofenums.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index acaa7ee688d..607ded0a6b0 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsboolean.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index 14eaacb8f92..50a12cdef00 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsboolean.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 4704c95a0a9..cd08aabc040 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index fc8cb7bd75d..414c4bad622 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index c10a6956d8f..dd7aa557987 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsenum.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index d01e93279f3..5c72102e9f5 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsenum.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index e755e433ef5..ffa7f83294d 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsmammal.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 120149a26ae..f17623ac216 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsmammal.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index eb244bb2ff7..75508552fc9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsnumber.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index 68b8a90f32e..bcbfef2ea6d 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsnumber.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index 2175065ae17..b8d599e76e0 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index fee563fd1a3..ff3eb0847f9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index 592885842e3..74201d89c88 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsstring.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index ca1b1cd6791..e00c2ee66b9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakerefsstring.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index cc13c9f1226..f882b07c264 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -1,5 +1,14 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Items0
schema class | +| static class | Schema0.SchemaList0
output class for List payloads | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 827f0d8420f..b7aebd80804 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -1,5 +1,14 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Items1
schema class | +| static class | Schema1.SchemaList1
output class for List payloads | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 5f950e6453f..ab5fb945cab 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -1,5 +1,14 @@ -# Schema21 +# Schema2 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter2.Schema2.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema2.Items2
schema class | +| static class | Schema2.SchemaList2
output class for List payloads | +| static class | Schema2.Schema21
schema class | + +## Schema21 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index ef50ac110f6..f5e7ef3a7f9 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -1,5 +1,14 @@ -# Schema31 +# Schema3 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter3.Schema3.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema3.Items3
schema class | +| static class | Schema3.SchemaList3
output class for List payloads | +| static class | Schema3.Schema31
schema class | + +## Schema31 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index a05b37593c8..017f5b3c6b2 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -1,5 +1,14 @@ -# Schema41 +# Schema4 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter4.Schema4.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema4.Items4
schema class | +| static class | Schema4.SchemaList4
output class for List payloads | +| static class | Schema4.Schema41
schema class | + +## Schema41 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index 15f1bea3247..ff499c2841b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -1,5 +1,12 @@ -# Schema51 +# Schema5 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter5.Schema5.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema5.Schema51
schema class | + +## Schema51 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 77f44cf425a..bc5202fa3b5 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index 6d585dfe29a..ccc507385a8 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeuploaddownloadfile.post.responses.response200.content.applicationoctetstream.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 8d67e2675de..0b8cc453a92 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,15 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeuploadfile.post.requestbody.content.multipartformdata.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.AdditionalMetadata
schema class | +| static class | Schema.File
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index 76d976fbaad..dd20a844c67 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeuploadfile.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 9a7e88757b6..8e8a256199d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,16 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Items
schema class | +| static class | Schema.FilesList
output class for List payloads | +| static class | Schema.Files
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index 4bebf24f990..b06a86081a2 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakeuploadfiles.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 280c7caf91f..2cff60cf7b9 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response1xx.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 40bcc6f3ef1..d9d87bafc99 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index 7a965faa9f9..f46ed42557f 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response2xx.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 6542e143d2b..a389af65ad0 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response3xx.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index 4a321878773..ebbbcf11c68 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response4xx.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index d8b99e0745e..4c6b39dc9d0 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response5xx.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index cc3647f7cf5..ee2cc3b4dd4 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -1,5 +1,13 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.foo.get.responses.responsedefault.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 279f8fd516e..ddb89bc5d70 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -1,5 +1,14 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.petfindbystatus.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Items0
schema class | +| static class | Schema0.SchemaList0
output class for List payloads | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 28bb9355ac0..2a6fddc7885 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -1,5 +1,14 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.petfindbytags.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Items0
schema class | +| static class | Schema0.SchemaList0
output class for List payloads | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 87530a6ff12..d21307143e6 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.petpetid.delete.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index d80955e4086..92a695faa0c 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,12 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.petpetid.delete.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index e087d9e0a57..8660bac2a7a 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.petpetid.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index b1aabbc08ef..47e326518cd 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index 833369e0395..1f4e574e3f0 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationxml.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 2f5fa941f84..c5cff8db735 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.petpetid.post.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 20fa23be886..4c9e093f70e 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,15 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.petpetid.post.requestbody.content.applicationxwwwformurlencoded.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Name
schema class | +| static class | Schema.Status
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 956646458d9..e93480c562d 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.petpetiduploadimage.post.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index db965b6be31..e64e1490936 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,15 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.petpetiduploadimage.post.requestbody.content.multipartformdata.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.AdditionalMetadata
schema class | +| static class | Schema.File
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index be4202d5850..d4b9bb68cb7 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.storeorder.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index e2f6b7c4857..d4bfaffa2c2 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index b8acb4c72e2..8e8e8845774 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationxml.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 6ae811c2834..ece3f3b0c2c 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.storeorderorderid.delete.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index e57a46272ea..c2e191182f8 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.storeorderorderid.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index ac5da3e09c0..9e8f032d22c 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index 4ba6a0a1e5f..6501fc2e9c8 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationxml.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index 53dcf3e8232..bca38a2c251 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.user.post.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 245a34afefd..f3a15bd8194 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -1,5 +1,12 @@ -# Schema01 +# Schema0 org.openapijsonschematools.paths.userlogin.get.parameters.parameter0.Schema0.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema0.Schema01
schema class | + +## Schema01 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index e9b1094522a..7907d50f32d 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -1,5 +1,12 @@ -# Schema11 +# Schema1 org.openapijsonschematools.paths.userlogin.get.parameters.parameter1.Schema1.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema1.Schema11
schema class | + +## Schema11 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 0ca8231b0d2..56a36e64dec 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 54d560a2269..4d1913b4df3 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationxml.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index d4b93a99707..8626a911d77 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -1,5 +1,12 @@ -# XExpiresAfterSchema1 +# XExpiresAfterSchema org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xexpiresafter.XExpiresAfterSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | XExpiresAfterSchema.XExpiresAfterSchema1
schema class | + +## XExpiresAfterSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index b3e0e26948a..0f243854235 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -1,5 +1,12 @@ -# XRateLimitSchema1 +# XRateLimitSchema org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xratelimit.content.applicationjson.XRateLimitSchema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | XRateLimitSchema.XRateLimitSchema1
schema class | + +## XRateLimitSchema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index 704ff9a8160..aedf577188d 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index e73ce850048..bd60cb6f822 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationxml.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index ca7e8783bf6..4457d0208ce 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,12 @@ -# Schema1 +# Schema org.openapijsonschematools.paths.userusername.put.requestbody.content.applicationjson.Schema.java + +## Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +| static class | Schema.Schema1
schema class | + +## Schema1 ``` type: JsonSchema ``` diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index d15783e02fc..e49c032c1ef 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -1,6 +1,6 @@ {{#with schema}} {{#eq identifierPieces.size 0}} -{{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces identifierPieces=(append identifierPieces jsonPathPiece) }} +{{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces identifierPieces=(append identifierPieces containerJsonPathPiece) }} {{else}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces }} {{/eq}} @@ -11,6 +11,25 @@ {{moduleLocation}}.java {{/unless}} {{/if}} + +{{headerSize}}# Nested Class Summary +| Modifier and Type | Class and Description | +| ----------------- | ---------------------- | +{{#each getSchemas}} + {{#eq instanceType "schema"}} +| static class | {{../containerJsonPathPiece.camelCase}}.{{jsonPathPiece.camelCase}}
schema class | + {{else}} + {{#eq instanceType "propertiesOutputType"}} +| static class | {{../containerJsonPathPiece.camelCase}}.{{mapOutputJsonPathPiece.camelCase}}
output class for Map payloads | + {{else}} + {{#eq instanceType "arrayOutputType"}} +| static class | {{../containerJsonPathPiece.camelCase}}.{{arrayOutputJsonPathPiece.camelCase}}
output class for List payloads | + {{/eq}} + {{/eq}} + {{/eq}} +{{/each}} + +{{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces jsonPathPiece) }} ``` type: JsonSchema ``` From 179f493ea8b9eb5b623ea8313c2c0bfad1c66dea Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 14:05:30 -0800 Subject: [PATCH 27/72] Makes inner classes static --- .../Int32JsonContentTypeHeaderSchema.java | 2 +- .../numberheader/NumberHeaderSchema.java | 2 +- .../RefContentSchemaHeaderSchema.java | 2 +- .../RefSchemaHeaderSchema.java | 2 +- .../stringheader/StringHeaderSchema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../parameters/pathusername/Schema.java | 2 +- .../refschemastringwithvalidation/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../pet/content/applicationjson/Schema.java | 2 +- .../pet/content/applicationxml/Schema.java | 2 +- .../responses/headerswithnobody/Headers.java | 2 +- .../headers/location/LocationSchema.java | 2 +- .../Headers.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../headers/someheader/SomeHeaderSchema.java | 2 +- .../successwithjsonapiresponse/Headers.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../schemas/AbstractStepMessage.java | 2 +- .../schemas/AdditionalPropertiesClass.java | 16 +++---- .../schemas/AdditionalPropertiesSchema.java | 2 +- .../components/schemas/Address.java | 2 +- .../components/schemas/Animal.java | 2 +- .../components/schemas/AnyTypeNotString.java | 2 +- .../components/schemas/ApiResponseSchema.java | 6 +-- .../components/schemas/AppleReq.java | 6 +-- .../schemas/ArrayHoldingAnyType.java | 2 +- .../schemas/ArrayOfArrayOfNumberOnly.java | 2 +- .../components/schemas/ArrayOfNumberOnly.java | 2 +- .../components/schemas/ArrayTest.java | 4 +- .../components/schemas/Banana.java | 2 +- .../components/schemas/BananaReq.java | 6 +-- .../components/schemas/BooleanSchema.java | 2 +- .../components/schemas/Capitalization.java | 12 +++--- .../components/schemas/Cat.java | 2 +- .../components/schemas/Category.java | 2 +- .../components/schemas/ChildCat.java | 2 +- .../components/schemas/ClassModel.java | 2 +- .../components/schemas/Client.java | 2 +- ...posedAnyOfDifferentTypesNoValidations.java | 32 +++++++------- .../components/schemas/ComposedArray.java | 2 +- .../components/schemas/ComposedBool.java | 2 +- .../components/schemas/ComposedNone.java | 2 +- .../components/schemas/ComposedNumber.java | 2 +- .../components/schemas/ComposedObject.java | 2 +- .../schemas/ComposedOneOfDifferentTypes.java | 6 +-- .../components/schemas/ComposedString.java | 2 +- .../components/schemas/DecimalPayload.java | 2 +- .../components/schemas/Dog.java | 2 +- .../components/schemas/File.java | 2 +- .../components/schemas/FormatTest.java | 24 +++++------ .../components/schemas/FromSchema.java | 4 +- .../components/schemas/Fruit.java | 2 +- .../components/schemas/FruitReq.java | 2 +- .../components/schemas/GmFruit.java | 2 +- .../components/schemas/GrandparentAnimal.java | 2 +- .../components/schemas/HasOnlyReadOnly.java | 4 +- .../components/schemas/Items.java | 2 +- .../JSONPatchRequestAddReplaceTest.java | 6 +-- .../schemas/JSONPatchRequestMoveCopy.java | 6 +-- .../schemas/JSONPatchRequestRemove.java | 4 +- .../components/schemas/MapTest.java | 4 +- ...ropertiesAndAdditionalPropertiesClass.java | 4 +- .../components/schemas/Money.java | 4 +- .../components/schemas/MyObjectDto.java | 4 +- .../components/schemas/Name.java | 6 +-- .../schemas/NoAdditionalProperties.java | 6 +-- .../components/schemas/NullableClass.java | 4 +- .../components/schemas/NullableShape.java | 2 +- .../components/schemas/NumberOnly.java | 2 +- .../components/schemas/NumberSchema.java | 2 +- .../schemas/ObjWithRequiredProps.java | 2 +- .../schemas/ObjWithRequiredPropsBase.java | 2 +- .../components/schemas/ObjectInterface.java | 2 +- .../ObjectModelWithArgAndArgsProperties.java | 4 +- ...hAllOfWithReqTestPropFromUnsetAddProp.java | 2 +- .../ObjectWithCollidingProperties.java | 4 +- .../schemas/ObjectWithDecimalProperties.java | 2 +- .../ObjectWithDifficultlyNamedProps.java | 6 +-- .../ObjectWithNonIntersectingValues.java | 4 +- .../schemas/ObjectWithOnlyOptionalProps.java | 6 +-- .../schemas/ObjectWithOptionalTestProp.java | 2 +- .../components/schemas/Order.java | 10 ++--- .../schemas/PaginatedResultMyObjectDto.java | 4 +- .../components/schemas/Pet.java | 6 +-- .../components/schemas/Player.java | 2 +- .../components/schemas/PublicKey.java | 2 +- .../schemas/QuadrilateralInterface.java | 2 +- .../components/schemas/ReadOnlyFirst.java | 4 +- .../components/schemas/RefPet.java | 2 +- .../schemas/ReqPropsFromExplicitAddProps.java | 2 +- .../schemas/ReqPropsFromTrueAddProps.java | 2 +- .../components/schemas/ReturnSchema.java | 2 +- .../components/schemas/Schema200Response.java | 4 +- .../components/schemas/ShapeOrNull.java | 2 +- .../components/schemas/SpecialModelname.java | 2 +- .../components/schemas/StringBooleanMap.java | 2 +- .../components/schemas/StringSchema.java | 2 +- .../components/schemas/Tag.java | 4 +- .../components/schemas/TriangleInterface.java | 2 +- .../components/schemas/User.java | 24 +++++------ .../components/schemas/Whale.java | 4 +- .../components/schemas/Zebra.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../delete/HeaderParameters.java | 2 +- .../delete/PathParameters.java | 2 +- .../delete/parameters/parameter0/Schema0.java | 2 +- .../commonparamsubdir/get/PathParameters.java | 2 +- .../get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../post/HeaderParameters.java | 2 +- .../post/PathParameters.java | 2 +- .../post/parameters/parameter0/Schema0.java | 2 +- .../paths/fake/delete/HeaderParameters.java | 2 +- .../paths/fake/delete/QueryParameters.java | 2 +- .../delete/parameters/parameter0/Schema0.java | 2 +- .../delete/parameters/parameter2/Schema2.java | 2 +- .../delete/parameters/parameter3/Schema3.java | 2 +- .../delete/parameters/parameter5/Schema5.java | 2 +- .../paths/fake/get/HeaderParameters.java | 2 +- .../paths/fake/get/QueryParameters.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../applicationxwwwformurlencoded/Schema.java | 10 ++--- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../put/QueryParameters.java | 2 +- .../put/parameters/parameter0/Schema0.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../put/QueryParameters.java | 2 +- .../put/parameters/parameter0/Schema0.java | 2 +- .../put/parameters/parameter1/Schema1.java | 2 +- .../put/parameters/parameter2/Schema2.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../delete/PathParameters.java | 2 +- .../delete/parameters/parameter0/Schema0.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../post/QueryParameters.java | 2 +- .../applicationxwwwformurlencoded/Schema.java | 4 +- .../applicationjsonpatchjson/Schema.java | 2 +- .../applicationjsoncharsetutf8/Schema.java | 2 +- .../applicationjsoncharsetutf8/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/multipartformdata/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../fakeobjinquery/get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../post/CookieParameters.java | 2 +- .../post/HeaderParameters.java | 2 +- .../post/PathParameters.java | 2 +- .../post/QueryParameters.java | 2 +- .../post/parameters/parameter0/Schema0.java | 2 +- .../post/parameters/parameter1/Schema1.java | 2 +- .../post/parameters/parameter10/Schema10.java | 2 +- .../post/parameters/parameter11/Schema11.java | 2 +- .../post/parameters/parameter12/Schema12.java | 2 +- .../post/parameters/parameter13/Schema13.java | 2 +- .../post/parameters/parameter14/Schema14.java | 2 +- .../post/parameters/parameter15/Schema15.java | 2 +- .../post/parameters/parameter16/Schema16.java | 2 +- .../post/parameters/parameter17/Schema17.java | 2 +- .../post/parameters/parameter18/Schema18.java | 2 +- .../post/parameters/parameter2/Schema2.java | 2 +- .../post/parameters/parameter3/Schema3.java | 2 +- .../post/parameters/parameter4/Schema4.java | 2 +- .../post/parameters/parameter5/Schema5.java | 2 +- .../post/parameters/parameter6/Schema6.java | 2 +- .../post/parameters/parameter7/Schema7.java | 2 +- .../post/parameters/parameter8/Schema8.java | 2 +- .../post/parameters/parameter9/Schema9.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../post/PathParameters.java | 2 +- .../post/parameters/parameter0/Schema0.java | 2 +- .../content/multipartformdata/Schema.java | 4 +- .../content/applicationjson/Schema.java | 2 +- .../get/QueryParameters.java | 2 +- .../content/applicationjson/Schema0.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../put/QueryParameters.java | 2 +- .../put/parameters/parameter0/Schema0.java | 2 +- .../put/parameters/parameter1/Schema1.java | 2 +- .../put/parameters/parameter2/Schema2.java | 2 +- .../put/parameters/parameter3/Schema3.java | 2 +- .../put/parameters/parameter4/Schema4.java | 2 +- .../put/parameters/parameter5/Schema5.java | 2 +- .../applicationoctetstream/Schema.java | 2 +- .../applicationoctetstream/Schema.java | 2 +- .../content/multipartformdata/Schema.java | 4 +- .../content/applicationjson/Schema.java | 2 +- .../content/multipartformdata/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../petfindbystatus/get/QueryParameters.java | 2 +- .../petfindbytags/get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../petpetid/delete/HeaderParameters.java | 2 +- .../paths/petpetid/delete/PathParameters.java | 2 +- .../delete/parameters/parameter0/Schema0.java | 2 +- .../delete/parameters/parameter1/Schema1.java | 2 +- .../paths/petpetid/get/PathParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationxml/Schema.java | 2 +- .../paths/petpetid/post/PathParameters.java | 2 +- .../post/parameters/parameter0/Schema0.java | 2 +- .../applicationxwwwformurlencoded/Schema.java | 4 +- .../post/PathParameters.java | 2 +- .../post/parameters/parameter0/Schema0.java | 2 +- .../content/multipartformdata/Schema.java | 4 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationxml/Schema.java | 2 +- .../delete/PathParameters.java | 2 +- .../delete/parameters/parameter0/Schema0.java | 2 +- .../storeorderorderid/get/PathParameters.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationxml/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../paths/userlogin/get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../get/parameters/parameter1/Schema1.java | 2 +- .../get/responses/response200/Headers.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationxml/Schema.java | 2 +- .../xexpiresafter/XExpiresAfterSchema.java | 2 +- .../applicationjson/XRateLimitSchema.java | 2 +- .../userusername/delete/PathParameters.java | 2 +- .../userusername/get/PathParameters.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationxml/Schema.java | 2 +- .../userusername/put/PathParameters.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../SchemaClass/_Schema_varEqualsClass.hbs | 42 +++++++++---------- 264 files changed, 385 insertions(+), 385 deletions(-) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.java index d5f54c5c416..ab8b6aeb395 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.java @@ -5,5 +5,5 @@ public class Int32JsonContentTypeHeaderSchema { // nest classes so all schemas and input/output classes can be public - public class Int32JsonContentTypeHeaderSchema1 extends Int32JsonSchema {} + public static class Int32JsonContentTypeHeaderSchema1 extends Int32JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/numberheader/NumberHeaderSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/numberheader/NumberHeaderSchema.java index c54d4cbd7ee..2261b924ae8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/numberheader/NumberHeaderSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/numberheader/NumberHeaderSchema.java @@ -5,5 +5,5 @@ public class NumberHeaderSchema { // nest classes so all schemas and input/output classes can be public - public class NumberHeaderSchema1 extends DecimalJsonSchema {} + public static class NumberHeaderSchema1 extends DecimalJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.java index 151304c4029..ca9da1e37e9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.java @@ -6,5 +6,5 @@ public class RefContentSchemaHeaderSchema extends StringWithValidation { // $refed class - public class RefContentSchemaHeaderSchema1 extends StringWithValidation1 {} + public static class RefContentSchemaHeaderSchema1 extends StringWithValidation1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/refschemaheader/RefSchemaHeaderSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/refschemaheader/RefSchemaHeaderSchema.java index 32c64b0e8c2..46f0859117c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/refschemaheader/RefSchemaHeaderSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/refschemaheader/RefSchemaHeaderSchema.java @@ -6,5 +6,5 @@ public class RefSchemaHeaderSchema extends StringWithValidation { // $refed class - public class RefSchemaHeaderSchema1 extends StringWithValidation1 {} + public static class RefSchemaHeaderSchema1 extends StringWithValidation1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/stringheader/StringHeaderSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/stringheader/StringHeaderSchema.java index a0a4c274258..5035d081d68 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/stringheader/StringHeaderSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/headers/stringheader/StringHeaderSchema.java @@ -5,5 +5,5 @@ public class StringHeaderSchema { // nest classes so all schemas and input/output classes can be public - public class StringHeaderSchema1 extends StringJsonSchema {} + public static class StringHeaderSchema1 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.java index fc8515983f6..5454d021e39 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends StringWithValidation { // $refed class - public class Schema1 extends StringWithValidation1 {} + public static class Schema1 extends StringWithValidation1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/pathusername/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/pathusername/Schema.java index 1310b11d73a..0ff287daf96 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/pathusername/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/pathusername/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends StringJsonSchema {} + public static class Schema1 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/refschemastringwithvalidation/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/refschemastringwithvalidation/Schema.java index ed607959c7f..e7d97cfc0fd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/refschemastringwithvalidation/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/parameters/refschemastringwithvalidation/Schema.java @@ -6,5 +6,5 @@ public class Schema extends StringWithValidation { // $refed class - public class Schema1 extends StringWithValidation1 {} + public static class Schema1 extends StringWithValidation1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/client/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/client/content/applicationjson/Schema.java index 969987211e3..56463efb399 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/client/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/client/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Client { // $refed class - public class Schema1 extends Client1 {} + public static class Schema1 extends Client1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/pet/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/pet/content/applicationjson/Schema.java index 58dbf174a9c..63383cafc31 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/pet/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/pet/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Pet { // $refed class - public class Schema1 extends Pet1 {} + public static class Schema1 extends Pet1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/pet/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/pet/content/applicationxml/Schema.java index 71da318e804..92c0e82bdbe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/pet/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/pet/content/applicationxml/Schema.java @@ -7,5 +7,5 @@ public class Schema extends RefPet { // $refed class - public class Schema1 extends Pet1 {} + public static class Schema1 extends Pet1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java index 8f5ca04b88e..9c696da7410 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java @@ -20,7 +20,7 @@ public class Headers { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/headers/location/LocationSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/headers/location/LocationSchema.java index 037cbc33688..36c12c296b6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/headers/location/LocationSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/headers/location/LocationSchema.java @@ -5,5 +5,5 @@ public class LocationSchema { // nest classes so all schemas and input/output classes can be public - public class LocationSchema1 extends StringJsonSchema {} + public static class LocationSchema1 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java index 8131378c629..44b41f492d3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java @@ -20,7 +20,7 @@ public class Headers { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java index 460da7d9c2b..0fc0a8d5494 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java @@ -16,7 +16,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends Int32JsonSchema {} + public static class AdditionalProperties extends Int32JsonSchema {} public static class SchemaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.java index ca9f85501b3..ddee6b350ec 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.java @@ -5,5 +5,5 @@ public class SomeHeaderSchema { // nest classes so all schemas and input/output classes can be public - public class SomeHeaderSchema1 extends StringJsonSchema {} + public static class SomeHeaderSchema1 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java index 369cd5a5e9e..a1a2236ca14 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java @@ -24,7 +24,7 @@ public class Headers { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.java index 111b90f504b..e7faaa6c11d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ApiResponseSchema { // $refed class - public class Schema1 extends ApiResponseSchema1 {} + public static class Schema1 extends ApiResponseSchema1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java index 1b8b90565c7..8c38d0f547a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java @@ -18,7 +18,7 @@ public class AbstractStepMessage { // nest classes so all schemas and input/output classes can be public - public class Discriminator extends StringJsonSchema {} + public static class Discriminator extends StringJsonSchema {} public static class AbstractStepMessageMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java index 5ed81f69fff..62949017774 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java @@ -21,7 +21,7 @@ public class AdditionalPropertiesClass { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends StringJsonSchema {} + public static class AdditionalProperties extends StringJsonSchema {} public static class MapPropertyMap extends FrozenMap { @@ -54,7 +54,7 @@ public static MapPropertyMap validate(Map arg, SchemaConfigurati } - public class AdditionalProperties2 extends StringJsonSchema {} + public static class AdditionalProperties2 extends StringJsonSchema {} public static class AdditionalPropertiesMap extends FrozenMap { @@ -117,16 +117,16 @@ public static MapOfMapPropertyMap validate(Map> arg, } - public class Anytype1 extends AnyTypeJsonSchema {} + public static class Anytype1 extends AnyTypeJsonSchema {} - public class MapWithUndeclaredPropertiesAnytype1 extends MapJsonSchema {} + public static class MapWithUndeclaredPropertiesAnytype1 extends MapJsonSchema {} - public class MapWithUndeclaredPropertiesAnytype2 extends MapJsonSchema {} + public static class MapWithUndeclaredPropertiesAnytype2 extends MapJsonSchema {} - public class AdditionalProperties3 extends AnyTypeJsonSchema {} + public static class AdditionalProperties3 extends AnyTypeJsonSchema {} public static class MapWithUndeclaredPropertiesAnytype3Map extends FrozenMap { @@ -159,7 +159,7 @@ public static MapWithUndeclaredPropertiesAnytype3Map validate(Map arg, SchemaConfiguration } - public class AdditionalProperties5 extends StringJsonSchema {} + public static class AdditionalProperties5 extends StringJsonSchema {} public static class MapWithUndeclaredPropertiesStringMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java index 376cc3f8e92..45ff52800d1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java @@ -21,7 +21,7 @@ public class AdditionalPropertiesSchema { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends AnyTypeJsonSchema {} + public static class AdditionalProperties extends AnyTypeJsonSchema {} public static class Schema0Map extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java index 040e4837d7b..9f614dfeaad 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java @@ -16,7 +16,7 @@ public class Address { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends IntJsonSchema {} + public static class AdditionalProperties extends IntJsonSchema {} public static class AddressMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java index c18e0f61393..d9a32615564 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java @@ -18,7 +18,7 @@ public class Animal { // nest classes so all schemas and input/output classes can be public - public class ClassName extends StringJsonSchema {} + public static class ClassName extends StringJsonSchema {} public class Color extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeNotString.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeNotString.java index dd98f8e1b47..57c034c5b3b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeNotString.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeNotString.java @@ -18,7 +18,7 @@ public class AnyTypeNotString { // nest classes so all schemas and input/output classes can be public - public class Not extends StringJsonSchema {} + public static class Not extends StringJsonSchema {} public class AnyTypeNotString1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java index 680bdfa644e..1ce4220447e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java @@ -18,13 +18,13 @@ public class ApiResponseSchema { // nest classes so all schemas and input/output classes can be public - public class Code extends Int32JsonSchema {} + public static class Code extends Int32JsonSchema {} - public class Type extends StringJsonSchema {} + public static class Type extends StringJsonSchema {} - public class Message extends StringJsonSchema {} + public static class Message extends StringJsonSchema {} public static class ApiResponseMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java index 3b7d78dfb03..f4a881737af 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java @@ -22,14 +22,14 @@ public class AppleReq { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class Cultivar extends StringJsonSchema {} + public static class Cultivar extends StringJsonSchema {} - public class Mealy extends BooleanJsonSchema {} + public static class Mealy extends BooleanJsonSchema {} public static class AppleReqMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java index 79f579d53f3..d17c9926fdc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java @@ -17,7 +17,7 @@ public class ArrayHoldingAnyType { // nest classes so all schemas and input/output classes can be public - public class Items extends AnyTypeJsonSchema {} + public static class Items extends AnyTypeJsonSchema {} public static class ArrayHoldingAnyTypeList extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java index 908839eabf6..661ee3ef129 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java @@ -20,7 +20,7 @@ public class ArrayOfArrayOfNumberOnly { // nest classes so all schemas and input/output classes can be public - public class Items1 extends NumberJsonSchema {} + public static class Items1 extends NumberJsonSchema {} public static class ItemsList extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java index ad90d2e73ed..67e74e1a68f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java @@ -20,7 +20,7 @@ public class ArrayOfNumberOnly { // nest classes so all schemas and input/output classes can be public - public class Items extends NumberJsonSchema {} + public static class Items extends NumberJsonSchema {} public static class ArrayNumberList extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java index aa980fc77f9..aab8dd8fd9b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java @@ -21,7 +21,7 @@ public class ArrayTest { // nest classes so all schemas and input/output classes can be public - public class Items extends StringJsonSchema {} + public static class Items extends StringJsonSchema {} public static class ArrayOfStringList extends FrozenList { @@ -47,7 +47,7 @@ public static ArrayOfStringList validate(List arg, SchemaConfiguration c } } - public class Items2 extends Int64JsonSchema {} + public static class Items2 extends Int64JsonSchema {} public static class ItemsList extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java index d9eda342d02..b10f77eccd9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java @@ -18,7 +18,7 @@ public class Banana { // nest classes so all schemas and input/output classes can be public - public class LengthCm extends NumberJsonSchema {} + public static class LengthCm extends NumberJsonSchema {} public static class BananaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java index 2af4493a729..ce2776e23ca 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java @@ -22,14 +22,14 @@ public class BananaReq { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class LengthCm extends NumberJsonSchema {} + public static class LengthCm extends NumberJsonSchema {} - public class Sweet extends BooleanJsonSchema {} + public static class Sweet extends BooleanJsonSchema {} public static class BananaReqMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BooleanSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BooleanSchema.java index a40a6095823..887eea62de2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BooleanSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BooleanSchema.java @@ -5,5 +5,5 @@ public class BooleanSchema { // nest classes so all schemas and input/output classes can be public - public class BooleanSchema1 extends BooleanJsonSchema {} + public static class BooleanSchema1 extends BooleanJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java index 0c8cae89eb3..38ae67dbc0c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java @@ -17,22 +17,22 @@ public class Capitalization { // nest classes so all schemas and input/output classes can be public - public class SmallCamel extends StringJsonSchema {} + public static class SmallCamel extends StringJsonSchema {} - public class CapitalCamel extends StringJsonSchema {} + public static class CapitalCamel extends StringJsonSchema {} - public class SmallSnake extends StringJsonSchema {} + public static class SmallSnake extends StringJsonSchema {} - public class CapitalSnake extends StringJsonSchema {} + public static class CapitalSnake extends StringJsonSchema {} - public class SCAETHFlowPoints extends StringJsonSchema {} + public static class SCAETHFlowPoints extends StringJsonSchema {} - public class ATTNAME extends StringJsonSchema {} + public static class ATTNAME extends StringJsonSchema {} public static class CapitalizationMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java index a9f01b5ed8e..a3c61e7f5f3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java @@ -22,7 +22,7 @@ public class Cat { // nest classes so all schemas and input/output classes can be public - public class Declawed extends BooleanJsonSchema {} + public static class Declawed extends BooleanJsonSchema {} public static class Schema1Map extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java index e5ebc8b1a97..2ec8e592906 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java @@ -18,7 +18,7 @@ public class Category { // nest classes so all schemas and input/output classes can be public - public class Id extends Int64JsonSchema {} + public static class Id extends Int64JsonSchema {} public class Name extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java index 42c5ef2c7fa..8d8d7e542bf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java @@ -22,7 +22,7 @@ public class ChildCat { // nest classes so all schemas and input/output classes can be public - public class Name extends StringJsonSchema {} + public static class Name extends StringJsonSchema {} public static class Schema1Map extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java index c3ae4bddecd..73e576f0c0a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java @@ -21,7 +21,7 @@ public class ClassModel { // nest classes so all schemas and input/output classes can be public - public class ClassSchema extends StringJsonSchema {} + public static class ClassSchema extends StringJsonSchema {} public static class ClassModelMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java index 6ee122350fa..628efd9b214 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java @@ -17,7 +17,7 @@ public class Client { // nest classes so all schemas and input/output classes can be public - public class Client2 extends StringJsonSchema {} + public static class Client2 extends StringJsonSchema {} public static class ClientMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java index 2ff8ca37a6b..10f50a5ee2a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java @@ -33,36 +33,36 @@ public class ComposedAnyOfDifferentTypesNoValidations { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends MapJsonSchema {} + public static class Schema0 extends MapJsonSchema {} - public class Schema1 extends DateJsonSchema {} + public static class Schema1 extends DateJsonSchema {} - public class Schema2 extends DateTimeJsonSchema {} + public static class Schema2 extends DateTimeJsonSchema {} - public class Schema3 extends JsonSchema { + public static class Schema3 extends JsonSchema { // BinarySchema } - public class Schema4 extends StringJsonSchema {} + public static class Schema4 extends StringJsonSchema {} - public class Schema5 extends StringJsonSchema {} + public static class Schema5 extends StringJsonSchema {} - public class Schema6 extends MapJsonSchema {} + public static class Schema6 extends MapJsonSchema {} - public class Schema7 extends BooleanJsonSchema {} + public static class Schema7 extends BooleanJsonSchema {} - public class Schema8 extends NullJsonSchema {} + public static class Schema8 extends NullJsonSchema {} - public class Items extends AnyTypeJsonSchema {} + public static class Items extends AnyTypeJsonSchema {} public static class Schema9List extends FrozenList { @@ -88,22 +88,22 @@ public static Schema9List validate(List arg, SchemaConfiguration configu } } - public class Schema10 extends NumberJsonSchema {} + public static class Schema10 extends NumberJsonSchema {} - public class Schema11 extends FloatJsonSchema {} + public static class Schema11 extends FloatJsonSchema {} - public class Schema12 extends DoubleJsonSchema {} + public static class Schema12 extends DoubleJsonSchema {} - public class Schema13 extends IntJsonSchema {} + public static class Schema13 extends IntJsonSchema {} - public class Schema14 extends Int32JsonSchema {} + public static class Schema14 extends Int32JsonSchema {} - public class Schema15 extends Int64JsonSchema {} + public static class Schema15 extends Int64JsonSchema {} public class ComposedAnyOfDifferentTypesNoValidations1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java index 80a5a99b3cf..2cf4a19574b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java @@ -17,7 +17,7 @@ public class ComposedArray { // nest classes so all schemas and input/output classes can be public - public class Items extends AnyTypeJsonSchema {} + public static class Items extends AnyTypeJsonSchema {} public static class ComposedArrayList extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedBool.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedBool.java index b3bb874a390..00285760f21 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedBool.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedBool.java @@ -14,7 +14,7 @@ public class ComposedBool { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends AnyTypeJsonSchema {} + public static class Schema0 extends AnyTypeJsonSchema {} public class ComposedBool1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNone.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNone.java index 882426bb951..19cab0456f5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNone.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNone.java @@ -14,7 +14,7 @@ public class ComposedNone { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends AnyTypeJsonSchema {} + public static class Schema0 extends AnyTypeJsonSchema {} public class ComposedNone1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNumber.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNumber.java index 40bdf3541ef..40d9eea1770 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNumber.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNumber.java @@ -14,7 +14,7 @@ public class ComposedNumber { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends AnyTypeJsonSchema {} + public static class Schema0 extends AnyTypeJsonSchema {} public class ComposedNumber1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedObject.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedObject.java index b8cfca77017..931225cbaf5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedObject.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedObject.java @@ -15,7 +15,7 @@ public class ComposedObject { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends AnyTypeJsonSchema {} + public static class Schema0 extends AnyTypeJsonSchema {} public class ComposedObject1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java index c45913de593..25c1243145a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java @@ -24,10 +24,10 @@ public class ComposedOneOfDifferentTypes { // nest classes so all schemas and input/output classes can be public - public class Schema2 extends NullJsonSchema {} + public static class Schema2 extends NullJsonSchema {} - public class Schema3 extends DateJsonSchema {} + public static class Schema3 extends DateJsonSchema {} public class Schema4 extends JsonSchema { @@ -40,7 +40,7 @@ public static FrozenMap validate(Map arg, Schema } - public class Items extends AnyTypeJsonSchema {} + public static class Items extends AnyTypeJsonSchema {} public static class Schema5List extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedString.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedString.java index 6c9b072f8d2..56d33c3b8de 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedString.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedString.java @@ -14,7 +14,7 @@ public class ComposedString { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends AnyTypeJsonSchema {} + public static class Schema0 extends AnyTypeJsonSchema {} public class ComposedString1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DecimalPayload.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DecimalPayload.java index 339864e872e..48374fb47af 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DecimalPayload.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DecimalPayload.java @@ -5,5 +5,5 @@ public class DecimalPayload { // nest classes so all schemas and input/output classes can be public - public class DecimalPayload1 extends DecimalJsonSchema {} + public static class DecimalPayload1 extends DecimalJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java index 8a068ff09cd..2d63e8e1534 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java @@ -22,7 +22,7 @@ public class Dog { // nest classes so all schemas and input/output classes can be public - public class Breed extends StringJsonSchema {} + public static class Breed extends StringJsonSchema {} public static class Schema1Map extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java index 922396ba270..44cfcf9461b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java @@ -17,7 +17,7 @@ public class File { // nest classes so all schemas and input/output classes can be public - public class SourceURI extends StringJsonSchema {} + public static class SourceURI extends StringJsonSchema {} public static class FileMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java index b16cda39812..f78c842058c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java @@ -57,7 +57,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw } } - public class Int32 extends Int32JsonSchema {} + public static class Int32 extends Int32JsonSchema {} public class Int32withValidations extends JsonSchema { @@ -87,7 +87,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw } } - public class Int64 extends Int64JsonSchema {} + public static class Int64 extends Int64JsonSchema {} public class NumberSchema extends JsonSchema { @@ -131,7 +131,7 @@ public static float validate(float arg, SchemaConfiguration configuration) throw } } - public class Float32 extends FloatJsonSchema {} + public static class Float32 extends FloatJsonSchema {} public class DoubleSchema extends JsonSchema { @@ -149,10 +149,10 @@ public static double validate(double arg, SchemaConfiguration configuration) thr } } - public class Float64 extends DoubleJsonSchema {} + public static class Float64 extends DoubleJsonSchema {} - public class Items extends NumberJsonSchema {} + public static class Items extends NumberJsonSchema {} public static class ArrayWithUniqueItemsList extends FrozenList { @@ -189,24 +189,24 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class ByteSchema extends StringJsonSchema {} + public static class ByteSchema extends StringJsonSchema {} - public class Binary extends JsonSchema { + public static class Binary extends JsonSchema { // BinarySchema } - public class Date extends DateJsonSchema {} + public static class Date extends DateJsonSchema {} - public class DateTime extends DateTimeJsonSchema {} + public static class DateTime extends DateTimeJsonSchema {} - public class UuidSchema extends UuidJsonSchema {} + public static class UuidSchema extends UuidJsonSchema {} - public class UuidNoExample extends UuidJsonSchema {} + public static class UuidNoExample extends UuidJsonSchema {} public class Password extends JsonSchema { @@ -243,7 +243,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class NoneProp extends NullJsonSchema {} + public static class NoneProp extends NullJsonSchema {} public static class FormatTestMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java index d89de9717ba..79cb87de572 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java @@ -18,10 +18,10 @@ public class FromSchema { // nest classes so all schemas and input/output classes can be public - public class Data extends StringJsonSchema {} + public static class Data extends StringJsonSchema {} - public class Id extends IntJsonSchema {} + public static class Id extends IntJsonSchema {} public static class FromSchemaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java index 61038cc76d1..f107cf7b033 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java @@ -21,7 +21,7 @@ public class Fruit { // nest classes so all schemas and input/output classes can be public - public class Color extends StringJsonSchema {} + public static class Color extends StringJsonSchema {} public static class FruitMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FruitReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FruitReq.java index 7518580a869..b9d06e1a5ac 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FruitReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FruitReq.java @@ -18,7 +18,7 @@ public class FruitReq { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends NullJsonSchema {} + public static class Schema0 extends NullJsonSchema {} public class FruitReq1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java index dd10e49dd54..a57ba9f40bf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java @@ -21,7 +21,7 @@ public class GmFruit { // nest classes so all schemas and input/output classes can be public - public class Color extends StringJsonSchema {} + public static class Color extends StringJsonSchema {} public static class GmFruitMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java index 8071d06c4a0..dc180612b21 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java @@ -18,7 +18,7 @@ public class GrandparentAnimal { // nest classes so all schemas and input/output classes can be public - public class PetType extends StringJsonSchema {} + public static class PetType extends StringJsonSchema {} public static class GrandparentAnimalMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java index 677c41f43dd..921728bf285 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java @@ -17,10 +17,10 @@ public class HasOnlyReadOnly { // nest classes so all schemas and input/output classes can be public - public class Bar extends StringJsonSchema {} + public static class Bar extends StringJsonSchema {} - public class Foo extends StringJsonSchema {} + public static class Foo extends StringJsonSchema {} public static class HasOnlyReadOnlyMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java index 18002471b8f..d0c4a429bea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java @@ -18,7 +18,7 @@ public class Items { // nest classes so all schemas and input/output classes can be public - public class Items2 extends MapJsonSchema {} + public static class Items2 extends MapJsonSchema {} public static class ItemsList extends FrozenList> { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java index 98e9b804132..76a4685eee2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java @@ -21,14 +21,14 @@ public class JSONPatchRequestAddReplaceTest { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class Path extends StringJsonSchema {} + public static class Path extends StringJsonSchema {} - public class Value extends AnyTypeJsonSchema {} + public static class Value extends AnyTypeJsonSchema {} public class Op extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java index 323d4525620..f368f6fbf6c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java @@ -21,14 +21,14 @@ public class JSONPatchRequestMoveCopy { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class From extends StringJsonSchema {} + public static class From extends StringJsonSchema {} - public class Path extends StringJsonSchema {} + public static class Path extends StringJsonSchema {} public class Op extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java index 81a2f506857..6f5a9e4f5d9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java @@ -21,11 +21,11 @@ public class JSONPatchRequestRemove { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class Path extends StringJsonSchema {} + public static class Path extends StringJsonSchema {} public class Op extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java index b965624da4b..d8a2de2fffc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java @@ -19,7 +19,7 @@ public class MapTest { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties1 extends StringJsonSchema {} + public static class AdditionalProperties1 extends StringJsonSchema {} public static class AdditionalPropertiesMap extends FrozenMap { @@ -123,7 +123,7 @@ public static MapOfEnumStringMap validate(Map arg, SchemaConfigu } - public class AdditionalProperties3 extends BooleanJsonSchema {} + public static class AdditionalProperties3 extends BooleanJsonSchema {} public static class DirectMapMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java index 5269c88a995..fdb1d79b14b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java @@ -19,10 +19,10 @@ public class MixedPropertiesAndAdditionalPropertiesClass { // nest classes so all schemas and input/output classes can be public - public class UuidSchema extends UuidJsonSchema {} + public static class UuidSchema extends UuidJsonSchema {} - public class DateTime extends DateTimeJsonSchema {} + public static class DateTime extends DateTimeJsonSchema {} public static class MapMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java index a824e257cdf..b5d009e6f57 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java @@ -21,11 +21,11 @@ public class Money { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class Amount extends DecimalJsonSchema {} + public static class Amount extends DecimalJsonSchema {} public static class MoneyMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java index 11742f1ba4e..0f0a9bc2538 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java @@ -20,11 +20,11 @@ public class MyObjectDto { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class Id extends UuidJsonSchema {} + public static class Id extends UuidJsonSchema {} public static class MyObjectDtoMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java index 608cb93b570..59935a1b887 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java @@ -23,13 +23,13 @@ public class Name { // nest classes so all schemas and input/output classes can be public - public class Name2 extends Int32JsonSchema {} + public static class Name2 extends Int32JsonSchema {} - public class SnakeCase extends Int32JsonSchema {} + public static class SnakeCase extends Int32JsonSchema {} - public class Property extends StringJsonSchema {} + public static class Property extends StringJsonSchema {} public static class NameMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java index 39d41dbcb43..f6802e6cad4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java @@ -21,14 +21,14 @@ public class NoAdditionalProperties { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class Id extends Int64JsonSchema {} + public static class Id extends Int64JsonSchema {} - public class PetId extends Int64JsonSchema {} + public static class PetId extends Int64JsonSchema {} public static class NoAdditionalPropertiesMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java index 134c433b6e3..92efc726fd7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java @@ -161,7 +161,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Items extends MapJsonSchema {} + public static class Items extends MapJsonSchema {} public static class ArrayNullablePropList extends FrozenList> { @@ -269,7 +269,7 @@ public static ArrayItemsNullableList validate(List> arg, Sch } } - public class AdditionalProperties extends MapJsonSchema {} + public static class AdditionalProperties extends MapJsonSchema {} public static class ObjectNullablePropMap extends FrozenMap> { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableShape.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableShape.java index 94982110faa..b636102c869 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableShape.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableShape.java @@ -18,7 +18,7 @@ public class NullableShape { // nest classes so all schemas and input/output classes can be public - public class Schema2 extends NullJsonSchema {} + public static class Schema2 extends NullJsonSchema {} public class NullableShape1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java index a6a99a88ed3..9cab73a2443 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java @@ -17,7 +17,7 @@ public class NumberOnly { // nest classes so all schemas and input/output classes can be public - public class JustNumber extends NumberJsonSchema {} + public static class JustNumber extends NumberJsonSchema {} public static class NumberOnlyMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberSchema.java index b5de7f2b3d2..75ff418913d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberSchema.java @@ -5,5 +5,5 @@ public class NumberSchema { // nest classes so all schemas and input/output classes can be public - public class NumberSchema1 extends NumberJsonSchema {} + public static class NumberSchema1 extends NumberJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java index 5a3315cce8c..fa3f6560e86 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java @@ -18,7 +18,7 @@ public class ObjWithRequiredProps { // nest classes so all schemas and input/output classes can be public - public class A extends StringJsonSchema {} + public static class A extends StringJsonSchema {} public static class ObjWithRequiredPropsMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java index 9b87afbfd8d..bf9b0984515 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java @@ -18,7 +18,7 @@ public class ObjWithRequiredPropsBase { // nest classes so all schemas and input/output classes can be public - public class B extends StringJsonSchema {} + public static class B extends StringJsonSchema {} public static class ObjWithRequiredPropsBaseMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectInterface.java index 9a98d553109..21b44d89915 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectInterface.java @@ -6,5 +6,5 @@ public class ObjectInterface { // nest classes so all schemas and input/output classes can be public - public class ObjectInterface1 extends MapJsonSchema {} + public static class ObjectInterface1 extends MapJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java index fa8e28377ba..a763d16fd9e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java @@ -18,10 +18,10 @@ public class ObjectModelWithArgAndArgsProperties { // nest classes so all schemas and input/output classes can be public - public class Arg extends StringJsonSchema {} + public static class Arg extends StringJsonSchema {} - public class Args extends StringJsonSchema {} + public static class Args extends StringJsonSchema {} public static class ObjectModelWithArgAndArgsPropertiesMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java index 8d8fe1c5cdf..d7d29178e5f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java @@ -23,7 +23,7 @@ public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp { // nest classes so all schemas and input/output classes can be public - public class Name extends StringJsonSchema {} + public static class Name extends StringJsonSchema {} public static class Schema1Map extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java index 1b9f5056f83..c33ecad0151 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java @@ -17,10 +17,10 @@ public class ObjectWithCollidingProperties { // nest classes so all schemas and input/output classes can be public - public class SomeProp extends MapJsonSchema {} + public static class SomeProp extends MapJsonSchema {} - public class Someprop extends MapJsonSchema {} + public static class Someprop extends MapJsonSchema {} public static class ObjectWithCollidingPropertiesMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java index c216efbd480..5338a7c88f6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java @@ -17,7 +17,7 @@ public class ObjectWithDecimalProperties { // nest classes so all schemas and input/output classes can be public - public class Width extends DecimalJsonSchema {} + public static class Width extends DecimalJsonSchema {} public static class ObjectWithDecimalPropertiesMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java index af9fa22aa83..62f9eaba7ef 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java @@ -20,13 +20,13 @@ public class ObjectWithDifficultlyNamedProps { // nest classes so all schemas and input/output classes can be public - public class Specialpropertyname extends Int64JsonSchema {} + public static class Specialpropertyname extends Int64JsonSchema {} - public class Schema123list extends StringJsonSchema {} + public static class Schema123list extends StringJsonSchema {} - public class Schema123Number extends IntJsonSchema {} + public static class Schema123Number extends IntJsonSchema {} public static class ObjectWithDifficultlyNamedPropsMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java index 8f5a4953dc9..b0923008748 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java @@ -19,10 +19,10 @@ public class ObjectWithNonIntersectingValues { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends StringJsonSchema {} + public static class AdditionalProperties extends StringJsonSchema {} - public class A extends NumberJsonSchema {} + public static class A extends NumberJsonSchema {} public static class ObjectWithNonIntersectingValuesMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java index fcaf2e9d21a..d0beb57cea0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java @@ -21,14 +21,14 @@ public class ObjectWithOnlyOptionalProps { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class A extends StringJsonSchema {} + public static class A extends StringJsonSchema {} - public class B extends NumberJsonSchema {} + public static class B extends NumberJsonSchema {} public static class ObjectWithOnlyOptionalPropsMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java index 1462423e967..13d660a6776 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java @@ -17,7 +17,7 @@ public class ObjectWithOptionalTestProp { // nest classes so all schemas and input/output classes can be public - public class Test extends StringJsonSchema {} + public static class Test extends StringJsonSchema {} public static class ObjectWithOptionalTestPropMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java index fa3d79ac4be..3c9e6dbcbb7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java @@ -20,16 +20,16 @@ public class Order { // nest classes so all schemas and input/output classes can be public - public class Id extends Int64JsonSchema {} + public static class Id extends Int64JsonSchema {} - public class PetId extends Int64JsonSchema {} + public static class PetId extends Int64JsonSchema {} - public class Quantity extends Int32JsonSchema {} + public static class Quantity extends Int32JsonSchema {} - public class ShipDate extends DateTimeJsonSchema {} + public static class ShipDate extends DateTimeJsonSchema {} public class Status extends JsonSchema { @@ -43,7 +43,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Complete extends BooleanJsonSchema {} + public static class Complete extends BooleanJsonSchema {} public static class OrderMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index 1e75798f465..b3b4ce1b3ac 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -24,11 +24,11 @@ public class PaginatedResultMyObjectDto { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema - public class Count extends IntJsonSchema {} + public static class Count extends IntJsonSchema {} public static class ResultsList extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java index cc5246dc8ff..10abd2608c7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java @@ -22,13 +22,13 @@ public class Pet { // nest classes so all schemas and input/output classes can be public - public class Id extends Int64JsonSchema {} + public static class Id extends Int64JsonSchema {} - public class Name extends StringJsonSchema {} + public static class Name extends StringJsonSchema {} - public class Items extends StringJsonSchema {} + public static class Items extends StringJsonSchema {} public static class PhotoUrlsList extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java index 0434e7c4a9b..fd6ce2b2b5a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java @@ -17,7 +17,7 @@ public class Player { // nest classes so all schemas and input/output classes can be public - public class Name extends StringJsonSchema {} + public static class Name extends StringJsonSchema {} public static class PlayerMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java index 1bf024417cf..9bd848a525b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java @@ -17,7 +17,7 @@ public class PublicKey { // nest classes so all schemas and input/output classes can be public - public class Key extends StringJsonSchema {} + public static class Key extends StringJsonSchema {} public static class PublicKeyMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java index 84de88e3694..33877709c64 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java @@ -34,7 +34,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class QuadrilateralType extends StringJsonSchema {} + public static class QuadrilateralType extends StringJsonSchema {} public static class QuadrilateralInterfaceMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java index 3354543b0b2..a2315f926d3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java @@ -17,10 +17,10 @@ public class ReadOnlyFirst { // nest classes so all schemas and input/output classes can be public - public class Bar extends StringJsonSchema {} + public static class Bar extends StringJsonSchema {} - public class Baz extends StringJsonSchema {} + public static class Baz extends StringJsonSchema {} public static class ReadOnlyFirstMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/RefPet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/RefPet.java index 5bfa2958b94..8435c3e0bf7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/RefPet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/RefPet.java @@ -5,5 +5,5 @@ public class RefPet extends Pet { // $refed class - public class RefPet1 extends Pet1 {} + public static class RefPet1 extends Pet1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java index de6ed32794d..ff7f4cfa6bb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java @@ -17,7 +17,7 @@ public class ReqPropsFromExplicitAddProps { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends StringJsonSchema {} + public static class AdditionalProperties extends StringJsonSchema {} public static class ReqPropsFromExplicitAddPropsMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java index 009b3fb3f59..fb276463663 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java @@ -17,7 +17,7 @@ public class ReqPropsFromTrueAddProps { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends AnyTypeJsonSchema {} + public static class AdditionalProperties extends AnyTypeJsonSchema {} public static class ReqPropsFromTrueAddPropsMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java index 8147842a513..278c85133e0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java @@ -21,7 +21,7 @@ public class ReturnSchema { // nest classes so all schemas and input/output classes can be public - public class ReturnSchema2 extends Int32JsonSchema {} + public static class ReturnSchema2 extends Int32JsonSchema {} public static class ReturnMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java index 0ba89b798e0..238e2a6e7c2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java @@ -22,10 +22,10 @@ public class Schema200Response { // nest classes so all schemas and input/output classes can be public - public class Name extends Int32JsonSchema {} + public static class Name extends Int32JsonSchema {} - public class ClassSchema extends StringJsonSchema {} + public static class ClassSchema extends StringJsonSchema {} public static class Schema200ResponseMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ShapeOrNull.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ShapeOrNull.java index 55d1da87515..281b3b6762f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ShapeOrNull.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ShapeOrNull.java @@ -18,7 +18,7 @@ public class ShapeOrNull { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends NullJsonSchema {} + public static class Schema0 extends NullJsonSchema {} public class ShapeOrNull1 extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java index d56c75aefb7..ed216a08139 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java @@ -17,7 +17,7 @@ public class SpecialModelname { // nest classes so all schemas and input/output classes can be public - public class A extends StringJsonSchema {} + public static class A extends StringJsonSchema {} public static class SpecialModelnameMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java index 4b08ab69b37..d32b053aea9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java @@ -16,7 +16,7 @@ public class StringBooleanMap { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends BooleanJsonSchema {} + public static class AdditionalProperties extends BooleanJsonSchema {} public static class StringBooleanMapMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringSchema.java index 90e28c12f83..088ba6bc07d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringSchema.java @@ -5,5 +5,5 @@ public class StringSchema { // nest classes so all schemas and input/output classes can be public - public class StringSchema1 extends StringJsonSchema {} + public static class StringSchema1 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java index 83c74957658..c0cfb532450 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java @@ -18,10 +18,10 @@ public class Tag { // nest classes so all schemas and input/output classes can be public - public class Id extends Int64JsonSchema {} + public static class Id extends Int64JsonSchema {} - public class Name extends StringJsonSchema {} + public static class Name extends StringJsonSchema {} public static class TagMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java index 05fb0235083..29f9294c648 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java @@ -34,7 +34,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class TriangleType extends StringJsonSchema {} + public static class TriangleType extends StringJsonSchema {} public static class TriangleInterfaceMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java index 4fde360bc42..7831a0ad592 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java @@ -27,31 +27,31 @@ public class User { // nest classes so all schemas and input/output classes can be public - public class Id extends Int64JsonSchema {} + public static class Id extends Int64JsonSchema {} - public class Username extends StringJsonSchema {} + public static class Username extends StringJsonSchema {} - public class FirstName extends StringJsonSchema {} + public static class FirstName extends StringJsonSchema {} - public class LastName extends StringJsonSchema {} + public static class LastName extends StringJsonSchema {} - public class Email extends StringJsonSchema {} + public static class Email extends StringJsonSchema {} - public class Password extends StringJsonSchema {} + public static class Password extends StringJsonSchema {} - public class Phone extends StringJsonSchema {} + public static class Phone extends StringJsonSchema {} - public class UserStatus extends Int32JsonSchema {} + public static class UserStatus extends Int32JsonSchema {} - public class ObjectWithNoDeclaredProps extends MapJsonSchema {} + public static class ObjectWithNoDeclaredProps extends MapJsonSchema {} public class ObjectWithNoDeclaredPropsNullable extends JsonSchema { @@ -69,10 +69,10 @@ public static FrozenMap validate(Map arg, Schema } } - public class AnyTypeProp extends AnyTypeJsonSchema {} + public static class AnyTypeProp extends AnyTypeJsonSchema {} - public class Not extends NullJsonSchema {} + public static class Not extends NullJsonSchema {} public class AnyTypeExceptNullProp extends JsonSchema { @@ -125,7 +125,7 @@ public static U validate(List arg, SchemaConfigur } } - public class AnyTypePropNullable extends AnyTypeJsonSchema {} + public static class AnyTypePropNullable extends AnyTypeJsonSchema {} public static class UserMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java index 73a59fc7096..ba41bce7b1d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java @@ -18,10 +18,10 @@ public class Whale { // nest classes so all schemas and input/output classes can be public - public class HasBaleen extends BooleanJsonSchema {} + public static class HasBaleen extends BooleanJsonSchema {} - public class HasTeeth extends BooleanJsonSchema {} + public static class HasTeeth extends BooleanJsonSchema {} public class ClassName extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java index 60a00e3428c..774661a8a0d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java @@ -19,7 +19,7 @@ public class Zebra { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends AnyTypeJsonSchema {} + public static class AdditionalProperties extends AnyTypeJsonSchema {} public class Type extends JsonSchema { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.java index 87f26b7c683..9b42045f583 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Client { // $refed class - public class Schema1 extends Client1 {} + public static class Schema1 extends Client1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java index a20d546438a..427fe8b68f5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java @@ -20,7 +20,7 @@ public class HeaderParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java index 4e23169cc0c..3cba4ac0242 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.java index a7779b81e6b..56fbfc38ea7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java index 5fe9b035492..59740e7837a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java index a826e3d21c0..ae29d30ade1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java @@ -20,7 +20,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/parameters/parameter0/Schema0.java index 0cd27e5d4e5..a0b03aac14c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java index c02bc841d69..799d4a65646 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java @@ -20,7 +20,7 @@ public class HeaderParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java index 382ddce2b5f..eaa7994a764 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/parameters/parameter0/Schema0.java index c084f3bd0d1..a34e51d730e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java index 15fbae118b7..45250d46eda 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java @@ -22,7 +22,7 @@ public class HeaderParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java index c0c2a2f9ca7..f3cbde05b81 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java @@ -24,7 +24,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter0/Schema0.java index 56da126da61..38e77174517 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter2/Schema2.java index d32c5f3714f..38f7dd8afeb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter2/Schema2.java @@ -5,5 +5,5 @@ public class Schema2 { // nest classes so all schemas and input/output classes can be public - public class Schema21 extends Int64JsonSchema {} + public static class Schema21 extends Int64JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter3/Schema3.java index 336ea05212b..5cb79d78ebe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter3/Schema3.java @@ -5,5 +5,5 @@ public class Schema3 { // nest classes so all schemas and input/output classes can be public - public class Schema31 extends StringJsonSchema {} + public static class Schema31 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter5/Schema5.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter5/Schema5.java index 4e083aa5f4b..833499ebd92 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter5/Schema5.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter5/Schema5.java @@ -5,5 +5,5 @@ public class Schema5 { // nest classes so all schemas and input/output classes can be public - public class Schema51 extends Int64JsonSchema {} + public static class Schema51 extends Int64JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java index 588a1415c76..4a14d59ae02 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java @@ -21,7 +21,7 @@ public class HeaderParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java index 52c6216cc42..dec659b69b7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java @@ -23,7 +23,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/responses/response404/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/responses/response404/content/applicationjson/Schema.java index ae53fa64012..1fa3c176729 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/responses/response404/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/responses/response404/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends MapJsonSchema {} + public static class Schema1 extends MapJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/patch/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/patch/responses/response200/content/applicationjson/Schema.java index c887d7f27a9..579554946e6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/patch/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/patch/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Client { // $refed class - public class Schema1 extends Client1 {} + public static class Schema1 extends Client1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index 70835f42541..89e23e6d6a7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -75,7 +75,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw } } - public class Int64 extends Int64JsonSchema {} + public static class Int64 extends Int64JsonSchema {} public class NumberSchema extends JsonSchema { @@ -156,15 +156,15 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class ByteSchema extends StringJsonSchema {} + public static class ByteSchema extends StringJsonSchema {} - public class Binary extends JsonSchema { + public static class Binary extends JsonSchema { // BinarySchema } - public class Date extends DateJsonSchema {} + public static class Date extends DateJsonSchema {} public class DateTime extends JsonSchema { @@ -191,7 +191,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Callback extends StringJsonSchema {} + public static class Callback extends StringJsonSchema {} public static class SchemaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.java index ad1632bfd7d..6044393f58d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends AdditionalPropertiesWithArrayOfEnums { // $refed class - public class Schema1 extends AdditionalPropertiesWithArrayOfEnums1 {} + public static class Schema1 extends AdditionalPropertiesWithArrayOfEnums1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.java index 01cac60e5cc..136abccf32c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends AdditionalPropertiesWithArrayOfEnums { // $refed class - public class Schema1 extends AdditionalPropertiesWithArrayOfEnums1 {} + public static class Schema1 extends AdditionalPropertiesWithArrayOfEnums1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.java index 6cb1fb4dec4..7f3c04580de 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends FileSchemaTestClass { // $refed class - public class Schema1 extends FileSchemaTestClass1 {} + public static class Schema1 extends FileSchemaTestClass1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java index ca43c979660..5139e44442b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java @@ -21,7 +21,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.java index af5003c4c83..d28ab3a49a6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.java index 1dfe4f7b2ab..54cf55e4a8d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends User { // $refed class - public class Schema1 extends User1 {} + public static class Schema1 extends User1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java index c4866c5b42f..9501a6170cd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java @@ -23,7 +23,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.java index 4b0ea108672..3f4accf8376 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.java index 09b5980e068..a185cf7b3b1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.java @@ -5,5 +5,5 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Schema11 extends StringJsonSchema {} + public static class Schema11 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.java index ec9f19a7264..b2d3aa77755 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.java @@ -5,5 +5,5 @@ public class Schema2 { // nest classes so all schemas and input/output classes can be public - public class Schema21 extends StringJsonSchema {} + public static class Schema21 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.java index e4ea2bb40f2..a9e15a2dcf7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Client { // $refed class - public class Schema1 extends Client1 {} + public static class Schema1 extends Client1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java index 05d9ae81e03..e354141bbee 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.java index b17daa39a59..3a1493b738d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.java index 0e241f9d070..1b2a8942698 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends HealthCheckResult { // $refed class - public class Schema1 extends HealthCheckResult1 {} + public static class Schema1 extends HealthCheckResult1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java index 6140c1922b8..d901882146b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java @@ -16,7 +16,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends StringJsonSchema {} + public static class AdditionalProperties extends StringJsonSchema {} public static class SchemaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java index 63f258aabdb..089ac4270a4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java @@ -21,7 +21,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index 0a034df890d..bdec22e4965 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -18,10 +18,10 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Param extends StringJsonSchema {} + public static class Param extends StringJsonSchema {} - public class Param2 extends StringJsonSchema {} + public static class Param2 extends StringJsonSchema {} public static class SchemaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.java index 51326754a1d..ec999be370f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends JSONPatchRequest { // $refed class - public class Schema1 extends JSONPatchRequest1 {} + public static class Schema1 extends JSONPatchRequest1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.java index e338c4cd759..f3d94b634e0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.java index 369cd3f5d7a..a35038a3621 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java index 4dcb67804bb..8f493863e10 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java @@ -17,7 +17,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class A extends StringJsonSchema {} + public static class A extends StringJsonSchema {} public static class SchemaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java index ccfd6c75d37..b8db03d00f0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java @@ -17,7 +17,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class B extends StringJsonSchema {} + public static class B extends StringJsonSchema {} public static class SchemaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.java index 8f6199bf4b6..72f4ea32d3b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.java index b00956a3b7c..d38c185d72b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.java index 06c43f44ad6..29fe0089677 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.java index 4fc1e6cc6c7..0e2550e2501 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java index b00643904b5..6d3801aaf0e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java @@ -20,7 +20,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java index f74bae352d8..366282a28bf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java @@ -17,7 +17,7 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Keyword0 extends StringJsonSchema {} + public static class Keyword0 extends StringJsonSchema {} public static class SchemaMap0 extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java index ac56b1aeeac..e53714a7243 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java @@ -24,7 +24,7 @@ public class CookieParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java index c46616e7cb1..183d0b78c0f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java @@ -23,7 +23,7 @@ public class HeaderParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java index df37295187d..16b864506ea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java @@ -25,7 +25,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java index 7d85d38e255..cbb6a4711f8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java @@ -24,7 +24,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.java index 0bc02037b01..9f7d3312438 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.java index 0ce13a7bf95..e0fcbec1f4c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.java @@ -5,5 +5,5 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Schema11 extends StringJsonSchema {} + public static class Schema11 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.java index a1483b708cb..16c3a7a09a3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.java @@ -5,5 +5,5 @@ public class Schema10 { // nest classes so all schemas and input/output classes can be public - public class Schema101 extends StringJsonSchema {} + public static class Schema101 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.java index 511b2bf9c8f..43bfc2af361 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.java @@ -5,5 +5,5 @@ public class Schema11 { // nest classes so all schemas and input/output classes can be public - public class Schema111 extends StringJsonSchema {} + public static class Schema111 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.java index 90c7ca00506..1f272514b40 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.java @@ -5,5 +5,5 @@ public class Schema12 { // nest classes so all schemas and input/output classes can be public - public class Schema121 extends StringJsonSchema {} + public static class Schema121 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.java index 7ef63ac2560..e6e5bdd09f9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.java @@ -5,5 +5,5 @@ public class Schema13 { // nest classes so all schemas and input/output classes can be public - public class Schema131 extends StringJsonSchema {} + public static class Schema131 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.java index 8ddce66c03e..dc97d04572c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.java @@ -5,5 +5,5 @@ public class Schema14 { // nest classes so all schemas and input/output classes can be public - public class Schema141 extends StringJsonSchema {} + public static class Schema141 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.java index 2d2fa3ba46a..8038f7c1594 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.java @@ -5,5 +5,5 @@ public class Schema15 { // nest classes so all schemas and input/output classes can be public - public class Schema151 extends StringJsonSchema {} + public static class Schema151 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.java index 91a6f5cddf1..d3d19a41466 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.java @@ -5,5 +5,5 @@ public class Schema16 { // nest classes so all schemas and input/output classes can be public - public class Schema161 extends StringJsonSchema {} + public static class Schema161 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.java index f66d1b63dde..d66d776cb8a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.java @@ -5,5 +5,5 @@ public class Schema17 { // nest classes so all schemas and input/output classes can be public - public class Schema171 extends StringJsonSchema {} + public static class Schema171 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.java index 5bd2051e802..fd97d1b9d1f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.java @@ -5,5 +5,5 @@ public class Schema18 { // nest classes so all schemas and input/output classes can be public - public class Schema181 extends StringJsonSchema {} + public static class Schema181 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.java index 570c8fd0d37..6d66230c06a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.java @@ -5,5 +5,5 @@ public class Schema2 { // nest classes so all schemas and input/output classes can be public - public class Schema21 extends StringJsonSchema {} + public static class Schema21 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.java index 2b710278d3e..a90e9a501ca 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.java @@ -5,5 +5,5 @@ public class Schema3 { // nest classes so all schemas and input/output classes can be public - public class Schema31 extends StringJsonSchema {} + public static class Schema31 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.java index 467e96508f0..a15622bb8ef 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.java @@ -5,5 +5,5 @@ public class Schema4 { // nest classes so all schemas and input/output classes can be public - public class Schema41 extends StringJsonSchema {} + public static class Schema41 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.java index 943c6fb46f6..2ca48153e8a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.java @@ -5,5 +5,5 @@ public class Schema5 { // nest classes so all schemas and input/output classes can be public - public class Schema51 extends StringJsonSchema {} + public static class Schema51 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.java index 59b41c4346b..4f516046a42 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.java @@ -5,5 +5,5 @@ public class Schema6 { // nest classes so all schemas and input/output classes can be public - public class Schema61 extends StringJsonSchema {} + public static class Schema61 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.java index ad821edb720..9699136473c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.java @@ -5,5 +5,5 @@ public class Schema7 { // nest classes so all schemas and input/output classes can be public - public class Schema71 extends StringJsonSchema {} + public static class Schema71 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.java index c548bd7a066..e3fe1355eab 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.java @@ -5,5 +5,5 @@ public class Schema8 { // nest classes so all schemas and input/output classes can be public - public class Schema81 extends StringJsonSchema {} + public static class Schema81 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.java index b52effbf749..cedc3419af8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.java @@ -5,5 +5,5 @@ public class Schema9 { // nest classes so all schemas and input/output classes can be public - public class Schema91 extends StringJsonSchema {} + public static class Schema91 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.java index fb56caad715..7be69e4e3af 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.java index 7489caa63d7..f49281d3ee8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java index add867e8fe0..007cf53fac0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.java index 8432c4432ef..3e470a0e985 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends Int64JsonSchema {} + public static class Schema01 extends Int64JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java index 60b6e03e6bc..4b36e8afbc2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java @@ -18,10 +18,10 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class AdditionalMetadata extends StringJsonSchema {} + public static class AdditionalMetadata extends StringJsonSchema {} - public class RequiredFile extends JsonSchema { + public static class RequiredFile extends JsonSchema { // BinarySchema } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.java index e59ded137b5..365dc90afbe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ApiResponseSchema { // $refed class - public class Schema1 extends ApiResponseSchema1 {} + public static class Schema1 extends ApiResponseSchema1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java index b78e303eb8b..69f64a409f5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java @@ -21,7 +21,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.java index 26509a30a84..b1ff9fe85dd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends AnyTypeJsonSchema {} + public static class Schema01 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.java index 617ac71dd4e..d5af6ff3208 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java index 4624b85f1e5..3a017408971 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java @@ -20,7 +20,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.java index a4571209d8d..fca59b839ff 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.java @@ -6,5 +6,5 @@ public class Schema0 extends Foo { // $refed class - public class Schema01 extends Foo1 {} + public static class Schema01 extends Foo1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.java index 2ad4f4bec5c..f2815c7e56e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends AnimalFarm { // $refed class - public class Schema1 extends AnimalFarm1 {} + public static class Schema1 extends AnimalFarm1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.java index 5c844d9aa8f..870b646cd93 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends AnimalFarm { // $refed class - public class Schema1 extends AnimalFarm1 {} + public static class Schema1 extends AnimalFarm1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.java index 38947a3079f..9a418c79970 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ArrayOfEnums { // $refed class - public class Schema1 extends ArrayOfEnums1 {} + public static class Schema1 extends ArrayOfEnums1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.java index 7d8d9ba35d2..a655a30d6f6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ArrayOfEnums { // $refed class - public class Schema1 extends ArrayOfEnums1 {} + public static class Schema1 extends ArrayOfEnums1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.java index c96e0d1ce90..20b7bafcc76 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends BooleanSchema { // $refed class - public class Schema1 extends BooleanSchema1 {} + public static class Schema1 extends BooleanSchema1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.java index c324dc24ab5..2a9561e8634 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends BooleanSchema { // $refed class - public class Schema1 extends BooleanSchema1 {} + public static class Schema1 extends BooleanSchema1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.java index 96bd101313f..729416a578a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ComposedOneOfDifferentTypes { // $refed class - public class Schema1 extends ComposedOneOfDifferentTypes1 {} + public static class Schema1 extends ComposedOneOfDifferentTypes1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.java index 7a9d6af1a70..92be2dba510 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ComposedOneOfDifferentTypes { // $refed class - public class Schema1 extends ComposedOneOfDifferentTypes1 {} + public static class Schema1 extends ComposedOneOfDifferentTypes1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.java index f5e92f796f1..75b687b116f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends StringEnum { // $refed class - public class Schema1 extends StringEnum1 {} + public static class Schema1 extends StringEnum1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.java index 0e399ad0ded..f33b0952465 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends StringEnum { // $refed class - public class Schema1 extends StringEnum1 {} + public static class Schema1 extends StringEnum1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.java index 20bc49ad0cf..cd1e8c9b53a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Mammal { // $refed class - public class Schema1 extends Mammal1 {} + public static class Schema1 extends Mammal1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.java index fa514091e63..711ca3f13f5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Mammal { // $refed class - public class Schema1 extends Mammal1 {} + public static class Schema1 extends Mammal1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.java index 0fefda58386..1bd1294b164 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends NumberWithValidations { // $refed class - public class Schema1 extends NumberWithValidations1 {} + public static class Schema1 extends NumberWithValidations1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.java index 34fa9f1bf2d..06a098891f4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends NumberWithValidations { // $refed class - public class Schema1 extends NumberWithValidations1 {} + public static class Schema1 extends NumberWithValidations1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.java index 6d64a0fb4ea..776baa42767 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ObjectModelWithRefProps { // $refed class - public class Schema1 extends ObjectModelWithRefProps1 {} + public static class Schema1 extends ObjectModelWithRefProps1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.java index 0e7d46fa037..6cb10166da4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ObjectModelWithRefProps { // $refed class - public class Schema1 extends ObjectModelWithRefProps1 {} + public static class Schema1 extends ObjectModelWithRefProps1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.java index fd9412c1889..e664c8bab17 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends StringSchema { // $refed class - public class Schema1 extends StringSchema1 {} + public static class Schema1 extends StringSchema1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.java index ddee4b09bb1..db27d9727ec 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends StringSchema { // $refed class - public class Schema1 extends StringSchema1 {} + public static class Schema1 extends StringSchema1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index e8b335ee35c..76df818809a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -26,7 +26,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java index 494d5e5015d..7c9cecec142 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java @@ -17,7 +17,7 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Items0 extends StringJsonSchema {} + public static class Items0 extends StringJsonSchema {} public static class SchemaList0 extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java index 8b357b88e87..0bc8f57e5b6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java @@ -17,7 +17,7 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Items1 extends StringJsonSchema {} + public static class Items1 extends StringJsonSchema {} public static class SchemaList1 extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java index 4f5ea542cba..a5e02a86e1c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java @@ -17,7 +17,7 @@ public class Schema2 { // nest classes so all schemas and input/output classes can be public - public class Items2 extends StringJsonSchema {} + public static class Items2 extends StringJsonSchema {} public static class SchemaList2 extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java index be3f585c82b..3fe22f5f7c1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java @@ -17,7 +17,7 @@ public class Schema3 { // nest classes so all schemas and input/output classes can be public - public class Items3 extends StringJsonSchema {} + public static class Items3 extends StringJsonSchema {} public static class SchemaList3 extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java index 9003f78b916..0dfbd7ad082 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java @@ -17,7 +17,7 @@ public class Schema4 { // nest classes so all schemas and input/output classes can be public - public class Items4 extends StringJsonSchema {} + public static class Items4 extends StringJsonSchema {} public static class SchemaList4 extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.java index a6554d22c9e..caf56a011ab 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.java @@ -6,5 +6,5 @@ public class Schema5 extends StringWithValidation { // $refed class - public class Schema51 extends StringWithValidation1 {} + public static class Schema51 extends StringWithValidation1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.java index e68477a7e2f..5282314812a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.java @@ -5,7 +5,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { // BinarySchema } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.java index e279a647c96..347ce1667dc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.java @@ -5,7 +5,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { // BinarySchema } } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java index efe74fba648..4bd4f3ffa1b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java @@ -18,10 +18,10 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class AdditionalMetadata extends StringJsonSchema {} + public static class AdditionalMetadata extends StringJsonSchema {} - public class File extends JsonSchema { + public static class File extends JsonSchema { // BinarySchema } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.java index 0a0f5321d44..b840ef38fe2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ApiResponseSchema { // $refed class - public class Schema1 extends ApiResponseSchema1 {} + public static class Schema1 extends ApiResponseSchema1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java index 257194298ed..181a3bebd5d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java @@ -19,7 +19,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Items extends JsonSchema { + public static class Items extends JsonSchema { // BinarySchema } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.java index 6de4d9edf8e..0202ca78bd4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends ApiResponseSchema { // $refed class - public class Schema1 extends ApiResponseSchema1 {} + public static class Schema1 extends ApiResponseSchema1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.java index 9587dab6d76..7995474d0f7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.java index cb5029140bf..fedebf39a91 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.java index 2fd514839aa..57a91ffe249 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.java index 4c043970c2c..6a260818aca 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.java index cee975c8b86..cd0e7d2ebbc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.java index 26666e0ff56..a84a6031e2a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends AnyTypeJsonSchema {} + public static class Schema1 extends AnyTypeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java index feb3cae4a6b..ef4e28fa269 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java @@ -22,7 +22,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java index ce127349be6..59f4b0c9c76 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java @@ -22,7 +22,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java index 1ebfcc6ba1d..62db21d0fd4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java @@ -17,7 +17,7 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Items0 extends StringJsonSchema {} + public static class Items0 extends StringJsonSchema {} public static class SchemaList0 extends FrozenList { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java index e7d95c97868..b8025aba7e6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java @@ -20,7 +20,7 @@ public class HeaderParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java index 8bdf57b9ef3..e0fcd6190e4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/parameters/parameter0/Schema0.java index 20240d5a788..bfff8ed4ccd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/parameters/parameter1/Schema1.java index 699dbee153b..c2567637d5c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/parameters/parameter1/Schema1.java @@ -5,5 +5,5 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Schema11 extends Int64JsonSchema {} + public static class Schema11 extends Int64JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java index cdffdec3345..6303bf860a9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/parameters/parameter0/Schema0.java index 086e1b2f6f3..d7cd2db66b8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends Int64JsonSchema {} + public static class Schema01 extends Int64JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/responses/response200/content/applicationjson/Schema.java index a5b51b734b9..823f90e223c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/responses/response200/content/applicationjson/Schema.java @@ -7,5 +7,5 @@ public class Schema extends RefPet { // $refed class - public class Schema1 extends Pet1 {} + public static class Schema1 extends Pet1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/responses/response200/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/responses/response200/content/applicationxml/Schema.java index 2555c9eef88..700e15a747e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/responses/response200/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/responses/response200/content/applicationxml/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Pet { // $refed class - public class Schema1 extends Pet1 {} + public static class Schema1 extends Pet1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java index 9282cd8d515..ef197ca7226 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/parameters/parameter0/Schema0.java index 0afc8bd5221..bfbaaff5a23 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends Int64JsonSchema {} + public static class Schema01 extends Int64JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index 0fbe8422870..fe190dd73dc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -17,10 +17,10 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Name extends StringJsonSchema {} + public static class Name extends StringJsonSchema {} - public class Status extends StringJsonSchema {} + public static class Status extends StringJsonSchema {} public static class SchemaMap extends FrozenMap { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java index 41bd840b1d0..e57c0ca04f2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.java index 315cc3bc184..c25e0ee5f9f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends Int64JsonSchema {} + public static class Schema01 extends Int64JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java index d4d2316329f..fc9249911b1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java @@ -17,10 +17,10 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class AdditionalMetadata extends StringJsonSchema {} + public static class AdditionalMetadata extends StringJsonSchema {} - public class File extends JsonSchema { + public static class File extends JsonSchema { // BinarySchema } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/requestbody/content/applicationjson/Schema.java index 1df0698a421..4c63cb10e99 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Order { // $refed class - public class Schema1 extends Order1 {} + public static class Schema1 extends Order1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/responses/response200/content/applicationjson/Schema.java index 9039d331698..e7b40739717 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Order { // $refed class - public class Schema1 extends Order1 {} + public static class Schema1 extends Order1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/responses/response200/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/responses/response200/content/applicationxml/Schema.java index 553a34f4c5b..013d99252d3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/responses/response200/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorder/post/responses/response200/content/applicationxml/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Order { // $refed class - public class Schema1 extends Order1 {} + public static class Schema1 extends Order1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java index ff331d25ebf..c9da822106f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/parameters/parameter0/Schema0.java index ac4013d3e49..aaecfbbaf1f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java index 184a50a193c..7e5c6c19c8d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.java index 2156e420467..49b2bb81a4c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Order { // $refed class - public class Schema1 extends Order1 {} + public static class Schema1 extends Order1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.java index 239ce578342..19e497908bb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.java @@ -6,5 +6,5 @@ public class Schema extends Order { // $refed class - public class Schema1 extends Order1 {} + public static class Schema1 extends Order1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/user/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/user/post/requestbody/content/applicationjson/Schema.java index 7b3a1b2f887..ab2e1b59929 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/user/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/user/post/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends User { // $refed class - public class Schema1 extends User1 {} + public static class Schema1 extends User1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java index 62fcab3a86f..3f03933c0fe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java @@ -22,7 +22,7 @@ public class QueryParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/parameters/parameter0/Schema0.java index d15412aa3d6..e9a3de7cdf7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/parameters/parameter0/Schema0.java @@ -5,5 +5,5 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends StringJsonSchema {} + public static class Schema01 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/parameters/parameter1/Schema1.java index a59259d9c66..6793923aaf8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/parameters/parameter1/Schema1.java @@ -5,5 +5,5 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Schema11 extends StringJsonSchema {} + public static class Schema11 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java index 959b0cf6a16..97f7c590188 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java @@ -25,7 +25,7 @@ public class Headers { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/content/applicationjson/Schema.java index 3de76967833..5cc0d65e3d5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/content/applicationjson/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends StringJsonSchema {} + public static class Schema1 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/content/applicationxml/Schema.java index b3faf33c662..779dd6ba21f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/content/applicationxml/Schema.java @@ -5,5 +5,5 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema1 extends StringJsonSchema {} + public static class Schema1 extends StringJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.java index ffff626eb26..d208a85e9e1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.java @@ -5,5 +5,5 @@ public class XExpiresAfterSchema { // nest classes so all schemas and input/output classes can be public - public class XExpiresAfterSchema1 extends DateTimeJsonSchema {} + public static class XExpiresAfterSchema1 extends DateTimeJsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.java index f27578f962f..0363762f924 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.java @@ -5,5 +5,5 @@ public class XRateLimitSchema { // nest classes so all schemas and input/output classes can be public - public class XRateLimitSchema1 extends Int32JsonSchema {} + public static class XRateLimitSchema1 extends Int32JsonSchema {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java index a133396bf2e..f1ac9fb8b07 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java index 11ff4bc4530..381d390ca09 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/responses/response200/content/applicationjson/Schema.java index 74644be7e2d..8c3627709ba 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/responses/response200/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends User { // $refed class - public class Schema1 extends User1 {} + public static class Schema1 extends User1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/responses/response200/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/responses/response200/content/applicationxml/Schema.java index 31d77c6ebdd..6691f546615 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/responses/response200/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/responses/response200/content/applicationxml/Schema.java @@ -6,5 +6,5 @@ public class Schema extends User { // $refed class - public class Schema1 extends User1 {} + public static class Schema1 extends User1 {} } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java index dc020ee0c5a..8bdb49a965d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java @@ -21,7 +21,7 @@ public class PathParameters { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties extends NotAnyTypeJsonSchema {} + public static class AdditionalProperties extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/requestbody/content/applicationjson/Schema.java index fce9041e667..d7092d2efea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/requestbody/content/applicationjson/Schema.java @@ -6,5 +6,5 @@ public class Schema extends User { // $refed class - public class Schema1 extends User1 {} + public static class Schema1 extends User1 {} } diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass.hbs index 823ff8e2bba..dec34d0e6cc 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass.hbs @@ -2,9 +2,9 @@ {{#or isBooleanSchemaTrue isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} -public class {{../jsonPathPiece.camelCase}} extends AnyTypeJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends AnyTypeJsonSchema {} {{else}} -public class {{jsonPathPiece.camelCase}} extends NotAnyTypeJsonSchema {} +public static class {{jsonPathPiece.camelCase}} extends NotAnyTypeJsonSchema {} // NotAnyTypeSchema {{/if}} {{else}} @@ -12,7 +12,7 @@ public class {{jsonPathPiece.camelCase}} extends NotAnyTypeJsonSchema {} {{#if simpleRef}} {{#if refInfo.refModule}} {{#with getDeepestRef}} -public class {{../jsonPathPiece.camelCase}} extends {{jsonPathPiece.camelCase}} {} +public static class {{../jsonPathPiece.camelCase}} extends {{jsonPathPiece.camelCase}} {} {{/with}} {{else}} {{#with refInfo.ref}} @@ -20,7 +20,7 @@ public class {{../jsonPathPiece.camelCase}} extends {{jsonPathPiece.camelCase}} {{/with}} {{/if}} {{else}} -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#if refInfo.refModule}} {{#with getDeepestRef}} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_validate includeContainer=true }} @@ -34,36 +34,36 @@ public class {{jsonPathPiece.camelCase}} extends JsonSchema { {{/if}} {{else}} {{#eq types null}} -public class {{../jsonPathPiece.camelCase}} extends AnyTypeJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends AnyTypeJsonSchema {} {{else}} {{#each types}} {{#eq this "null"}} -public class {{../jsonPathPiece.camelCase}} extends NullJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends NullJsonSchema {} {{/eq}} {{#eq this "object"}} -public class {{../jsonPathPiece.camelCase}} extends MapJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends MapJsonSchema {} {{/eq}} {{#eq this "array"}} -public class {{../jsonPathPiece.camelCase}} extends ListJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends ListJsonSchema {} {{/eq}} {{#eq this "boolean"}} -public class {{../jsonPathPiece.camelCase}} extends BooleanJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends BooleanJsonSchema {} {{/eq}} {{#eq this "string"}} {{#eq ../format "date"}} -public class {{../jsonPathPiece.camelCase}} extends DateJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends DateJsonSchema {} {{/eq}} {{#eq ../format "date-time"}} -public class {{../jsonPathPiece.camelCase}} extends DateTimeJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends DateTimeJsonSchema {} {{/eq}} {{#eq ../format "uuid"}} -public class {{../jsonPathPiece.camelCase}} extends UuidJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends UuidJsonSchema {} {{/eq}} {{#eq ../format "number"}} -public class {{../jsonPathPiece.camelCase}} extends DecimalJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends DecimalJsonSchema {} {{/eq}} {{#eq ../format "binary"}} -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { // BinarySchema } {{/eq}} @@ -72,7 +72,7 @@ public class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#neq ../format "uuid"}} {{#neq ../format "number"}} {{#neq ../format "binary"}} -public class {{../jsonPathPiece.camelCase}} extends StringJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends StringJsonSchema {} {{/neq}} {{/neq}} {{/neq}} @@ -81,26 +81,26 @@ public class {{../jsonPathPiece.camelCase}} extends StringJsonSchema {} {{/eq}} {{#eq this "integer"}} {{#eq ../format "int32"}} -public class {{../jsonPathPiece.camelCase}} extends Int32JsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends Int32JsonSchema {} {{/eq}} {{#eq ../format "int64"}} -public class {{../jsonPathPiece.camelCase}} extends Int64JsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends Int64JsonSchema {} {{/eq}} {{#neq ../format "int32"}} {{#neq ../format "int64"}} -public class {{../jsonPathPiece.camelCase}} extends IntJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends IntJsonSchema {} {{/neq}} {{/neq}} {{/eq}} {{#eq this "number"}} {{#eq ../format null}} -public class {{../jsonPathPiece.camelCase}} extends NumberJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends NumberJsonSchema {} {{else}} {{#eq ../format "float"}} -public class {{../jsonPathPiece.camelCase}} extends FloatJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends FloatJsonSchema {} {{else}} {{#eq ../format "double"}} -public class {{../jsonPathPiece.camelCase}} extends DoubleJsonSchema {} +public static class {{../jsonPathPiece.camelCase}} extends DoubleJsonSchema {} {{/eq}} {{/eq}} {{/eq}} From 7e014dfcb88883377f56dddb8adcb22a37b177ba Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 14:19:10 -0800 Subject: [PATCH 28/72] Adds extension info for classes --- .../Int32JsonContentTypeHeaderSchema.md | 11 +++++-- .../numberheader/NumberHeaderSchema.md | 11 +++++-- .../RefContentSchemaHeaderSchema.md | 11 +++++-- .../refschemaheader/RefSchemaHeaderSchema.md | 11 +++++-- .../stringheader/StringHeaderSchema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../parameters/pathusername/Schema.md | 11 +++++-- .../refschemastringwithvalidation/Schema.md | 11 +++++-- .../client/content/applicationjson/Schema.md | 11 +++++-- .../pet/content/applicationjson/Schema.md | 11 +++++-- .../pet/content/applicationxml/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 19 ++++++++---- .../headers/location/LocationSchema.md | 11 +++++-- .../content/applicationjson/Schema.md | 19 ++++++++---- .../content/applicationxml/Schema.md | 19 ++++++++---- .../content/applicationjson/Schema.md | 18 +++++++---- .../headers/someheader/SomeHeaderSchema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../components/schemas/AbstractStepMessage.md | 18 +++++++---- .../schemas/AdditionalPropertiesClass.md | 18 +++++++---- .../schemas/AdditionalPropertiesSchema.md | 11 +++++-- .../AdditionalPropertiesWithArrayOfEnums.md | 18 +++++++---- .../java/docs/components/schemas/Address.md | 18 +++++++---- .../java/docs/components/schemas/Animal.md | 18 +++++++---- .../docs/components/schemas/AnimalFarm.md | 19 ++++++++---- .../components/schemas/AnyTypeAndFormat.md | 18 +++++++---- .../components/schemas/AnyTypeNotString.md | 11 +++++-- .../components/schemas/ApiResponseSchema.md | 18 +++++++---- .../java/docs/components/schemas/Apple.md | 18 +++++++---- .../java/docs/components/schemas/AppleReq.md | 18 +++++++---- .../components/schemas/ArrayHoldingAnyType.md | 19 ++++++++---- .../schemas/ArrayOfArrayOfNumberOnly.md | 18 +++++++---- .../docs/components/schemas/ArrayOfEnums.md | 19 ++++++++---- .../components/schemas/ArrayOfNumberOnly.md | 18 +++++++---- .../java/docs/components/schemas/ArrayTest.md | 18 +++++++---- .../schemas/ArrayWithValidationsInItems.md | 19 ++++++++---- .../java/docs/components/schemas/Banana.md | 18 +++++++---- .../java/docs/components/schemas/BananaReq.md | 18 +++++++---- .../java/docs/components/schemas/Bar.md | 11 +++++-- .../java/docs/components/schemas/BasquePig.md | 18 +++++++---- .../docs/components/schemas/BooleanEnum.md | 11 +++++-- .../docs/components/schemas/BooleanSchema.md | 11 +++++-- .../docs/components/schemas/Capitalization.md | 18 +++++++---- .../java/docs/components/schemas/Cat.md | 11 +++++-- .../java/docs/components/schemas/Category.md | 18 +++++++---- .../java/docs/components/schemas/ChildCat.md | 11 +++++-- .../docs/components/schemas/ClassModel.md | 18 +++++++---- .../java/docs/components/schemas/Client.md | 18 +++++++---- .../schemas/ComplexQuadrilateral.md | 11 +++++-- ...omposedAnyOfDifferentTypesNoValidations.md | 11 +++++-- .../docs/components/schemas/ComposedArray.md | 19 ++++++++---- .../docs/components/schemas/ComposedBool.md | 11 +++++-- .../docs/components/schemas/ComposedNone.md | 11 +++++-- .../docs/components/schemas/ComposedNumber.md | 11 +++++-- .../docs/components/schemas/ComposedObject.md | 11 +++++-- .../schemas/ComposedOneOfDifferentTypes.md | 11 +++++-- .../docs/components/schemas/ComposedString.md | 11 +++++-- .../java/docs/components/schemas/Currency.md | 11 +++++-- .../java/docs/components/schemas/DanishPig.md | 18 +++++++---- .../docs/components/schemas/DateTimeTest.md | 11 +++++-- .../schemas/DateTimeWithValidations.md | 11 +++++-- .../components/schemas/DateWithValidations.md | 11 +++++-- .../docs/components/schemas/DecimalPayload.md | 11 +++++-- .../java/docs/components/schemas/Dog.md | 11 +++++-- .../java/docs/components/schemas/Drawing.md | 18 +++++++---- .../docs/components/schemas/EnumArrays.md | 18 +++++++---- .../java/docs/components/schemas/EnumClass.md | 11 +++++-- .../java/docs/components/schemas/EnumTest.md | 18 +++++++---- .../components/schemas/EquilateralTriangle.md | 11 +++++-- .../java/docs/components/schemas/File.md | 18 +++++++---- .../components/schemas/FileSchemaTestClass.md | 18 +++++++---- .../java/docs/components/schemas/Foo.md | 18 +++++++---- .../docs/components/schemas/FormatTest.md | 18 +++++++---- .../docs/components/schemas/FromSchema.md | 18 +++++++---- .../java/docs/components/schemas/Fruit.md | 18 +++++++---- .../java/docs/components/schemas/FruitReq.md | 11 +++++-- .../java/docs/components/schemas/GmFruit.md | 18 +++++++---- .../components/schemas/GrandparentAnimal.md | 18 +++++++---- .../components/schemas/HasOnlyReadOnly.md | 18 +++++++---- .../components/schemas/HealthCheckResult.md | 18 +++++++---- .../docs/components/schemas/IntegerEnum.md | 11 +++++-- .../docs/components/schemas/IntegerEnumBig.md | 11 +++++-- .../components/schemas/IntegerEnumOneValue.md | 11 +++++-- .../schemas/IntegerEnumWithDefaultValue.md | 11 +++++-- .../docs/components/schemas/IntegerMax10.md | 11 +++++-- .../docs/components/schemas/IntegerMin15.md | 11 +++++-- .../components/schemas/IsoscelesTriangle.md | 11 +++++-- .../java/docs/components/schemas/Items.md | 19 ++++++++---- .../components/schemas/JSONPatchRequest.md | 19 ++++++++---- .../schemas/JSONPatchRequestAddReplaceTest.md | 18 +++++++---- .../schemas/JSONPatchRequestMoveCopy.md | 18 +++++++---- .../schemas/JSONPatchRequestRemove.md | 18 +++++++---- .../java/docs/components/schemas/Mammal.md | 11 +++++-- .../java/docs/components/schemas/MapTest.md | 18 +++++++---- ...dPropertiesAndAdditionalPropertiesClass.md | 18 +++++++---- .../java/docs/components/schemas/Money.md | 18 +++++++---- .../docs/components/schemas/MyObjectDto.md | 18 +++++++---- .../java/docs/components/schemas/Name.md | 18 +++++++---- .../schemas/NoAdditionalProperties.md | 18 +++++++---- .../docs/components/schemas/NullableClass.md | 18 +++++++---- .../docs/components/schemas/NullableShape.md | 11 +++++-- .../docs/components/schemas/NullableString.md | 11 +++++-- .../docs/components/schemas/NumberOnly.md | 18 +++++++---- .../docs/components/schemas/NumberSchema.md | 11 +++++-- .../schemas/NumberWithValidations.md | 11 +++++-- .../schemas/ObjWithRequiredProps.md | 18 +++++++---- .../schemas/ObjWithRequiredPropsBase.md | 18 +++++++---- .../components/schemas/ObjectInterface.md | 11 +++++-- .../ObjectModelWithArgAndArgsProperties.md | 18 +++++++---- .../schemas/ObjectModelWithRefProps.md | 18 +++++++---- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 11 +++++-- .../schemas/ObjectWithCollidingProperties.md | 18 +++++++---- .../schemas/ObjectWithDecimalProperties.md | 18 +++++++---- .../ObjectWithDifficultlyNamedProps.md | 18 +++++++---- .../ObjectWithInlineCompositionProperty.md | 18 +++++++---- .../ObjectWithInvalidNamedRefedProperties.md | 18 +++++++---- .../ObjectWithNonIntersectingValues.md | 18 +++++++---- .../schemas/ObjectWithOnlyOptionalProps.md | 18 +++++++---- .../schemas/ObjectWithOptionalTestProp.md | 18 +++++++---- .../schemas/ObjectWithValidations.md | 11 +++++-- .../java/docs/components/schemas/Order.md | 18 +++++++---- .../schemas/PaginatedResultMyObjectDto.md | 18 +++++++---- .../java/docs/components/schemas/ParentPet.md | 11 +++++-- .../java/docs/components/schemas/Pet.md | 18 +++++++---- .../java/docs/components/schemas/Pig.md | 11 +++++-- .../java/docs/components/schemas/Player.md | 18 +++++++---- .../java/docs/components/schemas/PublicKey.md | 18 +++++++---- .../docs/components/schemas/Quadrilateral.md | 11 +++++-- .../schemas/QuadrilateralInterface.md | 18 +++++++---- .../docs/components/schemas/ReadOnlyFirst.md | 18 +++++++---- .../java/docs/components/schemas/RefPet.md | 11 +++++-- .../schemas/ReqPropsFromExplicitAddProps.md | 18 +++++++---- .../schemas/ReqPropsFromTrueAddProps.md | 18 +++++++---- .../schemas/ReqPropsFromUnsetAddProps.md | 18 +++++++---- .../docs/components/schemas/ReturnSchema.md | 18 +++++++---- .../components/schemas/ScaleneTriangle.md | 11 +++++-- .../components/schemas/Schema200Response.md | 18 +++++++---- .../schemas/SelfReferencingArrayModel.md | 19 ++++++++---- .../schemas/SelfReferencingObjectModel.md | 18 +++++++---- .../java/docs/components/schemas/Shape.md | 11 +++++-- .../docs/components/schemas/ShapeOrNull.md | 11 +++++-- .../components/schemas/SimpleQuadrilateral.md | 11 +++++-- .../docs/components/schemas/SomeObject.md | 11 +++++-- .../components/schemas/SpecialModelname.md | 18 +++++++---- .../components/schemas/StringBooleanMap.md | 18 +++++++---- .../docs/components/schemas/StringEnum.md | 11 +++++-- .../schemas/StringEnumWithDefaultValue.md | 11 +++++-- .../docs/components/schemas/StringSchema.md | 11 +++++-- .../schemas/StringWithValidation.md | 11 +++++-- .../java/docs/components/schemas/Tag.md | 18 +++++++---- .../java/docs/components/schemas/Triangle.md | 11 +++++-- .../components/schemas/TriangleInterface.md | 18 +++++++---- .../docs/components/schemas/UUIDString.md | 11 +++++-- .../java/docs/components/schemas/User.md | 18 +++++++---- .../java/docs/components/schemas/Whale.md | 18 +++++++---- .../java/docs/components/schemas/Zebra.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../delete/parameters/parameter0/Schema0.md | 11 +++++-- .../delete/parameters/parameter1/Schema1.md | 11 +++++-- .../get/parameters/parameter0/Schema0.md | 11 +++++-- .../parameters/parameter0/PathParamSchema0.md | 11 +++++-- .../post/parameters/parameter0/Schema0.md | 11 +++++-- .../delete/parameters/parameter0/Schema0.md | 11 +++++-- .../delete/parameters/parameter1/Schema1.md | 11 +++++-- .../delete/parameters/parameter2/Schema2.md | 11 +++++-- .../delete/parameters/parameter3/Schema3.md | 11 +++++-- .../delete/parameters/parameter4/Schema4.md | 11 +++++-- .../delete/parameters/parameter5/Schema5.md | 11 +++++-- .../fake/get/parameters/parameter0/Schema0.md | 19 ++++++++---- .../fake/get/parameters/parameter1/Schema1.md | 11 +++++-- .../fake/get/parameters/parameter2/Schema2.md | 19 ++++++++---- .../fake/get/parameters/parameter3/Schema3.md | 11 +++++-- .../fake/get/parameters/parameter4/Schema4.md | 11 +++++-- .../fake/get/parameters/parameter5/Schema5.md | 11 +++++-- .../applicationxwwwformurlencoded/Schema.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../applicationxwwwformurlencoded/Schema.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../put/parameters/parameter0/Schema0.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../put/parameters/parameter0/Schema0.md | 11 +++++-- .../put/parameters/parameter1/Schema1.md | 11 +++++-- .../put/parameters/parameter2/Schema2.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../delete/parameters/parameter0/Schema0.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 18 +++++++---- .../post/parameters/parameter0/Schema0.md | 11 +++++-- .../post/parameters/parameter1/Schema1.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/multipartformdata/Schema.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/multipartformdata/Schema.md | 18 +++++++---- .../applicationxwwwformurlencoded/Schema.md | 18 +++++++---- .../applicationjsonpatchjson/Schema.md | 11 +++++-- .../applicationjsoncharsetutf8/Schema.md | 11 +++++-- .../applicationjsoncharsetutf8/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 18 +++++++---- .../content/multipartformdata/Schema.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../get/parameters/parameter0/Schema0.md | 18 +++++++---- .../post/parameters/parameter0/Schema0.md | 11 +++++-- .../post/parameters/parameter1/Schema1.md | 11 +++++-- .../post/parameters/parameter10/Schema10.md | 11 +++++-- .../post/parameters/parameter11/Schema11.md | 11 +++++-- .../post/parameters/parameter12/Schema12.md | 11 +++++-- .../post/parameters/parameter13/Schema13.md | 11 +++++-- .../post/parameters/parameter14/Schema14.md | 11 +++++-- .../post/parameters/parameter15/Schema15.md | 11 +++++-- .../post/parameters/parameter16/Schema16.md | 11 +++++-- .../post/parameters/parameter17/Schema17.md | 11 +++++-- .../post/parameters/parameter18/Schema18.md | 11 +++++-- .../post/parameters/parameter2/Schema2.md | 11 +++++-- .../post/parameters/parameter3/Schema3.md | 11 +++++-- .../post/parameters/parameter4/Schema4.md | 11 +++++-- .../post/parameters/parameter5/Schema5.md | 11 +++++-- .../post/parameters/parameter6/Schema6.md | 11 +++++-- .../post/parameters/parameter7/Schema7.md | 11 +++++-- .../post/parameters/parameter8/Schema8.md | 11 +++++-- .../post/parameters/parameter9/Schema9.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../post/parameters/parameter0/Schema0.md | 11 +++++-- .../content/multipartformdata/Schema.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema0.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../get/parameters/parameter0/Schema0.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../put/parameters/parameter0/Schema0.md | 19 ++++++++---- .../put/parameters/parameter1/Schema1.md | 19 ++++++++---- .../put/parameters/parameter2/Schema2.md | 19 ++++++++---- .../put/parameters/parameter3/Schema3.md | 19 ++++++++---- .../put/parameters/parameter4/Schema4.md | 19 ++++++++---- .../put/parameters/parameter5/Schema5.md | 11 +++++-- .../content/applicationoctetstream/Schema.md | 11 +++++-- .../content/applicationoctetstream/Schema.md | 11 +++++-- .../content/multipartformdata/Schema.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/multipartformdata/Schema.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 18 +++++++---- .../get/parameters/parameter0/Schema0.md | 19 ++++++++---- .../get/parameters/parameter0/Schema0.md | 19 ++++++++---- .../delete/parameters/parameter0/Schema0.md | 11 +++++-- .../delete/parameters/parameter1/Schema1.md | 11 +++++-- .../get/parameters/parameter0/Schema0.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationxml/Schema.md | 11 +++++-- .../post/parameters/parameter0/Schema0.md | 11 +++++-- .../applicationxwwwformurlencoded/Schema.md | 18 +++++++---- .../post/parameters/parameter0/Schema0.md | 11 +++++-- .../content/multipartformdata/Schema.md | 18 +++++++---- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationxml/Schema.md | 11 +++++-- .../delete/parameters/parameter0/Schema0.md | 11 +++++-- .../get/parameters/parameter0/Schema0.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationxml/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../get/parameters/parameter0/Schema0.md | 11 +++++-- .../get/parameters/parameter1/Schema1.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationxml/Schema.md | 11 +++++-- .../xexpiresafter/XExpiresAfterSchema.md | 11 +++++-- .../applicationjson/XRateLimitSchema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../content/applicationxml/Schema.md | 11 +++++-- .../content/applicationjson/Schema.md | 11 +++++-- .../components/schemas/Schema_doc.hbs | 30 +++++++++++-------- 300 files changed, 2881 insertions(+), 1249 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index 8bcd7502d87..4208534d322 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -1,5 +1,8 @@ # Int32JsonContentTypeHeaderSchema org.openapijsonschematools.components.headers.int32jsoncontenttypeheader.content.applicationjson.Int32JsonContentTypeHeaderSchema.java +public class Int32JsonContentTypeHeaderSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.headers.int32jsoncontenttypeheader.content | static class | Int32JsonContentTypeHeaderSchema.Int32JsonContentTypeHeaderSchema1
schema class | ## Int32JsonContentTypeHeaderSchema1 -``` -type: JsonSchema -``` +public class Int32JsonContentTypeHeaderSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 61c9d94c8ea..14d4a2480e7 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -1,5 +1,8 @@ # NumberHeaderSchema org.openapijsonschematools.components.headers.numberheader.NumberHeaderSchema.java +public class NumberHeaderSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.headers.numberheader.NumberHeaderSchema.ja | static class | NumberHeaderSchema.NumberHeaderSchema1
schema class | ## NumberHeaderSchema1 -``` -type: JsonSchema -``` +public class NumberHeaderSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index 52b4b5bb9bd..81c774f20e2 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -1,5 +1,8 @@ # RefContentSchemaHeaderSchema org.openapijsonschematools.components.headers.refcontentschemaheader.content.applicationjson.RefContentSchemaHeaderSchema.java +public class RefContentSchemaHeaderSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.headers.refcontentschemaheader.content.app | static class | RefContentSchemaHeaderSchema.RefContentSchemaHeaderSchema1
schema class | ## RefContentSchemaHeaderSchema1 -``` -type: JsonSchema -``` +public class RefContentSchemaHeaderSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 456e6306d56..b6997f4608d 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -1,5 +1,8 @@ # RefSchemaHeaderSchema org.openapijsonschematools.components.headers.refschemaheader.RefSchemaHeaderSchema.java +public class RefSchemaHeaderSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.headers.refschemaheader.RefSchemaHeaderSch | static class | RefSchemaHeaderSchema.RefSchemaHeaderSchema1
schema class | ## RefSchemaHeaderSchema1 -``` -type: JsonSchema -``` +public class RefSchemaHeaderSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 33711b4ec1d..c0d1218d1ad 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -1,5 +1,8 @@ # StringHeaderSchema org.openapijsonschematools.components.headers.stringheader.StringHeaderSchema.java +public class StringHeaderSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.headers.stringheader.StringHeaderSchema.ja | static class | StringHeaderSchema.StringHeaderSchema1
schema class | ## StringHeaderSchema1 -``` -type: JsonSchema -``` +public class StringHeaderSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 9011dc3d67a..21767c1d179 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.parameters.componentrefschemastringwithvalidation.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.parameters.componentrefschemastringwithval | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index b6dd851ad90..ca777a2a6ba 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.parameters.pathusername.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.parameters.pathusername.Schema.java | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index 4fd31a32b3e..45274cccdfa 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.parameters.refschemastringwithvalidation.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.parameters.refschemastringwithvalidation.S | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index b9315bd3fd5..a83f93f7aca 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.requestbodies.client.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.requestbodies.client.content.applicationjs | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 54951fc7597..2a778f2d71a 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.requestbodies.pet.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.requestbodies.pet.content.applicationjson. | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index 44d4fec4f3f..e7919c6f4b4 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.requestbodies.pet.content.applicationxml.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.requestbodies.pet.content.applicationxml.S | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 2df9c79add0..6c50d3eaa10 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.requestbodies.userarray.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.requestbodies.userarray.content.applicatio | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -26,9 +31,11 @@ List Item Type | Description | Notes Map | | ## SchemaList -``` -base class: FrozenList -``` +public class SchemaList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index 82a5915e8c0..c7bd6795060 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -1,5 +1,8 @@ # LocationSchema org.openapijsonschematools.components.responses.headerswithnobody.headers.location.LocationSchema.java +public class LocationSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.responses.headerswithnobody.headers.locati | static class | LocationSchema.LocationSchema1
schema class | ## LocationSchema1 -``` -type: JsonSchema -``` +public class LocationSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 50f948700c2..4ddcf8cbd12 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.c | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -26,9 +31,11 @@ List Item Type | Description | Notes Map | | ## SchemaList -``` -base class: FrozenList -``` +public class SchemaList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 6606d105ddc..e00f4d7a054 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.content.applicationxml.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.responses.successfulxmlandjsonarrayofpet.c | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -26,9 +31,11 @@ List Item Type | Description | Notes Map | | ## SchemaList -``` -base class: FrozenList -``` +public class SchemaList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index d3c666c8c2e..3b5edd057e8 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.responses.successinlinecontentandheader.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.responses.successinlinecontentandheader.co | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,10 @@ Key | Type | Description | Notes **anyStringName** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 082d66a9fe7..b97b5363660 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -1,5 +1,8 @@ # SomeHeaderSchema org.openapijsonschematools.components.responses.successinlinecontentandheader.headers.someheader.SomeHeaderSchema.java +public class SomeHeaderSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.responses.successinlinecontentandheader.he | static class | SomeHeaderSchema.SomeHeaderSchema1
schema class | ## SomeHeaderSchema1 -``` -type: JsonSchema -``` +public class SomeHeaderSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index 54474ee7500..824fe1c94ef 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.components.responses.successwithjsonapiresponse.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.responses.successwithjsonapiresponse.conte | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 744ea7cc1c1..1a9815e02a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -1,5 +1,8 @@ # AbstractStepMessage org.openapijsonschematools.components.schemas.AbstractStepMessage.java +public class AbstractStepMessage + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.AbstractStepMessage.java | static class | AbstractStepMessage.AbstractStepMessage1
schema class | ## AbstractStepMessage1 -``` -type: JsonSchema -``` +public class AbstractStepMessage1 +extends JsonSchema + +A schema class that validates payloads + ## Description Abstract Step @@ -33,9 +38,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AbstractStepMessageMap -``` -base class: FrozenMap -``` +public class AbstractStepMessageMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 00b86e81c51..6a2cad2a5a2 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -1,5 +1,8 @@ # AdditionalPropertiesClass org.openapijsonschematools.components.schemas.AdditionalPropertiesClass.java +public class AdditionalPropertiesClass + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -28,9 +31,11 @@ org.openapijsonschematools.components.schemas.AdditionalPropertiesClass.java | static class | AdditionalPropertiesClass.AdditionalPropertiesClass1
schema class | ## AdditionalPropertiesClass1 -``` -type: JsonSchema -``` +public class AdditionalPropertiesClass1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -54,9 +59,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AdditionalPropertiesClassMap -``` -base class: FrozenMap -``` +public class AdditionalPropertiesClassMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index e9015699d68..eb66a4cbb0f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -1,5 +1,8 @@ # AdditionalPropertiesSchema org.openapijsonschematools.components.schemas.AdditionalPropertiesSchema.java +public class AdditionalPropertiesSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -16,9 +19,11 @@ org.openapijsonschematools.components.schemas.AdditionalPropertiesSchema.java | static class | AdditionalPropertiesSchema.AdditionalPropertiesSchema1
schema class | ## AdditionalPropertiesSchema1 -``` -type: JsonSchema -``` +public class AdditionalPropertiesSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 02e9b6c0eda..14296112657 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -1,5 +1,8 @@ # AdditionalPropertiesWithArrayOfEnums org.openapijsonschematools.components.schemas.AdditionalPropertiesWithArrayOfEnums.java +public class AdditionalPropertiesWithArrayOfEnums + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.AdditionalPropertiesWithArrayOfEnu | static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1
schema class | ## AdditionalPropertiesWithArrayOfEnums1 -``` -type: JsonSchema -``` +public class AdditionalPropertiesWithArrayOfEnums1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | List | any string name can be used but the value must be the correct type | [optional] ## AdditionalPropertiesWithArrayOfEnumsMap -``` -base class: FrozenMap -``` +public class AdditionalPropertiesWithArrayOfEnumsMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 01cf0c2bdae..22ef05fbcf8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -1,5 +1,8 @@ # Address org.openapijsonschematools.components.schemas.Address.java +public class Address + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.Address.java | static class | Address.Address1
schema class | ## Address1 -``` -type: JsonSchema -``` +public class Address1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,10 @@ Key | Type | Description | Notes **anyStringName** | long | any string name can be used but the value must be the correct type | [optional] ## AddressMap -``` -base class: FrozenMap -``` +public class AddressMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 36c922501fd..fe727e5f5a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -1,5 +1,8 @@ # Animal org.openapijsonschematools.components.schemas.Animal.java +public class Animal + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Animal.java | static class | Animal.Animal1
schema class | ## Animal1 -``` -type: JsonSchema -``` +public class Animal1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AnimalMap -``` -base class: FrozenMap -``` +public class AnimalMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 7625cc446dd..41480db4177 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -1,5 +1,8 @@ # AnimalFarm org.openapijsonschematools.components.schemas.AnimalFarm.java +public class AnimalFarm + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.AnimalFarm.java | static class | AnimalFarm.AnimalFarm1
schema class | ## AnimalFarm1 -``` -type: JsonSchema -``` +public class AnimalFarm1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -26,9 +31,11 @@ List Item Type | Description | Notes Map | | ## AnimalFarmList -``` -base class: FrozenList -``` +public class AnimalFarmList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index ddcb40e9aa6..c1b127c58d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -1,5 +1,8 @@ # AnyTypeAndFormat org.openapijsonschematools.components.schemas.AnyTypeAndFormat.java +public class AnyTypeAndFormat + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -17,9 +20,11 @@ org.openapijsonschematools.components.schemas.AnyTypeAndFormat.java | static class | AnyTypeAndFormat.AnyTypeAndFormat1
schema class | ## AnyTypeAndFormat1 -``` -type: JsonSchema -``` +public class AnyTypeAndFormat1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -44,9 +49,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AnyTypeAndFormatMap -``` -base class: FrozenMap -``` +public class AnyTypeAndFormatMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index 4c295868e67..dcd07a7565e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -1,5 +1,8 @@ # AnyTypeNotString org.openapijsonschematools.components.schemas.AnyTypeNotString.java +public class AnyTypeNotString + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.AnyTypeNotString.java | static class | AnyTypeNotString.AnyTypeNotString1
schema class | ## AnyTypeNotString1 -``` -type: JsonSchema -``` +public class AnyTypeNotString1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index e0859a3b1ad..b914e3bddab 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -1,5 +1,8 @@ # ApiResponseSchema org.openapijsonschematools.components.schemas.ApiResponseSchema.java +public class ApiResponseSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.ApiResponseSchema.java | static class | ApiResponseSchema.ApiResponseSchema1
schema class | ## ApiResponseSchema1 -``` -type: JsonSchema -``` +public class ApiResponseSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -32,9 +37,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ApiResponseMap -``` -base class: FrozenMap -``` +public class ApiResponseMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index d78994d1d8c..fc8b625cb49 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -1,5 +1,8 @@ # Apple org.openapijsonschematools.components.schemas.Apple.java +public class Apple + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Apple.java | static class | Apple.Apple1
schema class | ## Apple1 -``` -type: JsonSchema -``` +public class Apple1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -31,9 +36,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AppleMap -``` -base class: FrozenMap -``` +public class AppleMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index a78f6610b83..32b5a84aafa 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -1,5 +1,8 @@ # AppleReq org.openapijsonschematools.components.schemas.AppleReq.java +public class AppleReq + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.AppleReq.java | static class | AppleReq.AppleReq1
schema class | ## AppleReq1 -``` -type: JsonSchema -``` +public class AppleReq1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **mealy** | boolean | | [optional] ## AppleReqMap -``` -base class: FrozenMap -``` +public class AppleReqMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 5d6ac33bafa..50402e8e9e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -1,5 +1,8 @@ # ArrayHoldingAnyType org.openapijsonschematools.components.schemas.ArrayHoldingAnyType.java +public class ArrayHoldingAnyType + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ArrayHoldingAnyType.java | static class | ArrayHoldingAnyType.ArrayHoldingAnyType1
schema class | ## ArrayHoldingAnyType1 -``` -type: JsonSchema -``` +public class ArrayHoldingAnyType1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes Object | any type can be stored here | ## ArrayHoldingAnyTypeList -``` -base class: FrozenList -``` +public class ArrayHoldingAnyTypeList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 013d25e1b72..3579b48fcc9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -1,5 +1,8 @@ # ArrayOfArrayOfNumberOnly org.openapijsonschematools.components.schemas.ArrayOfArrayOfNumberOnly.java +public class ArrayOfArrayOfNumberOnly + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -13,9 +16,11 @@ org.openapijsonschematools.components.schemas.ArrayOfArrayOfNumberOnly.java | static class | ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnly1
schema class | ## ArrayOfArrayOfNumberOnly1 -``` -type: JsonSchema -``` +public class ArrayOfArrayOfNumberOnly1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -32,9 +37,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayOfArrayOfNumberOnlyMap -``` -base class: FrozenMap -``` +public class ArrayOfArrayOfNumberOnlyMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 666551e4208..ade47d130f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -1,5 +1,8 @@ # ArrayOfEnums org.openapijsonschematools.components.schemas.ArrayOfEnums.java +public class ArrayOfEnums + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ArrayOfEnums.java | static class | ArrayOfEnums.ArrayOfEnums1
schema class | ## ArrayOfEnums1 -``` -type: JsonSchema -``` +public class ArrayOfEnums1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -26,9 +31,11 @@ List Item Type | Description | Notes String | | ## ArrayOfEnumsList -``` -base class: FrozenList -``` +public class ArrayOfEnumsList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index feb66633d8c..89bd81c3f9e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -1,5 +1,8 @@ # ArrayOfNumberOnly org.openapijsonschematools.components.schemas.ArrayOfNumberOnly.java +public class ArrayOfNumberOnly + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.ArrayOfNumberOnly.java | static class | ArrayOfNumberOnly.ArrayOfNumberOnly1
schema class | ## ArrayOfNumberOnly1 -``` -type: JsonSchema -``` +public class ArrayOfNumberOnly1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayOfNumberOnlyMap -``` -base class: FrozenMap -``` +public class ArrayOfNumberOnlyMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 020ed4e02d8..c9e1de41cc0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -1,5 +1,8 @@ # ArrayTest org.openapijsonschematools.components.schemas.ArrayTest.java +public class ArrayTest + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -20,9 +23,11 @@ org.openapijsonschematools.components.schemas.ArrayTest.java | static class | ArrayTest.ArrayTest1
schema class | ## ArrayTest1 -``` -type: JsonSchema -``` +public class ArrayTest1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -41,9 +46,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayTestMap -``` -base class: FrozenMap -``` +public class ArrayTestMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index e1746dc0b15..139fd771956 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -1,5 +1,8 @@ # ArrayWithValidationsInItems org.openapijsonschematools.components.schemas.ArrayWithValidationsInItems.java +public class ArrayWithValidationsInItems + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ArrayWithValidationsInItems.java | static class | ArrayWithValidationsInItems.ArrayWithValidationsInItems1
schema class | ## ArrayWithValidationsInItems1 -``` -type: JsonSchema -``` +public class ArrayWithValidationsInItems1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes Long | | value must be a 64 bit integer ## ArrayWithValidationsInItemsList -``` -base class: FrozenList -``` +public class ArrayWithValidationsInItemsList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index efe613be9cb..abed6658096 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -1,5 +1,8 @@ # Banana org.openapijsonschematools.components.schemas.Banana.java +public class Banana + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.Banana.java | static class | Banana.Banana1
schema class | ## Banana1 -``` -type: JsonSchema -``` +public class Banana1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## BananaMap -``` -base class: FrozenMap -``` +public class BananaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index f49050ce342..046cae0bdbb 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -1,5 +1,8 @@ # BananaReq org.openapijsonschematools.components.schemas.BananaReq.java +public class BananaReq + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.BananaReq.java | static class | BananaReq.BananaReq1
schema class | ## BananaReq1 -``` -type: JsonSchema -``` +public class BananaReq1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **sweet** | boolean | | [optional] ## BananaReqMap -``` -base class: FrozenMap -``` +public class BananaReqMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 9f194ed1327..c187bba2d70 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -1,5 +1,8 @@ # Bar org.openapijsonschematools.components.schemas.Bar.java +public class Bar + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.Bar.java | static class | Bar.Bar1
schema class | ## Bar1 -``` -type: JsonSchema -``` +public class Bar1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index c1e381cb20f..6fa36060080 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -1,5 +1,8 @@ # BasquePig org.openapijsonschematools.components.schemas.BasquePig.java +public class BasquePig + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.BasquePig.java | static class | BasquePig.BasquePig1
schema class | ## BasquePig1 -``` -type: JsonSchema -``` +public class BasquePig1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## BasquePigMap -``` -base class: FrozenMap -``` +public class BasquePigMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index f3842ca96cc..81640fb7b54 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -1,5 +1,8 @@ # BooleanEnum org.openapijsonschematools.components.schemas.BooleanEnum.java +public class BooleanEnum + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.BooleanEnum.java | static class | BooleanEnum.BooleanEnum1
schema class | ## BooleanEnum1 -``` -type: JsonSchema -``` +public class BooleanEnum1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 8b05097961a..3f9354dfa95 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -1,5 +1,8 @@ # BooleanSchema org.openapijsonschematools.components.schemas.BooleanSchema.java +public class BooleanSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.BooleanSchema.java | static class | BooleanSchema.BooleanSchema1
schema class | ## BooleanSchema1 -``` -type: JsonSchema -``` +public class BooleanSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index b9d9a60a8ba..31c5b7c41eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -1,5 +1,8 @@ # Capitalization org.openapijsonschematools.components.schemas.Capitalization.java +public class Capitalization + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -14,9 +17,11 @@ org.openapijsonschematools.components.schemas.Capitalization.java | static class | Capitalization.Capitalization1
schema class | ## Capitalization1 -``` -type: JsonSchema -``` +public class Capitalization1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -38,9 +43,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## CapitalizationMap -``` -base class: FrozenMap -``` +public class CapitalizationMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 71fa0cd3eee..a42f9e65419 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -1,5 +1,8 @@ # Cat org.openapijsonschematools.components.schemas.Cat.java +public class Cat + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Cat.java | static class | Cat.Cat1
schema class | ## Cat1 -``` -type: JsonSchema -``` +public class Cat1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 9c303da8b84..500ce22db06 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -1,5 +1,8 @@ # Category org.openapijsonschematools.components.schemas.Category.java +public class Category + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Category.java | static class | Category.Category1
schema class | ## Category1 -``` -type: JsonSchema -``` +public class Category1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## CategoryMap -``` -base class: FrozenMap -``` +public class CategoryMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 8cc11931b9d..b3ecbb49b17 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -1,5 +1,8 @@ # ChildCat org.openapijsonschematools.components.schemas.ChildCat.java +public class ChildCat + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ChildCat.java | static class | ChildCat.ChildCat1
schema class | ## ChildCat1 -``` -type: JsonSchema -``` +public class ChildCat1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index dd73a913d28..6f44677ec44 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -1,5 +1,8 @@ # ClassModel org.openapijsonschematools.components.schemas.ClassModel.java +public class ClassModel + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ClassModel.java | static class | ClassModel.ClassModel1
schema class | ## ClassModel1 -``` -type: JsonSchema -``` +public class ClassModel1 +extends JsonSchema + +A schema class that validates payloads + ## Description Model for testing model with \"_class\" property @@ -39,9 +44,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassModelMap -``` -base class: FrozenMap -``` +public class ClassModelMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 116b45b92d6..dd84a6aab54 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -1,5 +1,8 @@ # Client org.openapijsonschematools.components.schemas.Client.java +public class Client + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.Client.java | static class | Client.Client1
schema class | ## Client1 -``` -type: JsonSchema -``` +public class Client1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClientMap -``` -base class: FrozenMap -``` +public class ClientMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 6b4e65a8e52..1b87c9bd307 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -1,5 +1,8 @@ # ComplexQuadrilateral org.openapijsonschematools.components.schemas.ComplexQuadrilateral.java +public class ComplexQuadrilateral + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ComplexQuadrilateral.java | static class | ComplexQuadrilateral.ComplexQuadrilateral1
schema class | ## ComplexQuadrilateral1 -``` -type: JsonSchema -``` +public class ComplexQuadrilateral1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 515e4825da1..375ee6769f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -1,5 +1,8 @@ # ComposedAnyOfDifferentTypesNoValidations org.openapijsonschematools.components.schemas.ComposedAnyOfDifferentTypesNoValidations.java +public class ComposedAnyOfDifferentTypesNoValidations + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -25,9 +28,11 @@ org.openapijsonschematools.components.schemas.ComposedAnyOfDifferentTypesNoValid | static class | ComposedAnyOfDifferentTypesNoValidations.ComposedAnyOfDifferentTypesNoValidations1
schema class | ## ComposedAnyOfDifferentTypesNoValidations1 -``` -type: JsonSchema -``` +public class ComposedAnyOfDifferentTypesNoValidations1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 8e47bfcc985..bf3f45a3c44 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -1,5 +1,8 @@ # ComposedArray org.openapijsonschematools.components.schemas.ComposedArray.java +public class ComposedArray + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ComposedArray.java | static class | ComposedArray.ComposedArray1
schema class | ## ComposedArray1 -``` -type: JsonSchema -``` +public class ComposedArray1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes Object | | ## ComposedArrayList -``` -base class: FrozenList -``` +public class ComposedArrayList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 20a189e05ac..7917c67f172 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -1,5 +1,8 @@ # ComposedBool org.openapijsonschematools.components.schemas.ComposedBool.java +public class ComposedBool + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ComposedBool.java | static class | ComposedBool.ComposedBool1
schema class | ## ComposedBool1 -``` -type: JsonSchema -``` +public class ComposedBool1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index ba13f064471..78436554920 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -1,5 +1,8 @@ # ComposedNone org.openapijsonschematools.components.schemas.ComposedNone.java +public class ComposedNone + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ComposedNone.java | static class | ComposedNone.ComposedNone1
schema class | ## ComposedNone1 -``` -type: JsonSchema -``` +public class ComposedNone1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 7d3d95ea1b4..8d71fb377b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -1,5 +1,8 @@ # ComposedNumber org.openapijsonschematools.components.schemas.ComposedNumber.java +public class ComposedNumber + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ComposedNumber.java | static class | ComposedNumber.ComposedNumber1
schema class | ## ComposedNumber1 -``` -type: JsonSchema -``` +public class ComposedNumber1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 56a51651fd7..cd2ca14a4db 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -1,5 +1,8 @@ # ComposedObject org.openapijsonschematools.components.schemas.ComposedObject.java +public class ComposedObject + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ComposedObject.java | static class | ComposedObject.ComposedObject1
schema class | ## ComposedObject1 -``` -type: JsonSchema -``` +public class ComposedObject1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 2bc141703d3..ce581444146 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -1,5 +1,8 @@ # ComposedOneOfDifferentTypes org.openapijsonschematools.components.schemas.ComposedOneOfDifferentTypes.java +public class ComposedOneOfDifferentTypes + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -14,9 +17,11 @@ org.openapijsonschematools.components.schemas.ComposedOneOfDifferentTypes.java | static class | ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1
schema class | ## ComposedOneOfDifferentTypes1 -``` -type: JsonSchema -``` +public class ComposedOneOfDifferentTypes1 +extends JsonSchema + +A schema class that validates payloads + ## Description this is a model that allows payloads of type object or number diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 95f62ef8fa2..d72a2d0dbfa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -1,5 +1,8 @@ # ComposedString org.openapijsonschematools.components.schemas.ComposedString.java +public class ComposedString + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ComposedString.java | static class | ComposedString.ComposedString1
schema class | ## ComposedString1 -``` -type: JsonSchema -``` +public class ComposedString1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index eddaa088658..4bf2d23a9c7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -1,5 +1,8 @@ # Currency org.openapijsonschematools.components.schemas.Currency.java +public class Currency + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.Currency.java | static class | Currency.Currency1
schema class | ## Currency1 -``` -type: JsonSchema -``` +public class Currency1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 77a0e24d5db..9125d47f621 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -1,5 +1,8 @@ # DanishPig org.openapijsonschematools.components.schemas.DanishPig.java +public class DanishPig + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.DanishPig.java | static class | DanishPig.DanishPig1
schema class | ## DanishPig1 -``` -type: JsonSchema -``` +public class DanishPig1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## DanishPigMap -``` -base class: FrozenMap -``` +public class DanishPigMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 004c7d7baf2..344177a5c56 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -1,5 +1,8 @@ # DateTimeTest org.openapijsonschematools.components.schemas.DateTimeTest.java +public class DateTimeTest + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.DateTimeTest.java | static class | DateTimeTest.DateTimeTest1
schema class | ## DateTimeTest1 -``` -type: JsonSchema -``` +public class DateTimeTest1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 6842cff66eb..cf748ad5a69 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -1,5 +1,8 @@ # DateTimeWithValidations org.openapijsonschematools.components.schemas.DateTimeWithValidations.java +public class DateTimeWithValidations + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.DateTimeWithValidations.java | static class | DateTimeWithValidations.DateTimeWithValidations1
schema class | ## DateTimeWithValidations1 -``` -type: JsonSchema -``` +public class DateTimeWithValidations1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 6dd2b2e4d2b..f7a377d4503 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -1,5 +1,8 @@ # DateWithValidations org.openapijsonschematools.components.schemas.DateWithValidations.java +public class DateWithValidations + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.DateWithValidations.java | static class | DateWithValidations.DateWithValidations1
schema class | ## DateWithValidations1 -``` -type: JsonSchema -``` +public class DateWithValidations1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index 952c06e5714..48a67554935 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -1,5 +1,8 @@ # DecimalPayload org.openapijsonschematools.components.schemas.DecimalPayload.java +public class DecimalPayload + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.DecimalPayload.java | static class | DecimalPayload.DecimalPayload1
schema class | ## DecimalPayload1 -``` -type: JsonSchema -``` +public class DecimalPayload1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 789c7de3c2f..79619183e1a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -1,5 +1,8 @@ # Dog org.openapijsonschematools.components.schemas.Dog.java +public class Dog + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Dog.java | static class | Dog.Dog1
schema class | ## Dog1 -``` -type: JsonSchema -``` +public class Dog1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index a69c1288bf6..85dbb81822c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -1,5 +1,8 @@ # Drawing org.openapijsonschematools.components.schemas.Drawing.java +public class Drawing + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Drawing.java | static class | Drawing.Drawing1
schema class | ## Drawing1 -``` -type: JsonSchema -``` +public class Drawing1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -32,9 +37,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## DrawingMap -``` -base class: FrozenMap -``` +public class DrawingMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 56b6337de13..1d31120b60d 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -1,5 +1,8 @@ # EnumArrays org.openapijsonschematools.components.schemas.EnumArrays.java +public class EnumArrays + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -12,9 +15,11 @@ org.openapijsonschematools.components.schemas.EnumArrays.java | static class | EnumArrays.EnumArrays1
schema class | ## EnumArrays1 -``` -type: JsonSchema -``` +public class EnumArrays1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -32,9 +37,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## EnumArraysMap -``` -base class: FrozenMap -``` +public class EnumArraysMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 4509f9ce31e..fcafeb96496 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -1,5 +1,8 @@ # EnumClass org.openapijsonschematools.components.schemas.EnumClass.java +public class EnumClass + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.EnumClass.java | static class | EnumClass.EnumClass1
schema class | ## EnumClass1 -``` -type: JsonSchema -``` +public class EnumClass1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 8e5b56f8ead..f711af2cef1 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -1,5 +1,8 @@ # EnumTest org.openapijsonschematools.components.schemas.EnumTest.java +public class EnumTest + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -12,9 +15,11 @@ org.openapijsonschematools.components.schemas.EnumTest.java | static class | EnumTest.EnumTest1
schema class | ## EnumTest1 -``` -type: JsonSchema -``` +public class EnumTest1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -39,9 +44,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## EnumTestMap -``` -base class: FrozenMap -``` +public class EnumTestMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 0de425c7d36..af02f741697 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -1,5 +1,8 @@ # EquilateralTriangle org.openapijsonschematools.components.schemas.EquilateralTriangle.java +public class EquilateralTriangle + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.EquilateralTriangle.java | static class | EquilateralTriangle.EquilateralTriangle1
schema class | ## EquilateralTriangle1 -``` -type: JsonSchema -``` +public class EquilateralTriangle1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 56f6e2e9860..710d323d447 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -1,5 +1,8 @@ # File org.openapijsonschematools.components.schemas.File.java +public class File + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.File.java | static class | File.File1
schema class | ## File1 -``` -type: JsonSchema -``` +public class File1 +extends JsonSchema + +A schema class that validates payloads + ## Description Must be named `File` for test. @@ -31,9 +36,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FileMap -``` -base class: FrozenMap -``` +public class FileMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 699048e2b03..7126609d8a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -1,5 +1,8 @@ # FileSchemaTestClass org.openapijsonschematools.components.schemas.FileSchemaTestClass.java +public class FileSchemaTestClass + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.FileSchemaTestClass.java | static class | FileSchemaTestClass.FileSchemaTestClass1
schema class | ## FileSchemaTestClass1 -``` -type: JsonSchema -``` +public class FileSchemaTestClass1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FileSchemaTestClassMap -``` -base class: FrozenMap -``` +public class FileSchemaTestClassMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 030ff5c3b61..f34be40bec6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -1,5 +1,8 @@ # Foo org.openapijsonschematools.components.schemas.Foo.java +public class Foo + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.Foo.java | static class | Foo.Foo1
schema class | ## Foo1 -``` -type: JsonSchema -``` +public class Foo1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FooMap -``` -base class: FrozenMap -``` +public class FooMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 7b67e7d83a6..871fc15b7b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -1,5 +1,8 @@ # FormatTest org.openapijsonschematools.components.schemas.FormatTest.java +public class FormatTest + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -31,9 +34,11 @@ org.openapijsonschematools.components.schemas.FormatTest.java | static class | FormatTest.FormatTest1
schema class | ## FormatTest1 -``` -type: JsonSchema -``` +public class FormatTest1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -70,9 +75,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FormatTestMap -``` -base class: FrozenMap -``` +public class FormatTestMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 12f9900dd2c..69493bc9c12 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -1,5 +1,8 @@ # FromSchema org.openapijsonschematools.components.schemas.FromSchema.java +public class FromSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.FromSchema.java | static class | FromSchema.FromSchema1
schema class | ## FromSchema1 -``` -type: JsonSchema -``` +public class FromSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FromSchemaMap -``` -base class: FrozenMap -``` +public class FromSchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 521eca165b0..7e4558b3703 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -1,5 +1,8 @@ # Fruit org.openapijsonschematools.components.schemas.Fruit.java +public class Fruit + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.Fruit.java | static class | Fruit.Fruit1
schema class | ## Fruit1 -``` -type: JsonSchema -``` +public class Fruit1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -36,9 +41,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FruitMap -``` -base class: FrozenMap -``` +public class FruitMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 4e65fc4d3e4..dc24667d62d 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -1,5 +1,8 @@ # FruitReq org.openapijsonschematools.components.schemas.FruitReq.java +public class FruitReq + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.FruitReq.java | static class | FruitReq.FruitReq1
schema class | ## FruitReq1 -``` -type: JsonSchema -``` +public class FruitReq1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 253499f9eb0..42bd28d0279 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -1,5 +1,8 @@ # GmFruit org.openapijsonschematools.components.schemas.GmFruit.java +public class GmFruit + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.GmFruit.java | static class | GmFruit.GmFruit1
schema class | ## GmFruit1 -``` -type: JsonSchema -``` +public class GmFruit1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -36,9 +41,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## GmFruitMap -``` -base class: FrozenMap -``` +public class GmFruitMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index c30bb62af26..81acf31dcdf 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -1,5 +1,8 @@ # GrandparentAnimal org.openapijsonschematools.components.schemas.GrandparentAnimal.java +public class GrandparentAnimal + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.GrandparentAnimal.java | static class | GrandparentAnimal.GrandparentAnimal1
schema class | ## GrandparentAnimal1 -``` -type: JsonSchema -``` +public class GrandparentAnimal1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## GrandparentAnimalMap -``` -base class: FrozenMap -``` +public class GrandparentAnimalMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index e99c269883b..e3b57f8dd58 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -1,5 +1,8 @@ # HasOnlyReadOnly org.openapijsonschematools.components.schemas.HasOnlyReadOnly.java +public class HasOnlyReadOnly + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.HasOnlyReadOnly.java | static class | HasOnlyReadOnly.HasOnlyReadOnly1
schema class | ## HasOnlyReadOnly1 -``` -type: JsonSchema -``` +public class HasOnlyReadOnly1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## HasOnlyReadOnlyMap -``` -base class: FrozenMap -``` +public class HasOnlyReadOnlyMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 62ae1c1b8ee..16c63d8c8ea 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -1,5 +1,8 @@ # HealthCheckResult org.openapijsonschematools.components.schemas.HealthCheckResult.java +public class HealthCheckResult + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.HealthCheckResult.java | static class | HealthCheckResult.HealthCheckResult1
schema class | ## HealthCheckResult1 -``` -type: JsonSchema -``` +public class HealthCheckResult1 +extends JsonSchema + +A schema class that validates payloads + ## Description Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. @@ -31,9 +36,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## HealthCheckResultMap -``` -base class: FrozenMap -``` +public class HealthCheckResultMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 784a86c68d4..238a3826efb 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -1,5 +1,8 @@ # IntegerEnum org.openapijsonschematools.components.schemas.IntegerEnum.java +public class IntegerEnum + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.IntegerEnum.java | static class | IntegerEnum.IntegerEnum1
schema class | ## IntegerEnum1 -``` -type: JsonSchema -``` +public class IntegerEnum1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 8bd3390bc1a..1ebaa6ee2fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -1,5 +1,8 @@ # IntegerEnumBig org.openapijsonschematools.components.schemas.IntegerEnumBig.java +public class IntegerEnumBig + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.IntegerEnumBig.java | static class | IntegerEnumBig.IntegerEnumBig1
schema class | ## IntegerEnumBig1 -``` -type: JsonSchema -``` +public class IntegerEnumBig1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index f3549b29945..db4bd17f74b 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -1,5 +1,8 @@ # IntegerEnumOneValue org.openapijsonschematools.components.schemas.IntegerEnumOneValue.java +public class IntegerEnumOneValue + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.IntegerEnumOneValue.java | static class | IntegerEnumOneValue.IntegerEnumOneValue1
schema class | ## IntegerEnumOneValue1 -``` -type: JsonSchema -``` +public class IntegerEnumOneValue1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index f73adefcebe..94feb1ee639 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -1,5 +1,8 @@ # IntegerEnumWithDefaultValue org.openapijsonschematools.components.schemas.IntegerEnumWithDefaultValue.java +public class IntegerEnumWithDefaultValue + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.IntegerEnumWithDefaultValue.java | static class | IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1
schema class | ## IntegerEnumWithDefaultValue1 -``` -type: JsonSchema -``` +public class IntegerEnumWithDefaultValue1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 5b1ad64f666..91a5af3403d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -1,5 +1,8 @@ # IntegerMax10 org.openapijsonschematools.components.schemas.IntegerMax10.java +public class IntegerMax10 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.IntegerMax10.java | static class | IntegerMax10.IntegerMax101
schema class | ## IntegerMax101 -``` -type: JsonSchema -``` +public class IntegerMax101 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index aa33083a85d..b41dc1f1c5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -1,5 +1,8 @@ # IntegerMin15 org.openapijsonschematools.components.schemas.IntegerMin15.java +public class IntegerMin15 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.IntegerMin15.java | static class | IntegerMin15.IntegerMin151
schema class | ## IntegerMin151 -``` -type: JsonSchema -``` +public class IntegerMin151 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index f7345eb111c..1480cabb576 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -1,5 +1,8 @@ # IsoscelesTriangle org.openapijsonschematools.components.schemas.IsoscelesTriangle.java +public class IsoscelesTriangle + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.IsoscelesTriangle.java | static class | IsoscelesTriangle.IsoscelesTriangle1
schema class | ## IsoscelesTriangle1 -``` -type: JsonSchema -``` +public class IsoscelesTriangle1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index b96b2f18a05..929e4034367 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -1,5 +1,8 @@ # Items org.openapijsonschematools.components.schemas.Items.java +public class Items + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.Items.java | static class | Items.Items1
schema class | ## Items1 -``` -type: JsonSchema -``` +public class Items1 +extends JsonSchema + +A schema class that validates payloads + ## Description component's name collides with the inner schema name @@ -30,9 +35,11 @@ List Item Type | Description | Notes Map | | ## ItemsList -``` -base class: FrozenList> -``` +public class ItemsList +extends FrozenList> + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 01f5f356aae..129226e6558 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -1,5 +1,8 @@ # JSONPatchRequest org.openapijsonschematools.components.schemas.JSONPatchRequest.java +public class JSONPatchRequest + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.JSONPatchRequest.java | static class | JSONPatchRequest.JSONPatchRequest1
schema class | ## JSONPatchRequest1 -``` -type: JsonSchema -``` +public class JSONPatchRequest1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes Object | | ## JSONPatchRequestList -``` -base class: FrozenList -``` +public class JSONPatchRequestList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 03263e32c23..41d1fc344da 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -1,5 +1,8 @@ # JSONPatchRequestAddReplaceTest org.openapijsonschematools.components.schemas.JSONPatchRequestAddReplaceTest.java +public class JSONPatchRequestAddReplaceTest + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -12,9 +15,11 @@ org.openapijsonschematools.components.schemas.JSONPatchRequestAddReplaceTest.jav | static class | JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTest1
schema class | ## JSONPatchRequestAddReplaceTest1 -``` -type: JsonSchema -``` +public class JSONPatchRequestAddReplaceTest1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -32,9 +37,10 @@ Key | Type | Description | Notes **value** | Object | The value to add, replace or test. | ## JSONPatchRequestAddReplaceTestMap -``` -base class: FrozenMap -``` +public class JSONPatchRequestAddReplaceTestMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index cdae28ad038..a67f7b7a9d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -1,5 +1,8 @@ # JSONPatchRequestMoveCopy org.openapijsonschematools.components.schemas.JSONPatchRequestMoveCopy.java +public class JSONPatchRequestMoveCopy + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -12,9 +15,11 @@ org.openapijsonschematools.components.schemas.JSONPatchRequestMoveCopy.java | static class | JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopy1
schema class | ## JSONPatchRequestMoveCopy1 -``` -type: JsonSchema -``` +public class JSONPatchRequestMoveCopy1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -32,9 +37,10 @@ Key | Type | Description | Notes **path** | String | A JSON Pointer path. | ## JSONPatchRequestMoveCopyMap -``` -base class: FrozenMap -``` +public class JSONPatchRequestMoveCopyMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 7a1fdb25f4a..84727195695 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -1,5 +1,8 @@ # JSONPatchRequestRemove org.openapijsonschematools.components.schemas.JSONPatchRequestRemove.java +public class JSONPatchRequestRemove + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.JSONPatchRequestRemove.java | static class | JSONPatchRequestRemove.JSONPatchRequestRemove1
schema class | ## JSONPatchRequestRemove1 -``` -type: JsonSchema -``` +public class JSONPatchRequestRemove1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **path** | String | A JSON Pointer path. | ## JSONPatchRequestRemoveMap -``` -base class: FrozenMap -``` +public class JSONPatchRequestRemoveMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index ffa92c6b5f3..c33f8df41e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -1,5 +1,8 @@ # Mammal org.openapijsonschematools.components.schemas.Mammal.java +public class Mammal + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.Mammal.java | static class | Mammal.Mammal1
schema class | ## Mammal1 -``` -type: JsonSchema -``` +public class Mammal1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index f655e587139..452166e706e 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -1,5 +1,8 @@ # MapTest org.openapijsonschematools.components.schemas.MapTest.java +public class MapTest + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -19,9 +22,11 @@ org.openapijsonschematools.components.schemas.MapTest.java | static class | MapTest.MapTest1
schema class | ## MapTest1 -``` -type: JsonSchema -``` +public class MapTest1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -41,9 +46,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## MapTestMap -``` -base class: FrozenMap -``` +public class MapTestMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index c6f6e5b2f21..6723972e22c 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -1,5 +1,8 @@ # MixedPropertiesAndAdditionalPropertiesClass org.openapijsonschematools.components.schemas.MixedPropertiesAndAdditionalPropertiesClass.java +public class MixedPropertiesAndAdditionalPropertiesClass + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -12,9 +15,11 @@ org.openapijsonschematools.components.schemas.MixedPropertiesAndAdditionalProper | static class | MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClass1
schema class | ## MixedPropertiesAndAdditionalPropertiesClass1 -``` -type: JsonSchema -``` +public class MixedPropertiesAndAdditionalPropertiesClass1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -33,9 +38,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## MixedPropertiesAndAdditionalPropertiesClassMap -``` -base class: FrozenMap -``` +public class MixedPropertiesAndAdditionalPropertiesClassMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index c20431916b8..11ee30d7df6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -1,5 +1,8 @@ # Money org.openapijsonschematools.components.schemas.Money.java +public class Money + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Money.java | static class | Money.Money1
schema class | ## Money1 -``` -type: JsonSchema -``` +public class Money1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -29,9 +34,10 @@ Key | Type | Description | Notes **currency** | String | | ## MoneyMap -``` -base class: FrozenMap -``` +public class MoneyMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index f64ceeb2692..ecc8b5522ab 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -1,5 +1,8 @@ # MyObjectDto org.openapijsonschematools.components.schemas.MyObjectDto.java +public class MyObjectDto + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.MyObjectDto.java | static class | MyObjectDto.MyObjectDto1
schema class | ## MyObjectDto1 -``` -type: JsonSchema -``` +public class MyObjectDto1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **id** | String | | [optional] value must be a uuid ## MyObjectDtoMap -``` -base class: FrozenMap -``` +public class MyObjectDtoMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 848d8d793fb..b7dc85f3ec4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -1,5 +1,8 @@ # Name org.openapijsonschematools.components.schemas.Name.java +public class Name + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.Name.java | static class | Name.Name1
schema class | ## Name1 -``` -type: JsonSchema -``` +public class Name1 +extends JsonSchema + +A schema class that validates payloads + ## Description Model for testing model name same as property name @@ -43,9 +48,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## NameMap -``` -base class: FrozenMap -``` +public class NameMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 31a31794f7b..130edc0d4ed 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -1,5 +1,8 @@ # NoAdditionalProperties org.openapijsonschematools.components.schemas.NoAdditionalProperties.java +public class NoAdditionalProperties + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.NoAdditionalProperties.java | static class | NoAdditionalProperties.NoAdditionalProperties1
schema class | ## NoAdditionalProperties1 -``` -type: JsonSchema -``` +public class NoAdditionalProperties1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **petId** | long | | [optional] value must be a 64 bit integer ## NoAdditionalPropertiesMap -``` -base class: FrozenMap -``` +public class NoAdditionalPropertiesMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 4c3de480450..6b97b120ae2 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -1,5 +1,8 @@ # NullableClass org.openapijsonschematools.components.schemas.NullableClass.java +public class NullableClass + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -33,9 +36,11 @@ org.openapijsonschematools.components.schemas.NullableClass.java | static class | NullableClass.NullableClass1
schema class | ## NullableClass1 -``` -type: JsonSchema -``` +public class NullableClass1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -63,9 +68,10 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## NullableClassMap -``` -base class: FrozenMap -``` +public class NullableClassMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index caeebb4837f..ffbced74aef 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -1,5 +1,8 @@ # NullableShape org.openapijsonschematools.components.schemas.NullableShape.java +public class NullableShape + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.NullableShape.java | static class | NullableShape.NullableShape1
schema class | ## NullableShape1 -``` -type: JsonSchema -``` +public class NullableShape1 +extends JsonSchema + +A schema class that validates payloads + ## Description The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 4469e9d4ffb..0d4f5463336 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -1,5 +1,8 @@ # NullableString org.openapijsonschematools.components.schemas.NullableString.java +public class NullableString + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.NullableString.java | static class | NullableString.NullableString1
schema class | ## NullableString1 -``` -type: JsonSchema -``` +public class NullableString1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index f6d6119c1fa..a257fa936f6 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -1,5 +1,8 @@ # NumberOnly org.openapijsonschematools.components.schemas.NumberOnly.java +public class NumberOnly + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.NumberOnly.java | static class | NumberOnly.NumberOnly1
schema class | ## NumberOnly1 -``` -type: JsonSchema -``` +public class NumberOnly1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## NumberOnlyMap -``` -base class: FrozenMap -``` +public class NumberOnlyMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index d6328b688da..c1ff2938cdd 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -1,5 +1,8 @@ # NumberSchema org.openapijsonschematools.components.schemas.NumberSchema.java +public class NumberSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.NumberSchema.java | static class | NumberSchema.NumberSchema1
schema class | ## NumberSchema1 -``` -type: JsonSchema -``` +public class NumberSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 0c30870bfb0..af18ba0d977 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -1,5 +1,8 @@ # NumberWithValidations org.openapijsonschematools.components.schemas.NumberWithValidations.java +public class NumberWithValidations + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.NumberWithValidations.java | static class | NumberWithValidations.NumberWithValidations1
schema class | ## NumberWithValidations1 -``` -type: JsonSchema -``` +public class NumberWithValidations1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 3f2718e2bf4..04cba3b1f26 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -1,5 +1,8 @@ # ObjWithRequiredProps org.openapijsonschematools.components.schemas.ObjWithRequiredProps.java +public class ObjWithRequiredProps + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ObjWithRequiredProps.java | static class | ObjWithRequiredProps.ObjWithRequiredProps1
schema class | ## ObjWithRequiredProps1 -``` -type: JsonSchema -``` +public class ObjWithRequiredProps1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjWithRequiredPropsMap -``` -base class: FrozenMap -``` +public class ObjWithRequiredPropsMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 6b7cacbef59..3ece19eea5c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -1,5 +1,8 @@ # ObjWithRequiredPropsBase org.openapijsonschematools.components.schemas.ObjWithRequiredPropsBase.java +public class ObjWithRequiredPropsBase + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ObjWithRequiredPropsBase.java | static class | ObjWithRequiredPropsBase.ObjWithRequiredPropsBase1
schema class | ## ObjWithRequiredPropsBase1 -``` -type: JsonSchema -``` +public class ObjWithRequiredPropsBase1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjWithRequiredPropsBaseMap -``` -base class: FrozenMap -``` +public class ObjWithRequiredPropsBaseMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 04a1dcd820e..4d14436deb4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -1,5 +1,8 @@ # ObjectInterface org.openapijsonschematools.components.schemas.ObjectInterface.java +public class ObjectInterface + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.ObjectInterface.java | static class | ObjectInterface.ObjectInterface1
schema class | ## ObjectInterface1 -``` -type: JsonSchema -``` +public class ObjectInterface1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index a525595a4b1..a2f0809f56d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -1,5 +1,8 @@ # ObjectModelWithArgAndArgsProperties org.openapijsonschematools.components.schemas.ObjectModelWithArgAndArgsProperties.java +public class ObjectModelWithArgAndArgsProperties + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ObjectModelWithArgAndArgsPropertie | static class | ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsProperties1
schema class | ## ObjectModelWithArgAndArgsProperties1 -``` -type: JsonSchema -``` +public class ObjectModelWithArgAndArgsProperties1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectModelWithArgAndArgsPropertiesMap -``` -base class: FrozenMap -``` +public class ObjectModelWithArgAndArgsPropertiesMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 1bb1054afca..ce3c923957b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -1,5 +1,8 @@ # ObjectModelWithRefProps org.openapijsonschematools.components.schemas.ObjectModelWithRefProps.java +public class ObjectModelWithRefProps + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ObjectModelWithRefProps.java | static class | ObjectModelWithRefProps.ObjectModelWithRefProps1
schema class | ## ObjectModelWithRefProps1 -``` -type: JsonSchema -``` +public class ObjectModelWithRefProps1 +extends JsonSchema + +A schema class that validates payloads + ## Description a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations @@ -32,9 +37,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectModelWithRefPropsMap -``` -base class: FrozenMap -``` +public class ObjectModelWithRefPropsMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 540c0c82bab..2500df2169e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -1,5 +1,8 @@ # ObjectWithAllOfWithReqTestPropFromUnsetAddProp org.openapijsonschematools.components.schemas.ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java +public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ObjectWithAllOfWithReqTestPropFrom | static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.ObjectWithAllOfWithReqTestPropFromUnsetAddProp1
schema class | ## ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 -``` -type: JsonSchema -``` +public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 76c30fe0ffb..9fc6e7fe6fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -1,5 +1,8 @@ # ObjectWithCollidingProperties org.openapijsonschematools.components.schemas.ObjectWithCollidingProperties.java +public class ObjectWithCollidingProperties + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ObjectWithCollidingProperties.java | static class | ObjectWithCollidingProperties.ObjectWithCollidingProperties1
schema class | ## ObjectWithCollidingProperties1 -``` -type: JsonSchema -``` +public class ObjectWithCollidingProperties1 +extends JsonSchema + +A schema class that validates payloads + ## Description component with properties that have name collisions @@ -33,9 +38,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithCollidingPropertiesMap -``` -base class: FrozenMap -``` +public class ObjectWithCollidingPropertiesMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 6e50f1a3272..e581e175fda 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -1,5 +1,8 @@ # ObjectWithDecimalProperties org.openapijsonschematools.components.schemas.ObjectWithDecimalProperties.java +public class ObjectWithDecimalProperties + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ObjectWithDecimalProperties.java | static class | ObjectWithDecimalProperties.ObjectWithDecimalProperties1
schema class | ## ObjectWithDecimalProperties1 -``` -type: JsonSchema -``` +public class ObjectWithDecimalProperties1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithDecimalPropertiesMap -``` -base class: FrozenMap -``` +public class ObjectWithDecimalPropertiesMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 0a820781b71..8d7d86a2323 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -1,5 +1,8 @@ # ObjectWithDifficultlyNamedProps org.openapijsonschematools.components.schemas.ObjectWithDifficultlyNamedProps.java +public class ObjectWithDifficultlyNamedProps + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.ObjectWithDifficultlyNamedProps.ja | static class | ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedProps1
schema class | ## ObjectWithDifficultlyNamedProps1 -``` -type: JsonSchema -``` +public class ObjectWithDifficultlyNamedProps1 +extends JsonSchema + +A schema class that validates payloads + ## Description model with properties that have invalid names for python @@ -35,9 +40,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithDifficultlyNamedPropsMap -``` -base class: FrozenMap -``` +public class ObjectWithDifficultlyNamedPropsMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index e62b8150b08..694934d6b4f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -1,5 +1,8 @@ # ObjectWithInlineCompositionProperty org.openapijsonschematools.components.schemas.ObjectWithInlineCompositionProperty.java +public class ObjectWithInlineCompositionProperty + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ObjectWithInlineCompositionPropert | static class | ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionProperty1
schema class | ## ObjectWithInlineCompositionProperty1 -``` -type: JsonSchema -``` +public class ObjectWithInlineCompositionProperty1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -29,9 +34,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithInlineCompositionPropertyMap -``` -base class: FrozenMap -``` +public class ObjectWithInlineCompositionPropertyMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index c464c7da4c2..733d651339d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -1,5 +1,8 @@ # ObjectWithInvalidNamedRefedProperties org.openapijsonschematools.components.schemas.ObjectWithInvalidNamedRefedProperties.java +public class ObjectWithInvalidNamedRefedProperties + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ObjectWithInvalidNamedRefedPropert | static class | ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedProperties1
schema class | ## ObjectWithInvalidNamedRefedProperties1 -``` -type: JsonSchema -``` +public class ObjectWithInvalidNamedRefedProperties1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithInvalidNamedRefedPropertiesMap -``` -base class: FrozenMap -``` +public class ObjectWithInvalidNamedRefedPropertiesMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 412bc5e7363..67112c755c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -1,5 +1,8 @@ # ObjectWithNonIntersectingValues org.openapijsonschematools.components.schemas.ObjectWithNonIntersectingValues.java +public class ObjectWithNonIntersectingValues + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ObjectWithNonIntersectingValues.ja | static class | ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValues1
schema class | ## ObjectWithNonIntersectingValues1 -``` -type: JsonSchema -``` +public class ObjectWithNonIntersectingValues1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -29,9 +34,10 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## ObjectWithNonIntersectingValuesMap -``` -base class: FrozenMap -``` +public class ObjectWithNonIntersectingValuesMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 06ac4839ea4..4c1b9448529 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -1,5 +1,8 @@ # ObjectWithOnlyOptionalProps org.openapijsonschematools.components.schemas.ObjectWithOnlyOptionalProps.java +public class ObjectWithOnlyOptionalProps + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.ObjectWithOnlyOptionalProps.java | static class | ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalProps1
schema class | ## ObjectWithOnlyOptionalProps1 -``` -type: JsonSchema -``` +public class ObjectWithOnlyOptionalProps1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **b** | Number | | [optional] ## ObjectWithOnlyOptionalPropsMap -``` -base class: FrozenMap -``` +public class ObjectWithOnlyOptionalPropsMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 71e540eae74..762527e30c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -1,5 +1,8 @@ # ObjectWithOptionalTestProp org.openapijsonschematools.components.schemas.ObjectWithOptionalTestProp.java +public class ObjectWithOptionalTestProp + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ObjectWithOptionalTestProp.java | static class | ObjectWithOptionalTestProp.ObjectWithOptionalTestProp1
schema class | ## ObjectWithOptionalTestProp1 -``` -type: JsonSchema -``` +public class ObjectWithOptionalTestProp1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ObjectWithOptionalTestPropMap -``` -base class: FrozenMap -``` +public class ObjectWithOptionalTestPropMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 0aa75a0cfc8..c60801d078f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -1,5 +1,8 @@ # ObjectWithValidations org.openapijsonschematools.components.schemas.ObjectWithValidations.java +public class ObjectWithValidations + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.ObjectWithValidations.java | static class | ObjectWithValidations.ObjectWithValidations1
schema class | ## ObjectWithValidations1 -``` -type: JsonSchema -``` +public class ObjectWithValidations1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 7e69cacee8b..6106d32c315 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -1,5 +1,8 @@ # Order org.openapijsonschematools.components.schemas.Order.java +public class Order + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -14,9 +17,11 @@ org.openapijsonschematools.components.schemas.Order.java | static class | Order.Order1
schema class | ## Order1 -``` -type: JsonSchema -``` +public class Order1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -38,9 +43,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## OrderMap -``` -base class: FrozenMap -``` +public class OrderMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index cd11fecb892..bb11aa7edc7 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -1,5 +1,8 @@ # PaginatedResultMyObjectDto org.openapijsonschematools.components.schemas.PaginatedResultMyObjectDto.java +public class PaginatedResultMyObjectDto + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -12,9 +15,11 @@ org.openapijsonschematools.components.schemas.PaginatedResultMyObjectDto.java | static class | PaginatedResultMyObjectDto.PaginatedResultMyObjectDto1
schema class | ## PaginatedResultMyObjectDto1 -``` -type: JsonSchema -``` +public class PaginatedResultMyObjectDto1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -31,9 +36,10 @@ Key | Type | Description | Notes **results** | List> | | ## PaginatedResultMyObjectDtoMap -``` -base class: FrozenMap -``` +public class PaginatedResultMyObjectDtoMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 0b8b58105ae..51d1d90453f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -1,5 +1,8 @@ # ParentPet org.openapijsonschematools.components.schemas.ParentPet.java +public class ParentPet + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.ParentPet.java | static class | ParentPet.ParentPet1
schema class | ## ParentPet1 -``` -type: JsonSchema -``` +public class ParentPet1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index aae77fba16a..480c851f56c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -1,5 +1,8 @@ # Pet org.openapijsonschematools.components.schemas.Pet.java +public class Pet + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -16,9 +19,11 @@ org.openapijsonschematools.components.schemas.Pet.java | static class | Pet.Pet1
schema class | ## Pet1 -``` -type: JsonSchema -``` +public class Pet1 +extends JsonSchema + +A schema class that validates payloads + ## Description Pet object that needs to be added to the store @@ -43,9 +48,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## PetMap -``` -base class: FrozenMap -``` +public class PetMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 33e354a6935..8eb366dbc0e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -1,5 +1,8 @@ # Pig org.openapijsonschematools.components.schemas.Pig.java +public class Pig + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.Pig.java | static class | Pig.Pig1
schema class | ## Pig1 -``` -type: JsonSchema -``` +public class Pig1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 4c74ccb6db4..e469ed73910 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -1,5 +1,8 @@ # Player org.openapijsonschematools.components.schemas.Player.java +public class Player + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.Player.java | static class | Player.Player1
schema class | ## Player1 -``` -type: JsonSchema -``` +public class Player1 +extends JsonSchema + +A schema class that validates payloads + ## Description a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties @@ -32,9 +37,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## PlayerMap -``` -base class: FrozenMap -``` +public class PlayerMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 896826c3052..d4b1c3d75a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -1,5 +1,8 @@ # PublicKey org.openapijsonschematools.components.schemas.PublicKey.java +public class PublicKey + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.PublicKey.java | static class | PublicKey.PublicKey1
schema class | ## PublicKey1 -``` -type: JsonSchema -``` +public class PublicKey1 +extends JsonSchema + +A schema class that validates payloads + ## Description schema that contains a property named key @@ -31,9 +36,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## PublicKeyMap -``` -base class: FrozenMap -``` +public class PublicKeyMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index 89125e30e88..3a0640d0840 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -1,5 +1,8 @@ # Quadrilateral org.openapijsonschematools.components.schemas.Quadrilateral.java +public class Quadrilateral + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.Quadrilateral.java | static class | Quadrilateral.Quadrilateral1
schema class | ## Quadrilateral1 -``` -type: JsonSchema -``` +public class Quadrilateral1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index b7d5f8f5263..c11bc12849e 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -1,5 +1,8 @@ # QuadrilateralInterface org.openapijsonschematools.components.schemas.QuadrilateralInterface.java +public class QuadrilateralInterface + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.QuadrilateralInterface.java | static class | QuadrilateralInterface.QuadrilateralInterface1
schema class | ## QuadrilateralInterface1 -``` -type: JsonSchema -``` +public class QuadrilateralInterface1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -38,9 +43,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## QuadrilateralInterfaceMap -``` -base class: FrozenMap -``` +public class QuadrilateralInterfaceMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index edc69fc41ff..7287c19f8a4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -1,5 +1,8 @@ # ReadOnlyFirst org.openapijsonschematools.components.schemas.ReadOnlyFirst.java +public class ReadOnlyFirst + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ReadOnlyFirst.java | static class | ReadOnlyFirst.ReadOnlyFirst1
schema class | ## ReadOnlyFirst1 -``` -type: JsonSchema -``` +public class ReadOnlyFirst1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReadOnlyFirstMap -``` -base class: FrozenMap -``` +public class ReadOnlyFirstMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 93c4fe2f289..7b525277ad2 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -1,5 +1,8 @@ # RefPet org.openapijsonschematools.components.schemas.RefPet.java +public class RefPet + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.RefPet.java | static class | RefPet.RefPet1
schema class | ## RefPet1 -``` -type: JsonSchema -``` +public class RefPet1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index b7af077ce15..eb3ccc09de5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -1,5 +1,8 @@ # ReqPropsFromExplicitAddProps org.openapijsonschematools.components.schemas.ReqPropsFromExplicitAddProps.java +public class ReqPropsFromExplicitAddProps + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ReqPropsFromExplicitAddProps.java | static class | ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddProps1
schema class | ## ReqPropsFromExplicitAddProps1 -``` -type: JsonSchema -``` +public class ReqPropsFromExplicitAddProps1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -29,9 +34,10 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromExplicitAddPropsMap -``` -base class: FrozenMap -``` +public class ReqPropsFromExplicitAddPropsMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index df3a4550f17..f655592611c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -1,5 +1,8 @@ # ReqPropsFromTrueAddProps org.openapijsonschematools.components.schemas.ReqPropsFromTrueAddProps.java +public class ReqPropsFromTrueAddProps + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ReqPropsFromTrueAddProps.java | static class | ReqPropsFromTrueAddProps.ReqPropsFromTrueAddProps1
schema class | ## ReqPropsFromTrueAddProps1 -``` -type: JsonSchema -``` +public class ReqPropsFromTrueAddProps1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -29,9 +34,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromTrueAddPropsMap -``` -base class: FrozenMap -``` +public class ReqPropsFromTrueAddPropsMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 2a0cb3eff34..2d87cc7de4b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -1,5 +1,8 @@ # ReqPropsFromUnsetAddProps org.openapijsonschematools.components.schemas.ReqPropsFromUnsetAddProps.java +public class ReqPropsFromUnsetAddProps + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ReqPropsFromUnsetAddProps.java | static class | ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddProps1
schema class | ## ReqPropsFromUnsetAddProps1 -``` -type: JsonSchema -``` +public class ReqPropsFromUnsetAddProps1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReqPropsFromUnsetAddPropsMap -``` -base class: FrozenMap -``` +public class ReqPropsFromUnsetAddPropsMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 99e5ae0e6fa..a61da89501c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -1,5 +1,8 @@ # ReturnSchema org.openapijsonschematools.components.schemas.ReturnSchema.java +public class ReturnSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.ReturnSchema.java | static class | ReturnSchema.ReturnSchema1
schema class | ## ReturnSchema1 -``` -type: JsonSchema -``` +public class ReturnSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Description Model for testing reserved words @@ -39,9 +44,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReturnMap -``` -base class: FrozenMap -``` +public class ReturnMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index ef7c532bd2e..dbaac5fd63d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -1,5 +1,8 @@ # ScaleneTriangle org.openapijsonschematools.components.schemas.ScaleneTriangle.java +public class ScaleneTriangle + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.ScaleneTriangle.java | static class | ScaleneTriangle.ScaleneTriangle1
schema class | ## ScaleneTriangle1 -``` -type: JsonSchema -``` +public class ScaleneTriangle1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 041baba507c..274d782a49e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -1,5 +1,8 @@ # Schema200Response org.openapijsonschematools.components.schemas.Schema200Response.java +public class Schema200Response + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Schema200Response.java | static class | Schema200Response.Schema200Response1
schema class | ## Schema200Response1 -``` -type: JsonSchema -``` +public class Schema200Response1 +extends JsonSchema + +A schema class that validates payloads + ## Description model with an invalid class name for python, starts with a number @@ -41,9 +46,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Schema200ResponseMap -``` -base class: FrozenMap -``` +public class Schema200ResponseMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index d2e5829f169..e6a647c1774 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -1,5 +1,8 @@ # SelfReferencingArrayModel org.openapijsonschematools.components.schemas.SelfReferencingArrayModel.java +public class SelfReferencingArrayModel + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.SelfReferencingArrayModel.java | static class | SelfReferencingArrayModel.SelfReferencingArrayModel1
schema class | ## SelfReferencingArrayModel1 -``` -type: JsonSchema -``` +public class SelfReferencingArrayModel1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -26,9 +31,11 @@ List Item Type | Description | Notes List | | ## SelfReferencingArrayModelList -``` -base class: FrozenList -``` +public class SelfReferencingArrayModelList +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index e46fcbdb979..c0a2b0ec883 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -1,5 +1,8 @@ # SelfReferencingObjectModel org.openapijsonschematools.components.schemas.SelfReferencingObjectModel.java +public class SelfReferencingObjectModel + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.SelfReferencingObjectModel.java | static class | SelfReferencingObjectModel.SelfReferencingObjectModel1
schema class | ## SelfReferencingObjectModel1 -``` -type: JsonSchema -``` +public class SelfReferencingObjectModel1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,10 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## SelfReferencingObjectModelMap -``` -base class: FrozenMap -``` +public class SelfReferencingObjectModelMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index 112c49f6489..613984a019d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -1,5 +1,8 @@ # Shape org.openapijsonschematools.components.schemas.Shape.java +public class Shape + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.Shape.java | static class | Shape.Shape1
schema class | ## Shape1 -``` -type: JsonSchema -``` +public class Shape1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 440ef79b521..cf95c4e6970 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -1,5 +1,8 @@ # ShapeOrNull org.openapijsonschematools.components.schemas.ShapeOrNull.java +public class ShapeOrNull + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.components.schemas.ShapeOrNull.java | static class | ShapeOrNull.ShapeOrNull1
schema class | ## ShapeOrNull1 -``` -type: JsonSchema -``` +public class ShapeOrNull1 +extends JsonSchema + +A schema class that validates payloads + ## Description The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 3b05a4b9c32..275558ed960 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -1,5 +1,8 @@ # SimpleQuadrilateral org.openapijsonschematools.components.schemas.SimpleQuadrilateral.java +public class SimpleQuadrilateral + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.SimpleQuadrilateral.java | static class | SimpleQuadrilateral.SimpleQuadrilateral1
schema class | ## SimpleQuadrilateral1 -``` -type: JsonSchema -``` +public class SimpleQuadrilateral1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 35a79de2972..c3340197f24 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -1,5 +1,8 @@ # SomeObject org.openapijsonschematools.components.schemas.SomeObject.java +public class SomeObject + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.SomeObject.java | static class | SomeObject.SomeObject1
schema class | ## SomeObject1 -``` -type: JsonSchema -``` +public class SomeObject1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 807f4d59f2b..b5bee03dba2 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -1,5 +1,8 @@ # SpecialModelname org.openapijsonschematools.components.schemas.SpecialModelname.java +public class SpecialModelname + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.SpecialModelname.java | static class | SpecialModelname.SpecialModelname1
schema class | ## SpecialModelname1 -``` -type: JsonSchema -``` +public class SpecialModelname1 +extends JsonSchema + +A schema class that validates payloads + ## Description model with an invalid class name for python @@ -31,9 +36,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SpecialModelnameMap -``` -base class: FrozenMap -``` +public class SpecialModelnameMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 7e8ecc9ff8f..7d589dc5373 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -1,5 +1,8 @@ # StringBooleanMap org.openapijsonschematools.components.schemas.StringBooleanMap.java +public class StringBooleanMap + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.components.schemas.StringBooleanMap.java | static class | StringBooleanMap.StringBooleanMap1
schema class | ## StringBooleanMap1 -``` -type: JsonSchema -``` +public class StringBooleanMap1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,10 @@ Key | Type | Description | Notes **anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] ## StringBooleanMapMap -``` -base class: FrozenMap -``` +public class StringBooleanMapMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 637a939a9ef..5dbdeda41ea 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -1,5 +1,8 @@ # StringEnum org.openapijsonschematools.components.schemas.StringEnum.java +public class StringEnum + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.StringEnum.java | static class | StringEnum.StringEnum1
schema class | ## StringEnum1 -``` -type: JsonSchema -``` +public class StringEnum1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 62a796e0ad2..1644eae7cc0 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -1,5 +1,8 @@ # StringEnumWithDefaultValue org.openapijsonschematools.components.schemas.StringEnumWithDefaultValue.java +public class StringEnumWithDefaultValue + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.StringEnumWithDefaultValue.java | static class | StringEnumWithDefaultValue.StringEnumWithDefaultValue1
schema class | ## StringEnumWithDefaultValue1 -``` -type: JsonSchema -``` +public class StringEnumWithDefaultValue1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 97f875ff60a..dd9e975e954 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -1,5 +1,8 @@ # StringSchema org.openapijsonschematools.components.schemas.StringSchema.java +public class StringSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.StringSchema.java | static class | StringSchema.StringSchema1
schema class | ## StringSchema1 -``` -type: JsonSchema -``` +public class StringSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 27b10904b21..a46d4d0dc1a 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -1,5 +1,8 @@ # StringWithValidation org.openapijsonschematools.components.schemas.StringWithValidation.java +public class StringWithValidation + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.StringWithValidation.java | static class | StringWithValidation.StringWithValidation1
schema class | ## StringWithValidation1 -``` -type: JsonSchema -``` +public class StringWithValidation1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 3ffa35da113..222c2691e02 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -1,5 +1,8 @@ # Tag org.openapijsonschematools.components.schemas.Tag.java +public class Tag + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.Tag.java | static class | Tag.Tag1
schema class | ## Tag1 -``` -type: JsonSchema -``` +public class Tag1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## TagMap -``` -base class: FrozenMap -``` +public class TagMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 9d48f2622e3..85492ba9c03 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -1,5 +1,8 @@ # Triangle org.openapijsonschematools.components.schemas.Triangle.java +public class Triangle + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.Triangle.java | static class | Triangle.Triangle1
schema class | ## Triangle1 -``` -type: JsonSchema -``` +public class Triangle1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 5801107d0fb..6347c3f57cd 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -1,5 +1,8 @@ # TriangleInterface org.openapijsonschematools.components.schemas.TriangleInterface.java +public class TriangleInterface + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.components.schemas.TriangleInterface.java | static class | TriangleInterface.TriangleInterface1
schema class | ## TriangleInterface1 -``` -type: JsonSchema -``` +public class TriangleInterface1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -38,9 +43,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## TriangleInterfaceMap -``` -base class: FrozenMap -``` +public class TriangleInterfaceMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 28a8fc8c69b..9b418524931 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -1,5 +1,8 @@ # UUIDString org.openapijsonschematools.components.schemas.UUIDString.java +public class UUIDString + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.components.schemas.UUIDString.java | static class | UUIDString.UUIDString1
schema class | ## UUIDString1 -``` -type: JsonSchema -``` +public class UUIDString1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 09de3be8eec..0c3a19c0880 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -1,5 +1,8 @@ # User org.openapijsonschematools.components.schemas.User.java +public class User + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -22,9 +25,11 @@ org.openapijsonschematools.components.schemas.User.java | static class | User.User1
schema class | ## User1 -``` -type: JsonSchema -``` +public class User1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -53,9 +58,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## UserMap -``` -base class: FrozenMap -``` +public class UserMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 59ac5333da5..22d3f9e01f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -1,5 +1,8 @@ # Whale org.openapijsonschematools.components.schemas.Whale.java +public class Whale + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.Whale.java | static class | Whale.Whale1
schema class | ## Whale1 -``` -type: JsonSchema -``` +public class Whale1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -32,9 +37,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## WhaleMap -``` -base class: FrozenMap -``` +public class WhaleMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 96a012c8def..e6e7624c87c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -1,5 +1,8 @@ # Zebra org.openapijsonschematools.components.schemas.Zebra.java +public class Zebra + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.components.schemas.Zebra.java | static class | Zebra.Zebra1
schema class | ## Zebra1 -``` -type: JsonSchema -``` +public class Zebra1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -31,9 +36,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ZebraMap -``` -base class: FrozenMap -``` +public class ZebraMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index 9895ddefe46..746a71c5407 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.anotherfakedummy.patch.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.anotherfakedummy.patch.responses.response200.co | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index e00ee2d4ab9..e942c511e15 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter0. | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 07ad0084713..d31e120298b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.commonparamsubdir.delete.parameters.parameter1. | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 37de10a2918..e31c59fdf4b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.commonparamsubdir.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.commonparamsubdir.get.parameters.parameter0.Sch | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 370eecde886..3447cab7f03 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -1,5 +1,8 @@ # PathParamSchema0 org.openapijsonschematools.paths.commonparamsubdir.parameters.parameter0.PathParamSchema0.java +public class PathParamSchema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.commonparamsubdir.parameters.parameter0.PathPar | static class | PathParamSchema0.PathParamSchema01
schema class | ## PathParamSchema01 -``` -type: JsonSchema -``` +public class PathParamSchema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index e1d56f21db8..b2b8e032e8d 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.commonparamsubdir.post.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.commonparamsubdir.post.parameters.parameter0.Sc | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index db40e9441b4..85142e65846 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fake.delete.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter0.Schema0.java | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index f98e34534c6..f0a7648637d 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.fake.delete.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter1.Schema1.java | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index 1485ba68f6e..b30a900b5a6 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -1,5 +1,8 @@ # Schema2 org.openapijsonschematools.paths.fake.delete.parameters.parameter2.Schema2.java +public class Schema2 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter2.Schema2.java | static class | Schema2.Schema21
schema class | ## Schema21 -``` -type: JsonSchema -``` +public class Schema21 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 154c5d4ad15..db5dde1ace1 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -1,5 +1,8 @@ # Schema3 org.openapijsonschematools.paths.fake.delete.parameters.parameter3.Schema3.java +public class Schema3 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter3.Schema3.java | static class | Schema3.Schema31
schema class | ## Schema31 -``` -type: JsonSchema -``` +public class Schema31 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index 1601e825637..286fa0f510e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -1,5 +1,8 @@ # Schema4 org.openapijsonschematools.paths.fake.delete.parameters.parameter4.Schema4.java +public class Schema4 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter4.Schema4.java | static class | Schema4.Schema41
schema class | ## Schema41 -``` -type: JsonSchema -``` +public class Schema41 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 05ba9324e23..5e71482bd6a 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -1,5 +1,8 @@ # Schema5 org.openapijsonschematools.paths.fake.delete.parameters.parameter5.Schema5.java +public class Schema5 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.delete.parameters.parameter5.Schema5.java | static class | Schema5.Schema51
schema class | ## Schema51 -``` -type: JsonSchema -``` +public class Schema51 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 82c72af8799..8747b8c0a6b 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fake.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter0.Schema0.java | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## SchemaList0 -``` -base class: FrozenList -``` +public class SchemaList0 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index b63ab988c01..193c591b29d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.fake.get.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter1.Schema1.java | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index ce977eb727b..1447acf7b54 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -1,5 +1,8 @@ # Schema2 org.openapijsonschematools.paths.fake.get.parameters.parameter2.Schema2.java +public class Schema2 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter2.Schema2.java | static class | Schema2.Schema21
schema class | ## Schema21 -``` -type: JsonSchema -``` +public class Schema21 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## SchemaList2 -``` -base class: FrozenList -``` +public class SchemaList2 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 696ad273a13..f7d1a0cb4a9 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -1,5 +1,8 @@ # Schema3 org.openapijsonschematools.paths.fake.get.parameters.parameter3.Schema3.java +public class Schema3 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter3.Schema3.java | static class | Schema3.Schema31
schema class | ## Schema31 -``` -type: JsonSchema -``` +public class Schema31 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 017b446658c..b71eec05dcf 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -1,5 +1,8 @@ # Schema4 org.openapijsonschematools.paths.fake.get.parameters.parameter4.Schema4.java +public class Schema4 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter4.Schema4.java | static class | Schema4.Schema41
schema class | ## Schema41 -``` -type: JsonSchema -``` +public class Schema41 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 68350647a18..bb595f69857 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -1,5 +1,8 @@ # Schema5 org.openapijsonschematools.paths.fake.get.parameters.parameter5.Schema5.java +public class Schema5 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.get.parameters.parameter5.Schema5.java | static class | Schema5.Schema51
schema class | ## Schema51 -``` -type: JsonSchema -``` +public class Schema51 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index d4724621784..bedb4a5f8bd 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fake.get.requestbody.content.applicationxwwwformurlencoded.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -12,9 +15,11 @@ org.openapijsonschematools.paths.fake.get.requestbody.content.applicationxwwwfor | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -32,9 +37,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 08c3d6fb4bc..ca2a680539f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fake.get.responses.response404.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.get.responses.response404.content.applicat | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index 7c86b715db7..97b725fe4c0 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fake.patch.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fake.patch.responses.response200.content.applic | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 7e5b32a9cc4..5d8be21195e 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fake.post.requestbody.content.applicationxwwwformurlencoded.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -22,9 +25,11 @@ org.openapijsonschematools.paths.fake.post.requestbody.content.applicationxwwwfo | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -54,9 +59,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index 458ca7be01e..ceffbcf5fa6 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.re | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index 418c52a7cb9..f29c7601dfd 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeadditionalpropertieswitharrayofenums.get.re | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index 110109ba602..441cba7d4b1 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakebodywithfileschema.put.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakebodywithfileschema.put.requestbody.content. | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index c7ca855dbca..5872c4858ec 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakebodywithqueryparams.put.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakebodywithqueryparams.put.parameters.paramete | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index e729478eea0..a5590395c98 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakebodywithqueryparams.put.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakebodywithqueryparams.put.requestbody.content | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 5a8f91d9c81..a145a1630ae 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.paramete | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index 21f1a754ff8..1f0bc69baa0 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.paramete | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 65b790a9161..ffb1ae40305 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -1,5 +1,8 @@ # Schema2 org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.parameter2.Schema2.java +public class Schema2 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakecasesensitiveparams.put.parameters.paramete | static class | Schema2.Schema21
schema class | ## Schema21 -``` -type: JsonSchema -``` +public class Schema21 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index 64d92465509..34b37b85056 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeclassnametest.patch.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeclassnametest.patch.responses.response200.c | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 6b2b0b5657e..fb122368205 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakedeletecoffeeid.delete.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakedeletecoffeeid.delete.parameters.parameter0 | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index 7cffdea77a1..fe0e93a075c 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakehealth.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakehealth.get.responses.response200.content.ap | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 9c281af91f5..5cdfe37bea8 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeinlineadditionalproperties.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.fakeinlineadditionalproperties.post.requestbody | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,10 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 5094fb246f1..40466595abf 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index d5f2c425a15..f47b3275fac 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.parameters.parameter | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -29,9 +34,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap1 -``` -base class: FrozenMap -``` +public class SchemaMap1 +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index c1e3ce932f3..bd38ac67594 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content. | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index f55504db5d8..973a0ef40d0 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content.multipartformdata.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.requestbody.content. | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -29,9 +34,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 30460aa03a2..e966eb6699a 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response20 | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index aea54c4854f..65b3cba6b32 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response200.content.multipartformdata.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.paths.fakeinlinecomposition.post.responses.response20 | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -29,9 +34,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 361dd26d984..815e10735bc 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakejsonformdata.get.requestbody.content.applicationxwwwformurlencoded.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.paths.fakejsonformdata.get.requestbody.content.applic | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index d76cb5305ee..343a66bad40 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakejsonpatch.patch.requestbody.content.applicationjsonpatchjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakejsonpatch.patch.requestbody.content.applica | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 86cb0290b06..0b0c0fd0404 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakejsonwithcharset.post.requestbody.content.applicationjsoncharsetutf8.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakejsonwithcharset.post.requestbody.content.ap | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 558ee101861..4e43dbca370 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakejsonwithcharset.post.responses.response200.content.applicationjsoncharsetutf8.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakejsonwithcharset.post.responses.response200. | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 6d6ae1e5a1d..8db75734686 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.reques | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 1f3dd8ee158..dbda008de1f 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.requestbody.content.multipartformdata.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.reques | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index 8c129e530f9..ffefc15ea81 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakemultiplerequestbodycontenttypes.post.respon | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index bf2947b6a45..393b67e9c51 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.respon | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index deb965d6fdb..cca9d2b4277 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.response202.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakemultipleresponsebodies.get.responses.respon | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 63a30e89196..4738298a47f 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakemultiplesecurities.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakemultiplesecurities.get.responses.response20 | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 1898457b538..5c8388d62b8 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakeobjinquery.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.fakeobjinquery.get.parameters.parameter0.Schema | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -28,9 +33,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap0 -``` -base class: FrozenMap -``` +public class SchemaMap0 +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 24a0d30b6ef..3e759ab7bd6 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 5ee23c9c91f..60cdd15001c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 279b0f902bb..87877156cd2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -1,5 +1,8 @@ # Schema10 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter10.Schema10.java +public class Schema10 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema10.Schema101
schema class | ## Schema101 -``` -type: JsonSchema -``` +public class Schema101 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index f61d000b6df..fa9cbb0651a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -1,5 +1,8 @@ # Schema11 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter11.Schema11.java +public class Schema11 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema11.Schema111
schema class | ## Schema111 -``` -type: JsonSchema -``` +public class Schema111 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index fbbae2beea9..21540570175 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -1,5 +1,8 @@ # Schema12 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter12.Schema12.java +public class Schema12 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema12.Schema121
schema class | ## Schema121 -``` -type: JsonSchema -``` +public class Schema121 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index 52e14cad5fe..132e7b1fee0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -1,5 +1,8 @@ # Schema13 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter13.Schema13.java +public class Schema13 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema13.Schema131
schema class | ## Schema131 -``` -type: JsonSchema -``` +public class Schema131 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index df745b6358f..f61ff558895 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -1,5 +1,8 @@ # Schema14 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter14.Schema14.java +public class Schema14 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema14.Schema141
schema class | ## Schema141 -``` -type: JsonSchema -``` +public class Schema141 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index 7acb8f91195..a33fcfea246 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -1,5 +1,8 @@ # Schema15 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter15.Schema15.java +public class Schema15 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema15.Schema151
schema class | ## Schema151 -``` -type: JsonSchema -``` +public class Schema151 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index c5a90e53ef4..2a7312a4105 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -1,5 +1,8 @@ # Schema16 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter16.Schema16.java +public class Schema16 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema16.Schema161
schema class | ## Schema161 -``` -type: JsonSchema -``` +public class Schema161 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index e8f1d9cac03..bd6b40de2b3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -1,5 +1,8 @@ # Schema17 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter17.Schema17.java +public class Schema17 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema17.Schema171
schema class | ## Schema171 -``` -type: JsonSchema -``` +public class Schema171 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index b3e1dae224a..ae9eccfcfce 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -1,5 +1,8 @@ # Schema18 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter18.Schema18.java +public class Schema18 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema18.Schema181
schema class | ## Schema181 -``` -type: JsonSchema -``` +public class Schema181 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 9690b8fd433..73e9deb8821 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -1,5 +1,8 @@ # Schema2 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter2.Schema2.java +public class Schema2 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema2.Schema21
schema class | ## Schema21 -``` -type: JsonSchema -``` +public class Schema21 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index 0f5146e69a2..b644e3e1b56 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -1,5 +1,8 @@ # Schema3 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter3.Schema3.java +public class Schema3 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema3.Schema31
schema class | ## Schema31 -``` -type: JsonSchema -``` +public class Schema31 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index a0441155b8d..88b12fbaa2a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -1,5 +1,8 @@ # Schema4 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter4.Schema4.java +public class Schema4 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema4.Schema41
schema class | ## Schema41 -``` -type: JsonSchema -``` +public class Schema41 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index 024cb66c4c1..9d7dee6c673 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -1,5 +1,8 @@ # Schema5 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter5.Schema5.java +public class Schema5 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema5.Schema51
schema class | ## Schema51 -``` -type: JsonSchema -``` +public class Schema51 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 62c5a47c827..2266ac38d35 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -1,5 +1,8 @@ # Schema6 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter6.Schema6.java +public class Schema6 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema6.Schema61
schema class | ## Schema61 -``` -type: JsonSchema -``` +public class Schema61 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index 70148d848d0..477572c4754 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -1,5 +1,8 @@ # Schema7 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter7.Schema7.java +public class Schema7 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema7.Schema71
schema class | ## Schema71 -``` -type: JsonSchema -``` +public class Schema71 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 448597d86c5..796a8364b04 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -1,5 +1,8 @@ # Schema8 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter8.Schema8.java +public class Schema8 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema8.Schema81
schema class | ## Schema81 -``` -type: JsonSchema -``` +public class Schema81 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index f580a49410e..7f329f9a359 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -1,5 +1,8 @@ # Schema9 org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.parameters.parameter9.Schema9.java +public class Schema9 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.paramet | static class | Schema9.Schema91
schema class | ## Schema91 -``` -type: JsonSchema -``` +public class Schema91 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index aea1fbfb315..b1a8f7318c8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.request | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index c595831aac9..e1e613f70d6 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeparametercollisions1ababselfab.post.respons | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index daac686e777..aed9342c01a 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.param | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 65ea995c5cf..4dd468aec47 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.requestbody.content.multipartformdata.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.reque | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 20b353fd1a1..5b6e5a6cb54 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakepetiduploadimagewithrequiredfile.post.respo | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 2d9e27d5d9c..68ed2f2a8e5 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.parameters.parameter0.content.applicationjson.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.parameter | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index d14e33bed9f..fdeba870d78 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakequeryparamwithjsoncontenttype.get.responses | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index 53a76ae9528..7334d842080 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.fakerefobjinquery.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefobjinquery.get.parameters.parameter0.Sch | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index 0924e018131..0eb67213afd 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsarraymodel.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsarraymodel.post.requestbody.content.app | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index 14e2686dc26..345390635de 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsarraymodel.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsarraymodel.post.responses.response200.c | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 0177c7a1145..a0ec3df5621 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsarrayofenums.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsarrayofenums.post.requestbody.content.a | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index 68b421a7c7c..0f44e5638f5 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsarrayofenums.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsarrayofenums.post.responses.response200 | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index 607ded0a6b0..dd7eb5e3474 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsboolean.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsboolean.post.requestbody.content.applic | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index 50a12cdef00..c47eeda2dc7 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsboolean.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsboolean.post.responses.response200.cont | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index cd08aabc040..6899214c632 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index 414c4bad622..3860aa46d70 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefscomposedoneofnumberwithvalidations.post | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index dd7aa557987..a9c7a83f0da 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsenum.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsenum.post.requestbody.content.applicati | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index 5c72102e9f5..e17043cf170 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsenum.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsenum.post.responses.response200.content | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index ffa7f83294d..cb1abc9502e 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsmammal.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsmammal.post.requestbody.content.applica | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index f17623ac216..8fd62debe42 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsmammal.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsmammal.post.responses.response200.conte | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index 75508552fc9..82507e9d544 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsnumber.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsnumber.post.requestbody.content.applica | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index bcbfef2ea6d..d2105ca1abc 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsnumber.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsnumber.post.responses.response200.conte | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index b8d599e76e0..a42ec237546 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.requestbod | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index ff3eb0847f9..cda73ecbb05 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsobjectmodelwithrefprops.post.responses. | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index 74201d89c88..76d2571c2da 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsstring.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsstring.post.requestbody.content.applica | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index e00c2ee66b9..a26024365d0 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakerefsstring.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakerefsstring.post.responses.response200.conte | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index f882b07c264..d565ffcf7d6 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | ## SchemaList0 -``` -base class: FrozenList -``` +public class SchemaList0 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index b7aebd80804..b33ddf31c1c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | ## SchemaList1 -``` -base class: FrozenList -``` +public class SchemaList1 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index ab5fb945cab..03a06f50298 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -1,5 +1,8 @@ # Schema2 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter2.Schema2.java +public class Schema2 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter | static class | Schema2.Schema21
schema class | ## Schema21 -``` -type: JsonSchema -``` +public class Schema21 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | ## SchemaList2 -``` -base class: FrozenList -``` +public class SchemaList2 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index f5e7ef3a7f9..024737d157d 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -1,5 +1,8 @@ # Schema3 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter3.Schema3.java +public class Schema3 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter | static class | Schema3.Schema31
schema class | ## Schema31 -``` -type: JsonSchema -``` +public class Schema31 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | ## SchemaList3 -``` -base class: FrozenList -``` +public class SchemaList3 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 017f5b3c6b2..df44b4b721e 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -1,5 +1,8 @@ # Schema4 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter4.Schema4.java +public class Schema4 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter | static class | Schema4.Schema41
schema class | ## Schema41 -``` -type: JsonSchema -``` +public class Schema41 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | ## SchemaList4 -``` -base class: FrozenList -``` +public class SchemaList4 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index ff499c2841b..1569d1236c5 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -1,5 +1,8 @@ # Schema5 org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter5.Schema5.java +public class Schema5 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.faketestqueryparamters.put.parameters.parameter | static class | Schema5.Schema51
schema class | ## Schema51 -``` -type: JsonSchema -``` +public class Schema51 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index bc5202fa3b5..5fe59233d78 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeuploaddownloadfile.post.requestbody.content.applicationoctetstream.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeuploaddownloadfile.post.requestbody.content | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Description file to upload diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index ccc507385a8..42643301fbd 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeuploaddownloadfile.post.responses.response200.content.applicationoctetstream.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeuploaddownloadfile.post.responses.response2 | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Description file to download diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 0b8cc453a92..64d65721f47 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeuploadfile.post.requestbody.content.multipartformdata.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.paths.fakeuploadfile.post.requestbody.content.multipa | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index dd20a844c67..99150d8a5fd 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeuploadfile.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeuploadfile.post.responses.response200.conte | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 8e8a256199d..d27cab96ae9 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeuploadfiles.post.requestbody.content.multipartformdata.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -11,9 +14,11 @@ org.openapijsonschematools.paths.fakeuploadfiles.post.requestbody.content.multip | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index b06a86081a2..2512b5c4b92 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakeuploadfiles.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakeuploadfiles.post.responses.response200.cont | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 2cff60cf7b9..4eb7b861c88 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response1xx.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response1xx | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index d9d87bafc99..e0b13e2d2e8 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response200 | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index f46ed42557f..a38f170109d 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response2xx.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response2xx | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index a389af65ad0..5a4d3f2c29c 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response3xx.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response3xx | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index ebbbcf11c68..1e9d7846d33 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response4xx.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response4xx | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 4c6b39dc9d0..dae24d8d90c 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response5xx.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.fakewildcardresponses.get.responses.response5xx | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index ee2cc3b4dd4..db7471dca33 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.foo.get.responses.responsedefault.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -8,9 +11,11 @@ org.openapijsonschematools.paths.foo.get.responses.responsedefault.content.appli | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index ddb89bc5d70..47c1d04b1d4 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.petfindbystatus.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.petfindbystatus.get.parameters.parameter0.Schem | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | must be one of ["available", "pending", "sold"] if omitted the server will use the default value of available ## SchemaList0 -``` -base class: FrozenList -``` +public class SchemaList0 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 2a6fddc7885..a1b07eff413 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.petfindbytags.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -9,9 +12,11 @@ org.openapijsonschematools.paths.petfindbytags.get.parameters.parameter0.Schema0 | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -27,9 +32,11 @@ List Item Type | Description | Notes String | | ## SchemaList0 -``` -base class: FrozenList -``` +public class SchemaList0 +extends FrozenList + +A class to store validated List payloads + ### __new__ method Argument | Type -------- | ------ diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index d21307143e6..2417ef90484 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.petpetid.delete.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.petpetid.delete.parameters.parameter0.Schema0.j | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index 92a695faa0c..fa4c80145d9 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.petpetid.delete.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.petpetid.delete.parameters.parameter1.Schema1.j | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index 8660bac2a7a..cf50893f517 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.petpetid.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.petpetid.get.parameters.parameter0.Schema0.java | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index 47e326518cd..220d9a5e68b 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.petpetid.get.responses.response200.content.appl | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index 1f4e574e3f0..b077cdc56a5 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.petpetid.get.responses.response200.content.applicationxml.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.petpetid.get.responses.response200.content.appl | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index c5cff8db735..e9e6043dffd 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.petpetid.post.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.petpetid.post.parameters.parameter0.Schema0.jav | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 4c9e093f70e..d9abb882d41 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.petpetid.post.requestbody.content.applicationxwwwformurlencoded.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.paths.petpetid.post.requestbody.content.applicationxw | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index e93480c562d..2fb125bf340 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.petpetiduploadimage.post.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.petpetiduploadimage.post.parameters.parameter0. | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index e64e1490936..e86caf5bb17 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.petpetiduploadimage.post.requestbody.content.multipartformdata.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -10,9 +13,11 @@ org.openapijsonschematools.paths.petpetiduploadimage.post.requestbody.content.mu | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | @@ -30,9 +35,10 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SchemaMap -``` -base class: FrozenMap -``` +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index d4b9bb68cb7..6da72855710 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.storeorder.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.storeorder.post.requestbody.content.application | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index d4bfaffa2c2..fe438c225e8 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.storeorder.post.responses.response200.content.a | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index 8e8e8845774..e442be53945 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.storeorder.post.responses.response200.content.applicationxml.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.storeorder.post.responses.response200.content.a | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index ece3f3b0c2c..083246fb29e 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.storeorderorderid.delete.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.storeorderorderid.delete.parameters.parameter0. | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index c2e191182f8..f92d599837a 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.storeorderorderid.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.storeorderorderid.get.parameters.parameter0.Sch | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index 9e8f032d22c..1ce43fcbb25 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.con | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index 6501fc2e9c8..b65f0e6b597 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.content.applicationxml.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.storeorderorderid.get.responses.response200.con | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index bca38a2c251..86c19423037 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.user.post.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.user.post.requestbody.content.applicationjson.S | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index f3a15bd8194..84d73379a21 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -1,5 +1,8 @@ # Schema0 org.openapijsonschematools.paths.userlogin.get.parameters.parameter0.Schema0.java +public class Schema0 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userlogin.get.parameters.parameter0.Schema0.jav | static class | Schema0.Schema01
schema class | ## Schema01 -``` -type: JsonSchema -``` +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 7907d50f32d..6a8d0465c74 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -1,5 +1,8 @@ # Schema1 org.openapijsonschematools.paths.userlogin.get.parameters.parameter1.Schema1.java +public class Schema1 + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userlogin.get.parameters.parameter1.Schema1.jav | static class | Schema1.Schema11
schema class | ## Schema11 -``` -type: JsonSchema -``` +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 56a36e64dec..ef754d1198c 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userlogin.get.responses.response200.content.app | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 4d1913b4df3..c11f0ce8003 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.userlogin.get.responses.response200.content.applicationxml.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userlogin.get.responses.response200.content.app | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 8626a911d77..9219572ad8c 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -1,5 +1,8 @@ # XExpiresAfterSchema org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xexpiresafter.XExpiresAfterSchema.java +public class XExpiresAfterSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xex | static class | XExpiresAfterSchema.XExpiresAfterSchema1
schema class | ## XExpiresAfterSchema1 -``` -type: JsonSchema -``` +public class XExpiresAfterSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index 0f243854235..c16aebd7806 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -1,5 +1,8 @@ # XRateLimitSchema org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xratelimit.content.applicationjson.XRateLimitSchema.java +public class XRateLimitSchema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userlogin.get.responses.response200.headers.xra | static class | XRateLimitSchema.XRateLimitSchema1
schema class | ## XRateLimitSchema1 -``` -type: JsonSchema -``` +public class XRateLimitSchema1 +extends JsonSchema + +A schema class that validates payloads + ## Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index aedf577188d..c3819f28338 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userusername.get.responses.response200.content. | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index bd60cb6f822..48c5b7b29c5 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.userusername.get.responses.response200.content.applicationxml.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userusername.get.responses.response200.content. | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index 4457d0208ce..a7561038dbe 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -1,5 +1,8 @@ # Schema org.openapijsonschematools.paths.userusername.put.requestbody.content.applicationjson.Schema.java +public class Schema + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads ## Nested Class Summary | Modifier and Type | Class and Description | @@ -7,9 +10,11 @@ org.openapijsonschematools.paths.userusername.put.requestbody.content.applicatio | static class | Schema.Schema1
schema class | ## Schema1 -``` -type: JsonSchema -``` +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + ## Ref Schema Info Ref Schema | Input Type | Output Type diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index e49c032c1ef..b702656390e 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -11,6 +11,9 @@ {{moduleLocation}}.java {{/unless}} {{/if}} +public class {{containerJsonPathPiece.camelCase}} + +A class that contains necessary nested schema classes, and classes to store validated list and map payloads {{headerSize}}# Nested Class Summary | Modifier and Type | Class and Description | @@ -30,9 +33,11 @@ {{/each}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces jsonPathPiece) }} -``` -type: JsonSchema -``` +public class {{jsonPathPiece.camelCase}} +extends JsonSchema + +A schema class that validates payloads + {{#if description}} {{headerSize}}# Description @@ -88,13 +93,10 @@ Key | Type | Description | Notes {{else}} {{headerSize}}# Output FrozenMap Keys {{/if}} -``` - {{#if mapValueSchema}} -base class: FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{/with}}> - {{else}} -base class: FrozenMap - {{/if}} -``` +public class {{mapOutputJsonPathPiece.camelCase}} +extends FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{else}}Object{{/with}}> + +A class to store validated Map payloads {{headerSize}}## Method Summary | Modifier and Type | Method and Description | @@ -142,9 +144,11 @@ List Item Type | Description | Notes {{else}} {{headerSize}}# Output FrozenList Items {{/if}} -``` -base class: FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> -``` +public class {{arrayOutputJsonPathPiece.camelCase}} +extends FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{else}}Object{{/with}}> + +A class to store validated List payloads + {{headerSize}}## __new__ method Argument | Type -------- | ------ From f7209b1c81fb554f2ba6c398438b39502dc49c8f Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 18:01:19 -0800 Subject: [PATCH 29/72] Adds and uses a reverse template helper in schema docs --- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../components/schemas/AbstractStepMessage.md | 4 +- .../schemas/AdditionalPropertiesClass.md | 42 +++++++-------- .../schemas/AdditionalPropertiesSchema.md | 18 +++---- .../AdditionalPropertiesWithArrayOfEnums.md | 6 +-- .../java/docs/components/schemas/Address.md | 4 +- .../java/docs/components/schemas/Animal.md | 6 +-- .../docs/components/schemas/AnimalFarm.md | 2 +- .../components/schemas/AnyTypeAndFormat.md | 20 +++---- .../components/schemas/AnyTypeNotString.md | 2 +- .../components/schemas/ApiResponseSchema.md | 8 +-- .../java/docs/components/schemas/Apple.md | 6 +-- .../java/docs/components/schemas/AppleReq.md | 8 +-- .../components/schemas/ArrayHoldingAnyType.md | 4 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 12 ++--- .../docs/components/schemas/ArrayOfEnums.md | 2 +- .../components/schemas/ArrayOfNumberOnly.md | 8 +-- .../java/docs/components/schemas/ArrayTest.md | 26 +++++----- .../schemas/ArrayWithValidationsInItems.md | 4 +- .../java/docs/components/schemas/Banana.md | 4 +- .../java/docs/components/schemas/BananaReq.md | 8 +-- .../java/docs/components/schemas/BasquePig.md | 4 +- .../docs/components/schemas/Capitalization.md | 14 ++--- .../java/docs/components/schemas/Cat.md | 6 +-- .../java/docs/components/schemas/Category.md | 6 +-- .../java/docs/components/schemas/ChildCat.md | 6 +-- .../docs/components/schemas/ClassModel.md | 4 +- .../java/docs/components/schemas/Client.md | 4 +- .../schemas/ComplexQuadrilateral.md | 6 +-- ...omposedAnyOfDifferentTypesNoValidations.md | 36 ++++++------- .../docs/components/schemas/ComposedArray.md | 4 +- .../docs/components/schemas/ComposedBool.md | 2 +- .../docs/components/schemas/ComposedNone.md | 2 +- .../docs/components/schemas/ComposedNumber.md | 2 +- .../docs/components/schemas/ComposedObject.md | 2 +- .../schemas/ComposedOneOfDifferentTypes.md | 14 ++--- .../docs/components/schemas/ComposedString.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 4 +- .../java/docs/components/schemas/Dog.md | 6 +-- .../java/docs/components/schemas/Drawing.md | 6 +-- .../docs/components/schemas/EnumArrays.md | 10 ++-- .../java/docs/components/schemas/EnumTest.md | 10 ++-- .../components/schemas/EquilateralTriangle.md | 6 +-- .../java/docs/components/schemas/File.md | 4 +- .../components/schemas/FileSchemaTestClass.md | 6 +-- .../java/docs/components/schemas/Foo.md | 2 +- .../docs/components/schemas/FormatTest.md | 48 ++++++++--------- .../docs/components/schemas/FromSchema.md | 6 +-- .../java/docs/components/schemas/Fruit.md | 4 +- .../java/docs/components/schemas/FruitReq.md | 2 +- .../java/docs/components/schemas/GmFruit.md | 4 +- .../components/schemas/GrandparentAnimal.md | 4 +- .../components/schemas/HasOnlyReadOnly.md | 6 +-- .../components/schemas/HealthCheckResult.md | 4 +- .../components/schemas/IsoscelesTriangle.md | 6 +-- .../java/docs/components/schemas/Items.md | 4 +- .../components/schemas/JSONPatchRequest.md | 4 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 10 ++-- .../schemas/JSONPatchRequestMoveCopy.md | 10 ++-- .../schemas/JSONPatchRequestRemove.md | 8 +-- .../java/docs/components/schemas/MapTest.md | 24 ++++----- ...dPropertiesAndAdditionalPropertiesClass.md | 10 ++-- .../java/docs/components/schemas/Money.md | 6 +-- .../docs/components/schemas/MyObjectDto.md | 6 +-- .../java/docs/components/schemas/Name.md | 8 +-- .../schemas/NoAdditionalProperties.md | 8 +-- .../docs/components/schemas/NullableClass.md | 52 +++++++++---------- .../docs/components/schemas/NullableShape.md | 2 +- .../docs/components/schemas/NumberOnly.md | 4 +- .../schemas/ObjWithRequiredProps.md | 4 +- .../schemas/ObjWithRequiredPropsBase.md | 4 +- .../ObjectModelWithArgAndArgsProperties.md | 6 +-- .../schemas/ObjectModelWithRefProps.md | 2 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 6 +-- .../schemas/ObjectWithCollidingProperties.md | 6 +-- .../schemas/ObjectWithDecimalProperties.md | 4 +- .../ObjectWithDifficultlyNamedProps.md | 8 +-- .../ObjectWithInlineCompositionProperty.md | 6 +-- .../ObjectWithInvalidNamedRefedProperties.md | 2 +- .../ObjectWithNonIntersectingValues.md | 6 +-- .../schemas/ObjectWithOnlyOptionalProps.md | 8 +-- .../schemas/ObjectWithOptionalTestProp.md | 4 +- .../java/docs/components/schemas/Order.md | 14 ++--- .../schemas/PaginatedResultMyObjectDto.md | 10 ++-- .../java/docs/components/schemas/Pet.md | 18 +++---- .../java/docs/components/schemas/Player.md | 4 +- .../java/docs/components/schemas/PublicKey.md | 4 +- .../schemas/QuadrilateralInterface.md | 6 +-- .../docs/components/schemas/ReadOnlyFirst.md | 6 +-- .../schemas/ReqPropsFromExplicitAddProps.md | 4 +- .../schemas/ReqPropsFromTrueAddProps.md | 4 +- .../schemas/ReqPropsFromUnsetAddProps.md | 2 +- .../docs/components/schemas/ReturnSchema.md | 4 +- .../components/schemas/ScaleneTriangle.md | 6 +-- .../components/schemas/Schema200Response.md | 6 +-- .../schemas/SelfReferencingArrayModel.md | 2 +- .../schemas/SelfReferencingObjectModel.md | 2 +- .../docs/components/schemas/ShapeOrNull.md | 2 +- .../components/schemas/SimpleQuadrilateral.md | 6 +-- .../components/schemas/SpecialModelname.md | 4 +- .../components/schemas/StringBooleanMap.md | 4 +- .../java/docs/components/schemas/Tag.md | 6 +-- .../components/schemas/TriangleInterface.md | 6 +-- .../java/docs/components/schemas/User.md | 30 +++++------ .../java/docs/components/schemas/Whale.md | 8 +-- .../java/docs/components/schemas/Zebra.md | 8 +-- .../fake/get/parameters/parameter0/Schema0.md | 4 +- .../fake/get/parameters/parameter2/Schema2.md | 4 +- .../applicationxwwwformurlencoded/Schema.md | 10 ++-- .../applicationxwwwformurlencoded/Schema.md | 30 +++++------ .../content/applicationjson/Schema.md | 4 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 6 +-- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 6 +-- .../applicationxwwwformurlencoded/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 4 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../content/multipartformdata/Schema.md | 6 +-- .../put/parameters/parameter0/Schema0.md | 4 +- .../put/parameters/parameter1/Schema1.md | 4 +- .../put/parameters/parameter2/Schema2.md | 4 +- .../put/parameters/parameter3/Schema3.md | 4 +- .../put/parameters/parameter4/Schema4.md | 4 +- .../content/multipartformdata/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../applicationxwwwformurlencoded/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 6 +-- .../templating/handlebars/CustomHelpers.java | 32 ++++++++++++ .../components/schemas/Schema_doc.hbs | 2 +- 139 files changed, 533 insertions(+), 501 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 6c50d3eaa10..c4a6626a7ee 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.SchemaList
output class for List payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaList
output class for List payloads | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 4ddcf8cbd12..d15f5d6ee4b 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.SchemaList
output class for List payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaList
output class for List payloads | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index e00f4d7a054..81b335aa01d 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.SchemaList
output class for List payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaList
output class for List payloads | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 3b5edd057e8..24a98fe3c52 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.AdditionalProperties
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.AdditionalProperties
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 1a9815e02a5..de5246729de 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AbstractStepMessage.Discriminator
schema class | -| static class | AbstractStepMessage.AbstractStepMessageMap
output class for Map payloads | | static class | AbstractStepMessage.AbstractStepMessage1
schema class | +| static class | AbstractStepMessage.AbstractStepMessageMap
output class for Map payloads | +| static class | AbstractStepMessage.Discriminator
schema class | ## AbstractStepMessage1 public class AbstractStepMessage1 diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 6a2cad2a5a2..fe787ce500c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -7,28 +7,28 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AdditionalPropertiesClass.AdditionalProperties
schema class | -| static class | AdditionalPropertiesClass.MapPropertyMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.MapProperty
schema class | -| static class | AdditionalPropertiesClass.AdditionalProperties2
schema class | -| static class | AdditionalPropertiesClass.AdditionalPropertiesMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.AdditionalProperties1
schema class | -| static class | AdditionalPropertiesClass.MapOfMapPropertyMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.MapOfMapProperty
schema class | -| static class | AdditionalPropertiesClass.Anytype1
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype1
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype2
schema class | -| static class | AdditionalPropertiesClass.AdditionalProperties3
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3Map
output class for Map payloads | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3
schema class | -| static class | AdditionalPropertiesClass.AdditionalProperties4
schema class | -| static class | AdditionalPropertiesClass.EmptyMapMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.EmptyMap
schema class | -| static class | AdditionalPropertiesClass.AdditionalProperties5
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesStringMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesString
schema class | -| static class | AdditionalPropertiesClass.AdditionalPropertiesClassMap
output class for Map payloads | | static class | AdditionalPropertiesClass.AdditionalPropertiesClass1
schema class | +| static class | AdditionalPropertiesClass.AdditionalPropertiesClassMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesString
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesStringMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.AdditionalProperties5
schema class | +| static class | AdditionalPropertiesClass.EmptyMap
schema class | +| static class | AdditionalPropertiesClass.EmptyMapMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.AdditionalProperties4
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3Map
output class for Map payloads | +| static class | AdditionalPropertiesClass.AdditionalProperties3
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype2
schema class | +| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype1
schema class | +| static class | AdditionalPropertiesClass.Anytype1
schema class | +| static class | AdditionalPropertiesClass.MapOfMapProperty
schema class | +| static class | AdditionalPropertiesClass.MapOfMapPropertyMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.AdditionalProperties1
schema class | +| static class | AdditionalPropertiesClass.AdditionalPropertiesMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.AdditionalProperties2
schema class | +| static class | AdditionalPropertiesClass.MapProperty
schema class | +| static class | AdditionalPropertiesClass.MapPropertyMap
output class for Map payloads | +| static class | AdditionalPropertiesClass.AdditionalProperties
schema class | ## AdditionalPropertiesClass1 public class AdditionalPropertiesClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index eb66a4cbb0f..b63d0578a43 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -7,16 +7,16 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AdditionalPropertiesSchema.AdditionalProperties
schema class | -| static class | AdditionalPropertiesSchema.Schema0Map
output class for Map payloads | -| static class | AdditionalPropertiesSchema.Schema0
schema class | -| static class | AdditionalPropertiesSchema.AdditionalProperties1
schema class | -| static class | AdditionalPropertiesSchema.Schema1Map
output class for Map payloads | -| static class | AdditionalPropertiesSchema.Schema1
schema class | -| static class | AdditionalPropertiesSchema.AdditionalProperties2
schema class | -| static class | AdditionalPropertiesSchema.Schema2Map
output class for Map payloads | -| static class | AdditionalPropertiesSchema.Schema2
schema class | | static class | AdditionalPropertiesSchema.AdditionalPropertiesSchema1
schema class | +| static class | AdditionalPropertiesSchema.Schema2
schema class | +| static class | AdditionalPropertiesSchema.Schema2Map
output class for Map payloads | +| static class | AdditionalPropertiesSchema.AdditionalProperties2
schema class | +| static class | AdditionalPropertiesSchema.Schema1
schema class | +| static class | AdditionalPropertiesSchema.Schema1Map
output class for Map payloads | +| static class | AdditionalPropertiesSchema.AdditionalProperties1
schema class | +| static class | AdditionalPropertiesSchema.Schema0
schema class | +| static class | AdditionalPropertiesSchema.Schema0Map
output class for Map payloads | +| static class | AdditionalPropertiesSchema.AdditionalProperties
schema class | ## AdditionalPropertiesSchema1 public class AdditionalPropertiesSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 14296112657..1ebc1326f8f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesList
output class for List payloads | -| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalProperties
schema class | -| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnumsMap
output class for Map payloads | | static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1
schema class | +| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnumsMap
output class for Map payloads | +| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalProperties
schema class | +| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesList
output class for List payloads | ## AdditionalPropertiesWithArrayOfEnums1 public class AdditionalPropertiesWithArrayOfEnums1 diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 22ef05fbcf8..a2c865d9f76 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Address.AdditionalProperties
schema class | -| static class | Address.AddressMap
output class for Map payloads | | static class | Address.Address1
schema class | +| static class | Address.AddressMap
output class for Map payloads | +| static class | Address.AdditionalProperties
schema class | ## Address1 public class Address1 diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index fe727e5f5a3..f4e05062dc4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Animal.ClassName
schema class | -| static class | Animal.Color
schema class | -| static class | Animal.AnimalMap
output class for Map payloads | | static class | Animal.Animal1
schema class | +| static class | Animal.AnimalMap
output class for Map payloads | +| static class | Animal.Color
schema class | +| static class | Animal.ClassName
schema class | ## Animal1 public class Animal1 diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 41480db4177..08b5d252991 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AnimalFarm.AnimalFarmList
output class for List payloads | | static class | AnimalFarm.AnimalFarm1
schema class | +| static class | AnimalFarm.AnimalFarmList
output class for List payloads | ## AnimalFarm1 public class AnimalFarm1 diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index c1b127c58d1..2ca68fd6e90 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -7,17 +7,17 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AnyTypeAndFormat.UuidSchema
schema class | -| static class | AnyTypeAndFormat.Date
schema class | -| static class | AnyTypeAndFormat.Datetime
schema class | -| static class | AnyTypeAndFormat.NumberSchema
schema class | -| static class | AnyTypeAndFormat.Binary
schema class | -| static class | AnyTypeAndFormat.Int32
schema class | -| static class | AnyTypeAndFormat.Int64
schema class | -| static class | AnyTypeAndFormat.DoubleSchema
schema class | -| static class | AnyTypeAndFormat.FloatSchema
schema class | -| static class | AnyTypeAndFormat.AnyTypeAndFormatMap
output class for Map payloads | | static class | AnyTypeAndFormat.AnyTypeAndFormat1
schema class | +| static class | AnyTypeAndFormat.AnyTypeAndFormatMap
output class for Map payloads | +| static class | AnyTypeAndFormat.FloatSchema
schema class | +| static class | AnyTypeAndFormat.DoubleSchema
schema class | +| static class | AnyTypeAndFormat.Int64
schema class | +| static class | AnyTypeAndFormat.Int32
schema class | +| static class | AnyTypeAndFormat.Binary
schema class | +| static class | AnyTypeAndFormat.NumberSchema
schema class | +| static class | AnyTypeAndFormat.Datetime
schema class | +| static class | AnyTypeAndFormat.Date
schema class | +| static class | AnyTypeAndFormat.UuidSchema
schema class | ## AnyTypeAndFormat1 public class AnyTypeAndFormat1 diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index dcd07a7565e..9531016454c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AnyTypeNotString.Not
schema class | | static class | AnyTypeNotString.AnyTypeNotString1
schema class | +| static class | AnyTypeNotString.Not
schema class | ## AnyTypeNotString1 public class AnyTypeNotString1 diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index b914e3bddab..9d3b4e2bfd7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ApiResponseSchema.Code
schema class | -| static class | ApiResponseSchema.Type
schema class | -| static class | ApiResponseSchema.Message
schema class | -| static class | ApiResponseSchema.ApiResponseMap
output class for Map payloads | | static class | ApiResponseSchema.ApiResponseSchema1
schema class | +| static class | ApiResponseSchema.ApiResponseMap
output class for Map payloads | +| static class | ApiResponseSchema.Message
schema class | +| static class | ApiResponseSchema.Type
schema class | +| static class | ApiResponseSchema.Code
schema class | ## ApiResponseSchema1 public class ApiResponseSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index fc8b625cb49..c3764b6be6b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Apple.Cultivar
schema class | -| static class | Apple.Origin
schema class | -| static class | Apple.AppleMap
output class for Map payloads | | static class | Apple.Apple1
schema class | +| static class | Apple.AppleMap
output class for Map payloads | +| static class | Apple.Origin
schema class | +| static class | Apple.Cultivar
schema class | ## Apple1 public class Apple1 diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 32b5a84aafa..90b7e62bea1 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AppleReq.AdditionalProperties
schema class | -| static class | AppleReq.Cultivar
schema class | -| static class | AppleReq.Mealy
schema class | -| static class | AppleReq.AppleReqMap
output class for Map payloads | | static class | AppleReq.AppleReq1
schema class | +| static class | AppleReq.AppleReqMap
output class for Map payloads | +| static class | AppleReq.Mealy
schema class | +| static class | AppleReq.Cultivar
schema class | +| static class | AppleReq.AdditionalProperties
schema class | ## AppleReq1 public class AppleReq1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 50402e8e9e7..38e3832214e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayHoldingAnyType.Items
schema class | -| static class | ArrayHoldingAnyType.ArrayHoldingAnyTypeList
output class for List payloads | | static class | ArrayHoldingAnyType.ArrayHoldingAnyType1
schema class | +| static class | ArrayHoldingAnyType.ArrayHoldingAnyTypeList
output class for List payloads | +| static class | ArrayHoldingAnyType.Items
schema class | ## ArrayHoldingAnyType1 public class ArrayHoldingAnyType1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 3579b48fcc9..15a4f23bd2d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -7,13 +7,13 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayOfArrayOfNumberOnly.Items1
schema class | -| static class | ArrayOfArrayOfNumberOnly.ItemsList
output class for List payloads | -| static class | ArrayOfArrayOfNumberOnly.Items
schema class | -| static class | ArrayOfArrayOfNumberOnly.ArrayArrayNumberList
output class for List payloads | -| static class | ArrayOfArrayOfNumberOnly.ArrayArrayNumber
schema class | -| static class | ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnlyMap
output class for Map payloads | | static class | ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnly1
schema class | +| static class | ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnlyMap
output class for Map payloads | +| static class | ArrayOfArrayOfNumberOnly.ArrayArrayNumber
schema class | +| static class | ArrayOfArrayOfNumberOnly.ArrayArrayNumberList
output class for List payloads | +| static class | ArrayOfArrayOfNumberOnly.Items
schema class | +| static class | ArrayOfArrayOfNumberOnly.ItemsList
output class for List payloads | +| static class | ArrayOfArrayOfNumberOnly.Items1
schema class | ## ArrayOfArrayOfNumberOnly1 public class ArrayOfArrayOfNumberOnly1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index ade47d130f0..9c002c41813 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayOfEnums.ArrayOfEnumsList
output class for List payloads | | static class | ArrayOfEnums.ArrayOfEnums1
schema class | +| static class | ArrayOfEnums.ArrayOfEnumsList
output class for List payloads | ## ArrayOfEnums1 public class ArrayOfEnums1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 89bd81c3f9e..becd35499d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayOfNumberOnly.Items
schema class | -| static class | ArrayOfNumberOnly.ArrayNumberList
output class for List payloads | -| static class | ArrayOfNumberOnly.ArrayNumber
schema class | -| static class | ArrayOfNumberOnly.ArrayOfNumberOnlyMap
output class for Map payloads | | static class | ArrayOfNumberOnly.ArrayOfNumberOnly1
schema class | +| static class | ArrayOfNumberOnly.ArrayOfNumberOnlyMap
output class for Map payloads | +| static class | ArrayOfNumberOnly.ArrayNumber
schema class | +| static class | ArrayOfNumberOnly.ArrayNumberList
output class for List payloads | +| static class | ArrayOfNumberOnly.Items
schema class | ## ArrayOfNumberOnly1 public class ArrayOfNumberOnly1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index c9e1de41cc0..9186cb8fa18 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -7,20 +7,20 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayTest.Items
schema class | -| static class | ArrayTest.ArrayOfStringList
output class for List payloads | -| static class | ArrayTest.ArrayOfString
schema class | -| static class | ArrayTest.Items2
schema class | -| static class | ArrayTest.ItemsList
output class for List payloads | -| static class | ArrayTest.Items1
schema class | -| static class | ArrayTest.ArrayArrayOfIntegerList
output class for List payloads | -| static class | ArrayTest.ArrayArrayOfInteger
schema class | -| static class | ArrayTest.ItemsList1
output class for List payloads | -| static class | ArrayTest.Items3
schema class | -| static class | ArrayTest.ArrayArrayOfModelList
output class for List payloads | -| static class | ArrayTest.ArrayArrayOfModel
schema class | -| static class | ArrayTest.ArrayTestMap
output class for Map payloads | | static class | ArrayTest.ArrayTest1
schema class | +| static class | ArrayTest.ArrayTestMap
output class for Map payloads | +| static class | ArrayTest.ArrayArrayOfModel
schema class | +| static class | ArrayTest.ArrayArrayOfModelList
output class for List payloads | +| static class | ArrayTest.Items3
schema class | +| static class | ArrayTest.ItemsList1
output class for List payloads | +| static class | ArrayTest.ArrayArrayOfInteger
schema class | +| static class | ArrayTest.ArrayArrayOfIntegerList
output class for List payloads | +| static class | ArrayTest.Items1
schema class | +| static class | ArrayTest.ItemsList
output class for List payloads | +| static class | ArrayTest.Items2
schema class | +| static class | ArrayTest.ArrayOfString
schema class | +| static class | ArrayTest.ArrayOfStringList
output class for List payloads | +| static class | ArrayTest.Items
schema class | ## ArrayTest1 public class ArrayTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 139fd771956..4bc446d3cc1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayWithValidationsInItems.Items
schema class | -| static class | ArrayWithValidationsInItems.ArrayWithValidationsInItemsList
output class for List payloads | | static class | ArrayWithValidationsInItems.ArrayWithValidationsInItems1
schema class | +| static class | ArrayWithValidationsInItems.ArrayWithValidationsInItemsList
output class for List payloads | +| static class | ArrayWithValidationsInItems.Items
schema class | ## ArrayWithValidationsInItems1 public class ArrayWithValidationsInItems1 diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index abed6658096..13b084f6ded 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Banana.LengthCm
schema class | -| static class | Banana.BananaMap
output class for Map payloads | | static class | Banana.Banana1
schema class | +| static class | Banana.BananaMap
output class for Map payloads | +| static class | Banana.LengthCm
schema class | ## Banana1 public class Banana1 diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 046cae0bdbb..33e0a710247 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | BananaReq.AdditionalProperties
schema class | -| static class | BananaReq.LengthCm
schema class | -| static class | BananaReq.Sweet
schema class | -| static class | BananaReq.BananaReqMap
output class for Map payloads | | static class | BananaReq.BananaReq1
schema class | +| static class | BananaReq.BananaReqMap
output class for Map payloads | +| static class | BananaReq.Sweet
schema class | +| static class | BananaReq.LengthCm
schema class | +| static class | BananaReq.AdditionalProperties
schema class | ## BananaReq1 public class BananaReq1 diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 6fa36060080..bbb5b1208d6 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | BasquePig.ClassName
schema class | -| static class | BasquePig.BasquePigMap
output class for Map payloads | | static class | BasquePig.BasquePig1
schema class | +| static class | BasquePig.BasquePigMap
output class for Map payloads | +| static class | BasquePig.ClassName
schema class | ## BasquePig1 public class BasquePig1 diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 31c5b7c41eb..905e817ba55 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -7,14 +7,14 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Capitalization.SmallCamel
schema class | -| static class | Capitalization.CapitalCamel
schema class | -| static class | Capitalization.SmallSnake
schema class | -| static class | Capitalization.CapitalSnake
schema class | -| static class | Capitalization.SCAETHFlowPoints
schema class | -| static class | Capitalization.ATTNAME
schema class | -| static class | Capitalization.CapitalizationMap
output class for Map payloads | | static class | Capitalization.Capitalization1
schema class | +| static class | Capitalization.CapitalizationMap
output class for Map payloads | +| static class | Capitalization.ATTNAME
schema class | +| static class | Capitalization.SCAETHFlowPoints
schema class | +| static class | Capitalization.CapitalSnake
schema class | +| static class | Capitalization.SmallSnake
schema class | +| static class | Capitalization.CapitalCamel
schema class | +| static class | Capitalization.SmallCamel
schema class | ## Capitalization1 public class Capitalization1 diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index a42f9e65419..5d62b83b250 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Cat.Declawed
schema class | -| static class | Cat.Schema1Map
output class for Map payloads | -| static class | Cat.Schema1
schema class | | static class | Cat.Cat1
schema class | +| static class | Cat.Schema1
schema class | +| static class | Cat.Schema1Map
output class for Map payloads | +| static class | Cat.Declawed
schema class | ## Cat1 public class Cat1 diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 500ce22db06..061bfcd393e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Category.Id
schema class | -| static class | Category.Name
schema class | -| static class | Category.CategoryMap
output class for Map payloads | | static class | Category.Category1
schema class | +| static class | Category.CategoryMap
output class for Map payloads | +| static class | Category.Name
schema class | +| static class | Category.Id
schema class | ## Category1 public class Category1 diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index b3ecbb49b17..8315a941ccc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ChildCat.Name
schema class | -| static class | ChildCat.Schema1Map
output class for Map payloads | -| static class | ChildCat.Schema1
schema class | | static class | ChildCat.ChildCat1
schema class | +| static class | ChildCat.Schema1
schema class | +| static class | ChildCat.Schema1Map
output class for Map payloads | +| static class | ChildCat.Name
schema class | ## ChildCat1 public class ChildCat1 diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 6f44677ec44..8a7b3c798b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ClassModel.ClassSchema
schema class | -| static class | ClassModel.ClassModelMap
output class for Map payloads | | static class | ClassModel.ClassModel1
schema class | +| static class | ClassModel.ClassModelMap
output class for Map payloads | +| static class | ClassModel.ClassSchema
schema class | ## ClassModel1 public class ClassModel1 diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index dd84a6aab54..3ac8f9ec341 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Client.Client2
schema class | -| static class | Client.ClientMap
output class for Map payloads | | static class | Client.Client1
schema class | +| static class | Client.ClientMap
output class for Map payloads | +| static class | Client.Client2
schema class | ## Client1 public class Client1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 1b87c9bd307..fe7eeec3b5c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComplexQuadrilateral.QuadrilateralType
schema class | -| static class | ComplexQuadrilateral.Schema1Map
output class for Map payloads | -| static class | ComplexQuadrilateral.Schema1
schema class | | static class | ComplexQuadrilateral.ComplexQuadrilateral1
schema class | +| static class | ComplexQuadrilateral.Schema1
schema class | +| static class | ComplexQuadrilateral.Schema1Map
output class for Map payloads | +| static class | ComplexQuadrilateral.QuadrilateralType
schema class | ## ComplexQuadrilateral1 public class ComplexQuadrilateral1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 375ee6769f3..11ba48af65a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -7,25 +7,25 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema0
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema1
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema2
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema3
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema4
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema5
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema6
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema7
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema8
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Items
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema9List
output class for List payloads | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema9
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema10
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema11
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema12
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema13
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema14
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema15
schema class | | static class | ComposedAnyOfDifferentTypesNoValidations.ComposedAnyOfDifferentTypesNoValidations1
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema15
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema14
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema13
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema12
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema11
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema10
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema9
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema9List
output class for List payloads | +| static class | ComposedAnyOfDifferentTypesNoValidations.Items
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema8
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema7
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema6
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema5
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema4
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema3
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema2
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema1
schema class | +| static class | ComposedAnyOfDifferentTypesNoValidations.Schema0
schema class | ## ComposedAnyOfDifferentTypesNoValidations1 public class ComposedAnyOfDifferentTypesNoValidations1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index bf3f45a3c44..5c47f6ebccf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedArray.Items
schema class | -| static class | ComposedArray.ComposedArrayList
output class for List payloads | | static class | ComposedArray.ComposedArray1
schema class | +| static class | ComposedArray.ComposedArrayList
output class for List payloads | +| static class | ComposedArray.Items
schema class | ## ComposedArray1 public class ComposedArray1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 7917c67f172..31f446933ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedBool.Schema0
schema class | | static class | ComposedBool.ComposedBool1
schema class | +| static class | ComposedBool.Schema0
schema class | ## ComposedBool1 public class ComposedBool1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 78436554920..67f1c32b118 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedNone.Schema0
schema class | | static class | ComposedNone.ComposedNone1
schema class | +| static class | ComposedNone.Schema0
schema class | ## ComposedNone1 public class ComposedNone1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 8d71fb377b4..b73634df9d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedNumber.Schema0
schema class | | static class | ComposedNumber.ComposedNumber1
schema class | +| static class | ComposedNumber.Schema0
schema class | ## ComposedNumber1 public class ComposedNumber1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index cd2ca14a4db..40531745328 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedObject.Schema0
schema class | | static class | ComposedObject.ComposedObject1
schema class | +| static class | ComposedObject.Schema0
schema class | ## ComposedObject1 public class ComposedObject1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index ce581444146..88bbb67a493 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -7,14 +7,14 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedOneOfDifferentTypes.Schema2
schema class | -| static class | ComposedOneOfDifferentTypes.Schema3
schema class | -| static class | ComposedOneOfDifferentTypes.Schema4
schema class | -| static class | ComposedOneOfDifferentTypes.Items
schema class | -| static class | ComposedOneOfDifferentTypes.Schema5List
output class for List payloads | -| static class | ComposedOneOfDifferentTypes.Schema5
schema class | -| static class | ComposedOneOfDifferentTypes.Schema6
schema class | | static class | ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1
schema class | +| static class | ComposedOneOfDifferentTypes.Schema6
schema class | +| static class | ComposedOneOfDifferentTypes.Schema5
schema class | +| static class | ComposedOneOfDifferentTypes.Schema5List
output class for List payloads | +| static class | ComposedOneOfDifferentTypes.Items
schema class | +| static class | ComposedOneOfDifferentTypes.Schema4
schema class | +| static class | ComposedOneOfDifferentTypes.Schema3
schema class | +| static class | ComposedOneOfDifferentTypes.Schema2
schema class | ## ComposedOneOfDifferentTypes1 public class ComposedOneOfDifferentTypes1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index d72a2d0dbfa..39643174002 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedString.Schema0
schema class | | static class | ComposedString.ComposedString1
schema class | +| static class | ComposedString.Schema0
schema class | ## ComposedString1 public class ComposedString1 diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 9125d47f621..9fcc8363318 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | DanishPig.ClassName
schema class | -| static class | DanishPig.DanishPigMap
output class for Map payloads | | static class | DanishPig.DanishPig1
schema class | +| static class | DanishPig.DanishPigMap
output class for Map payloads | +| static class | DanishPig.ClassName
schema class | ## DanishPig1 public class DanishPig1 diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 79619183e1a..aa744a270f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Dog.Breed
schema class | -| static class | Dog.Schema1Map
output class for Map payloads | -| static class | Dog.Schema1
schema class | | static class | Dog.Dog1
schema class | +| static class | Dog.Schema1
schema class | +| static class | Dog.Schema1Map
output class for Map payloads | +| static class | Dog.Breed
schema class | ## Dog1 public class Dog1 diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 85dbb81822c..7c9e755a848 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Drawing.ShapesList
output class for List payloads | -| static class | Drawing.Shapes
schema class | -| static class | Drawing.DrawingMap
output class for Map payloads | | static class | Drawing.Drawing1
schema class | +| static class | Drawing.DrawingMap
output class for Map payloads | +| static class | Drawing.Shapes
schema class | +| static class | Drawing.ShapesList
output class for List payloads | ## Drawing1 public class Drawing1 diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 1d31120b60d..6e696d53794 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | EnumArrays.JustSymbol
schema class | -| static class | EnumArrays.Items
schema class | -| static class | EnumArrays.ArrayEnumList
output class for List payloads | -| static class | EnumArrays.ArrayEnum
schema class | -| static class | EnumArrays.EnumArraysMap
output class for Map payloads | | static class | EnumArrays.EnumArrays1
schema class | +| static class | EnumArrays.EnumArraysMap
output class for Map payloads | +| static class | EnumArrays.ArrayEnum
schema class | +| static class | EnumArrays.ArrayEnumList
output class for List payloads | +| static class | EnumArrays.Items
schema class | +| static class | EnumArrays.JustSymbol
schema class | ## EnumArrays1 public class EnumArrays1 diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index f711af2cef1..3a7058cc70e 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | EnumTest.EnumString
schema class | -| static class | EnumTest.EnumStringRequired
schema class | -| static class | EnumTest.EnumInteger
schema class | -| static class | EnumTest.EnumNumber
schema class | -| static class | EnumTest.EnumTestMap
output class for Map payloads | | static class | EnumTest.EnumTest1
schema class | +| static class | EnumTest.EnumTestMap
output class for Map payloads | +| static class | EnumTest.EnumNumber
schema class | +| static class | EnumTest.EnumInteger
schema class | +| static class | EnumTest.EnumStringRequired
schema class | +| static class | EnumTest.EnumString
schema class | ## EnumTest1 public class EnumTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index af02f741697..34689bb2647 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | EquilateralTriangle.TriangleType
schema class | -| static class | EquilateralTriangle.Schema1Map
output class for Map payloads | -| static class | EquilateralTriangle.Schema1
schema class | | static class | EquilateralTriangle.EquilateralTriangle1
schema class | +| static class | EquilateralTriangle.Schema1
schema class | +| static class | EquilateralTriangle.Schema1Map
output class for Map payloads | +| static class | EquilateralTriangle.TriangleType
schema class | ## EquilateralTriangle1 public class EquilateralTriangle1 diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 710d323d447..b61920cf1ce 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | File.SourceURI
schema class | -| static class | File.FileMap
output class for Map payloads | | static class | File.File1
schema class | +| static class | File.FileMap
output class for Map payloads | +| static class | File.SourceURI
schema class | ## File1 public class File1 diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 7126609d8a5..19e6fc20a32 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | FileSchemaTestClass.FilesList
output class for List payloads | -| static class | FileSchemaTestClass.Files
schema class | -| static class | FileSchemaTestClass.FileSchemaTestClassMap
output class for Map payloads | | static class | FileSchemaTestClass.FileSchemaTestClass1
schema class | +| static class | FileSchemaTestClass.FileSchemaTestClassMap
output class for Map payloads | +| static class | FileSchemaTestClass.Files
schema class | +| static class | FileSchemaTestClass.FilesList
output class for List payloads | ## FileSchemaTestClass1 public class FileSchemaTestClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index f34be40bec6..090d2ccb3e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Foo.FooMap
output class for Map payloads | | static class | Foo.Foo1
schema class | +| static class | Foo.FooMap
output class for Map payloads | ## Foo1 public class Foo1 diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 871fc15b7b7..112cd3711ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -7,31 +7,31 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | FormatTest.IntegerSchema
schema class | -| static class | FormatTest.Int32
schema class | -| static class | FormatTest.Int32withValidations
schema class | -| static class | FormatTest.Int64
schema class | -| static class | FormatTest.NumberSchema
schema class | -| static class | FormatTest.FloatSchema
schema class | -| static class | FormatTest.Float32
schema class | -| static class | FormatTest.DoubleSchema
schema class | -| static class | FormatTest.Float64
schema class | -| static class | FormatTest.Items
schema class | -| static class | FormatTest.ArrayWithUniqueItemsList
output class for List payloads | -| static class | FormatTest.ArrayWithUniqueItems
schema class | -| static class | FormatTest.StringSchema
schema class | -| static class | FormatTest.ByteSchema
schema class | -| static class | FormatTest.Binary
schema class | -| static class | FormatTest.Date
schema class | -| static class | FormatTest.DateTime
schema class | -| static class | FormatTest.UuidSchema
schema class | -| static class | FormatTest.UuidNoExample
schema class | -| static class | FormatTest.Password
schema class | -| static class | FormatTest.PatternWithDigits
schema class | -| static class | FormatTest.PatternWithDigitsAndDelimiter
schema class | -| static class | FormatTest.NoneProp
schema class | -| static class | FormatTest.FormatTestMap
output class for Map payloads | | static class | FormatTest.FormatTest1
schema class | +| static class | FormatTest.FormatTestMap
output class for Map payloads | +| static class | FormatTest.NoneProp
schema class | +| static class | FormatTest.PatternWithDigitsAndDelimiter
schema class | +| static class | FormatTest.PatternWithDigits
schema class | +| static class | FormatTest.Password
schema class | +| static class | FormatTest.UuidNoExample
schema class | +| static class | FormatTest.UuidSchema
schema class | +| static class | FormatTest.DateTime
schema class | +| static class | FormatTest.Date
schema class | +| static class | FormatTest.Binary
schema class | +| static class | FormatTest.ByteSchema
schema class | +| static class | FormatTest.StringSchema
schema class | +| static class | FormatTest.ArrayWithUniqueItems
schema class | +| static class | FormatTest.ArrayWithUniqueItemsList
output class for List payloads | +| static class | FormatTest.Items
schema class | +| static class | FormatTest.Float64
schema class | +| static class | FormatTest.DoubleSchema
schema class | +| static class | FormatTest.Float32
schema class | +| static class | FormatTest.FloatSchema
schema class | +| static class | FormatTest.NumberSchema
schema class | +| static class | FormatTest.Int64
schema class | +| static class | FormatTest.Int32withValidations
schema class | +| static class | FormatTest.Int32
schema class | +| static class | FormatTest.IntegerSchema
schema class | ## FormatTest1 public class FormatTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 69493bc9c12..bd908674358 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | FromSchema.Data
schema class | -| static class | FromSchema.Id
schema class | -| static class | FromSchema.FromSchemaMap
output class for Map payloads | | static class | FromSchema.FromSchema1
schema class | +| static class | FromSchema.FromSchemaMap
output class for Map payloads | +| static class | FromSchema.Id
schema class | +| static class | FromSchema.Data
schema class | ## FromSchema1 public class FromSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 7e4558b3703..ac2bdd6bd0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Fruit.Color
schema class | -| static class | Fruit.FruitMap
output class for Map payloads | | static class | Fruit.Fruit1
schema class | +| static class | Fruit.FruitMap
output class for Map payloads | +| static class | Fruit.Color
schema class | ## Fruit1 public class Fruit1 diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index dc24667d62d..34cbc979882 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | FruitReq.Schema0
schema class | | static class | FruitReq.FruitReq1
schema class | +| static class | FruitReq.Schema0
schema class | ## FruitReq1 public class FruitReq1 diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 42bd28d0279..dff1d050dfb 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | GmFruit.Color
schema class | -| static class | GmFruit.GmFruitMap
output class for Map payloads | | static class | GmFruit.GmFruit1
schema class | +| static class | GmFruit.GmFruitMap
output class for Map payloads | +| static class | GmFruit.Color
schema class | ## GmFruit1 public class GmFruit1 diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 81acf31dcdf..9d6caeed357 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | GrandparentAnimal.PetType
schema class | -| static class | GrandparentAnimal.GrandparentAnimalMap
output class for Map payloads | | static class | GrandparentAnimal.GrandparentAnimal1
schema class | +| static class | GrandparentAnimal.GrandparentAnimalMap
output class for Map payloads | +| static class | GrandparentAnimal.PetType
schema class | ## GrandparentAnimal1 public class GrandparentAnimal1 diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index e3b57f8dd58..f5ef920bd8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | HasOnlyReadOnly.Bar
schema class | -| static class | HasOnlyReadOnly.Foo
schema class | -| static class | HasOnlyReadOnly.HasOnlyReadOnlyMap
output class for Map payloads | | static class | HasOnlyReadOnly.HasOnlyReadOnly1
schema class | +| static class | HasOnlyReadOnly.HasOnlyReadOnlyMap
output class for Map payloads | +| static class | HasOnlyReadOnly.Foo
schema class | +| static class | HasOnlyReadOnly.Bar
schema class | ## HasOnlyReadOnly1 public class HasOnlyReadOnly1 diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 16c63d8c8ea..b628610e8bc 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | HealthCheckResult.NullableMessage
schema class | -| static class | HealthCheckResult.HealthCheckResultMap
output class for Map payloads | | static class | HealthCheckResult.HealthCheckResult1
schema class | +| static class | HealthCheckResult.HealthCheckResultMap
output class for Map payloads | +| static class | HealthCheckResult.NullableMessage
schema class | ## HealthCheckResult1 public class HealthCheckResult1 diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 1480cabb576..7d45ed58f42 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | IsoscelesTriangle.TriangleType
schema class | -| static class | IsoscelesTriangle.Schema1Map
output class for Map payloads | -| static class | IsoscelesTriangle.Schema1
schema class | | static class | IsoscelesTriangle.IsoscelesTriangle1
schema class | +| static class | IsoscelesTriangle.Schema1
schema class | +| static class | IsoscelesTriangle.Schema1Map
output class for Map payloads | +| static class | IsoscelesTriangle.TriangleType
schema class | ## IsoscelesTriangle1 public class IsoscelesTriangle1 diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 929e4034367..67258f4ebf4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Items.Items2
schema class | -| static class | Items.ItemsList
output class for List payloads | | static class | Items.Items1
schema class | +| static class | Items.ItemsList
output class for List payloads | +| static class | Items.Items2
schema class | ## Items1 public class Items1 diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 129226e6558..046a7fe3d38 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | JSONPatchRequest.Items
schema class | -| static class | JSONPatchRequest.JSONPatchRequestList
output class for List payloads | | static class | JSONPatchRequest.JSONPatchRequest1
schema class | +| static class | JSONPatchRequest.JSONPatchRequestList
output class for List payloads | +| static class | JSONPatchRequest.Items
schema class | ## JSONPatchRequest1 public class JSONPatchRequest1 diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 41d1fc344da..67184975b56 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | JSONPatchRequestAddReplaceTest.AdditionalProperties
schema class | -| static class | JSONPatchRequestAddReplaceTest.Path
schema class | -| static class | JSONPatchRequestAddReplaceTest.Value
schema class | -| static class | JSONPatchRequestAddReplaceTest.Op
schema class | -| static class | JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTestMap
output class for Map payloads | | static class | JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTest1
schema class | +| static class | JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTestMap
output class for Map payloads | +| static class | JSONPatchRequestAddReplaceTest.Op
schema class | +| static class | JSONPatchRequestAddReplaceTest.Value
schema class | +| static class | JSONPatchRequestAddReplaceTest.Path
schema class | +| static class | JSONPatchRequestAddReplaceTest.AdditionalProperties
schema class | ## JSONPatchRequestAddReplaceTest1 public class JSONPatchRequestAddReplaceTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index a67f7b7a9d4..b21481f3e43 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | JSONPatchRequestMoveCopy.AdditionalProperties
schema class | -| static class | JSONPatchRequestMoveCopy.From
schema class | -| static class | JSONPatchRequestMoveCopy.Path
schema class | -| static class | JSONPatchRequestMoveCopy.Op
schema class | -| static class | JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopyMap
output class for Map payloads | | static class | JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopy1
schema class | +| static class | JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopyMap
output class for Map payloads | +| static class | JSONPatchRequestMoveCopy.Op
schema class | +| static class | JSONPatchRequestMoveCopy.Path
schema class | +| static class | JSONPatchRequestMoveCopy.From
schema class | +| static class | JSONPatchRequestMoveCopy.AdditionalProperties
schema class | ## JSONPatchRequestMoveCopy1 public class JSONPatchRequestMoveCopy1 diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 84727195695..f743af53515 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | JSONPatchRequestRemove.AdditionalProperties
schema class | -| static class | JSONPatchRequestRemove.Path
schema class | -| static class | JSONPatchRequestRemove.Op
schema class | -| static class | JSONPatchRequestRemove.JSONPatchRequestRemoveMap
output class for Map payloads | | static class | JSONPatchRequestRemove.JSONPatchRequestRemove1
schema class | +| static class | JSONPatchRequestRemove.JSONPatchRequestRemoveMap
output class for Map payloads | +| static class | JSONPatchRequestRemove.Op
schema class | +| static class | JSONPatchRequestRemove.Path
schema class | +| static class | JSONPatchRequestRemove.AdditionalProperties
schema class | ## JSONPatchRequestRemove1 public class JSONPatchRequestRemove1 diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 452166e706e..8c8a7035cef 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -7,19 +7,19 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | MapTest.AdditionalProperties1
schema class | -| static class | MapTest.AdditionalPropertiesMap
output class for Map payloads | -| static class | MapTest.AdditionalProperties
schema class | -| static class | MapTest.MapMapOfStringMap
output class for Map payloads | -| static class | MapTest.MapMapOfString
schema class | -| static class | MapTest.AdditionalProperties2
schema class | -| static class | MapTest.MapOfEnumStringMap
output class for Map payloads | -| static class | MapTest.MapOfEnumString
schema class | -| static class | MapTest.AdditionalProperties3
schema class | -| static class | MapTest.DirectMapMap
output class for Map payloads | -| static class | MapTest.DirectMap
schema class | -| static class | MapTest.MapTestMap
output class for Map payloads | | static class | MapTest.MapTest1
schema class | +| static class | MapTest.MapTestMap
output class for Map payloads | +| static class | MapTest.DirectMap
schema class | +| static class | MapTest.DirectMapMap
output class for Map payloads | +| static class | MapTest.AdditionalProperties3
schema class | +| static class | MapTest.MapOfEnumString
schema class | +| static class | MapTest.MapOfEnumStringMap
output class for Map payloads | +| static class | MapTest.AdditionalProperties2
schema class | +| static class | MapTest.MapMapOfString
schema class | +| static class | MapTest.MapMapOfStringMap
output class for Map payloads | +| static class | MapTest.AdditionalProperties
schema class | +| static class | MapTest.AdditionalPropertiesMap
output class for Map payloads | +| static class | MapTest.AdditionalProperties1
schema class | ## MapTest1 public class MapTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 6723972e22c..bac8ad0f557 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | MixedPropertiesAndAdditionalPropertiesClass.UuidSchema
schema class | -| static class | MixedPropertiesAndAdditionalPropertiesClass.DateTime
schema class | -| static class | MixedPropertiesAndAdditionalPropertiesClass.MapMap
output class for Map payloads | -| static class | MixedPropertiesAndAdditionalPropertiesClass.MapSchema
schema class | -| static class | MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClassMap
output class for Map payloads | | static class | MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClass1
schema class | +| static class | MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClassMap
output class for Map payloads | +| static class | MixedPropertiesAndAdditionalPropertiesClass.MapSchema
schema class | +| static class | MixedPropertiesAndAdditionalPropertiesClass.MapMap
output class for Map payloads | +| static class | MixedPropertiesAndAdditionalPropertiesClass.DateTime
schema class | +| static class | MixedPropertiesAndAdditionalPropertiesClass.UuidSchema
schema class | ## MixedPropertiesAndAdditionalPropertiesClass1 public class MixedPropertiesAndAdditionalPropertiesClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 11ee30d7df6..f97745febce 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Money.AdditionalProperties
schema class | -| static class | Money.Amount
schema class | -| static class | Money.MoneyMap
output class for Map payloads | | static class | Money.Money1
schema class | +| static class | Money.MoneyMap
output class for Map payloads | +| static class | Money.Amount
schema class | +| static class | Money.AdditionalProperties
schema class | ## Money1 public class Money1 diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index ecc8b5522ab..61c9888f1fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | MyObjectDto.AdditionalProperties
schema class | -| static class | MyObjectDto.Id
schema class | -| static class | MyObjectDto.MyObjectDtoMap
output class for Map payloads | | static class | MyObjectDto.MyObjectDto1
schema class | +| static class | MyObjectDto.MyObjectDtoMap
output class for Map payloads | +| static class | MyObjectDto.Id
schema class | +| static class | MyObjectDto.AdditionalProperties
schema class | ## MyObjectDto1 public class MyObjectDto1 diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index b7dc85f3ec4..fcf3959fd6a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Name.Name2
schema class | -| static class | Name.SnakeCase
schema class | -| static class | Name.Property
schema class | -| static class | Name.NameMap
output class for Map payloads | | static class | Name.Name1
schema class | +| static class | Name.NameMap
output class for Map payloads | +| static class | Name.Property
schema class | +| static class | Name.SnakeCase
schema class | +| static class | Name.Name2
schema class | ## Name1 public class Name1 diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 130edc0d4ed..e16bfdd55b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NoAdditionalProperties.AdditionalProperties
schema class | -| static class | NoAdditionalProperties.Id
schema class | -| static class | NoAdditionalProperties.PetId
schema class | -| static class | NoAdditionalProperties.NoAdditionalPropertiesMap
output class for Map payloads | | static class | NoAdditionalProperties.NoAdditionalProperties1
schema class | +| static class | NoAdditionalProperties.NoAdditionalPropertiesMap
output class for Map payloads | +| static class | NoAdditionalProperties.PetId
schema class | +| static class | NoAdditionalProperties.Id
schema class | +| static class | NoAdditionalProperties.AdditionalProperties
schema class | ## NoAdditionalProperties1 public class NoAdditionalProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 6b97b120ae2..fd67ae7a0f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -7,33 +7,33 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NullableClass.AdditionalProperties3
schema class | -| static class | NullableClass.IntegerProp
schema class | -| static class | NullableClass.NumberProp
schema class | -| static class | NullableClass.BooleanProp
schema class | -| static class | NullableClass.StringProp
schema class | -| static class | NullableClass.DateProp
schema class | -| static class | NullableClass.DatetimeProp
schema class | -| static class | NullableClass.Items
schema class | -| static class | NullableClass.ArrayNullablePropList
output class for List payloads | -| static class | NullableClass.ArrayNullableProp
schema class | -| static class | NullableClass.Items1
schema class | -| static class | NullableClass.ArrayAndItemsNullablePropList
output class for List payloads | -| static class | NullableClass.ArrayAndItemsNullableProp
schema class | -| static class | NullableClass.Items2
schema class | -| static class | NullableClass.ArrayItemsNullableList
output class for List payloads | -| static class | NullableClass.ArrayItemsNullable
schema class | -| static class | NullableClass.AdditionalProperties
schema class | -| static class | NullableClass.ObjectNullablePropMap
output class for Map payloads | -| static class | NullableClass.ObjectNullableProp
schema class | -| static class | NullableClass.AdditionalProperties1
schema class | -| static class | NullableClass.ObjectAndItemsNullablePropMap
output class for Map payloads | -| static class | NullableClass.ObjectAndItemsNullableProp
schema class | -| static class | NullableClass.AdditionalProperties2
schema class | -| static class | NullableClass.ObjectItemsNullableMap
output class for Map payloads | -| static class | NullableClass.ObjectItemsNullable
schema class | -| static class | NullableClass.NullableClassMap
output class for Map payloads | | static class | NullableClass.NullableClass1
schema class | +| static class | NullableClass.NullableClassMap
output class for Map payloads | +| static class | NullableClass.ObjectItemsNullable
schema class | +| static class | NullableClass.ObjectItemsNullableMap
output class for Map payloads | +| static class | NullableClass.AdditionalProperties2
schema class | +| static class | NullableClass.ObjectAndItemsNullableProp
schema class | +| static class | NullableClass.ObjectAndItemsNullablePropMap
output class for Map payloads | +| static class | NullableClass.AdditionalProperties1
schema class | +| static class | NullableClass.ObjectNullableProp
schema class | +| static class | NullableClass.ObjectNullablePropMap
output class for Map payloads | +| static class | NullableClass.AdditionalProperties
schema class | +| static class | NullableClass.ArrayItemsNullable
schema class | +| static class | NullableClass.ArrayItemsNullableList
output class for List payloads | +| static class | NullableClass.Items2
schema class | +| static class | NullableClass.ArrayAndItemsNullableProp
schema class | +| static class | NullableClass.ArrayAndItemsNullablePropList
output class for List payloads | +| static class | NullableClass.Items1
schema class | +| static class | NullableClass.ArrayNullableProp
schema class | +| static class | NullableClass.ArrayNullablePropList
output class for List payloads | +| static class | NullableClass.Items
schema class | +| static class | NullableClass.DatetimeProp
schema class | +| static class | NullableClass.DateProp
schema class | +| static class | NullableClass.StringProp
schema class | +| static class | NullableClass.BooleanProp
schema class | +| static class | NullableClass.NumberProp
schema class | +| static class | NullableClass.IntegerProp
schema class | +| static class | NullableClass.AdditionalProperties3
schema class | ## NullableClass1 public class NullableClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index ffbced74aef..8f7f1f6a9ed 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NullableShape.Schema2
schema class | | static class | NullableShape.NullableShape1
schema class | +| static class | NullableShape.Schema2
schema class | ## NullableShape1 public class NullableShape1 diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index a257fa936f6..bf8f3a46622 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NumberOnly.JustNumber
schema class | -| static class | NumberOnly.NumberOnlyMap
output class for Map payloads | | static class | NumberOnly.NumberOnly1
schema class | +| static class | NumberOnly.NumberOnlyMap
output class for Map payloads | +| static class | NumberOnly.JustNumber
schema class | ## NumberOnly1 public class NumberOnly1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 04cba3b1f26..bb298c5e0d3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjWithRequiredProps.A
schema class | -| static class | ObjWithRequiredProps.ObjWithRequiredPropsMap
output class for Map payloads | | static class | ObjWithRequiredProps.ObjWithRequiredProps1
schema class | +| static class | ObjWithRequiredProps.ObjWithRequiredPropsMap
output class for Map payloads | +| static class | ObjWithRequiredProps.A
schema class | ## ObjWithRequiredProps1 public class ObjWithRequiredProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 3ece19eea5c..e1941887799 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjWithRequiredPropsBase.B
schema class | -| static class | ObjWithRequiredPropsBase.ObjWithRequiredPropsBaseMap
output class for Map payloads | | static class | ObjWithRequiredPropsBase.ObjWithRequiredPropsBase1
schema class | +| static class | ObjWithRequiredPropsBase.ObjWithRequiredPropsBaseMap
output class for Map payloads | +| static class | ObjWithRequiredPropsBase.B
schema class | ## ObjWithRequiredPropsBase1 public class ObjWithRequiredPropsBase1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index a2f0809f56d..f6c75082d70 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectModelWithArgAndArgsProperties.Arg
schema class | -| static class | ObjectModelWithArgAndArgsProperties.Args
schema class | -| static class | ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsPropertiesMap
output class for Map payloads | | static class | ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsProperties1
schema class | +| static class | ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsPropertiesMap
output class for Map payloads | +| static class | ObjectModelWithArgAndArgsProperties.Args
schema class | +| static class | ObjectModelWithArgAndArgsProperties.Arg
schema class | ## ObjectModelWithArgAndArgsProperties1 public class ObjectModelWithArgAndArgsProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index ce3c923957b..0b48c9146cd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectModelWithRefProps.ObjectModelWithRefPropsMap
output class for Map payloads | | static class | ObjectModelWithRefProps.ObjectModelWithRefProps1
schema class | +| static class | ObjectModelWithRefProps.ObjectModelWithRefPropsMap
output class for Map payloads | ## ObjectModelWithRefProps1 public class ObjectModelWithRefProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 2500df2169e..658405adf19 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Name
schema class | -| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1Map
output class for Map payloads | -| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1
schema class | | static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.ObjectWithAllOfWithReqTestPropFromUnsetAddProp1
schema class | +| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1
schema class | +| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1Map
output class for Map payloads | +| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Name
schema class | ## ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 9fc6e7fe6fd..efc404ccaa6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithCollidingProperties.SomeProp
schema class | -| static class | ObjectWithCollidingProperties.Someprop
schema class | -| static class | ObjectWithCollidingProperties.ObjectWithCollidingPropertiesMap
output class for Map payloads | | static class | ObjectWithCollidingProperties.ObjectWithCollidingProperties1
schema class | +| static class | ObjectWithCollidingProperties.ObjectWithCollidingPropertiesMap
output class for Map payloads | +| static class | ObjectWithCollidingProperties.Someprop
schema class | +| static class | ObjectWithCollidingProperties.SomeProp
schema class | ## ObjectWithCollidingProperties1 public class ObjectWithCollidingProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index e581e175fda..f514c7dba5a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithDecimalProperties.Width
schema class | -| static class | ObjectWithDecimalProperties.ObjectWithDecimalPropertiesMap
output class for Map payloads | | static class | ObjectWithDecimalProperties.ObjectWithDecimalProperties1
schema class | +| static class | ObjectWithDecimalProperties.ObjectWithDecimalPropertiesMap
output class for Map payloads | +| static class | ObjectWithDecimalProperties.Width
schema class | ## ObjectWithDecimalProperties1 public class ObjectWithDecimalProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 8d7d86a2323..17365fd7b9f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithDifficultlyNamedProps.Specialpropertyname
schema class | -| static class | ObjectWithDifficultlyNamedProps.Schema123list
schema class | -| static class | ObjectWithDifficultlyNamedProps.Schema123Number
schema class | -| static class | ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedPropsMap
output class for Map payloads | | static class | ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedProps1
schema class | +| static class | ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedPropsMap
output class for Map payloads | +| static class | ObjectWithDifficultlyNamedProps.Schema123Number
schema class | +| static class | ObjectWithDifficultlyNamedProps.Schema123list
schema class | +| static class | ObjectWithDifficultlyNamedProps.Specialpropertyname
schema class | ## ObjectWithDifficultlyNamedProps1 public class ObjectWithDifficultlyNamedProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 694934d6b4f..f963b394a47 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithInlineCompositionProperty.Schema0
schema class | -| static class | ObjectWithInlineCompositionProperty.SomeProp
schema class | -| static class | ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionPropertyMap
output class for Map payloads | | static class | ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionProperty1
schema class | +| static class | ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionPropertyMap
output class for Map payloads | +| static class | ObjectWithInlineCompositionProperty.SomeProp
schema class | +| static class | ObjectWithInlineCompositionProperty.Schema0
schema class | ## ObjectWithInlineCompositionProperty1 public class ObjectWithInlineCompositionProperty1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 733d651339d..54089a5926e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedPropertiesMap
output class for Map payloads | | static class | ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedProperties1
schema class | +| static class | ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedPropertiesMap
output class for Map payloads | ## ObjectWithInvalidNamedRefedProperties1 public class ObjectWithInvalidNamedRefedProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 67112c755c4..3dae1236129 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithNonIntersectingValues.AdditionalProperties
schema class | -| static class | ObjectWithNonIntersectingValues.A
schema class | -| static class | ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValuesMap
output class for Map payloads | | static class | ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValues1
schema class | +| static class | ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValuesMap
output class for Map payloads | +| static class | ObjectWithNonIntersectingValues.A
schema class | +| static class | ObjectWithNonIntersectingValues.AdditionalProperties
schema class | ## ObjectWithNonIntersectingValues1 public class ObjectWithNonIntersectingValues1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 4c1b9448529..d2623e76782 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithOnlyOptionalProps.AdditionalProperties
schema class | -| static class | ObjectWithOnlyOptionalProps.A
schema class | -| static class | ObjectWithOnlyOptionalProps.B
schema class | -| static class | ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalPropsMap
output class for Map payloads | | static class | ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalProps1
schema class | +| static class | ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalPropsMap
output class for Map payloads | +| static class | ObjectWithOnlyOptionalProps.B
schema class | +| static class | ObjectWithOnlyOptionalProps.A
schema class | +| static class | ObjectWithOnlyOptionalProps.AdditionalProperties
schema class | ## ObjectWithOnlyOptionalProps1 public class ObjectWithOnlyOptionalProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 762527e30c5..a18244c6372 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithOptionalTestProp.Test
schema class | -| static class | ObjectWithOptionalTestProp.ObjectWithOptionalTestPropMap
output class for Map payloads | | static class | ObjectWithOptionalTestProp.ObjectWithOptionalTestProp1
schema class | +| static class | ObjectWithOptionalTestProp.ObjectWithOptionalTestPropMap
output class for Map payloads | +| static class | ObjectWithOptionalTestProp.Test
schema class | ## ObjectWithOptionalTestProp1 public class ObjectWithOptionalTestProp1 diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 6106d32c315..429a034358c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -7,14 +7,14 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Order.Id
schema class | -| static class | Order.PetId
schema class | -| static class | Order.Quantity
schema class | -| static class | Order.ShipDate
schema class | -| static class | Order.Status
schema class | -| static class | Order.Complete
schema class | -| static class | Order.OrderMap
output class for Map payloads | | static class | Order.Order1
schema class | +| static class | Order.OrderMap
output class for Map payloads | +| static class | Order.Complete
schema class | +| static class | Order.Status
schema class | +| static class | Order.ShipDate
schema class | +| static class | Order.Quantity
schema class | +| static class | Order.PetId
schema class | +| static class | Order.Id
schema class | ## Order1 public class Order1 diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index bb11aa7edc7..d710a0288c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | PaginatedResultMyObjectDto.AdditionalProperties
schema class | -| static class | PaginatedResultMyObjectDto.Count
schema class | -| static class | PaginatedResultMyObjectDto.ResultsList
output class for List payloads | -| static class | PaginatedResultMyObjectDto.Results
schema class | -| static class | PaginatedResultMyObjectDto.PaginatedResultMyObjectDtoMap
output class for Map payloads | | static class | PaginatedResultMyObjectDto.PaginatedResultMyObjectDto1
schema class | +| static class | PaginatedResultMyObjectDto.PaginatedResultMyObjectDtoMap
output class for Map payloads | +| static class | PaginatedResultMyObjectDto.Results
schema class | +| static class | PaginatedResultMyObjectDto.ResultsList
output class for List payloads | +| static class | PaginatedResultMyObjectDto.Count
schema class | +| static class | PaginatedResultMyObjectDto.AdditionalProperties
schema class | ## PaginatedResultMyObjectDto1 public class PaginatedResultMyObjectDto1 diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 480c851f56c..d58713e617d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -7,16 +7,16 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Pet.Id
schema class | -| static class | Pet.Name
schema class | -| static class | Pet.Items
schema class | -| static class | Pet.PhotoUrlsList
output class for List payloads | -| static class | Pet.PhotoUrls
schema class | -| static class | Pet.Status
schema class | -| static class | Pet.TagsList
output class for List payloads | -| static class | Pet.Tags
schema class | -| static class | Pet.PetMap
output class for Map payloads | | static class | Pet.Pet1
schema class | +| static class | Pet.PetMap
output class for Map payloads | +| static class | Pet.Tags
schema class | +| static class | Pet.TagsList
output class for List payloads | +| static class | Pet.Status
schema class | +| static class | Pet.PhotoUrls
schema class | +| static class | Pet.PhotoUrlsList
output class for List payloads | +| static class | Pet.Items
schema class | +| static class | Pet.Name
schema class | +| static class | Pet.Id
schema class | ## Pet1 public class Pet1 diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index e469ed73910..fecfa94e8f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Player.Name
schema class | -| static class | Player.PlayerMap
output class for Map payloads | | static class | Player.Player1
schema class | +| static class | Player.PlayerMap
output class for Map payloads | +| static class | Player.Name
schema class | ## Player1 public class Player1 diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index d4b1c3d75a6..ae6a108ca3a 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | PublicKey.Key
schema class | -| static class | PublicKey.PublicKeyMap
output class for Map payloads | | static class | PublicKey.PublicKey1
schema class | +| static class | PublicKey.PublicKeyMap
output class for Map payloads | +| static class | PublicKey.Key
schema class | ## PublicKey1 public class PublicKey1 diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index c11bc12849e..119c547801f 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | QuadrilateralInterface.ShapeType
schema class | -| static class | QuadrilateralInterface.QuadrilateralType
schema class | -| static class | QuadrilateralInterface.QuadrilateralInterfaceMap
output class for Map payloads | | static class | QuadrilateralInterface.QuadrilateralInterface1
schema class | +| static class | QuadrilateralInterface.QuadrilateralInterfaceMap
output class for Map payloads | +| static class | QuadrilateralInterface.QuadrilateralType
schema class | +| static class | QuadrilateralInterface.ShapeType
schema class | ## QuadrilateralInterface1 public class QuadrilateralInterface1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 7287c19f8a4..e196516b45b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReadOnlyFirst.Bar
schema class | -| static class | ReadOnlyFirst.Baz
schema class | -| static class | ReadOnlyFirst.ReadOnlyFirstMap
output class for Map payloads | | static class | ReadOnlyFirst.ReadOnlyFirst1
schema class | +| static class | ReadOnlyFirst.ReadOnlyFirstMap
output class for Map payloads | +| static class | ReadOnlyFirst.Baz
schema class | +| static class | ReadOnlyFirst.Bar
schema class | ## ReadOnlyFirst1 public class ReadOnlyFirst1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index eb3ccc09de5..841a620dac4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReqPropsFromExplicitAddProps.AdditionalProperties
schema class | -| static class | ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddPropsMap
output class for Map payloads | | static class | ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddProps1
schema class | +| static class | ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddPropsMap
output class for Map payloads | +| static class | ReqPropsFromExplicitAddProps.AdditionalProperties
schema class | ## ReqPropsFromExplicitAddProps1 public class ReqPropsFromExplicitAddProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index f655592611c..1857676dc6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReqPropsFromTrueAddProps.AdditionalProperties
schema class | -| static class | ReqPropsFromTrueAddProps.ReqPropsFromTrueAddPropsMap
output class for Map payloads | | static class | ReqPropsFromTrueAddProps.ReqPropsFromTrueAddProps1
schema class | +| static class | ReqPropsFromTrueAddProps.ReqPropsFromTrueAddPropsMap
output class for Map payloads | +| static class | ReqPropsFromTrueAddProps.AdditionalProperties
schema class | ## ReqPropsFromTrueAddProps1 public class ReqPropsFromTrueAddProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 2d87cc7de4b..422e5a874ec 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddPropsMap
output class for Map payloads | | static class | ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddProps1
schema class | +| static class | ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddPropsMap
output class for Map payloads | ## ReqPropsFromUnsetAddProps1 public class ReqPropsFromUnsetAddProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index a61da89501c..42eab67d419 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReturnSchema.ReturnSchema2
schema class | -| static class | ReturnSchema.ReturnMap
output class for Map payloads | | static class | ReturnSchema.ReturnSchema1
schema class | +| static class | ReturnSchema.ReturnMap
output class for Map payloads | +| static class | ReturnSchema.ReturnSchema2
schema class | ## ReturnSchema1 public class ReturnSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index dbaac5fd63d..a5981a56c30 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ScaleneTriangle.TriangleType
schema class | -| static class | ScaleneTriangle.Schema1Map
output class for Map payloads | -| static class | ScaleneTriangle.Schema1
schema class | | static class | ScaleneTriangle.ScaleneTriangle1
schema class | +| static class | ScaleneTriangle.Schema1
schema class | +| static class | ScaleneTriangle.Schema1Map
output class for Map payloads | +| static class | ScaleneTriangle.TriangleType
schema class | ## ScaleneTriangle1 public class ScaleneTriangle1 diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 274d782a49e..7d426416ce6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema200Response.Name
schema class | -| static class | Schema200Response.ClassSchema
schema class | -| static class | Schema200Response.Schema200ResponseMap
output class for Map payloads | | static class | Schema200Response.Schema200Response1
schema class | +| static class | Schema200Response.Schema200ResponseMap
output class for Map payloads | +| static class | Schema200Response.ClassSchema
schema class | +| static class | Schema200Response.Name
schema class | ## Schema200Response1 public class Schema200Response1 diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index e6a647c1774..c69b62d6a83 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SelfReferencingArrayModel.SelfReferencingArrayModelList
output class for List payloads | | static class | SelfReferencingArrayModel.SelfReferencingArrayModel1
schema class | +| static class | SelfReferencingArrayModel.SelfReferencingArrayModelList
output class for List payloads | ## SelfReferencingArrayModel1 public class SelfReferencingArrayModel1 diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index c0a2b0ec883..18355761622 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SelfReferencingObjectModel.SelfReferencingObjectModelMap
output class for Map payloads | | static class | SelfReferencingObjectModel.SelfReferencingObjectModel1
schema class | +| static class | SelfReferencingObjectModel.SelfReferencingObjectModelMap
output class for Map payloads | ## SelfReferencingObjectModel1 public class SelfReferencingObjectModel1 diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index cf95c4e6970..90247b54214 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ShapeOrNull.Schema0
schema class | | static class | ShapeOrNull.ShapeOrNull1
schema class | +| static class | ShapeOrNull.Schema0
schema class | ## ShapeOrNull1 public class ShapeOrNull1 diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 275558ed960..4a8a47426d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SimpleQuadrilateral.QuadrilateralType
schema class | -| static class | SimpleQuadrilateral.Schema1Map
output class for Map payloads | -| static class | SimpleQuadrilateral.Schema1
schema class | | static class | SimpleQuadrilateral.SimpleQuadrilateral1
schema class | +| static class | SimpleQuadrilateral.Schema1
schema class | +| static class | SimpleQuadrilateral.Schema1Map
output class for Map payloads | +| static class | SimpleQuadrilateral.QuadrilateralType
schema class | ## SimpleQuadrilateral1 public class SimpleQuadrilateral1 diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index b5bee03dba2..47e173a10f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SpecialModelname.A
schema class | -| static class | SpecialModelname.SpecialModelnameMap
output class for Map payloads | | static class | SpecialModelname.SpecialModelname1
schema class | +| static class | SpecialModelname.SpecialModelnameMap
output class for Map payloads | +| static class | SpecialModelname.A
schema class | ## SpecialModelname1 public class SpecialModelname1 diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 7d589dc5373..96ad053d08d 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | StringBooleanMap.AdditionalProperties
schema class | -| static class | StringBooleanMap.StringBooleanMapMap
output class for Map payloads | | static class | StringBooleanMap.StringBooleanMap1
schema class | +| static class | StringBooleanMap.StringBooleanMapMap
output class for Map payloads | +| static class | StringBooleanMap.AdditionalProperties
schema class | ## StringBooleanMap1 public class StringBooleanMap1 diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 222c2691e02..127be94505e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Tag.Id
schema class | -| static class | Tag.Name
schema class | -| static class | Tag.TagMap
output class for Map payloads | | static class | Tag.Tag1
schema class | +| static class | Tag.TagMap
output class for Map payloads | +| static class | Tag.Name
schema class | +| static class | Tag.Id
schema class | ## Tag1 public class Tag1 diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 6347c3f57cd..5dd4ca39de5 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | TriangleInterface.ShapeType
schema class | -| static class | TriangleInterface.TriangleType
schema class | -| static class | TriangleInterface.TriangleInterfaceMap
output class for Map payloads | | static class | TriangleInterface.TriangleInterface1
schema class | +| static class | TriangleInterface.TriangleInterfaceMap
output class for Map payloads | +| static class | TriangleInterface.TriangleType
schema class | +| static class | TriangleInterface.ShapeType
schema class | ## TriangleInterface1 public class TriangleInterface1 diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 0c3a19c0880..0e17d77906c 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -7,22 +7,22 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | User.Id
schema class | -| static class | User.Username
schema class | -| static class | User.FirstName
schema class | -| static class | User.LastName
schema class | -| static class | User.Email
schema class | -| static class | User.Password
schema class | -| static class | User.Phone
schema class | -| static class | User.UserStatus
schema class | -| static class | User.ObjectWithNoDeclaredProps
schema class | -| static class | User.ObjectWithNoDeclaredPropsNullable
schema class | -| static class | User.AnyTypeProp
schema class | -| static class | User.Not
schema class | -| static class | User.AnyTypeExceptNullProp
schema class | -| static class | User.AnyTypePropNullable
schema class | -| static class | User.UserMap
output class for Map payloads | | static class | User.User1
schema class | +| static class | User.UserMap
output class for Map payloads | +| static class | User.AnyTypePropNullable
schema class | +| static class | User.AnyTypeExceptNullProp
schema class | +| static class | User.Not
schema class | +| static class | User.AnyTypeProp
schema class | +| static class | User.ObjectWithNoDeclaredPropsNullable
schema class | +| static class | User.ObjectWithNoDeclaredProps
schema class | +| static class | User.UserStatus
schema class | +| static class | User.Phone
schema class | +| static class | User.Password
schema class | +| static class | User.Email
schema class | +| static class | User.LastName
schema class | +| static class | User.FirstName
schema class | +| static class | User.Username
schema class | +| static class | User.Id
schema class | ## User1 public class User1 diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 22d3f9e01f5..3691184af3c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Whale.HasBaleen
schema class | -| static class | Whale.HasTeeth
schema class | -| static class | Whale.ClassName
schema class | -| static class | Whale.WhaleMap
output class for Map payloads | | static class | Whale.Whale1
schema class | +| static class | Whale.WhaleMap
output class for Map payloads | +| static class | Whale.ClassName
schema class | +| static class | Whale.HasTeeth
schema class | +| static class | Whale.HasBaleen
schema class | ## Whale1 public class Whale1 diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index e6e7624c87c..ef5e4e2d8d6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Zebra.AdditionalProperties
schema class | -| static class | Zebra.Type
schema class | -| static class | Zebra.ClassName
schema class | -| static class | Zebra.ZebraMap
output class for Map payloads | | static class | Zebra.Zebra1
schema class | +| static class | Zebra.ZebraMap
output class for Map payloads | +| static class | Zebra.ClassName
schema class | +| static class | Zebra.Type
schema class | +| static class | Zebra.AdditionalProperties
schema class | ## Zebra1 public class Zebra1 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 8747b8c0a6b..9a4b308540d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Items0
schema class | -| static class | Schema0.SchemaList0
output class for List payloads | | static class | Schema0.Schema01
schema class | +| static class | Schema0.SchemaList0
output class for List payloads | +| static class | Schema0.Items0
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 1447acf7b54..a2709952c81 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema2.Items2
schema class | -| static class | Schema2.SchemaList2
output class for List payloads | | static class | Schema2.Schema21
schema class | +| static class | Schema2.SchemaList2
output class for List payloads | +| static class | Schema2.Items2
schema class | ## Schema21 public class Schema21 diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index bedb4a5f8bd..6a13f4535b8 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Items
schema class | -| static class | Schema.EnumFormStringArrayList
output class for List payloads | -| static class | Schema.EnumFormStringArray
schema class | -| static class | Schema.EnumFormString
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.EnumFormString
schema class | +| static class | Schema.EnumFormStringArray
schema class | +| static class | Schema.EnumFormStringArrayList
output class for List payloads | +| static class | Schema.Items
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 5d8be21195e..105efb6d7de 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,22 +7,22 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.IntegerSchema
schema class | -| static class | Schema.Int32
schema class | -| static class | Schema.Int64
schema class | -| static class | Schema.NumberSchema
schema class | -| static class | Schema.FloatSchema
schema class | -| static class | Schema.DoubleSchema
schema class | -| static class | Schema.StringSchema
schema class | -| static class | Schema.PatternWithoutDelimiter
schema class | -| static class | Schema.ByteSchema
schema class | -| static class | Schema.Binary
schema class | -| static class | Schema.Date
schema class | -| static class | Schema.DateTime
schema class | -| static class | Schema.Password
schema class | -| static class | Schema.Callback
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Callback
schema class | +| static class | Schema.Password
schema class | +| static class | Schema.DateTime
schema class | +| static class | Schema.Date
schema class | +| static class | Schema.Binary
schema class | +| static class | Schema.ByteSchema
schema class | +| static class | Schema.PatternWithoutDelimiter
schema class | +| static class | Schema.StringSchema
schema class | +| static class | Schema.DoubleSchema
schema class | +| static class | Schema.FloatSchema
schema class | +| static class | Schema.NumberSchema
schema class | +| static class | Schema.Int64
schema class | +| static class | Schema.Int32
schema class | +| static class | Schema.IntegerSchema
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 5cdfe37bea8..9b5e2fa45ab 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.AdditionalProperties
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.AdditionalProperties
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 40466595abf..fc5e3be5d7f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema00
schema class | | static class | Schema0.Schema01
schema class | +| static class | Schema0.Schema00
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index f47b3275fac..5fa005fb7f0 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema01
schema class | -| static class | Schema1.SomeProp1
schema class | -| static class | Schema1.SchemaMap1
output class for Map payloads | | static class | Schema1.Schema11
schema class | +| static class | Schema1.SchemaMap1
output class for Map payloads | +| static class | Schema1.SomeProp1
schema class | +| static class | Schema1.Schema01
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index bd38ac67594..7c7b078f431 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema0
schema class | | static class | Schema.Schema1
schema class | +| static class | Schema.Schema0
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 973a0ef40d0..051c2531be2 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema0
schema class | -| static class | Schema.SomeProp
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.SomeProp
schema class | +| static class | Schema.Schema0
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index e966eb6699a..c712389cd59 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema0
schema class | | static class | Schema.Schema1
schema class | +| static class | Schema.Schema0
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 65b3cba6b32..2498c4c57e7 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema0
schema class | -| static class | Schema.SomeProp
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.SomeProp
schema class | +| static class | Schema.Schema0
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 815e10735bc..822f48e8759 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Param
schema class | -| static class | Schema.Param2
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Param2
schema class | +| static class | Schema.Param
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 8db75734686..68dd5c641c7 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.A
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.A
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index dbda008de1f..727e0b665aa 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.B
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.B
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 5c8388d62b8..de349543073 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Keyword0
schema class | -| static class | Schema0.SchemaMap0
output class for Map payloads | | static class | Schema0.Schema01
schema class | +| static class | Schema0.SchemaMap0
output class for Map payloads | +| static class | Schema0.Keyword0
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 4dd468aec47..a353bb5e6a5 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.AdditionalMetadata
schema class | -| static class | Schema.RequiredFile
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.RequiredFile
schema class | +| static class | Schema.AdditionalMetadata
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index d565ffcf7d6..703545edcb6 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Items0
schema class | -| static class | Schema0.SchemaList0
output class for List payloads | | static class | Schema0.Schema01
schema class | +| static class | Schema0.SchemaList0
output class for List payloads | +| static class | Schema0.Items0
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index b33ddf31c1c..ba75e396ca2 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Items1
schema class | -| static class | Schema1.SchemaList1
output class for List payloads | | static class | Schema1.Schema11
schema class | +| static class | Schema1.SchemaList1
output class for List payloads | +| static class | Schema1.Items1
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 03a06f50298..5194fb91eeb 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema2.Items2
schema class | -| static class | Schema2.SchemaList2
output class for List payloads | | static class | Schema2.Schema21
schema class | +| static class | Schema2.SchemaList2
output class for List payloads | +| static class | Schema2.Items2
schema class | ## Schema21 public class Schema21 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 024737d157d..5ab0be7fc50 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema3.Items3
schema class | -| static class | Schema3.SchemaList3
output class for List payloads | | static class | Schema3.Schema31
schema class | +| static class | Schema3.SchemaList3
output class for List payloads | +| static class | Schema3.Items3
schema class | ## Schema31 public class Schema31 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index df44b4b721e..7bb146f3cb2 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema4.Items4
schema class | -| static class | Schema4.SchemaList4
output class for List payloads | | static class | Schema4.Schema41
schema class | +| static class | Schema4.SchemaList4
output class for List payloads | +| static class | Schema4.Items4
schema class | ## Schema41 public class Schema41 diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 64d65721f47..bf3cbeec035 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.AdditionalMetadata
schema class | -| static class | Schema.File
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.File
schema class | +| static class | Schema.AdditionalMetadata
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index d27cab96ae9..a813be68265 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Items
schema class | -| static class | Schema.FilesList
output class for List payloads | -| static class | Schema.Files
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Files
schema class | +| static class | Schema.FilesList
output class for List payloads | +| static class | Schema.Items
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index db7471dca33..ef837834eda 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 47c1d04b1d4..b1ec3e5ce6c 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Items0
schema class | -| static class | Schema0.SchemaList0
output class for List payloads | | static class | Schema0.Schema01
schema class | +| static class | Schema0.SchemaList0
output class for List payloads | +| static class | Schema0.Items0
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index a1b07eff413..5681fda5744 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Items0
schema class | -| static class | Schema0.SchemaList0
output class for List payloads | | static class | Schema0.Schema01
schema class | +| static class | Schema0.SchemaList0
output class for List payloads | +| static class | Schema0.Items0
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index d9abb882d41..7bd98861834 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Name
schema class | -| static class | Schema.Status
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.Status
schema class | +| static class | Schema.Name
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index e86caf5bb17..9dbf2dc38b5 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.AdditionalMetadata
schema class | -| static class | Schema.File
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | | static class | Schema.Schema1
schema class | +| static class | Schema.SchemaMap
output class for Map payloads | +| static class | Schema.File
schema class | +| static class | Schema.AdditionalMetadata
schema class | ## Schema1 public class Schema1 diff --git a/src/main/java/org/openapijsonschematools/codegen/templating/handlebars/CustomHelpers.java b/src/main/java/org/openapijsonschematools/codegen/templating/handlebars/CustomHelpers.java index d6dbb251271..fc7aff6857b 100644 --- a/src/main/java/org/openapijsonschematools/codegen/templating/handlebars/CustomHelpers.java +++ b/src/main/java/org/openapijsonschematools/codegen/templating/handlebars/CustomHelpers.java @@ -56,6 +56,38 @@ public enum CustomHelpers implements Helper { } }, + /** + * Adds items on to an immutable List + * + *
+     * {{join value " // " [prefix=""] [suffix=""]}}
+     * 
+ * + *

+ * If value is the list ['a', 'b', 'c'], the output will be the string "a // b // c". + *

+ * Or: + * + *
+     * {{join "a" "b" "c" " // " [prefix=""] [suffix=""]}}
+     * Join the "a", "b", "c", the output will be the string "a // b // c".
+     * 
+ */ + reverse { + @Override + public Object apply(final Object context, final Options options) { + if (context == null) { + return null; + } else if (context instanceof List) { + List reversed = new ArrayList<>(); + reversed.addAll((List) context); + Collections.reverse(reversed); + return reversed; + } + return context; + } + }, + /** * Adds items on to an immutable List * diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index b702656390e..de8a07643aa 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -18,7 +18,7 @@ A class that contains necessary nested schema classes, and classes to store vali {{headerSize}}# Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -{{#each getSchemas}} +{{#each (reverse getSchemas)}} {{#eq instanceType "schema"}} | static class | {{../containerJsonPathPiece.camelCase}}.{{jsonPathPiece.camelCase}}
schema class | {{else}} From ef13bb8dc3c69add7bf236f501ecd5976a1622c2 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 18:12:32 -0800 Subject: [PATCH 30/72] Prints only schema in docs --- .../Int32JsonContentTypeHeaderSchema.md | 1 - .../numberheader/NumberHeaderSchema.md | 1 - .../stringheader/StringHeaderSchema.md | 1 - .../parameters/pathusername/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../headers/location/LocationSchema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationxml/Schema.md | 1 - .../content/applicationjson/Schema.md | 14 +- .../headers/someheader/SomeHeaderSchema.md | 1 - .../components/schemas/AbstractStepMessage.md | 17 +- .../schemas/AdditionalPropertiesClass.md | 292 ++++++++++++++- .../schemas/AdditionalPropertiesSchema.md | 154 +++++++- .../AdditionalPropertiesWithArrayOfEnums.md | 38 +- .../java/docs/components/schemas/Address.md | 14 +- .../java/docs/components/schemas/Animal.md | 23 +- .../docs/components/schemas/AnimalFarm.md | 1 - .../components/schemas/AnyTypeAndFormat.md | 172 ++++++++- .../components/schemas/AnyTypeNotString.md | 15 +- .../components/schemas/ApiResponseSchema.md | 34 +- .../java/docs/components/schemas/Apple.md | 23 +- .../java/docs/components/schemas/AppleReq.md | 42 ++- .../components/schemas/ArrayHoldingAnyType.md | 22 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 83 +++- .../docs/components/schemas/ArrayOfEnums.md | 1 - .../components/schemas/ArrayOfNumberOnly.md | 47 ++- .../java/docs/components/schemas/ArrayTest.md | 200 +++++++++- .../schemas/ArrayWithValidationsInItems.md | 12 +- .../java/docs/components/schemas/Banana.md | 12 +- .../java/docs/components/schemas/BananaReq.md | 42 ++- .../java/docs/components/schemas/Bar.md | 1 - .../java/docs/components/schemas/BasquePig.md | 12 +- .../docs/components/schemas/BooleanEnum.md | 1 - .../docs/components/schemas/BooleanSchema.md | 1 - .../docs/components/schemas/Capitalization.md | 69 +++- .../java/docs/components/schemas/Cat.md | 49 ++- .../java/docs/components/schemas/Category.md | 23 +- .../java/docs/components/schemas/ChildCat.md | 49 ++- .../docs/components/schemas/ClassModel.md | 13 +- .../java/docs/components/schemas/Client.md | 12 +- .../schemas/ComplexQuadrilateral.md | 49 ++- ...omposedAnyOfDifferentTypesNoValidations.md | 222 ++++++++++- .../docs/components/schemas/ComposedArray.md | 20 +- .../docs/components/schemas/ComposedBool.md | 23 +- .../docs/components/schemas/ComposedNone.md | 23 +- .../docs/components/schemas/ComposedNumber.md | 23 +- .../docs/components/schemas/ComposedObject.md | 23 +- .../schemas/ComposedOneOfDifferentTypes.md | 104 +++++- .../docs/components/schemas/ComposedString.md | 23 +- .../java/docs/components/schemas/Currency.md | 1 - .../java/docs/components/schemas/DanishPig.md | 12 +- .../docs/components/schemas/DateTimeTest.md | 1 - .../schemas/DateTimeWithValidations.md | 1 - .../components/schemas/DateWithValidations.md | 1 - .../docs/components/schemas/DecimalPayload.md | 1 - .../java/docs/components/schemas/Dog.md | 49 ++- .../java/docs/components/schemas/Drawing.md | 36 +- .../docs/components/schemas/EnumArrays.md | 58 ++- .../java/docs/components/schemas/EnumClass.md | 1 - .../java/docs/components/schemas/EnumTest.md | 45 ++- .../components/schemas/EquilateralTriangle.md | 49 ++- .../java/docs/components/schemas/File.md | 15 +- .../components/schemas/FileSchemaTestClass.md | 36 +- .../java/docs/components/schemas/Foo.md | 1 - .../docs/components/schemas/FormatTest.md | 273 +++++++++++++- .../docs/components/schemas/FromSchema.md | 23 +- .../java/docs/components/schemas/Fruit.md | 17 +- .../java/docs/components/schemas/FruitReq.md | 17 +- .../java/docs/components/schemas/GmFruit.md | 17 +- .../components/schemas/GrandparentAnimal.md | 12 +- .../components/schemas/HasOnlyReadOnly.md | 23 +- .../components/schemas/HealthCheckResult.md | 14 +- .../docs/components/schemas/IntegerEnum.md | 1 - .../docs/components/schemas/IntegerEnumBig.md | 1 - .../components/schemas/IntegerEnumOneValue.md | 1 - .../schemas/IntegerEnumWithDefaultValue.md | 1 - .../docs/components/schemas/IntegerMax10.md | 1 - .../docs/components/schemas/IntegerMin15.md | 1 - .../components/schemas/IsoscelesTriangle.md | 49 ++- .../java/docs/components/schemas/Items.md | 12 +- .../components/schemas/JSONPatchRequest.md | 19 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 67 +++- .../schemas/JSONPatchRequestMoveCopy.md | 61 ++- .../schemas/JSONPatchRequestRemove.md | 48 ++- .../java/docs/components/schemas/Mammal.md | 9 - .../java/docs/components/schemas/MapTest.md | 155 +++++++- ...dPropertiesAndAdditionalPropertiesClass.md | 53 ++- .../java/docs/components/schemas/Money.md | 31 +- .../docs/components/schemas/MyObjectDto.md | 33 +- .../java/docs/components/schemas/Name.md | 37 +- .../schemas/NoAdditionalProperties.md | 44 ++- .../docs/components/schemas/NullableClass.md | 353 +++++++++++++++++- .../docs/components/schemas/NullableShape.md | 18 +- .../docs/components/schemas/NullableString.md | 1 - .../docs/components/schemas/NumberOnly.md | 12 +- .../docs/components/schemas/NumberSchema.md | 1 - .../schemas/NumberWithValidations.md | 1 - .../schemas/ObjWithRequiredProps.md | 16 +- .../schemas/ObjWithRequiredPropsBase.md | 12 +- .../components/schemas/ObjectInterface.md | 1 - .../ObjectModelWithArgAndArgsProperties.md | 23 +- .../schemas/ObjectModelWithRefProps.md | 2 - ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 51 ++- .../schemas/ObjectWithCollidingProperties.md | 22 +- .../schemas/ObjectWithDecimalProperties.md | 12 +- .../ObjectWithDifficultlyNamedProps.md | 35 +- .../ObjectWithInlineCompositionProperty.md | 30 +- .../ObjectWithInvalidNamedRefedProperties.md | 1 - .../ObjectWithNonIntersectingValues.md | 23 +- .../schemas/ObjectWithOnlyOptionalProps.md | 42 ++- .../schemas/ObjectWithOptionalTestProp.md | 12 +- .../schemas/ObjectWithValidations.md | 1 - .../java/docs/components/schemas/Order.md | 69 +++- .../schemas/PaginatedResultMyObjectDto.md | 66 +++- .../java/docs/components/schemas/ParentPet.md | 7 - .../java/docs/components/schemas/Pet.md | 118 +++++- .../java/docs/components/schemas/Pig.md | 8 - .../java/docs/components/schemas/Player.md | 13 +- .../java/docs/components/schemas/PublicKey.md | 13 +- .../docs/components/schemas/Quadrilateral.md | 8 - .../schemas/QuadrilateralInterface.md | 23 +- .../docs/components/schemas/ReadOnlyFirst.md | 23 +- .../schemas/ReqPropsFromExplicitAddProps.md | 14 +- .../schemas/ReqPropsFromTrueAddProps.md | 20 +- .../schemas/ReqPropsFromUnsetAddProps.md | 1 - .../docs/components/schemas/ReturnSchema.md | 15 +- .../components/schemas/ScaleneTriangle.md | 49 ++- .../components/schemas/Schema200Response.md | 26 +- .../schemas/SelfReferencingArrayModel.md | 1 - .../schemas/SelfReferencingObjectModel.md | 1 - .../java/docs/components/schemas/Shape.md | 8 - .../docs/components/schemas/ShapeOrNull.md | 18 +- .../components/schemas/SimpleQuadrilateral.md | 49 ++- .../docs/components/schemas/SomeObject.md | 7 - .../components/schemas/SpecialModelname.md | 13 +- .../components/schemas/StringBooleanMap.md | 14 +- .../docs/components/schemas/StringEnum.md | 1 - .../schemas/StringEnumWithDefaultValue.md | 1 - .../docs/components/schemas/StringSchema.md | 1 - .../schemas/StringWithValidation.md | 1 - .../java/docs/components/schemas/Tag.md | 23 +- .../java/docs/components/schemas/Triangle.md | 9 - .../components/schemas/TriangleInterface.md | 23 +- .../docs/components/schemas/UUIDString.md | 1 - .../java/docs/components/schemas/User.md | 189 +++++++++- .../java/docs/components/schemas/Whale.md | 34 +- .../java/docs/components/schemas/Zebra.md | 42 ++- .../delete/parameters/parameter0/Schema0.md | 1 - .../delete/parameters/parameter1/Schema1.md | 1 - .../get/parameters/parameter0/Schema0.md | 1 - .../parameters/parameter0/PathParamSchema0.md | 1 - .../post/parameters/parameter0/Schema0.md | 1 - .../delete/parameters/parameter0/Schema0.md | 1 - .../delete/parameters/parameter1/Schema1.md | 1 - .../delete/parameters/parameter2/Schema2.md | 1 - .../delete/parameters/parameter3/Schema3.md | 1 - .../delete/parameters/parameter4/Schema4.md | 1 - .../delete/parameters/parameter5/Schema5.md | 1 - .../fake/get/parameters/parameter0/Schema0.md | 12 +- .../fake/get/parameters/parameter1/Schema1.md | 1 - .../fake/get/parameters/parameter2/Schema2.md | 12 +- .../fake/get/parameters/parameter3/Schema3.md | 1 - .../fake/get/parameters/parameter4/Schema4.md | 1 - .../fake/get/parameters/parameter5/Schema5.md | 1 - .../applicationxwwwformurlencoded/Schema.md | 62 ++- .../content/applicationjson/Schema.md | 1 - .../applicationxwwwformurlencoded/Schema.md | 183 ++++++++- .../put/parameters/parameter0/Schema0.md | 1 - .../put/parameters/parameter0/Schema0.md | 1 - .../put/parameters/parameter1/Schema1.md | 1 - .../put/parameters/parameter2/Schema2.md | 1 - .../delete/parameters/parameter0/Schema0.md | 1 - .../content/applicationjson/Schema.md | 14 +- .../post/parameters/parameter0/Schema0.md | 15 +- .../post/parameters/parameter1/Schema1.md | 30 +- .../content/applicationjson/Schema.md | 15 +- .../content/multipartformdata/Schema.md | 30 +- .../content/applicationjson/Schema.md | 15 +- .../content/multipartformdata/Schema.md | 30 +- .../applicationxwwwformurlencoded/Schema.md | 27 +- .../applicationjsoncharsetutf8/Schema.md | 1 - .../applicationjsoncharsetutf8/Schema.md | 1 - .../content/applicationjson/Schema.md | 12 +- .../content/multipartformdata/Schema.md | 12 +- .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../get/parameters/parameter0/Schema0.md | 12 +- .../post/parameters/parameter0/Schema0.md | 1 - .../post/parameters/parameter1/Schema1.md | 1 - .../post/parameters/parameter10/Schema10.md | 1 - .../post/parameters/parameter11/Schema11.md | 1 - .../post/parameters/parameter12/Schema12.md | 1 - .../post/parameters/parameter13/Schema13.md | 1 - .../post/parameters/parameter14/Schema14.md | 1 - .../post/parameters/parameter15/Schema15.md | 1 - .../post/parameters/parameter16/Schema16.md | 1 - .../post/parameters/parameter17/Schema17.md | 1 - .../post/parameters/parameter18/Schema18.md | 1 - .../post/parameters/parameter2/Schema2.md | 1 - .../post/parameters/parameter3/Schema3.md | 1 - .../post/parameters/parameter4/Schema4.md | 1 - .../post/parameters/parameter5/Schema5.md | 1 - .../post/parameters/parameter6/Schema6.md | 1 - .../post/parameters/parameter7/Schema7.md | 1 - .../post/parameters/parameter8/Schema8.md | 1 - .../post/parameters/parameter9/Schema9.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../post/parameters/parameter0/Schema0.md | 1 - .../content/multipartformdata/Schema.md | 27 +- .../content/applicationjson/Schema0.md | 1 - .../content/applicationjson/Schema.md | 1 - .../put/parameters/parameter0/Schema0.md | 12 +- .../put/parameters/parameter1/Schema1.md | 12 +- .../put/parameters/parameter2/Schema2.md | 12 +- .../put/parameters/parameter3/Schema3.md | 12 +- .../put/parameters/parameter4/Schema4.md | 12 +- .../content/applicationoctetstream/Schema.md | 2 - .../content/applicationoctetstream/Schema.md | 2 - .../content/multipartformdata/Schema.md | 27 +- .../content/multipartformdata/Schema.md | 47 ++- .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationjson/Schema.md | 1 - .../get/parameters/parameter0/Schema0.md | 12 +- .../get/parameters/parameter0/Schema0.md | 12 +- .../delete/parameters/parameter0/Schema0.md | 1 - .../delete/parameters/parameter1/Schema1.md | 1 - .../get/parameters/parameter0/Schema0.md | 1 - .../post/parameters/parameter0/Schema0.md | 1 - .../applicationxwwwformurlencoded/Schema.md | 27 +- .../post/parameters/parameter0/Schema0.md | 1 - .../content/multipartformdata/Schema.md | 27 +- .../delete/parameters/parameter0/Schema0.md | 1 - .../get/parameters/parameter0/Schema0.md | 1 - .../get/parameters/parameter0/Schema0.md | 1 - .../get/parameters/parameter1/Schema1.md | 1 - .../content/applicationjson/Schema.md | 1 - .../content/applicationxml/Schema.md | 1 - .../xexpiresafter/XExpiresAfterSchema.md | 1 - .../applicationjson/XRateLimitSchema.md | 1 - .../components/schemas/Schema_doc.hbs | 133 +------ 248 files changed, 5214 insertions(+), 626 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index 4208534d322..c4d1b74a7fa 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 14d4a2480e7..1938094096d 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index c0d1218d1ad..d8a15904111 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index ca777a2a6ba..86ebd01bed5 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index c4a6626a7ee..9fcda8d4a29 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index c7bd6795060..be323be0e5c 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index d15f5d6ee4b..72999db69e1 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 81b335aa01d..f1845aeffc5 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 24a98fe3c52..2c6ad50c798 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -25,7 +24,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -42,3 +41,14 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static SchemaMap | of(Map arg, SchemaConfiguration configuration) | | int | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index b97b5363660..38db66609b9 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index de5246729de..25a0683602c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description Abstract Step - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -52,10 +50,15 @@ A class to store validated Map payloads | Object | sequenceNumber()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | -## Composed Schemas (allOf/anyOf/oneOf/not) -## anyOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | +## Discriminator +public class Discriminator +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index fe787ce500c..189aac178b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -36,7 +36,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -78,11 +77,302 @@ A class to store validated Map payloads | MapWithUndeclaredPropertiesStringMap | map_with_undeclared_properties_string()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## MapWithUndeclaredPropertiesString +public class MapWithUndeclaredPropertiesString +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapWithUndeclaredPropertiesStringMap | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + +## MapWithUndeclaredPropertiesStringMap +public class MapWithUndeclaredPropertiesStringMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapWithUndeclaredPropertiesStringMap | of(Map arg, SchemaConfiguration configuration) | +| String | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties5 +public class AdditionalProperties5 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## EmptyMap +public class EmptyMap +extends JsonSchema + +A schema class that validates payloads + +## Description +an object with no declared properties and no undeclared properties, hence it's an empty map. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +## EmptyMapMap +public class EmptyMapMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static EmptyMapMap | of(Map arg, SchemaConfiguration configuration) | + +## AdditionalProperties4 +public class AdditionalProperties4 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## MapWithUndeclaredPropertiesAnytype3 +public class MapWithUndeclaredPropertiesAnytype3 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapWithUndeclaredPropertiesAnytype3Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## MapWithUndeclaredPropertiesAnytype3Map +public class MapWithUndeclaredPropertiesAnytype3Map +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapWithUndeclaredPropertiesAnytype3Map | of(Map arg, SchemaConfiguration configuration) | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties3 +public class AdditionalProperties3 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## MapWithUndeclaredPropertiesAnytype2 +public class MapWithUndeclaredPropertiesAnytype2 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | +## MapWithUndeclaredPropertiesAnytype1 +public class MapWithUndeclaredPropertiesAnytype1 +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## Anytype1 +public class Anytype1 +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## MapOfMapProperty +public class MapOfMapProperty +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapOfMapPropertyMap | validate(Map> arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + +## MapOfMapPropertyMap +public class MapOfMapPropertyMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapOfMapPropertyMap | of(Map> arg, SchemaConfiguration configuration) | +| AdditionalPropertiesMap | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties1 +public class AdditionalProperties1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + +## AdditionalPropertiesMap +public class AdditionalPropertiesMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| String | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties2 +public class AdditionalProperties2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## MapProperty +public class MapProperty +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapPropertyMap | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + +## MapPropertyMap +public class MapPropertyMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapPropertyMap | of(Map arg, SchemaConfiguration configuration) | +| String | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index b63d0578a43..48d1b25f4a9 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -24,21 +24,159 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static | validate(Map arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | -[Schema1](#) | | -[Schema2](#) | | +## Schema2 +public class Schema2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema2Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema2Map +public class Schema2Map +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema2Map | of(Map arg, SchemaConfiguration configuration) | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties2 +public class AdditionalProperties2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +## Schema1Map +public class Schema1Map +extends FrozenMap +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties1 +public class AdditionalProperties1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema0Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema0Map +public class Schema0Map +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema0Map | of(Map arg, SchemaConfiguration configuration) | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 1ebc1326f8f..1efda15b0d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -26,7 +25,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map> ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -44,5 +43,40 @@ A class to store validated Map payloads | static AdditionalPropertiesWithArrayOfEnumsMap | of(Map> arg, SchemaConfiguration configuration) | | AdditionalPropertiesList | getAdditionalProperty(String name)
provides type safety for additional properties | +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + +## AdditionalPropertiesList +public class AdditionalPropertiesList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index a2c865d9f76..6c7c89ff57a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -25,7 +24,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -43,4 +42,15 @@ A class to store validated Map payloads | static AddressMap | of(Map arg, SchemaConfiguration configuration) | | long | getAdditionalProperty(String name)
provides type safety for additional properties | +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index f4e05062dc4..94f804e0fbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,26 @@ A class to store validated Map payloads | String | color()
[optional] if omitted the server will use the default value of red | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Color +public class Color +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## ClassName +public class ClassName +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 08b5d252991..4d60bd614c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 2ca68fd6e90..5d208375b88 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -25,7 +25,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -65,4 +64,175 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## FloatSchema +public class FloatSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## DoubleSchema +public class DoubleSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Int64 +public class Int64 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Int32 +public class Int32 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Binary +public class Binary +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## NumberSchema +public class NumberSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Datetime +public class Datetime +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Date +public class Date +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## UuidSchema +public class UuidSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index 9531016454c..302a3dae856 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -30,11 +29,15 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## not -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Not](#) | | +## Not +public class Not +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 9d3b4e2bfd7..ab014cc6b06 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -51,4 +50,37 @@ A class to store validated Map payloads | String | message()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Message +public class Message +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Type +public class Type +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Code +public class Code +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index c3764b6be6b..31c2b6173ba 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -49,4 +48,26 @@ A class to store validated Map payloads | String | origin()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Origin +public class Origin +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Cultivar +public class Cultivar +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 90b7e62bea1..e214403cff0 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,4 +46,45 @@ A class to store validated Map payloads | String | cultivar()
| | boolean | mealy()
[optional] | +## Mealy +public class Mealy +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | + +## Cultivar +public class Cultivar +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 38e3832214e..733af6a9ccd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,25 @@ Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Description +any type can be stored here +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 15a4f23bd2d..f1796c17869 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -21,7 +21,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -49,5 +48,87 @@ A class to store validated Map payloads | ArrayArrayNumberList | ArrayArrayNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ArrayArrayNumber +public class ArrayArrayNumber +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayArrayNumberList | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +List | | + +## ArrayArrayNumberList +public class ArrayArrayNumberList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ItemsList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Number | | + +## ItemsList +public class ItemsList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items1 +public class Items1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 9c002c41813..a6867643b44 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index becd35499d4..75036e2bc60 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,5 +46,51 @@ A class to store validated Map payloads | ArrayNumberList | ArrayNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ArrayNumber +public class ArrayNumber +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayNumberList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Number | | + +## ArrayNumberList +public class ArrayNumberList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 9186cb8fa18..4d800135e81 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -28,7 +28,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -60,7 +59,206 @@ A class to store validated Map payloads | ArrayArrayOfModelList | array_array_of_model()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ArrayArrayOfModel +public class ArrayArrayOfModel +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayArrayOfModelList | validate(List>> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List>> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +List> | | + +## ArrayArrayOfModelList +public class ArrayArrayOfModelList +extends FrozenList +A class to store validated List payloads +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items3 +public class Items3 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ItemsList1 | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + +## ItemsList1 +public class ItemsList1 +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## ArrayArrayOfInteger +public class ArrayArrayOfInteger +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayArrayOfIntegerList | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +List | | + +## ArrayArrayOfIntegerList +public class ArrayArrayOfIntegerList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items1 +public class Items1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ItemsList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Long | | value must be a 64 bit integer + +## ItemsList +public class ItemsList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items2 +public class Items2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## ArrayOfString +public class ArrayOfString +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayOfStringList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + +## ArrayOfStringList +public class ArrayOfStringList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 4bc446d3cc1..f96cb7d3f98 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,15 @@ Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 13b084f6ded..e0ffb378df5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,4 +44,15 @@ A class to store validated Map payloads | Number | lengthCm()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## LengthCm +public class LengthCm +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 33e0a710247..a95b86dd842 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,4 +46,45 @@ A class to store validated Map payloads | Number | lengthCm()
| | boolean | sweet()
[optional] | +## Sweet +public class Sweet +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | + +## LengthCm +public class LengthCm +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index c187bba2d70..e4f69753201 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index bbb5b1208d6..be6b3bcc2f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,4 +44,15 @@ A class to store validated Map payloads | String | className()
must be one of ["BasquePig"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ClassName +public class ClassName +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 81640fb7b54..c2091bd25c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 3f9354dfa95..f9c3fc92a2f 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 905e817ba55..3a0ef6ba426 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -22,7 +22,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -60,4 +59,72 @@ A class to store validated Map payloads | String | ATT_NAME()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ATTNAME +public class ATTNAME +extends JsonSchema + +A schema class that validates payloads + +## Description +Name of the pet +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## SCAETHFlowPoints +public class SCAETHFlowPoints +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## CapitalSnake +public class CapitalSnake +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## SmallSnake +public class SmallSnake +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## CapitalCamel +public class CapitalCamel +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## SmallCamel +public class SmallCamel +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 5d62b83b250..da6170cc176 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,48 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**declawed** | boolean | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| boolean | declawed()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Declawed +public class Declawed +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 061bfcd393e..894d8567591 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,26 @@ A class to store validated Map payloads | long | id()
[optional] value must be a 64 bit integer | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Name +public class Name +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Id +public class Id +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 8315a941ccc..09f971eb5cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,48 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| String | name()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Name +public class Name +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 8a7b3c798b9..e2fc9023dbb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description Model for testing model with \"_class\" property - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -56,4 +54,15 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["_class"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ClassSchema +public class ClassSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 3ac8f9ec341..f1059aa5338 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,4 +44,15 @@ A class to store validated Map payloads | String | client()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Client2 +public class Client2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index fe7eeec3b5c..647115217b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,48 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**quadrilateralType** | String | | [optional] must be one of ["ComplexQuadrilateral"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| String | quadrilateralType()
[optional] must be one of ["ComplexQuadrilateral"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## QuadrilateralType +public class QuadrilateralType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 11ba48af65a..5b5c8177dbe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -33,6 +33,126 @@ extends JsonSchema A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Schema15 +public class Schema15 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## Schema14 +public class Schema14 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + +## Schema13 +public class Schema13 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## Schema12 +public class Schema12 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static double | validate(double arg, SchemaConfiguration configuration) | + +## Schema11 +public class Schema11 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static float | validate(float arg, SchemaConfiguration configuration) | + +## Schema10 +public class Schema10 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + +## Schema9 +public class Schema9 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema9List | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | | + +## Schema9List +public class Schema9List +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads ## Method Summary | Modifier and Type | Method and Description | @@ -47,41 +167,103 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## anyOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | -[Schema1](#) | | -[Schema2](#) | | -[Schema3](#) | | -[Schema4](#) | | -[Schema5](#) | | -[Schema6](#) | | -[Schema7](#) | | -[Schema8](#) | | -[Schema9](#) | | -[Schema10](#) | | -[Schema11](#) | | -[Schema12](#) | | -[Schema13](#) | | -[Schema14](#) | | -[Schema15](#) | | +## Schema8 +public class Schema8 +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +## Schema7 +public class Schema7 +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +## Schema6 +public class Schema6 +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | +## Schema5 +public class Schema5 +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +## Schema4 +public class Schema4 +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Schema3 +public class Schema3 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | +## Schema2 +public class Schema2 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 5c47f6ebccf..fbc21cb990b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,23 @@ Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 31f446933ef..80348e0fc13 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -16,17 +16,28 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 67f1c32b118..e91ba2ad92d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -16,17 +16,28 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index b73634df9d1..7e8dc407752 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -16,17 +16,28 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 40531745328..471b0da59a4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -16,17 +16,28 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static | validate(Map arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 88bbb67a493..dfd08fcaabf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -22,9 +22,73 @@ extends JsonSchema A schema class that validates payloads - ## Description this is a model that allows payloads of type object or number +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Schema6 +public class Schema6 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Schema5 +public class Schema5 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema5List | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | | + +## Schema5List +public class Schema5List +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads ## Method Summary | Modifier and Type | Method and Description | @@ -39,21 +103,37 @@ this is a model that allows payloads of type object or number | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | -[Schema2](#) | | -[Schema3](#) | | -[Schema4](#) | | -[Schema5](#) | | -[Schema6](#) | | +## Schema4 +public class Schema4 +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | +## Schema3 +public class Schema3 +extends JsonSchema +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Schema2 +public class Schema2 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 39643174002..2e4233918de 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -16,17 +16,28 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 4bf2d23a9c7..8693f7ee73b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 9fcc8363318..ba1f0964c9e 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,4 +44,15 @@ A class to store validated Map payloads | String | className()
must be one of ["DanishPig"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ClassName +public class ClassName +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 344177a5c56..9ca8b77ab85 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index cf748ad5a69..08afadf71cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index f7a377d4503..9dc4f4f033e 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index 48a67554935..e1d2fad7e24 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index aa744a270f3..9a884f4209e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,48 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**breed** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| String | breed()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Breed +public class Breed +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 7c9e755a848..0bec9a7129e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -52,5 +51,40 @@ A class to store validated Map payloads | ShapesList | shapes()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Shapes +public class Shapes +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ShapesList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | | + +## ShapesList +public class ShapesList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 6e696d53794..a139e4b5e26 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -20,7 +20,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -50,5 +49,62 @@ A class to store validated Map payloads | ArrayEnumList | array_enum()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ArrayEnum +public class ArrayEnum +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayEnumList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | must be one of ["fish", "crab"] + +## ArrayEnumList +public class ArrayEnumList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## JustSymbol +public class JustSymbol +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index fcafeb96496..9fad6c3d2dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 3a7058cc70e..533eaca8fe6 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -20,7 +20,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -64,4 +63,48 @@ A class to store validated Map payloads | long | IntegerEnumOneValue()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## EnumNumber +public class EnumNumber +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static double | validate(double arg, SchemaConfiguration configuration) | + +## EnumInteger +public class EnumInteger +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + +## EnumStringRequired +public class EnumStringRequired +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## EnumString +public class EnumString +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 34689bb2647..768ae1d030e 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,48 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**triangleType** | String | | [optional] must be one of ["EquilateralTriangle"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| String | triangleType()
[optional] must be one of ["EquilateralTriangle"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## TriangleType +public class TriangleType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index b61920cf1ce..30ef8ca015b 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description Must be named `File` for test. - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +46,17 @@ A class to store validated Map payloads | String | sourceURI()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## SourceURI +public class SourceURI +extends JsonSchema + +A schema class that validates payloads + +## Description +Test capitalization +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 19e6fc20a32..5cb9881d5b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,5 +47,40 @@ A class to store validated Map payloads | FilesList | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Files +public class Files +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FilesList | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + +## FilesList +public class FilesList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 090d2ccb3e8..a7f3b8e61cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 112cd3711ff..b3ccef8a103 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -39,7 +39,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -101,5 +100,277 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## NoneProp +public class NoneProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | + +## PatternWithDigitsAndDelimiter +public class PatternWithDigitsAndDelimiter +extends JsonSchema + +A schema class that validates payloads + +## Description +A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## PatternWithDigits +public class PatternWithDigits +extends JsonSchema + +A schema class that validates payloads + +## Description +A string that is a 10 digit number. Can have leading zeros. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Password +public class Password +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## UuidNoExample +public class UuidNoExample +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## UuidSchema +public class UuidSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## DateTime +public class DateTime +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Date +public class Date +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Binary +public class Binary +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | + +## ByteSchema +public class ByteSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## StringSchema +public class StringSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## ArrayWithUniqueItems +public class ArrayWithUniqueItems +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayWithUniqueItemsList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Number | | + +## ArrayWithUniqueItemsList +public class ArrayWithUniqueItemsList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + +## Float64 +public class Float64 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static double | validate(double arg, SchemaConfiguration configuration) | + +## DoubleSchema +public class DoubleSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static double | validate(double arg, SchemaConfiguration configuration) | + +## Float32 +public class Float32 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static float | validate(float arg, SchemaConfiguration configuration) | + +## FloatSchema +public class FloatSchema +extends JsonSchema + +A schema class that validates payloads + +## Description +this is a reserved python keyword +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static float | validate(float arg, SchemaConfiguration configuration) | + +## NumberSchema +public class NumberSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + +## Int64 +public class Int64 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## Int32withValidations +public class Int32withValidations +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + +## Int32 +public class Int32 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + +## IntegerSchema +public class IntegerSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index bd908674358..5d779d5f1db 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,26 @@ A class to store validated Map payloads | long | id()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Id +public class Id +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## Data +public class Data +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index ac2bdd6bd0a..7287678e159 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -53,11 +52,15 @@ A class to store validated Map payloads | String | color()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | +## Color +public class Color +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 34cbc979882..85e264d4cfa 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -30,13 +29,15 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | - | | - | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index dff1d050dfb..32dbdea45c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -53,11 +52,15 @@ A class to store validated Map payloads | String | color()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | -## Composed Schemas (allOf/anyOf/oneOf/not) -## anyOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | +## Color +public class Color +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 9d6caeed357..0127ad0d46b 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,4 +44,15 @@ A class to store validated Map payloads | String | pet_type()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## PetType +public class PetType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index f5ef920bd8e..ad249fddcbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,26 @@ A class to store validated Map payloads | String | foo()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Foo +public class Foo +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Bar +public class Bar +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index b628610e8bc..bfdb0898973 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +46,16 @@ A class to store validated Map payloads | String | NullableMessage()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## NullableMessage +public class NullableMessage +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 238a3826efb..c9f3c9f2337 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 1ebaa6ee2fc..69c3b2736ee 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index db4bd17f74b..2eb1b25c71b 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 94feb1ee639..892c1f53b4f 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 91a5af3403d..491844e031d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index b41dc1f1c5f..f036e926238 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 7d45ed58f42..049cb1984ab 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,48 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**triangleType** | String | | [optional] must be one of ["IsoscelesTriangle"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| String | triangleType()
[optional] must be one of ["IsoscelesTriangle"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## TriangleType +public class TriangleType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 67258f4ebf4..022ffd8d4d3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description component's name collides with the inner schema name - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -51,5 +49,15 @@ Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Items2 +public class Items2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 046a7fe3d38..e2222bf7c64 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,5 +47,23 @@ Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 67184975b56..a429337a833 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -20,7 +20,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -50,4 +49,70 @@ A class to store validated Map payloads | String | path()
| | Object | value()
| +## Op +public class Op +extends JsonSchema + +A schema class that validates payloads + +## Description +The operation to perform. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Value +public class Value +extends JsonSchema + +A schema class that validates payloads + +## Description +The value to add, replace or test. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Path +public class Path +extends JsonSchema + +A schema class that validates payloads + +## Description +A JSON Pointer path. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index b21481f3e43..e7764db92e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -20,7 +20,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -28,7 +27,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -50,4 +49,62 @@ A class to store validated Map payloads | String | op()
must be one of ["move", "copy"] | | String | path()
| +## Op +public class Op +extends JsonSchema + +A schema class that validates payloads + +## Description +The operation to perform. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Path +public class Path +extends JsonSchema + +A schema class that validates payloads + +## Description +A JSON Pointer path. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## From +public class From +extends JsonSchema + +A schema class that validates payloads + +## Description +A JSON Pointer path. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index f743af53515..311bdb30ed9 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -27,7 +26,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -47,4 +46,49 @@ A class to store validated Map payloads | String | op()
must be one of ["remove"] | | String | path()
| +## Op +public class Op +extends JsonSchema + +A schema class that validates payloads + +## Description +The operation to perform. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Path +public class Path +extends JsonSchema + +A schema class that validates payloads + +## Description +A JSON Pointer path. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index c33f8df41e3..3c9ff269ea5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -29,12 +28,4 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | - | | - [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 8c8a7035cef..88983974cea 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -27,7 +27,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -61,7 +60,161 @@ A class to store validated Map payloads | StringBooleanMap.StringBooleanMapMap | indirect_map()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## DirectMap +public class DirectMap +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static DirectMapMap | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] + +## DirectMapMap +public class DirectMapMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static DirectMapMap | of(Map arg, SchemaConfiguration configuration) | +| boolean | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties3 +public class AdditionalProperties3 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | + +## MapOfEnumString +public class MapOfEnumString +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapOfEnumStringMap | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] must be one of ["UPPER", "lower"] + +## MapOfEnumStringMap +public class MapOfEnumStringMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapOfEnumStringMap | of(Map arg, SchemaConfiguration configuration) | +| String | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties2 +public class AdditionalProperties2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## MapMapOfString +public class MapMapOfString +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapMapOfStringMap | validate(Map> arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + +## MapMapOfStringMap +public class MapMapOfStringMap +extends FrozenMap +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapMapOfStringMap | of(Map> arg, SchemaConfiguration configuration) | +| AdditionalPropertiesMap | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + +## AdditionalPropertiesMap +public class AdditionalPropertiesMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| String | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties1 +public class AdditionalProperties1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index bac8ad0f557..8785c4728e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -20,7 +20,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -51,5 +50,57 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## MapSchema +public class MapSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapMap | validate(Map> arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + +## MapMap +public class MapMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static MapMap | of(Map> arg, SchemaConfiguration configuration) | +| Animal.AnimalMap | getAdditionalProperty(String name)
provides type safety for additional properties | + +## DateTime +public class DateTime +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## UuidSchema +public class UuidSchema +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index f97745febce..985eb074e8d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -46,4 +45,34 @@ A class to store validated Map payloads | String | amount()
value must be int or float numeric | | String | currency()
| +## Amount +public class Amount +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 61c9888f1fd..9d3fb87986c 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -26,7 +25,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -44,4 +43,34 @@ A class to store validated Map payloads | static MyObjectDtoMap | of(Map arg, SchemaConfiguration configuration) | | String | id()
[optional] value must be a uuid | +## Id +public class Id +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index fcf3959fd6a..18873b48626 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -19,10 +19,8 @@ extends JsonSchema A schema class that validates payloads - ## Description Model for testing model name same as property name - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -62,4 +60,39 @@ A class to store validated Map payloads | String | property()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Property +public class Property +extends JsonSchema + +A schema class that validates payloads + +## Description +this is a reserved python keyword +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## SnakeCase +public class SnakeCase +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + +## Name2 +public class Name2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index e16bfdd55b6..dba843ff323 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -27,7 +26,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -47,4 +46,45 @@ A class to store validated Map payloads | long | id()
value must be a 64 bit integer | | long | petId()
[optional] value must be a 64 bit integer | +## PetId +public class PetId +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## Id +public class Id +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index fd67ae7a0f2..66beb59819d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -41,7 +41,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -91,11 +90,363 @@ A class to store validated Map payloads | ObjectItemsNullableMap | object_items_nullable()
[optional] | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## ObjectItemsNullable +public class ObjectItemsNullable +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectItemsNullableMap | validate(Map> arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + +## ObjectItemsNullableMap +public class ObjectItemsNullableMap +extends FrozenMap> + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectItemsNullableMap | of(Map> arg, SchemaConfiguration configuration) | +| FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties2 +public class AdditionalProperties2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## ObjectAndItemsNullableProp +public class ObjectAndItemsNullableProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static ObjectAndItemsNullablePropMap | validate(Map> arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + +## ObjectAndItemsNullablePropMap +public class ObjectAndItemsNullablePropMap +extends FrozenMap> + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectAndItemsNullablePropMap | of(Map> arg, SchemaConfiguration configuration) | +| FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties1 +public class AdditionalProperties1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## ObjectNullableProp +public class ObjectNullableProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static ObjectNullablePropMap | validate(Map> arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + +## ObjectNullablePropMap +public class ObjectNullablePropMap +extends FrozenMap> + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ObjectNullablePropMap | of(Map> arg, SchemaConfiguration configuration) | +| FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | +## ArrayItemsNullable +public class ArrayItemsNullable +extends JsonSchema +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayItemsNullableList | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + +## ArrayItemsNullableList +public class ArrayItemsNullableList +extends FrozenList> + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items2 +public class Items2 +extends JsonSchema +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## ArrayAndItemsNullableProp +public class ArrayAndItemsNullableProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static ArrayAndItemsNullablePropList | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + +## ArrayAndItemsNullablePropList +public class ArrayAndItemsNullablePropList +extends FrozenList> + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items1 +public class Items1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## ArrayNullableProp +public class ArrayNullableProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static ArrayNullablePropList | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + +## ArrayNullablePropList +public class ArrayNullablePropList +extends FrozenList> + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## DatetimeProp +public class DatetimeProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## DateProp +public class DateProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## StringProp +public class StringProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## BooleanProp +public class BooleanProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | + +## NumberProp +public class NumberProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + +## IntegerProp +public class IntegerProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## AdditionalProperties3 +public class AdditionalProperties3 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 8f7f1f6a9ed..8132d7b0c81 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -16,10 +16,8 @@ extends JsonSchema A schema class that validates payloads - ## Description The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -33,13 +31,15 @@ The value may be a shape or the 'null' value. For a composed schema to | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | -[Schema2](#) | | +## Schema2 +public class Schema2 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 0d4f5463336..76af6c706c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index bf8f3a46622..072dc0d5d87 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,4 +44,15 @@ A class to store validated Map payloads | Number | JustNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## JustNumber +public class JustNumber +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index c1ff2938cdd..3b43b9115fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index af18ba0d977..e1deccd98ca 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index bb298c5e0d3..4cd59aadffc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,10 +44,15 @@ A class to store validated Map payloads | String | a()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | +## A +public class A +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index e1941887799..ae703c6659b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,4 +44,15 @@ A class to store validated Map payloads | String | b()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## B +public class B +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 4d14436deb4..96331e3bfe1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index f6c75082d70..d551c9aa1b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,26 @@ A class to store validated Map payloads | String | args()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Args +public class Args +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Arg +public class Arg +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 0b48c9146cd..e9b3e272792 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -16,10 +16,8 @@ extends JsonSchema A schema class that validates payloads - ## Description a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 658405adf19..b576a12348e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,50 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**test** | Object | | +**name** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| Object | test()
| +| String | name()
[optional] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Name +public class Name +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index efc404ccaa6..5245fdb121c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -18,10 +18,8 @@ extends JsonSchema A schema class that validates payloads - ## Description component with properties that have name collisions - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -51,6 +49,26 @@ A class to store validated Map payloads | FrozenMap | someprop()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Someprop +public class Someprop +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## SomeProp +public class SomeProp +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index f514c7dba5a..a8f6ea2ebea 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -49,4 +48,15 @@ A class to store validated Map payloads | Money.MoneyMap | cost()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Width +public class Width +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 17365fd7b9f..d580312d75f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -19,10 +19,8 @@ extends JsonSchema A schema class that validates payloads - ## Description model with properties that have invalid names for python - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -52,4 +50,37 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Schema123Number +public class Schema123Number +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## Schema123list +public class Schema123list +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Specialpropertyname +public class Specialpropertyname +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index f963b394a47..a09dc451ea0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -46,5 +45,34 @@ A class to store validated Map payloads | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## SomeProp +public class SomeProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 54089a5926e..3eaf936011c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 3dae1236129..a3cc2b2ad6a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -46,4 +45,26 @@ A class to store validated Map payloads | Number | a()
[optional] | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## A +public class A +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index d2623e76782..cfbe3eb72fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,4 +46,45 @@ A class to store validated Map payloads | String | a()
[optional] | | Number | b()
[optional] | +## B +public class B +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + +## A +public class A +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index a18244c6372..be6684f1a0b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -45,4 +44,15 @@ A class to store validated Map payloads | String | test()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Test +public class Test +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index c60801d078f..a671a384c99 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 429a034358c..a5c76f20cc4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -22,7 +22,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -60,4 +59,72 @@ A class to store validated Map payloads | boolean | complete()
[optional] if omitted the server will use the default value of false | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Complete +public class Complete +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | + +## Status +public class Status +extends JsonSchema + +A schema class that validates payloads + +## Description +Order Status +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## ShipDate +public class ShipDate +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Quantity +public class Quantity +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + +## PetId +public class PetId +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## Id +public class Id +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index d710a0288c9..ece109bf0b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -20,7 +20,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,5 +47,70 @@ A class to store validated Map payloads | long | count()
| | ResultsList | results()
| +## Results +public class Results +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ResultsList | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + +## ResultsList +public class ResultsList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Count +public class Count +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 51d1d90453f..4dddfef85c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -15,16 +15,9 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static | validate(Map arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index d58713e617d..b2f8fb76da8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -24,10 +24,8 @@ extends JsonSchema A schema class that validates payloads - ## Description Pet object that needs to be added to the store - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -65,6 +63,122 @@ A class to store validated Map payloads | String | status()
[optional] must be one of ["available", "pending", "sold"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Tags +public class Tags +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static TagsList | validate(List> arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + +## TagsList +public class TagsList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called +## Status +public class Status +extends JsonSchema + +A schema class that validates payloads + +## Description +pet status in the store +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## PhotoUrls +public class PhotoUrls +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PhotoUrlsList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + +## PhotoUrlsList +public class PhotoUrlsList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Name +public class Name +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Id +public class Id +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 8eb366dbc0e..1edbda47d2e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -29,11 +28,4 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | - [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index fecfa94e8f2..666e76f6378 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -50,4 +48,15 @@ A class to store validated Map payloads | PlayerMap | enemyPlayer()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Name +public class Name +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index ae6a108ca3a..8da2b7563dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description schema that contains a property named key - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +46,15 @@ A class to store validated Map payloads | String | key()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Key +public class Key +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index 3a0640d0840..b0dac2e0769 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -29,11 +28,4 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | - [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 119c547801f..1b13ce296a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -56,4 +55,26 @@ A class to store validated Map payloads | String | shapeType()
must be one of ["Quadrilateral"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## QuadrilateralType +public class QuadrilateralType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## ShapeType +public class ShapeType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index e196516b45b..1355c5cdf88 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,26 @@ A class to store validated Map payloads | String | baz()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Baz +public class Baz +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Bar +public class Bar +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 841a620dac4..2eb477e1987 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -25,7 +24,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -47,4 +46,15 @@ A class to store validated Map payloads | String | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 1857676dc6f..ae081619919 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,4 +46,23 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 422e5a874ec..a54b5f6faaf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 42eab67d419..6d09f403370 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description Model for testing reserved words - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -56,4 +54,17 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["return"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ReturnSchema2 +public class ReturnSchema2 +extends JsonSchema + +A schema class that validates payloads + +## Description +this is a reserved python keyword +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index a5981a56c30..6988dcb9292 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,48 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**triangleType** | String | | [optional] must be one of ["ScaleneTriangle"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| String | triangleType()
[optional] must be one of ["ScaleneTriangle"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## TriangleType +public class TriangleType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 7d426416ce6..b5ebf8c6d4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -18,10 +18,8 @@ extends JsonSchema A schema class that validates payloads - ## Description model with an invalid class name for python, starts with a number - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -59,4 +57,28 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["class"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ClassSchema +public class ClassSchema +extends JsonSchema + +A schema class that validates payloads + +## Description +this is a reserved python keyword +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Name +public class Name +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index c69b62d6a83..37f57ec337b 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 18355761622..8d6e79613ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index 613984a019d..c44db522ded 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -29,11 +28,4 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | - [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 90247b54214..2421465aa62 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -16,10 +16,8 @@ extends JsonSchema A schema class that validates payloads - ## Description The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -33,13 +31,15 @@ The value may be a shape or the 'null' value. This is introduced in OA | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | - | | - | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 4a8a47426d8..2889823e580 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -32,12 +31,48 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | -[Schema1](#) | | +## Schema1 +public class Schema1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**quadrilateralType** | String | | [optional] must be one of ["SimpleQuadrilateral"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + +## Schema1Map +public class Schema1Map +extends FrozenMap + +A class to store validated Map payloads +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| String | quadrilateralType()
[optional] must be one of ["SimpleQuadrilateral"] | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## QuadrilateralType +public class QuadrilateralType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index c3340197f24..62a1a57d14d 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -29,10 +28,4 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 47e173a10f0..5e081fdc872 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -17,10 +17,8 @@ extends JsonSchema A schema class that validates payloads - ## Description model with an invalid class name for python - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +46,15 @@ A class to store validated Map payloads | String | a()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## A +public class A +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 96ad053d08d..cf4fd12b33d 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -25,7 +24,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -43,4 +42,15 @@ A class to store validated Map payloads | static StringBooleanMapMap | of(Map arg, SchemaConfiguration configuration) | | boolean | getAdditionalProperty(String name)
provides type safety for additional properties | +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 5dbdeda41ea..594d41e75db 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 1644eae7cc0..ac88854ebe5 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index dd9e975e954..35c56cb16d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index a46d4d0dc1a..0561899bcf6 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 127be94505e..a272242fae0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -48,4 +47,26 @@ A class to store validated Map payloads | String | name()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Name +public class Name +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Id +public class Id +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 85492ba9c03..16b538ec92d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -29,12 +28,4 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - | | - | | - | | - [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 5dd4ca39de5..a9dd27a95e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -56,4 +55,26 @@ A class to store validated Map payloads | String | triangleType()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## TriangleType +public class TriangleType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## ShapeType +public class ShapeType +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 9b418524931..9485bfbcb66 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 0e17d77906c..7972a3bbaff 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -30,7 +30,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -82,7 +81,195 @@ A class to store validated Map payloads | Object | anyTypePropNullable()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## AnyTypePropNullable +public class AnyTypePropNullable +extends JsonSchema + +A schema class that validates payloads + +## Description +test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## AnyTypeExceptNullProp +public class AnyTypeExceptNullProp +extends JsonSchema + +A schema class that validates payloads + +## Description +any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Not +public class Not +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | + +## AnyTypeProp +public class AnyTypeProp +extends JsonSchema + +A schema class that validates payloads + +## Description +test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## ObjectWithNoDeclaredPropsNullable +public class ObjectWithNoDeclaredPropsNullable +extends JsonSchema + +A schema class that validates payloads + +## Description +test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## ObjectWithNoDeclaredProps +public class ObjectWithNoDeclaredProps +extends JsonSchema + +A schema class that validates payloads + +## Description +test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static | validate(Map arg, SchemaConfiguration configuration) | + +## UserStatus +public class UserStatus +extends JsonSchema + +A schema class that validates payloads + +## Description +User Status +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + +## Phone +public class Phone +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Password +public class Password +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Email +public class Email +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## LastName +public class LastName +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## FirstName +public class FirstName +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Username +public class Username +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Id +public class Id +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 3691184af3c..b25d5027e32 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -51,4 +50,37 @@ A class to store validated Map payloads | boolean | hasTeeth()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ClassName +public class ClassName +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## HasTeeth +public class HasTeeth +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | + +## HasBaleen +public class HasBaleen +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index ef5e4e2d8d6..50c406dbf39 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -49,4 +48,45 @@ A class to store validated Map payloads | String | type()
[optional] must be one of ["plains", "mountain", "grevys"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## ClassName +public class ClassName +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Type +public class Type +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index e942c511e15..15683cf87ed 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index d31e120298b..3f5eb4f0aa1 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index e31c59fdf4b..87a5f4081ae 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 3447cab7f03..6a6f362c3ed 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index b2b8e032e8d..c100b9bef52 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index 85142e65846..ae808f1855a 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index f0a7648637d..986dfec1ad6 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index b30a900b5a6..dc0809c63b2 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index db5dde1ace1..342e3a61de5 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index 286fa0f510e..9310b420b9e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 5e71482bd6a..12840a7041c 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 9a4b308540d..22a312b7b21 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items0 +public class Items0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index 193c591b29d..53aa487157a 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index a2709952c81..58d967b2886 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items2 +public class Items2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index f7d1a0cb4a9..256e7f2d137 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index b71eec05dcf..ef44f73157f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index bb595f69857..8924831ec19 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6a13f4535b8..051d4220f59 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,7 +20,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -50,3 +49,64 @@ A class to store validated Map payloads | String | enum_form_string()
[optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## EnumFormString +public class EnumFormString +extends JsonSchema + +A schema class that validates payloads + +## Description +Form parameter enum test (string) +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## EnumFormStringArray +public class EnumFormStringArray +extends JsonSchema + +A schema class that validates payloads + +## Description +Form parameter enum test (string array) +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static EnumFormStringArrayList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | must be one of [">", "$"] if omitted the server will use the default value of $ + +## EnumFormStringArrayList +public class EnumFormStringArrayList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index ca2a680539f..7d6ed7d8092 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 105efb6d7de..62c18bb8430 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -30,7 +30,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -78,3 +77,185 @@ A class to store validated Map payloads | String | callback()
[optional] | | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Callback +public class Callback +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Password +public class Password +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## DateTime +public class DateTime +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Date +public class Date +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Binary +public class Binary +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | + +## ByteSchema +public class ByteSchema +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## PatternWithoutDelimiter +public class PatternWithoutDelimiter +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## StringSchema +public class StringSchema +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## DoubleSchema +public class DoubleSchema +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static double | validate(double arg, SchemaConfiguration configuration) | + +## FloatSchema +public class FloatSchema +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static float | validate(float arg, SchemaConfiguration configuration) | + +## NumberSchema +public class NumberSchema +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Number | validate(Number arg, SchemaConfiguration configuration) | + +## Int64 +public class Int64 +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | + +## Int32 +public class Int32 +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static int | validate(int arg, SchemaConfiguration configuration) | + +## IntegerSchema +public class IntegerSchema +extends JsonSchema + +A schema class that validates payloads + +## Description +None +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index 5872c4858ec..f744888ae91 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index a145a1630ae..7acd222fd7c 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index 1f0bc69baa0..39826918217 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index ffb1ae40305..92cfa4c20df 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index fb122368205..5804cad4a28 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 9b5e2fa45ab..4e6a852c080 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -25,7 +24,7 @@ A schema class that validates payloads ## Input Map Keys ``` -type: Map +type: Map ``` Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- @@ -42,3 +41,14 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static SchemaMap | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | + +## AdditionalProperties +public class AdditionalProperties +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index fc5e3be5d7f..d4dc22a3bc6 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -30,9 +29,13 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema00](#) | | +## Schema00 +public class Schema00 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 5fa005fb7f0..6d88c149035 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -46,3 +45,32 @@ A class to store validated Map payloads | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## SomeProp1 +public class SomeProp1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Schema01 +public class Schema01 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index 7c7b078f431..764931b5a3d 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -30,9 +29,13 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 051c2531be2..7d9fae91832 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -46,3 +45,32 @@ A class to store validated Map payloads | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## SomeProp +public class SomeProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index c712389cd59..b6c9deda526 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -30,9 +29,13 @@ A schema class that validates payloads | static FrozenMap | Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Composed Schemas (allOf/anyOf/oneOf/not) -## allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- -[Schema0](#) | | +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 2498c4c57e7..17a9050c0fa 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -46,3 +45,32 @@ A class to store validated Map payloads | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## SomeProp +public class SomeProp +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | +| static Void | validate(Void arg, SchemaConfiguration configuration) | +| static int | validate(int arg, SchemaConfiguration configuration) | +| static long | validate(long arg, SchemaConfiguration configuration) | +| static float | validate(float arg, SchemaConfiguration configuration) | +| static double | validate(double arg, SchemaConfiguration configuration) | +| static boolean | validate(boolean arg, SchemaConfiguration configuration) | +| static FrozenMap | Map arg, SchemaConfiguration configuration) | +| FrozenList | validate(List arg, SchemaConfiguration configuration) | + +## Schema0 +public class Schema0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 822f48e8759..0b1d0a50c2c 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,29 @@ A class to store validated Map payloads | String | param()
| | String | param2()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Param2 +public class Param2 +extends JsonSchema + +A schema class that validates payloads + +## Description +field2 +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Param +public class Param +extends JsonSchema + +A schema class that validates payloads + +## Description +field1 +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 0b0c0fd0404..ffaa2fadcfc 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 4e43dbca370..4b4940d3c56 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 68dd5c641c7..545880a6183 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -44,3 +43,14 @@ A class to store validated Map payloads | static SchemaMap | of(Map arg, SchemaConfiguration configuration) | | String | a()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## A +public class A +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 727e0b665aa..75908079489 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -44,3 +43,14 @@ A class to store validated Map payloads | static SchemaMap | of(Map arg, SchemaConfiguration configuration) | | String | b()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## B +public class B +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index ffefc15ea81..4db312dd439 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index 393b67e9c51..bb55d37701e 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index cca9d2b4277..74c5cf32959 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 4738298a47f..61f8a0ea7f3 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index de349543073..91402bd50ef 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -44,3 +43,14 @@ A class to store validated Map payloads | static SchemaMap0 | of(Map arg, SchemaConfiguration configuration) | | String | keyword()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Keyword0 +public class Keyword0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 3e759ab7bd6..7daf8b90b42 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 60cdd15001c..44c08f4a295 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 87877156cd2..8fbd0769c0a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index fa9cbb0651a..97d87d216a8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index 21540570175..a79d70ef295 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index 132e7b1fee0..f1740ba7813 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index f61ff558895..c9b2589df7d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index a33fcfea246..a85aba39167 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 2a7312a4105..4e89f752882 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index bd6b40de2b3..5beee6f4da3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index ae9eccfcfce..a30ad7983c0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 73e9deb8821..836c6b8401e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index b644e3e1b56..1757de9b7aa 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 88b12fbaa2a..1c93bfd999d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index 9d7dee6c673..165342974a0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 2266ac38d35..5ec364a5764 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index 477572c4754..033b332257f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 796a8364b04..cb3fc5430b8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index 7f329f9a359..0181875bd6f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index b1a8f7318c8..58e67b69026 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index e1e613f70d6..7ffa52f8712 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index aed9342c01a..ae81f8a29f4 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index a353bb5e6a5..f9f236348d0 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,29 @@ A class to store validated Map payloads | String | requiredFile()
| | String | additionalMetadata()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## RequiredFile +public class RequiredFile +extends JsonSchema + +A schema class that validates payloads + +## Description +file to upload +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | + +## AdditionalMetadata +public class AdditionalMetadata +extends JsonSchema + +A schema class that validates payloads + +## Description +Additional data to pass to server +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 68ed2f2a8e5..5b632593f58 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index fdeba870d78..dce639e0f5f 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 703545edcb6..ce4b2363cbd 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items0 +public class Items0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index ba75e396ca2..4627dd774b1 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items1 +public class Items1 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 5194fb91eeb..2904b070044 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items2 +public class Items2 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 5ab0be7fc50..5372b9418e2 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items3 +public class Items3 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 7bb146f3cb2..33b2a904772 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items4 +public class Items4 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 5fe59233d78..b56de83b884 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -15,10 +15,8 @@ extends JsonSchema A schema class that validates payloads - ## Description file to upload - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index 42643301fbd..b8e6ebafe60 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -15,10 +15,8 @@ extends JsonSchema A schema class that validates payloads - ## Description file to download - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index bf3cbeec035..3d0e6d3e333 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,29 @@ A class to store validated Map payloads | String | file()
| | String | additionalMetadata()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## File +public class File +extends JsonSchema + +A schema class that validates payloads + +## Description +file to upload +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | + +## AdditionalMetadata +public class AdditionalMetadata +extends JsonSchema + +A schema class that validates payloads + +## Description +Additional data to pass to server +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index a813be68265..9de61df0b4c 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -19,7 +19,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,49 @@ A class to store validated Map payloads | FilesList | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Files +public class Files +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FilesList | validate(List arg, SchemaConfiguration configuration) | + +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + +## FilesList +public class FilesList +extends FrozenList + +A class to store validated List payloads + +### __new__ method +Argument | Type +-------- | ------ +arg | +configuration | configurations.SchemaConfiguration + +### methods +Method | Input Type | Return Type | Notes +------ | ---------- | ----------- | ------ +__getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items +public class Items +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 4eb7b861c88..ac9555d9335 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index e0b13e2d2e8..f5385fa1706 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index a38f170109d..ebbb03781ae 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 5a4d3f2c29c..c6b41d71869 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index 1e9d7846d33..f97f1f243af 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index dae24d8d90c..8f9c9c2fa2c 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index ef837834eda..abab5a1562b 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -16,7 +16,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index b1ec3e5ce6c..aa0ac2d5605 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items0 +public class Items0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 5681fda5744..03ddcadc75b 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -17,7 +17,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,14 @@ configuration | configurations.SchemaConfiguration Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Items0 +public class Items0 +extends JsonSchema + +A schema class that validates payloads + +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 2417ef90484..9bcce02ac66 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index fa4c80145d9..82fbb4ea77f 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index cf50893f517..2e824d79434 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index e9e6043dffd..dd724b7f271 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 7bd98861834..a4eb6863c15 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,29 @@ A class to store validated Map payloads | String | name()
[optional] | | String | status()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Status +public class Status +extends JsonSchema + +A schema class that validates payloads + +## Description +Updated status of the pet +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | + +## Name +public class Name +extends JsonSchema + +A schema class that validates payloads + +## Description +Updated name of the pet +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 2fb125bf340..4b6b54c28bc 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 9dbf2dc38b5..e74328d9f0f 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -18,7 +18,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -47,3 +46,29 @@ A class to store validated Map payloads | String | additionalMetadata()
[optional] | | String | file()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## File +public class File +extends JsonSchema + +A schema class that validates payloads + +## Description +file to upload +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | + +## AdditionalMetadata +public class AdditionalMetadata +extends JsonSchema + +A schema class that validates payloads + +## Description +Additional data to pass to server +## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 083246fb29e..cb763836a51 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index f92d599837a..b4477c201c8 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 84d73379a21..97dcf6691b2 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 6a8d0465c74..68e880e7f4d 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index ef754d1198c..e24ef881da3 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index c11f0ce8003..0acde69d6fb 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 9219572ad8c..b0bd171bd01 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index c16aebd7806..6be9bf0d361 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -15,7 +15,6 @@ extends JsonSchema A schema class that validates payloads - ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index de8a07643aa..6ad8769fbf9 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -31,6 +31,8 @@ A class that contains necessary nested schema classes, and classes to store vali {{/eq}} {{/eq}} {{/each}} +{{#each (reverse getSchemas)}} + {{#eq instanceType "schema"}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces jsonPathPiece) }} public class {{jsonPathPiece.camelCase}} @@ -39,12 +41,11 @@ extends JsonSchema A schema class that validates payloads {{#if description}} - {{headerSize}}# Description {{description}} {{/if}} - {{#if refInfo}} + {{headerSize}}# Ref Schema Info Ref Schema | Input Type | Output Type ---------- | ---------- | ----------- @@ -160,127 +161,15 @@ Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | {{#with items}}{{!> components/schemas/types/docschema_output_types }}{{else}}schemas.OUTPUT_BASE_TYPES{{/with}} |{{#with items}}{{!> components/schemas/helpers/notes_msg defaultUser="server" }}{{/with}} This method is used under the hood when instance[0] is called {{/if}} - {{#or allOf anyOf oneOf not}} - -{{headerSize}}# Composed Schemas (allOf/anyOf/oneOf/not) - {{/or}} - {{#if allOf}} -{{headerSize}}# allOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - {{#each allOf}} -{{#if refInfo.refClass}}{{!> components/schemas/__refclass_partial }}{{else}}[{{jsonPathPiece.camelCase}}](#{{!> components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece.anchorPiece) }}){{/if}} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} - {{/each}} - {{/if}} - {{#if anyOf}} -{{headerSize}}# anyOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - {{#each anyOf}} -{{#if refInfo.refClass}}{{!> components/schemas/__refclass_partial }}{{else}}[{{jsonPathPiece.camelCase}}](#{{!> components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece.anchorPiece) }}){{/if}} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} - {{/each}} - {{/if}} - {{#if oneOf}} -{{headerSize}}# oneOf -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - {{#each oneOf}} -{{#if refInfo.refClass}}{{!> components/schemas/__refclass_partial }}{{else}}[{{jsonPathPiece.camelCase}}](#{{!> components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece.anchorPiece) }}){{/if}} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} - {{/each}} - {{/if}} - {{#if not}} -{{headerSize}}# not -Schema Class | Input Type | Return Type ------------- | ---------- | ----------- - {{#with not}} -{{#if refInfo.refClass}}{{!> components/schemas/__refclass_partial }}{{else}}[{{jsonPathPiece.camelCase}}](#{{!> components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece.anchorPiece) }}){{/if}} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} - {{/with}} - {{/if}} -{{/if}} -{{! Content after here is the deeper/referenced schemas }} -{{! required properties }} -{{#if requiredProperties}} - {{#each requiredProperties}} - {{#if this}} - {{#unless refInfo.refClass}} - {{#if isComplicated}} - -{{!> components/schemas/schema_doc schema=this }} - {{/if}} - {{/unless}} - {{/if}} - {{/each}} -{{/if}} -{{! optional properties }} -{{#if optionalProperties}} - {{#each optionalProperties}} - {{#unless refInfo.refClass}} - {{#if isComplicated}} - -{{!> components/schemas/schema_doc schema=this }} - {{/if}} - {{/unless}} - {{/each}} -{{/if}} -{{! additionalProperties }} -{{#if additionalProperties}} - {{#with additionalProperties}} - {{#unless isBooleanSchemaFalse}} - {{#unless isBooleanSchemaTrue}} - {{#unless refInfo.refClass}} - {{#if isComplicated}} - -{{!> components/schemas/schema_doc schema=this }} - {{/if}} - {{/unless}} - {{/unless}} - {{/unless}} - {{/with}} -{{/if}} -{{! items }} -{{#if items}} - {{#with items}} - {{#unless refInfo.refClass}} - {{#if isComplicated}} - -{{!> components/schemas/schema_doc schema=this }} - {{/if}} - {{/unless}} - {{/with}} -{{/if}} -{{! allOf/anyOf/oneOf/not }} -{{#if allOf}} - {{#each allOf}} - {{#unless refInfo.refClass}} - -{{!> components/schemas/schema_doc schema=this }} - {{/unless}} - {{/each}} -{{/if}} -{{#if anyOf}} - {{#each anyOf}} - {{#unless refInfo.refClass}} - -{{!> components/schemas/schema_doc schema=this }} - {{/unless}} - {{/each}} -{{/if}} -{{#if oneOf}} - {{#each oneOf}} - {{#unless refInfo.refClass}} - -{{!> components/schemas/schema_doc schema=this }} - {{/unless}} - {{/each}} -{{/if}} -{{#if not}} - {{#with not}} - {{#unless refInfo.refClass}} - -{{!> components/schemas/schema_doc schema=this }} - {{/unless}} - {{/with}} {{/if}} + {{else}} + {{#eq instanceType "propertiesOutputType"}} + {{else}} + {{#eq instanceType "arrayOutputType"}} + {{/eq}} + {{/eq}} + {{/eq}} +{{/each}} {{#if componentModule}} [[Back to top]](#top) {{> _helper_footer_links readmePath="../../../" schemasLink=true}} From 74b1edc13f109ba0cea0152141f613727afc94e8 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 18:22:20 -0800 Subject: [PATCH 31/72] Moves array template to separate part of schema docs --- .../content/applicationjson/Schema.md | 22 ++-- .../content/applicationjson/Schema.md | 22 ++-- .../content/applicationxml/Schema.md | 22 ++-- .../AdditionalPropertiesWithArrayOfEnums.md | 22 ++-- .../docs/components/schemas/AnimalFarm.md | 22 ++-- .../components/schemas/ArrayHoldingAnyType.md | 22 ++-- .../schemas/ArrayOfArrayOfNumberOnly.md | 44 +++---- .../docs/components/schemas/ArrayOfEnums.md | 22 ++-- .../components/schemas/ArrayOfNumberOnly.md | 22 ++-- .../java/docs/components/schemas/ArrayTest.md | 110 +++++++----------- .../schemas/ArrayWithValidationsInItems.md | 22 ++-- ...omposedAnyOfDifferentTypesNoValidations.md | 22 ++-- .../docs/components/schemas/ComposedArray.md | 22 ++-- .../schemas/ComposedOneOfDifferentTypes.md | 22 ++-- .../java/docs/components/schemas/Drawing.md | 22 ++-- .../docs/components/schemas/EnumArrays.md | 22 ++-- .../components/schemas/FileSchemaTestClass.md | 22 ++-- .../docs/components/schemas/FormatTest.md | 22 ++-- .../java/docs/components/schemas/Items.md | 22 ++-- .../components/schemas/JSONPatchRequest.md | 22 ++-- .../docs/components/schemas/NullableClass.md | 66 ++++------- .../schemas/PaginatedResultMyObjectDto.md | 22 ++-- .../java/docs/components/schemas/Pet.md | 44 +++---- .../schemas/SelfReferencingArrayModel.md | 22 ++-- .../fake/get/parameters/parameter0/Schema0.md | 22 ++-- .../fake/get/parameters/parameter2/Schema2.md | 22 ++-- .../applicationxwwwformurlencoded/Schema.md | 22 ++-- .../put/parameters/parameter0/Schema0.md | 22 ++-- .../put/parameters/parameter1/Schema1.md | 22 ++-- .../put/parameters/parameter2/Schema2.md | 22 ++-- .../put/parameters/parameter3/Schema3.md | 22 ++-- .../put/parameters/parameter4/Schema4.md | 22 ++-- .../content/multipartformdata/Schema.md | 22 ++-- .../get/parameters/parameter0/Schema0.md | 22 ++-- .../get/parameters/parameter0/Schema0.md | 22 ++-- .../components/schemas/Schema_doc.hbs | 38 +++--- 36 files changed, 360 insertions(+), 624 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 9fcda8d4a29..b92b60d0cc1 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -21,27 +21,21 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## SchemaList public class SchemaList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 72999db69e1..f71286791cc 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -21,27 +21,21 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## SchemaList public class SchemaList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index f1845aeffc5..1ea1113ea7f 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -21,27 +21,21 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## SchemaList public class SchemaList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called + +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 1efda15b0d7..e996a2ef913 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -54,29 +54,23 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AdditionalPropertiesList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## AdditionalPropertiesList public class AdditionalPropertiesList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 4d60bd614c5..7059fc7d17c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -21,29 +21,23 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AnimalFarmList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## AnimalFarmList public class AnimalFarmList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 733af6a9ccd..f846bee1b85 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayHoldingAnyTypeList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Object | any type can be stored here | - ## ArrayHoldingAnyTypeList public class ArrayHoldingAnyTypeList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | any type can be stored here | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index f1796c17869..b13fe1acfd5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -59,31 +59,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayArrayNumberList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -List | | - ## ArrayArrayNumberList public class ArrayArrayNumberList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +List | | + ## Items public class Items extends JsonSchema @@ -95,31 +89,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ItemsList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Number | | - ## ItemsList public class ItemsList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Number | | + ## Items1 public class Items1 extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index a6867643b44..cbc3ae789f6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -21,29 +21,23 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayOfEnumsList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## ArrayOfEnumsList public class ArrayOfEnumsList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 75036e2bc60..4e26e41f36a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -57,31 +57,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayNumberList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Number | | - ## ArrayNumberList public class ArrayNumberList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Number | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 4d800135e81..4c4968c27fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -70,31 +70,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayArrayOfModelList | validate(List>> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List>> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -List> | | - ## ArrayArrayOfModelList public class ArrayArrayOfModelList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List>> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +List> | | + ## Items3 public class Items3 extends JsonSchema @@ -106,31 +100,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ItemsList1 | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## ItemsList1 public class ItemsList1 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + ## ArrayArrayOfInteger public class ArrayArrayOfInteger extends JsonSchema @@ -142,31 +130,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayArrayOfIntegerList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -List | | - ## ArrayArrayOfIntegerList public class ArrayArrayOfIntegerList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +List | | + ## Items1 public class Items1 extends JsonSchema @@ -178,31 +160,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ItemsList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Long | | value must be a 64 bit integer - ## ItemsList public class ItemsList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Long | | value must be a 64 bit integer + ## Items2 public class Items2 extends JsonSchema @@ -225,31 +201,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayOfStringList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## ArrayOfStringList public class ArrayOfStringList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index f96cb7d3f98..995686e0773 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayWithValidationsInItemsList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Long | | value must be a 64 bit integer - ## ArrayWithValidationsInItemsList public class ArrayWithValidationsInItemsList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Long | | value must be a 64 bit integer + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 5b5c8177dbe..2592fd35a39 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -123,31 +123,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema9List | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Object | | - ## Schema9List public class Schema9List extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index fbc21cb990b..a32c715aed7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ComposedArrayList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Object | | - ## ComposedArrayList public class ComposedArrayList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index dfd08fcaabf..6e4ada5f80f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -59,31 +59,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema5List | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Object | | - ## Schema5List public class Schema5List extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 0bec9a7129e..46b2b61d542 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -62,29 +62,23 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ShapesList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Object | | - ## ShapesList public class ShapesList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index a139e4b5e26..0a3c95c1c36 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -60,31 +60,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayEnumList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | must be one of ["fish", "crab"] - ## ArrayEnumList public class ArrayEnumList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | must be one of ["fish", "crab"] + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 5cb9881d5b2..71cd23617c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -58,29 +58,23 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static FilesList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## FilesList public class FilesList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index b3ccef8a103..22ce7632a58 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -236,31 +236,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayWithUniqueItemsList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Number | | - ## ArrayWithUniqueItemsList public class ArrayWithUniqueItemsList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Number | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 022ffd8d4d3..4371a141006 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -24,31 +24,25 @@ component's name collides with the inner schema name | ----------------- | ---------------------- | | static ItemsList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## ItemsList public class ItemsList extends FrozenList> A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + ## Items2 public class Items2 extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index e2222bf7c64..99f62dd92e5 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static JSONPatchRequestList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Object | | - ## JSONPatchRequestList public class JSONPatchRequestList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Object | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 66beb59819d..9af7bc26713 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -231,31 +231,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayItemsNullableList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## ArrayItemsNullableList public class ArrayItemsNullableList extends FrozenList> A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + ## Items2 public class Items2 extends JsonSchema @@ -280,31 +274,25 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | | static ArrayAndItemsNullablePropList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## ArrayAndItemsNullablePropList public class ArrayAndItemsNullablePropList extends FrozenList> A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + ## Items1 public class Items1 extends JsonSchema @@ -329,31 +317,25 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | | static ArrayNullablePropList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## ArrayNullablePropList public class ArrayNullablePropList extends FrozenList> A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index ece109bf0b2..1779d758356 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -58,31 +58,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ResultsList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## ResultsList public class ResultsList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + ## Count public class Count extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index b2f8fb76da8..a5e8d9acdf0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -74,31 +74,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static TagsList | validate(List> arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -Map | | - ## TagsList public class TagsList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +Map | | + ## Status public class Status extends JsonSchema @@ -123,31 +117,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static PhotoUrlsList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## PhotoUrlsList public class PhotoUrlsList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 37f57ec337b..1a37968931c 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -21,29 +21,23 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SelfReferencingArrayModelList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -List | | - ## SelfReferencingArrayModelList public class SelfReferencingArrayModelList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +List | | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 22a312b7b21..256c7cb747e 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | must be one of [">", "$"] if omitted the server will use the default value of $ - ## SchemaList0 public class SchemaList0 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | must be one of [">", "$"] if omitted the server will use the default value of $ + ## Items0 public class Items0 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 58d967b2886..a905b00955f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList2 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | must be one of [">", "$"] if omitted the server will use the default value of $ - ## SchemaList2 public class SchemaList2 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | must be one of [">", "$"] if omitted the server will use the default value of $ + ## Items2 public class Items2 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 051d4220f59..a929b5b4ad5 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -75,31 +75,25 @@ Form parameter enum test (string array) | ----------------- | ---------------------- | | static EnumFormStringArrayList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | must be one of [">", "$"] if omitted the server will use the default value of $ - ## EnumFormStringArrayList public class EnumFormStringArrayList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | must be one of [">", "$"] if omitted the server will use the default value of $ + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index ce4b2363cbd..a584980b73f 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## SchemaList0 public class SchemaList0 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items0 public class Items0 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 4627dd774b1..bbe4fb80260 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList1 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## SchemaList1 public class SchemaList1 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items1 public class Items1 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 2904b070044..6016bde0740 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList2 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## SchemaList2 public class SchemaList2 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items2 public class Items2 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 5372b9418e2..fd92ab2ebf3 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList3 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## SchemaList3 public class SchemaList3 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items3 public class Items3 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 33b2a904772..7618e900b1f 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList4 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## SchemaList4 public class SchemaList4 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items4 public class Items4 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 9de61df0b4c..ceccd297db1 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -57,31 +57,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static FilesList | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## FilesList public class FilesList extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items public class Items extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index aa0ac2d5605..eeaa43d5090 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | must be one of ["available", "pending", "sold"] if omitted the server will use the default value of available - ## SchemaList0 public class SchemaList0 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | must be one of ["available", "pending", "sold"] if omitted the server will use the default value of available + ## Items0 public class Items0 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 03ddcadc75b..7547fba2a5b 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -22,31 +22,25 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | -## Input List Items -``` -type: List -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- -String | | - ## SchemaList0 public class SchemaList0 extends FrozenList A class to store validated List payloads -### __new__ method -Argument | Type --------- | ------ -arg | -configuration | configurations.SchemaConfiguration - ### methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | | This method is used under the hood when instance[0] is called +## Input List Items +``` +type: List +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- +String | | + ## Items0 public class Items0 extends JsonSchema diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 6ad8769fbf9..bd07d224516 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -128,17 +128,11 @@ A class to store validated Map payloads | Object | getAdditionalProperty(String name)
provides type safety for additional properties | {{/with}} {{/or}} - {{#if items}} - -{{headerSize}}# Input List Items -``` -type: List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> -``` -List Item Type | Description | Notes --------------------- | ------------- | ------------- - {{#with items}} -{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} - {{/with}} +{{/if}} + {{else}} + {{#eq instanceType "propertiesOutputType"}} + {{else}} + {{#eq instanceType "arrayOutputType"}} {{#if arrayOutputJsonPathPiece}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }} @@ -150,22 +144,22 @@ extends FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/ A class to store validated List payloads -{{headerSize}}## __new__ method -Argument | Type --------- | ------ -arg | {{!> components/schemas/types/docschema_io_types types=(append (newArray ) "array") }} -configuration | configurations.SchemaConfiguration - {{headerSize}}## methods Method | Input Type | Return Type | Notes ------ | ---------- | ----------- | ------ __getitem__ | int | {{#with items}}{{!> components/schemas/types/docschema_output_types }}{{else}}schemas.OUTPUT_BASE_TYPES{{/with}} |{{#with items}}{{!> components/schemas/helpers/notes_msg defaultUser="server" }}{{/with}} This method is used under the hood when instance[0] is called + {{#if items}} + +{{headerSize}}# Input List Items +``` +type: List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> +``` +List Item Type | Description | Notes +-------------------- | ------------- | ------------- + {{#with items}} +{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} + {{/with}} {{/if}} -{{/if}} - {{else}} - {{#eq instanceType "propertiesOutputType"}} - {{else}} - {{#eq instanceType "arrayOutputType"}} {{/eq}} {{/eq}} {{/eq}} From 87eddbf4ddf7d8accfb61321b15bf9fa068449fa Mon Sep 17 00:00:00 2001 From: Justin Black Date: Sat, 25 Nov 2023 18:33:42 -0800 Subject: [PATCH 32/72] Moves map output class in docs --- .../content/applicationjson/Schema.md | 16 +-- .../components/schemas/AbstractStepMessage.md | 22 +-- .../schemas/AdditionalPropertiesClass.md | 126 +++++++++--------- .../schemas/AdditionalPropertiesSchema.md | 48 +++---- .../AdditionalPropertiesWithArrayOfEnums.md | 16 +-- .../java/docs/components/schemas/Address.md | 16 +-- .../java/docs/components/schemas/Animal.md | 20 +-- .../components/schemas/AnyTypeAndFormat.md | 34 ++--- .../components/schemas/ApiResponseSchema.md | 22 +-- .../java/docs/components/schemas/Apple.md | 20 +-- .../java/docs/components/schemas/AppleReq.md | 18 +-- .../schemas/ArrayOfArrayOfNumberOnly.md | 18 +-- .../components/schemas/ArrayOfNumberOnly.md | 18 +-- .../java/docs/components/schemas/ArrayTest.md | 22 +-- .../java/docs/components/schemas/Banana.md | 18 +-- .../java/docs/components/schemas/BananaReq.md | 18 +-- .../java/docs/components/schemas/BasquePig.md | 18 +-- .../docs/components/schemas/Capitalization.md | 28 ++-- .../java/docs/components/schemas/Cat.md | 18 +-- .../java/docs/components/schemas/Category.md | 20 +-- .../java/docs/components/schemas/ChildCat.md | 18 +-- .../docs/components/schemas/ClassModel.md | 18 +-- .../java/docs/components/schemas/Client.md | 18 +-- .../schemas/ComplexQuadrilateral.md | 18 +-- .../java/docs/components/schemas/DanishPig.md | 18 +-- .../java/docs/components/schemas/Dog.md | 18 +-- .../java/docs/components/schemas/Drawing.md | 24 ++-- .../docs/components/schemas/EnumArrays.md | 20 +-- .../java/docs/components/schemas/EnumTest.md | 34 ++--- .../components/schemas/EquilateralTriangle.md | 18 +-- .../java/docs/components/schemas/File.md | 18 +-- .../components/schemas/FileSchemaTestClass.md | 20 +-- .../java/docs/components/schemas/Foo.md | 18 +-- .../docs/components/schemas/FormatTest.md | 54 ++++---- .../docs/components/schemas/FromSchema.md | 20 +-- .../java/docs/components/schemas/Fruit.md | 18 +-- .../java/docs/components/schemas/GmFruit.md | 18 +-- .../components/schemas/GrandparentAnimal.md | 18 +-- .../components/schemas/HasOnlyReadOnly.md | 20 +-- .../components/schemas/HealthCheckResult.md | 18 +-- .../components/schemas/IsoscelesTriangle.md | 18 +-- .../schemas/JSONPatchRequestAddReplaceTest.md | 20 +-- .../schemas/JSONPatchRequestMoveCopy.md | 20 +-- .../schemas/JSONPatchRequestRemove.md | 18 +-- .../java/docs/components/schemas/MapTest.md | 88 ++++++------ ...dPropertiesAndAdditionalPropertiesClass.md | 38 +++--- .../java/docs/components/schemas/Money.md | 18 +-- .../docs/components/schemas/MyObjectDto.md | 16 +-- .../java/docs/components/schemas/Name.md | 22 +-- .../schemas/NoAdditionalProperties.md | 18 +-- .../docs/components/schemas/NullableClass.md | 88 ++++++------ .../docs/components/schemas/NumberOnly.md | 18 +-- .../schemas/ObjWithRequiredProps.md | 18 +-- .../schemas/ObjWithRequiredPropsBase.md | 18 +-- .../ObjectModelWithArgAndArgsProperties.md | 20 +-- .../schemas/ObjectModelWithRefProps.md | 22 +-- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 20 +-- .../schemas/ObjectWithCollidingProperties.md | 20 +-- .../schemas/ObjectWithDecimalProperties.md | 22 +-- .../ObjectWithDifficultlyNamedProps.md | 22 +-- .../ObjectWithInlineCompositionProperty.md | 18 +-- .../ObjectWithInvalidNamedRefedProperties.md | 20 +-- .../ObjectWithNonIntersectingValues.md | 18 +-- .../schemas/ObjectWithOnlyOptionalProps.md | 18 +-- .../schemas/ObjectWithOptionalTestProp.md | 18 +-- .../java/docs/components/schemas/Order.md | 28 ++-- .../schemas/PaginatedResultMyObjectDto.md | 18 +-- .../java/docs/components/schemas/Pet.md | 28 ++-- .../java/docs/components/schemas/Player.md | 20 +-- .../java/docs/components/schemas/PublicKey.md | 18 +-- .../schemas/QuadrilateralInterface.md | 20 +-- .../docs/components/schemas/ReadOnlyFirst.md | 20 +-- .../schemas/ReqPropsFromExplicitAddProps.md | 20 +-- .../schemas/ReqPropsFromTrueAddProps.md | 20 +-- .../schemas/ReqPropsFromUnsetAddProps.md | 20 +-- .../docs/components/schemas/ReturnSchema.md | 18 +-- .../components/schemas/ScaleneTriangle.md | 18 +-- .../components/schemas/Schema200Response.md | 20 +-- .../schemas/SelfReferencingObjectModel.md | 18 +-- .../components/schemas/SimpleQuadrilateral.md | 18 +-- .../components/schemas/SpecialModelname.md | 18 +-- .../components/schemas/StringBooleanMap.md | 16 +-- .../java/docs/components/schemas/Tag.md | 20 +-- .../components/schemas/TriangleInterface.md | 20 +-- .../java/docs/components/schemas/User.md | 42 +++--- .../java/docs/components/schemas/Whale.md | 22 +-- .../java/docs/components/schemas/Zebra.md | 20 +-- .../applicationxwwwformurlencoded/Schema.md | 20 +-- .../applicationxwwwformurlencoded/Schema.md | 42 +++--- .../content/applicationjson/Schema.md | 16 +-- .../post/parameters/parameter1/Schema1.md | 18 +-- .../content/multipartformdata/Schema.md | 18 +-- .../content/multipartformdata/Schema.md | 18 +-- .../applicationxwwwformurlencoded/Schema.md | 20 +-- .../content/applicationjson/Schema.md | 18 +-- .../content/multipartformdata/Schema.md | 18 +-- .../get/parameters/parameter0/Schema0.md | 18 +-- .../content/multipartformdata/Schema.md | 20 +-- .../content/multipartformdata/Schema.md | 20 +-- .../content/multipartformdata/Schema.md | 18 +-- .../content/applicationjson/Schema.md | 18 +-- .../applicationxwwwformurlencoded/Schema.md | 20 +-- .../content/multipartformdata/Schema.md | 20 +-- .../components/schemas/Schema_doc.hbs | 98 +++++++------- 104 files changed, 1240 insertions(+), 1240 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 2c6ad50c798..9114cd43427 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -22,14 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer - ## SchemaMap public class SchemaMap extends FrozenMap @@ -42,6 +34,14 @@ A class to store validated Map payloads | static SchemaMap | of(Map arg, SchemaConfiguration configuration) | | int | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 25a0683602c..edb1c484fa8 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -24,17 +24,6 @@ Abstract Step | ----------------- | ---------------------- | | static AbstractStepMessageMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**description** | Object | | -**discriminator** | String | | -**sequenceNumber** | Object | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## AbstractStepMessageMap public class AbstractStepMessageMap extends FrozenMap @@ -50,6 +39,17 @@ A class to store validated Map payloads | Object | sequenceNumber()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**description** | Object | | +**discriminator** | String | | +**sequenceNumber** | Object | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Discriminator public class Discriminator extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 189aac178b9..ea00e7b3683 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -41,22 +41,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AdditionalPropertiesClassMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**map_property** | Map | | [optional] -**map_of_map_property** | Map> | | [optional] -**anytype_1** | Object | | [optional] -**map_with_undeclared_properties_anytype_1** | Map | | [optional] -**map_with_undeclared_properties_anytype_2** | Map | | [optional] -**map_with_undeclared_properties_anytype_3** | Map | | [optional] -**empty_map** | Map | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] -**map_with_undeclared_properties_string** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## AdditionalPropertiesClassMap public class AdditionalPropertiesClassMap extends FrozenMap @@ -77,6 +61,22 @@ A class to store validated Map payloads | MapWithUndeclaredPropertiesStringMap | map_with_undeclared_properties_string()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**map_property** | Map | | [optional] +**map_of_map_property** | Map> | | [optional] +**anytype_1** | Object | | [optional] +**map_with_undeclared_properties_anytype_1** | Map | | [optional] +**map_with_undeclared_properties_anytype_2** | Map | | [optional] +**map_with_undeclared_properties_anytype_3** | Map | | [optional] +**empty_map** | Map | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] +**map_with_undeclared_properties_string** | Map | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## MapWithUndeclaredPropertiesString public class MapWithUndeclaredPropertiesString extends JsonSchema @@ -88,14 +88,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MapWithUndeclaredPropertiesStringMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] - ## MapWithUndeclaredPropertiesStringMap public class MapWithUndeclaredPropertiesStringMap extends FrozenMap @@ -108,6 +100,14 @@ A class to store validated Map payloads | static MapWithUndeclaredPropertiesStringMap | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties5 public class AdditionalProperties5 extends JsonSchema @@ -132,13 +132,6 @@ an object with no declared properties and no undeclared properties, hence it | ----------------- | ---------------------- | | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - ## EmptyMapMap public class EmptyMapMap extends FrozenMap @@ -150,6 +143,13 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static EmptyMapMap | of(Map arg, SchemaConfiguration configuration) | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + ## AdditionalProperties4 public class AdditionalProperties4 extends JsonSchema @@ -180,14 +180,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MapWithUndeclaredPropertiesAnytype3Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## MapWithUndeclaredPropertiesAnytype3Map public class MapWithUndeclaredPropertiesAnytype3Map extends FrozenMap @@ -200,6 +192,14 @@ A class to store validated Map payloads | static MapWithUndeclaredPropertiesAnytype3Map | of(Map arg, SchemaConfiguration configuration) | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties3 public class AdditionalProperties3 extends JsonSchema @@ -271,14 +271,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MapOfMapPropertyMap | validate(Map> arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] - ## MapOfMapPropertyMap public class MapOfMapPropertyMap extends FrozenMap @@ -291,6 +283,14 @@ A class to store validated Map payloads | static MapOfMapPropertyMap | of(Map> arg, SchemaConfiguration configuration) | | AdditionalPropertiesMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties1 public class AdditionalProperties1 extends JsonSchema @@ -302,14 +302,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] - ## AdditionalPropertiesMap public class AdditionalPropertiesMap extends FrozenMap @@ -322,6 +314,14 @@ A class to store validated Map payloads | static AdditionalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties2 public class AdditionalProperties2 extends JsonSchema @@ -344,14 +344,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MapPropertyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] - ## MapPropertyMap public class MapPropertyMap extends FrozenMap @@ -364,6 +356,14 @@ A class to store validated Map payloads | static MapPropertyMap | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 48d1b25f4a9..cafb810f82a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -40,14 +40,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema2Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema2Map public class Schema2Map extends FrozenMap @@ -60,6 +52,14 @@ A class to store validated Map payloads | static Schema2Map | of(Map arg, SchemaConfiguration configuration) | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties2 public class AdditionalProperties2 extends JsonSchema @@ -90,14 +90,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -110,6 +102,14 @@ A class to store validated Map payloads | static Schema1Map | of(Map arg, SchemaConfiguration configuration) | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties1 public class AdditionalProperties1 extends JsonSchema @@ -140,14 +140,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema0Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema0Map public class Schema0Map extends FrozenMap @@ -160,6 +152,14 @@ A class to store validated Map payloads | static Schema0Map | of(Map arg, SchemaConfiguration configuration) | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index e996a2ef913..82040b7881f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -23,14 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AdditionalPropertiesWithArrayOfEnumsMap | validate(Map> arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map> -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | List | any string name can be used but the value must be the correct type | [optional] - ## AdditionalPropertiesWithArrayOfEnumsMap public class AdditionalPropertiesWithArrayOfEnumsMap extends FrozenMap @@ -43,6 +35,14 @@ A class to store validated Map payloads | static AdditionalPropertiesWithArrayOfEnumsMap | of(Map> arg, SchemaConfiguration configuration) | | AdditionalPropertiesList | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | List | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 6c7c89ff57a..420de50d7fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -22,14 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AddressMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | long | any string name can be used but the value must be the correct type | [optional] - ## AddressMap public class AddressMap extends FrozenMap @@ -42,6 +34,14 @@ A class to store validated Map payloads | static AddressMap | of(Map arg, SchemaConfiguration configuration) | | long | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | long | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 94f804e0fbf..61a1dbd1a10 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AnimalMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | -**color** | String | | [optional] if omitted the server will use the default value of red -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## AnimalMap public class AnimalMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | color()
[optional] if omitted the server will use the default value of red | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | String | | +**color** | String | | [optional] if omitted the server will use the default value of red +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Color public class Color extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 5d208375b88..7e4caadfc80 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -30,23 +30,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AnyTypeAndFormatMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**uuid** | Object | | [optional] value must be a uuid -**date** | Object | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD -**date-time** | Object | | [optional] value must conform to RFC-3339 date-time -**number** | Object | | [optional] value must be int or float numeric -**binary** | Object | | [optional] -**int32** | Object | | [optional] value must be a 32 bit integer -**int64** | Object | | [optional] value must be a 64 bit integer -**double** | Object | | [optional] value must be a 64 bit float -**float** | Object | | [optional] value must be a 32 bit float -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## AnyTypeAndFormatMap public class AnyTypeAndFormatMap extends FrozenMap @@ -64,6 +47,23 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**uuid** | Object | | [optional] value must be a uuid +**date** | Object | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD +**date-time** | Object | | [optional] value must conform to RFC-3339 date-time +**number** | Object | | [optional] value must be int or float numeric +**binary** | Object | | [optional] +**int32** | Object | | [optional] value must be a 32 bit integer +**int64** | Object | | [optional] value must be a 64 bit integer +**double** | Object | | [optional] value must be a 64 bit float +**float** | Object | | [optional] value must be a 32 bit float +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## FloatSchema public class FloatSchema extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index ab014cc6b06..7482709f25b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -24,17 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ApiResponseMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**code** | int | | [optional] value must be a 32 bit integer -**type** | String | | [optional] -**message** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ApiResponseMap public class ApiResponseMap extends FrozenMap @@ -50,6 +39,17 @@ A class to store validated Map payloads | String | message()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**code** | int | | [optional] value must be a 32 bit integer +**type** | String | | [optional] +**message** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Message public class Message extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 31c2b6173ba..1cb1e7e70f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -24,16 +24,6 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | | static AppleMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**cultivar** | String | | -**origin** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## AppleMap public class AppleMap extends FrozenMap @@ -48,6 +38,16 @@ A class to store validated Map payloads | String | origin()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cultivar** | String | | +**origin** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Origin public class Origin extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index e214403cff0..b275fe582db 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -24,15 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AppleReqMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**cultivar** | String | | -**mealy** | boolean | | [optional] - ## AppleReqMap public class AppleReqMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | String | cultivar()
| | boolean | mealy()
[optional] | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cultivar** | String | | +**mealy** | boolean | | [optional] + ## Mealy public class Mealy extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index b13fe1acfd5..77c6ab144b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -26,15 +26,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayOfArrayOfNumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ArrayArrayNumber** | List> | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ArrayOfArrayOfNumberOnlyMap public class ArrayOfArrayOfNumberOnlyMap extends FrozenMap @@ -48,6 +39,15 @@ A class to store validated Map payloads | ArrayArrayNumberList | ArrayArrayNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ArrayArrayNumber** | List> | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ArrayArrayNumber public class ArrayArrayNumber extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 4e26e41f36a..89d39d941d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -24,15 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayOfNumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ArrayNumber** | List | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ArrayOfNumberOnlyMap public class ArrayOfNumberOnlyMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | ArrayNumberList | ArrayNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**ArrayNumber** | List | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ArrayNumber public class ArrayNumber extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 4c4968c27fe..e9d126ca3e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -33,17 +33,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ArrayTestMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**array_of_string** | List | | [optional] -**array_array_of_integer** | List> | | [optional] -**array_array_of_model** | List>> | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ArrayTestMap public class ArrayTestMap extends FrozenMap @@ -59,6 +48,17 @@ A class to store validated Map payloads | ArrayArrayOfModelList | array_array_of_model()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**array_of_string** | List | | [optional] +**array_array_of_integer** | List> | | [optional] +**array_array_of_model** | List>> | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ArrayArrayOfModel public class ArrayArrayOfModel extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index e0ffb378df5..2130901c52e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static BananaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**lengthCm** | Number | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## BananaMap public class BananaMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | Number | lengthCm()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**lengthCm** | Number | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## LengthCm public class LengthCm extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index a95b86dd842..513164bafc0 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -24,15 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static BananaReqMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**lengthCm** | Number | | -**sweet** | boolean | | [optional] - ## BananaReqMap public class BananaReqMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | Number | lengthCm()
| | boolean | sweet()
[optional] | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**lengthCm** | Number | | +**sweet** | boolean | | [optional] + ## Sweet public class Sweet extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index be6b3bcc2f4..0b51364b78c 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static BasquePigMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | must be one of ["BasquePig"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## BasquePigMap public class BasquePigMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | className()
must be one of ["BasquePig"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | String | | must be one of ["BasquePig"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ClassName public class ClassName extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 3a0ef6ba426..a2415b9dd99 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -27,20 +27,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static CapitalizationMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**smallCamel** | String | | [optional] -**CapitalCamel** | String | | [optional] -**small_Snake** | String | | [optional] -**Capital_Snake** | String | | [optional] -**SCA_ETH_Flow_Points** | String | | [optional] -**ATT_NAME** | String | Name of the pet | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## CapitalizationMap public class CapitalizationMap extends FrozenMap @@ -59,6 +45,20 @@ A class to store validated Map payloads | String | ATT_NAME()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**smallCamel** | String | | [optional] +**CapitalCamel** | String | | [optional] +**small_Snake** | String | | [optional] +**Capital_Snake** | String | | [optional] +**SCA_ETH_Flow_Points** | String | | [optional] +**ATT_NAME** | String | Name of the pet | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ATTNAME public class ATTNAME extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index da6170cc176..9ec4f85eed0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -42,15 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**declawed** | boolean | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -64,6 +55,15 @@ A class to store validated Map payloads | boolean | declawed()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**declawed** | boolean | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Declawed public class Declawed extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 894d8567591..ab3cd93c052 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static CategoryMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | | if omitted the server will use the default value of default-name -**id** | long | | [optional] value must be a 64 bit integer -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## CategoryMap public class CategoryMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | long | id()
[optional] value must be a 64 bit integer | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | String | | if omitted the server will use the default value of default-name +**id** | long | | [optional] value must be a 64 bit integer +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Name public class Name extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 09f971eb5cb..51f94ecc6d6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -42,15 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -64,6 +55,15 @@ A class to store validated Map payloads | String | name()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Name public class Name extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index e2fc9023dbb..285cb8307e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -32,15 +32,6 @@ Model for testing model with \"_class\" property | static ClassModelMap | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**_class** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ClassModelMap public class ClassModelMap extends FrozenMap @@ -54,6 +45,15 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["_class"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**_class** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ClassSchema public class ClassSchema extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index f1059aa5338..06288ec71a4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ClientMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**client** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ClientMap public class ClientMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | client()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**client** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Client2 public class Client2 extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 647115217b8..da02fc503d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -42,15 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**quadrilateralType** | String | | [optional] must be one of ["ComplexQuadrilateral"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -64,6 +55,15 @@ A class to store validated Map payloads | String | quadrilateralType()
[optional] must be one of ["ComplexQuadrilateral"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**quadrilateralType** | String | | [optional] must be one of ["ComplexQuadrilateral"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## QuadrilateralType public class QuadrilateralType extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index ba1f0964c9e..d390b439a13 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static DanishPigMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | must be one of ["DanishPig"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## DanishPigMap public class DanishPigMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | className()
must be one of ["DanishPig"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | String | | must be one of ["DanishPig"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ClassName public class ClassName extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 9a884f4209e..1a62e71014e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -42,15 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**breed** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -64,6 +55,15 @@ A class to store validated Map payloads | String | breed()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**breed** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Breed public class Breed extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 46b2b61d542..92319d4fb6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -23,18 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static DrawingMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**mainShape** | Object | | [optional] -**shapeOrNull** | Object | | [optional] -**nullableShape** | Object | | [optional] -**shapes** | List | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## DrawingMap public class DrawingMap extends FrozenMap @@ -51,6 +39,18 @@ A class to store validated Map payloads | ShapesList | shapes()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**mainShape** | Object | | [optional] +**shapeOrNull** | Object | | [optional] +**nullableShape** | Object | | [optional] +**shapes** | List | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Shapes public class Shapes extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 0a3c95c1c36..a78f991a094 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -25,16 +25,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static EnumArraysMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**just_symbol** | String | | [optional] must be one of [">=", "$"] -**array_enum** | List | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## EnumArraysMap public class EnumArraysMap extends FrozenMap @@ -49,6 +39,16 @@ A class to store validated Map payloads | ArrayEnumList | array_enum()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**just_symbol** | String | | [optional] must be one of [">=", "$"] +**array_enum** | List | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ArrayEnum public class ArrayEnum extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 533eaca8fe6..c1708205b4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -25,23 +25,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static EnumTestMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**enum_string_required** | String | | must be one of ["UPPER", "lower", ""] -**enum_string** | String | | [optional] must be one of ["UPPER", "lower", ""] -**enum_integer** | int | | [optional] must be one of [1, -1] value must be a 32 bit integer -**enum_number** | double | | [optional] must be one of [1.1, -1.2] value must be a 64 bit float -**stringEnum** | String | | [optional] -**IntegerEnum** | long | | [optional] -**StringEnumWithDefaultValue** | String | | [optional] -**IntegerEnumWithDefaultValue** | long | | [optional] -**IntegerEnumOneValue** | long | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## EnumTestMap public class EnumTestMap extends FrozenMap @@ -63,6 +46,23 @@ A class to store validated Map payloads | long | IntegerEnumOneValue()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**enum_string_required** | String | | must be one of ["UPPER", "lower", ""] +**enum_string** | String | | [optional] must be one of ["UPPER", "lower", ""] +**enum_integer** | int | | [optional] must be one of [1, -1] value must be a 32 bit integer +**enum_number** | double | | [optional] must be one of [1.1, -1.2] value must be a 64 bit float +**stringEnum** | String | | [optional] +**IntegerEnum** | long | | [optional] +**StringEnumWithDefaultValue** | String | | [optional] +**IntegerEnumWithDefaultValue** | long | | [optional] +**IntegerEnumOneValue** | long | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## EnumNumber public class EnumNumber extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 768ae1d030e..3d717f79770 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -42,15 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**triangleType** | String | | [optional] must be one of ["EquilateralTriangle"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -64,6 +55,15 @@ A class to store validated Map payloads | String | triangleType()
[optional] must be one of ["EquilateralTriangle"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**triangleType** | String | | [optional] must be one of ["EquilateralTriangle"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## TriangleType public class TriangleType extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 30ef8ca015b..1b869ba96e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -24,15 +24,6 @@ Must be named `File` for test. | ----------------- | ---------------------- | | static FileMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**sourceURI** | String | Test capitalization | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## FileMap public class FileMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | String | sourceURI()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**sourceURI** | String | Test capitalization | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## SourceURI public class SourceURI extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 71cd23617c9..3a6d968b95b 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static FileSchemaTestClassMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**file** | Map | | [optional] -**files** | List> | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## FileSchemaTestClassMap public class FileSchemaTestClassMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | FilesList | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**file** | Map | | [optional] +**files** | List> | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Files public class Files extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index a7f3b8e61cb..e306223603e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -21,15 +21,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static FooMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**bar** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## FooMap public class FooMap extends FrozenMap @@ -43,4 +34,13 @@ A class to store validated Map payloads | String | bar()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**bar** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 22ce7632a58..03393c6acc8 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -44,6 +44,33 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static FormatTestMap | validate(Map arg, SchemaConfiguration configuration) | +## FormatTestMap +public class FormatTestMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FormatTestMap | of(Map arg, SchemaConfiguration configuration) | +| String | date()
value must conform to RFC-3339 full-date YYYY-MM-DD | +| String | password()
| +| int | int32()
[optional] value must be a 32 bit integer | +| int | int32withValidations()
[optional] value must be a 32 bit integer | +| long | int64()
[optional] value must be a 64 bit integer | +| float | float32()
[optional] value must be a 32 bit float | +| double | float64()
[optional] value must be a 64 bit float | +| ArrayWithUniqueItemsList | arrayWithUniqueItems()
[optional] | +| String | binary()
[optional] | +| String | dateTime()
[optional] value must conform to RFC-3339 date-time | +| String | uuidNoExample()
[optional] value must be a uuid | +| String | pattern_with_digits()
[optional] | +| String | pattern_with_digits_and_delimiter()
[optional] | +| Void | noneProp()
[optional] | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + ## Input Map Keys ``` type: Map @@ -73,33 +100,6 @@ Key | Type | Description | Notes **noneProp** | Void | | [optional] **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] -## FormatTestMap -public class FormatTestMap -extends FrozenMap - -A class to store validated Map payloads - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FormatTestMap | of(Map arg, SchemaConfiguration configuration) | -| String | date()
value must conform to RFC-3339 full-date YYYY-MM-DD | -| String | password()
| -| int | int32()
[optional] value must be a 32 bit integer | -| int | int32withValidations()
[optional] value must be a 32 bit integer | -| long | int64()
[optional] value must be a 64 bit integer | -| float | float32()
[optional] value must be a 32 bit float | -| double | float64()
[optional] value must be a 64 bit float | -| ArrayWithUniqueItemsList | arrayWithUniqueItems()
[optional] | -| String | binary()
[optional] | -| String | dateTime()
[optional] value must conform to RFC-3339 date-time | -| String | uuidNoExample()
[optional] value must be a uuid | -| String | pattern_with_digits()
[optional] | -| String | pattern_with_digits_and_delimiter()
[optional] | -| Void | noneProp()
[optional] | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], | -| Object | getAdditionalProperty(String name)
provides type safety for additional properties | - ## NoneProp public class NoneProp extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 5d779d5f1db..7c4e99b0d17 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static FromSchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**data** | String | | [optional] -**id** | long | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## FromSchemaMap public class FromSchemaMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | long | id()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**data** | String | | [optional] +**id** | long | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Id public class Id extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 7287678e159..171fc66e8ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -30,15 +30,6 @@ A schema class that validates payloads | static FruitMap | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**color** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## FruitMap public class FruitMap extends FrozenMap @@ -52,6 +43,15 @@ A class to store validated Map payloads | String | color()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**color** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Color public class Color extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 32dbdea45c3..b9cd514dd0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -30,15 +30,6 @@ A schema class that validates payloads | static GmFruitMap | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**color** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## GmFruitMap public class GmFruitMap extends FrozenMap @@ -52,6 +43,15 @@ A class to store validated Map payloads | String | color()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**color** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Color public class Color extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 0127ad0d46b..614ac4cf2d0 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static GrandparentAnimalMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**pet_type** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## GrandparentAnimalMap public class GrandparentAnimalMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | pet_type()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pet_type** | String | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## PetType public class PetType extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index ad249fddcbf..a45ed588d7a 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static HasOnlyReadOnlyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**bar** | String | | [optional] -**foo** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## HasOnlyReadOnlyMap public class HasOnlyReadOnlyMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | foo()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**bar** | String | | [optional] +**foo** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Foo public class Foo extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index bfdb0898973..76f9bbbeb7f 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -24,15 +24,6 @@ Just a string to inform instance is up and running. Make it nullable in hope to | ----------------- | ---------------------- | | static HealthCheckResultMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**NullableMessage** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## HealthCheckResultMap public class HealthCheckResultMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | String | NullableMessage()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**NullableMessage** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## NullableMessage public class NullableMessage extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 049cb1984ab..1148ecc7399 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -42,15 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**triangleType** | String | | [optional] must be one of ["IsoscelesTriangle"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -64,6 +55,15 @@ A class to store validated Map payloads | String | triangleType()
[optional] must be one of ["IsoscelesTriangle"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**triangleType** | String | | [optional] must be one of ["IsoscelesTriangle"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## TriangleType public class TriangleType extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index a429337a833..aa0925c3313 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -25,16 +25,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static JSONPatchRequestAddReplaceTestMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**op** | String | The operation to perform. | must be one of ["add", "replace", "test"] -**path** | String | A JSON Pointer path. | -**value** | Object | The value to add, replace or test. | - ## JSONPatchRequestAddReplaceTestMap public class JSONPatchRequestAddReplaceTestMap extends FrozenMap @@ -49,6 +39,16 @@ A class to store validated Map payloads | String | path()
| | Object | value()
| +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**op** | String | The operation to perform. | must be one of ["add", "replace", "test"] +**path** | String | A JSON Pointer path. | +**value** | Object | The value to add, replace or test. | + ## Op public class Op extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index e7764db92e2..22f37307609 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -25,16 +25,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static JSONPatchRequestMoveCopyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**from** | String | A JSON Pointer path. | -**op** | String | The operation to perform. | must be one of ["move", "copy"] -**path** | String | A JSON Pointer path. | - ## JSONPatchRequestMoveCopyMap public class JSONPatchRequestMoveCopyMap extends FrozenMap @@ -49,6 +39,16 @@ A class to store validated Map payloads | String | op()
must be one of ["move", "copy"] | | String | path()
| +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**from** | String | A JSON Pointer path. | +**op** | String | The operation to perform. | must be one of ["move", "copy"] +**path** | String | A JSON Pointer path. | + ## Op public class Op extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 311bdb30ed9..c7f137da5dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -24,15 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static JSONPatchRequestRemoveMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**op** | String | The operation to perform. | must be one of ["remove"] -**path** | String | A JSON Pointer path. | - ## JSONPatchRequestRemoveMap public class JSONPatchRequestRemoveMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | String | op()
must be one of ["remove"] | | String | path()
| +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**op** | String | The operation to perform. | must be one of ["remove"] +**path** | String | A JSON Pointer path. | + ## Op public class Op extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 88983974cea..83faae475cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -32,18 +32,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MapTestMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**map_map_of_string** | Map> | | [optional] -**map_of_enum_string** | Map | | [optional] -**direct_map** | Map | | [optional] -**indirect_map** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## MapTestMap public class MapTestMap extends FrozenMap @@ -60,6 +48,18 @@ A class to store validated Map payloads | StringBooleanMap.StringBooleanMapMap | indirect_map()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**map_map_of_string** | Map> | | [optional] +**map_of_enum_string** | Map | | [optional] +**direct_map** | Map | | [optional] +**indirect_map** | Map | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## DirectMap public class DirectMap extends JsonSchema @@ -71,14 +71,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static DirectMapMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] - ## DirectMapMap public class DirectMapMap extends FrozenMap @@ -91,6 +83,14 @@ A class to store validated Map payloads | static DirectMapMap | of(Map arg, SchemaConfiguration configuration) | | boolean | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties3 public class AdditionalProperties3 extends JsonSchema @@ -113,14 +113,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MapOfEnumStringMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] must be one of ["UPPER", "lower"] - ## MapOfEnumStringMap public class MapOfEnumStringMap extends FrozenMap @@ -133,6 +125,14 @@ A class to store validated Map payloads | static MapOfEnumStringMap | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] must be one of ["UPPER", "lower"] + ## AdditionalProperties2 public class AdditionalProperties2 extends JsonSchema @@ -155,14 +155,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MapMapOfStringMap | validate(Map> arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] - ## MapMapOfStringMap public class MapMapOfStringMap extends FrozenMap @@ -175,6 +167,14 @@ A class to store validated Map payloads | static MapMapOfStringMap | of(Map> arg, SchemaConfiguration configuration) | | AdditionalPropertiesMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema @@ -186,14 +186,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static AdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] - ## AdditionalPropertiesMap public class AdditionalPropertiesMap extends FrozenMap @@ -206,6 +198,14 @@ A class to store validated Map payloads | static AdditionalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties1 public class AdditionalProperties1 extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 8785c4728e3..315f875e97e 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -25,17 +25,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MixedPropertiesAndAdditionalPropertiesClassMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**uuid** | String | | [optional] value must be a uuid -**dateTime** | String | | [optional] value must conform to RFC-3339 date-time -**map** | Map> | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## MixedPropertiesAndAdditionalPropertiesClassMap public class MixedPropertiesAndAdditionalPropertiesClassMap extends FrozenMap @@ -50,6 +39,17 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**uuid** | String | | [optional] value must be a uuid +**dateTime** | String | | [optional] value must conform to RFC-3339 date-time +**map** | Map> | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## MapSchema public class MapSchema extends JsonSchema @@ -61,14 +61,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MapMap | validate(Map> arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] - ## MapMap public class MapMap extends FrozenMap @@ -81,6 +73,14 @@ A class to store validated Map payloads | static MapMap | of(Map> arg, SchemaConfiguration configuration) | | Animal.AnimalMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + ## DateTime public class DateTime extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 985eb074e8d..4c47608a816 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -23,15 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MoneyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**amount** | String | | value must be int or float numeric -**currency** | String | | - ## MoneyMap public class MoneyMap extends FrozenMap @@ -45,6 +36,15 @@ A class to store validated Map payloads | String | amount()
value must be int or float numeric | | String | currency()
| +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**amount** | String | | value must be int or float numeric +**currency** | String | | + ## Amount public class Amount extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 9d3fb87986c..6ffbe633285 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -23,14 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static MyObjectDtoMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | String | | [optional] value must be a uuid - ## MyObjectDtoMap public class MyObjectDtoMap extends FrozenMap @@ -43,6 +35,14 @@ A class to store validated Map payloads | static MyObjectDtoMap | of(Map arg, SchemaConfiguration configuration) | | String | id()
[optional] value must be a uuid | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | String | | [optional] value must be a uuid + ## Id public class Id extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 18873b48626..429eb905b18 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -34,17 +34,6 @@ Model for testing model name same as property name | static NameMap | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | int | | value must be a 32 bit integer -**snake_case** | int | | [optional] value must be a 32 bit integer -**property** | String | this is a reserved python keyword | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## NameMap public class NameMap extends FrozenMap @@ -60,6 +49,17 @@ A class to store validated Map payloads | String | property()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | int | | value must be a 32 bit integer +**snake_case** | int | | [optional] value must be a 32 bit integer +**property** | String | this is a reserved python keyword | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Property public class Property extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index dba843ff323..fa70b6872da 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -24,15 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static NoAdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | long | | value must be a 64 bit integer -**petId** | long | | [optional] value must be a 64 bit integer - ## NoAdditionalPropertiesMap public class NoAdditionalPropertiesMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | long | id()
value must be a 64 bit integer | | long | petId()
[optional] value must be a 64 bit integer | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | long | | value must be a 64 bit integer +**petId** | long | | [optional] value must be a 64 bit integer + ## PetId public class PetId extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 9af7bc26713..012da55a64d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -46,26 +46,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static NullableClassMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**integer_prop** | Long | | [optional] -**number_prop** | Number | | [optional] -**boolean_prop** | Boolean | | [optional] -**string_prop** | String | | [optional] -**date_prop** | String | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD -**datetime_prop** | String | | [optional] value must conform to RFC-3339 date-time -**array_nullable_prop** | List> | | [optional] -**array_and_items_nullable_prop** | List> | | [optional] -**array_items_nullable** | List> | | [optional] -**object_nullable_prop** | Map> | | [optional] -**object_and_items_nullable_prop** | Map> | | [optional] -**object_items_nullable** | Map> | | [optional] -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] - ## NullableClassMap public class NullableClassMap extends FrozenMap @@ -90,6 +70,26 @@ A class to store validated Map payloads | ObjectItemsNullableMap | object_items_nullable()
[optional] | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**integer_prop** | Long | | [optional] +**number_prop** | Number | | [optional] +**boolean_prop** | Boolean | | [optional] +**string_prop** | String | | [optional] +**date_prop** | String | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD +**datetime_prop** | String | | [optional] value must conform to RFC-3339 date-time +**array_nullable_prop** | List> | | [optional] +**array_and_items_nullable_prop** | List> | | [optional] +**array_items_nullable** | List> | | [optional] +**object_nullable_prop** | Map> | | [optional] +**object_and_items_nullable_prop** | Map> | | [optional] +**object_items_nullable** | Map> | | [optional] +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + ## ObjectItemsNullable public class ObjectItemsNullable extends JsonSchema @@ -101,14 +101,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjectItemsNullableMap | validate(Map> arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] - ## ObjectItemsNullableMap public class ObjectItemsNullableMap extends FrozenMap> @@ -121,6 +113,14 @@ A class to store validated Map payloads | static ObjectItemsNullableMap | of(Map> arg, SchemaConfiguration configuration) | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties2 public class AdditionalProperties2 extends JsonSchema @@ -145,14 +145,6 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | | static ObjectAndItemsNullablePropMap | validate(Map> arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] - ## ObjectAndItemsNullablePropMap public class ObjectAndItemsNullablePropMap extends FrozenMap> @@ -165,6 +157,14 @@ A class to store validated Map payloads | static ObjectAndItemsNullablePropMap | of(Map> arg, SchemaConfiguration configuration) | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties1 public class AdditionalProperties1 extends JsonSchema @@ -189,14 +189,6 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | | static ObjectNullablePropMap | validate(Map> arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] - ## ObjectNullablePropMap public class ObjectNullablePropMap extends FrozenMap> @@ -209,6 +201,14 @@ A class to store validated Map payloads | static ObjectNullablePropMap | of(Map> arg, SchemaConfiguration configuration) | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 072dc0d5d87..6ace259e5b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static NumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**JustNumber** | Number | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## NumberOnlyMap public class NumberOnlyMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | Number | JustNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**JustNumber** | Number | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## JustNumber public class JustNumber extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 4cd59aadffc..c7e63a54eb9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjWithRequiredPropsMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjWithRequiredPropsMap public class ObjWithRequiredPropsMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | a()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | String | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## A public class A extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index ae703c6659b..2865f76e4c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjWithRequiredPropsBaseMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**b** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjWithRequiredPropsBaseMap public class ObjWithRequiredPropsBaseMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | b()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**b** | String | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## B public class B extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index d551c9aa1b7..e47461820ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjectModelWithArgAndArgsPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**arg** | String | | -**args** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjectModelWithArgAndArgsPropertiesMap public class ObjectModelWithArgAndArgsPropertiesMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | args()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**arg** | String | | +**args** | String | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Args public class Args extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index e9b3e272792..a1f255e8471 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -23,17 +23,6 @@ a model that includes properties which should stay primitive (String + Boolean) | ----------------- | ---------------------- | | static ObjectModelWithRefPropsMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**myNumber** | Number | | [optional] -**myString** | String | | [optional] -**myBoolean** | boolean | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjectModelWithRefPropsMap public class ObjectModelWithRefPropsMap extends FrozenMap @@ -49,4 +38,15 @@ A class to store validated Map payloads | boolean | myBoolean()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**myNumber** | Number | | [optional] +**myString** | String | | [optional] +**myBoolean** | boolean | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index b576a12348e..7049156a194 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -42,16 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**test** | Object | | -**name** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -66,6 +56,16 @@ A class to store validated Map payloads | String | name()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**test** | Object | | +**name** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Name public class Name extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 5245fdb121c..71a487274fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -25,16 +25,6 @@ component with properties that have name collisions | ----------------- | ---------------------- | | static ObjectWithCollidingPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Map | | [optional] -**someprop** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjectWithCollidingPropertiesMap public class ObjectWithCollidingPropertiesMap extends FrozenMap @@ -49,6 +39,16 @@ A class to store validated Map payloads | FrozenMap | someprop()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | Map | | [optional] +**someprop** | Map | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Someprop public class Someprop extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index a8f6ea2ebea..8b8b28e24f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -22,17 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjectWithDecimalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**length** | String | | [optional] -**width** | String | | [optional] value must be int or float numeric -**cost** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjectWithDecimalPropertiesMap public class ObjectWithDecimalPropertiesMap extends FrozenMap @@ -48,6 +37,17 @@ A class to store validated Map payloads | Money.MoneyMap | cost()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**length** | String | | [optional] +**width** | String | | [optional] value must be int or float numeric +**cost** | Map | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Width public class Width extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index d580312d75f..c635c9a9be5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -26,17 +26,6 @@ model with properties that have invalid names for python | ----------------- | ---------------------- | | static ObjectWithDifficultlyNamedPropsMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**123-list** | String | | -**$special[property.name]** | long | | [optional] value must be a 64 bit integer -**123Number** | long | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjectWithDifficultlyNamedPropsMap public class ObjectWithDifficultlyNamedPropsMap extends FrozenMap @@ -50,6 +39,17 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**123-list** | String | | +**$special[property.name]** | long | | [optional] value must be a 64 bit integer +**123Number** | long | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Schema123Number public class Schema123Number extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index a09dc451ea0..1832222d0bb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -23,15 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjectWithInlineCompositionPropertyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Object | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjectWithInlineCompositionPropertyMap public class ObjectWithInlineCompositionPropertyMap extends FrozenMap @@ -45,6 +36,15 @@ A class to store validated Map payloads | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | Object | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## SomeProp public class SomeProp extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 3eaf936011c..33fc257660c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -21,16 +21,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjectWithInvalidNamedRefedPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**!reference** | List | | -**from** | Map | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjectWithInvalidNamedRefedPropertiesMap public class ObjectWithInvalidNamedRefedPropertiesMap extends FrozenMap @@ -45,4 +35,14 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["!reference"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**!reference** | List | | +**from** | Map | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index a3cc2b2ad6a..55538ba557c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -23,15 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjectWithNonIntersectingValuesMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | Number | | [optional] -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] - ## ObjectWithNonIntersectingValuesMap public class ObjectWithNonIntersectingValuesMap extends FrozenMap @@ -45,6 +36,15 @@ A class to store validated Map payloads | Number | a()
[optional] | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | Number | | [optional] +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + ## A public class A extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index cfbe3eb72fa..f1512e1849a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -24,15 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjectWithOnlyOptionalPropsMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | String | | [optional] -**b** | Number | | [optional] - ## ObjectWithOnlyOptionalPropsMap public class ObjectWithOnlyOptionalPropsMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | String | a()
[optional] | | Number | b()
[optional] | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | String | | [optional] +**b** | Number | | [optional] + ## B public class B extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index be6684f1a0b..2544734441b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ObjectWithOptionalTestPropMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**test** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ObjectWithOptionalTestPropMap public class ObjectWithOptionalTestPropMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | test()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**test** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Test public class Test extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index a5c76f20cc4..e368784ab07 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -27,20 +27,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static OrderMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | long | | [optional] value must be a 64 bit integer -**petId** | long | | [optional] value must be a 64 bit integer -**quantity** | int | | [optional] value must be a 32 bit integer -**shipDate** | String | | [optional] value must conform to RFC-3339 date-time -**status** | String | Order Status | [optional] must be one of ["placed", "approved", "delivered"] -**complete** | boolean | | [optional] if omitted the server will use the default value of false -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## OrderMap public class OrderMap extends FrozenMap @@ -59,6 +45,20 @@ A class to store validated Map payloads | boolean | complete()
[optional] if omitted the server will use the default value of false | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | long | | [optional] value must be a 64 bit integer +**petId** | long | | [optional] value must be a 64 bit integer +**quantity** | int | | [optional] value must be a 32 bit integer +**shipDate** | String | | [optional] value must conform to RFC-3339 date-time +**status** | String | Order Status | [optional] must be one of ["placed", "approved", "delivered"] +**complete** | boolean | | [optional] if omitted the server will use the default value of false +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Complete public class Complete extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 1779d758356..4c7861fdca9 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -25,15 +25,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static PaginatedResultMyObjectDtoMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**count** | long | | -**results** | List> | | - ## PaginatedResultMyObjectDtoMap public class PaginatedResultMyObjectDtoMap extends FrozenMap @@ -47,6 +38,15 @@ A class to store validated Map payloads | long | count()
| | ResultsList | results()
| +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**count** | long | | +**results** | List> | | + ## Results public class Results extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index a5e8d9acdf0..c91ee049331 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -31,20 +31,6 @@ Pet object that needs to be added to the store | ----------------- | ---------------------- | | static PetMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | | -**photoUrls** | List | | -**id** | long | | [optional] value must be a 64 bit integer -**category** | Map | | [optional] -**tags** | List> | | [optional] -**status** | String | pet status in the store | [optional] must be one of ["available", "pending", "sold"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## PetMap public class PetMap extends FrozenMap @@ -63,6 +49,20 @@ A class to store validated Map payloads | String | status()
[optional] must be one of ["available", "pending", "sold"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | String | | +**photoUrls** | List | | +**id** | long | | [optional] value must be a 64 bit integer +**category** | Map | | [optional] +**tags** | List> | | [optional] +**status** | String | pet status in the store | [optional] must be one of ["available", "pending", "sold"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Tags public class Tags extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 666e76f6378..cb0a701449c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -24,16 +24,6 @@ a model that includes a self reference this forces properties and additionalProp | ----------------- | ---------------------- | | static PlayerMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | | [optional] -**enemyPlayer** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## PlayerMap public class PlayerMap extends FrozenMap @@ -48,6 +38,16 @@ A class to store validated Map payloads | PlayerMap | enemyPlayer()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | String | | [optional] +**enemyPlayer** | Map | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Name public class Name extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 8da2b7563dc..7ab9b3f4077 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -24,15 +24,6 @@ schema that contains a property named key | ----------------- | ---------------------- | | static PublicKeyMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**key** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## PublicKeyMap public class PublicKeyMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | String | key()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**key** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Key public class Key extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 1b13ce296a3..32ffb802d3d 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -31,16 +31,6 @@ A schema class that validates payloads | static QuadrilateralInterfaceMap | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**quadrilateralType** | String | | -**shapeType** | String | | must be one of ["Quadrilateral"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## QuadrilateralInterfaceMap public class QuadrilateralInterfaceMap extends FrozenMap @@ -55,6 +45,16 @@ A class to store validated Map payloads | String | shapeType()
must be one of ["Quadrilateral"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**quadrilateralType** | String | | +**shapeType** | String | | must be one of ["Quadrilateral"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## QuadrilateralType public class QuadrilateralType extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 1355c5cdf88..db81ee0a2a0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ReadOnlyFirstMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**bar** | String | | [optional] -**baz** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ReadOnlyFirstMap public class ReadOnlyFirstMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | baz()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**bar** | String | | [optional] +**baz** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Baz public class Baz extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 2eb477e1987..49fde4695d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -22,16 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ReqPropsFromExplicitAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**invalid-name** | String | | -**validName** | String | | -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] - ## ReqPropsFromExplicitAddPropsMap public class ReqPropsFromExplicitAddPropsMap extends FrozenMap @@ -46,6 +36,16 @@ A class to store validated Map payloads | String | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**invalid-name** | String | | +**validName** | String | | +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index ae081619919..d8c36fd2cc9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -22,16 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ReqPropsFromTrueAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**invalid-name** | Object | | -**validName** | Object | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ReqPropsFromTrueAddPropsMap public class ReqPropsFromTrueAddPropsMap extends FrozenMap @@ -46,6 +36,16 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**invalid-name** | Object | | +**validName** | Object | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index a54b5f6faaf..84f3212caef 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -21,16 +21,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ReqPropsFromUnsetAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**invalid-name** | Object | | -**validName** | Object | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ReqPropsFromUnsetAddPropsMap public class ReqPropsFromUnsetAddPropsMap extends FrozenMap @@ -45,4 +35,14 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**invalid-name** | Object | | +**validName** | Object | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 6d09f403370..5f29d9ad975 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -32,15 +32,6 @@ Model for testing reserved words | static ReturnMap | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**return** | int | this is a reserved python keyword | [optional] value must be a 32 bit integer -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ReturnMap public class ReturnMap extends FrozenMap @@ -54,6 +45,15 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["return"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**return** | int | this is a reserved python keyword | [optional] value must be a 32 bit integer +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ReturnSchema2 public class ReturnSchema2 extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 6988dcb9292..0501ed7ca37 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -42,15 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**triangleType** | String | | [optional] must be one of ["ScaleneTriangle"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -64,6 +55,15 @@ A class to store validated Map payloads | String | triangleType()
[optional] must be one of ["ScaleneTriangle"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**triangleType** | String | | [optional] must be one of ["ScaleneTriangle"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## TriangleType public class TriangleType extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index b5ebf8c6d4a..db6c08a9f4d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -33,16 +33,6 @@ model with an invalid class name for python, starts with a number | static Schema200ResponseMap | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | int | | [optional] value must be a 32 bit integer -**class** | String | this is a reserved python keyword | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema200ResponseMap public class Schema200ResponseMap extends FrozenMap @@ -57,6 +47,16 @@ A class to store validated Map payloads | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["class"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | int | | [optional] value must be a 32 bit integer +**class** | String | this is a reserved python keyword | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ClassSchema public class ClassSchema extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 8d6e79613ac..7814d625705 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -21,15 +21,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SelfReferencingObjectModelMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**selfRef** | Map | | [optional] -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] - ## SelfReferencingObjectModelMap public class SelfReferencingObjectModelMap extends FrozenMap @@ -43,4 +34,13 @@ A class to store validated Map payloads | SelfReferencingObjectModelMap | selfRef()
[optional] | | SelfReferencingObjectModelMap | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**selfRef** | Map | | [optional] +**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 2889823e580..d1ab38fe431 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -42,15 +42,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**quadrilateralType** | String | | [optional] must be one of ["SimpleQuadrilateral"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## Schema1Map public class Schema1Map extends FrozenMap @@ -64,6 +55,15 @@ A class to store validated Map payloads | String | quadrilateralType()
[optional] must be one of ["SimpleQuadrilateral"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**quadrilateralType** | String | | [optional] must be one of ["SimpleQuadrilateral"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## QuadrilateralType public class QuadrilateralType extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 5e081fdc872..73f73b59d77 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -24,15 +24,6 @@ model with an invalid class name for python | ----------------- | ---------------------- | | static SpecialModelnameMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SpecialModelnameMap public class SpecialModelnameMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | String | a()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## A public class A extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index cf4fd12b33d..f2e8ce8d097 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -22,14 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static StringBooleanMapMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] - ## StringBooleanMapMap public class StringBooleanMapMap extends FrozenMap @@ -42,6 +34,14 @@ A class to store validated Map payloads | static StringBooleanMapMap | of(Map arg, SchemaConfiguration configuration) | | boolean | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index a272242fae0..b6c6679099f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static TagMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | long | | [optional] value must be a 64 bit integer -**name** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## TagMap public class TagMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | name()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | long | | [optional] value must be a 64 bit integer +**name** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Name public class Name extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index a9dd27a95e0..8f3a76ef15a 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -31,16 +31,6 @@ A schema class that validates payloads | static TriangleInterfaceMap | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**shapeType** | String | | must be one of ["Triangle"] -**triangleType** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## TriangleInterfaceMap public class TriangleInterfaceMap extends FrozenMap @@ -55,6 +45,16 @@ A class to store validated Map payloads | String | triangleType()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**shapeType** | String | | must be one of ["Triangle"] +**triangleType** | String | | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## TriangleType public class TriangleType extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 7972a3bbaff..51d9333e8cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -35,27 +35,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static UserMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | long | | [optional] value must be a 64 bit integer -**username** | String | | [optional] -**firstName** | String | | [optional] -**lastName** | String | | [optional] -**email** | String | | [optional] -**password** | String | | [optional] -**phone** | String | | [optional] -**userStatus** | int | User Status | [optional] value must be a 32 bit integer -**objectWithNoDeclaredProps** | Map | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] -**objectWithNoDeclaredPropsNullable** | Map | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] -**anyTypeProp** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] -**anyTypeExceptNullProp** | Object | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] -**anyTypePropNullable** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## UserMap public class UserMap extends FrozenMap @@ -81,6 +60,27 @@ A class to store validated Map payloads | Object | anyTypePropNullable()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | long | | [optional] value must be a 64 bit integer +**username** | String | | [optional] +**firstName** | String | | [optional] +**lastName** | String | | [optional] +**email** | String | | [optional] +**password** | String | | [optional] +**phone** | String | | [optional] +**userStatus** | int | User Status | [optional] value must be a 32 bit integer +**objectWithNoDeclaredProps** | Map | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] +**objectWithNoDeclaredPropsNullable** | Map | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] +**anyTypeProp** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] +**anyTypeExceptNullProp** | Object | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] +**anyTypePropNullable** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## AnyTypePropNullable public class AnyTypePropNullable extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index b25d5027e32..8d14102365e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -24,17 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static WhaleMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | must be one of ["whale"] -**hasBaleen** | boolean | | [optional] -**hasTeeth** | boolean | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## WhaleMap public class WhaleMap extends FrozenMap @@ -50,6 +39,17 @@ A class to store validated Map payloads | boolean | hasTeeth()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | String | | must be one of ["whale"] +**hasBaleen** | boolean | | [optional] +**hasTeeth** | boolean | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ClassName public class ClassName extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 50c406dbf39..293018f7d90 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -24,16 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static ZebraMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | must be one of ["zebra"] -**type** | String | | [optional] must be one of ["plains", "mountain", "grevys"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## ZebraMap public class ZebraMap extends FrozenMap @@ -48,6 +38,16 @@ A class to store validated Map payloads | String | type()
[optional] must be one of ["plains", "mountain", "grevys"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**className** | String | | must be one of ["zebra"] +**type** | String | | [optional] must be one of ["plains", "mountain", "grevys"] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## ClassName public class ClassName extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index a929b5b4ad5..2a976034ee1 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -25,16 +25,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**enum_form_string_array** | List | Form parameter enum test (string array) | [optional] -**enum_form_string** | String | Form parameter enum test (string) | [optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -49,6 +39,16 @@ A class to store validated Map payloads | String | enum_form_string()
[optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**enum_form_string_array** | List | Form parameter enum test (string array) | [optional] +**enum_form_string** | String | Form parameter enum test (string) | [optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## EnumFormString public class EnumFormString extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 62c18bb8430..7a63312a344 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -35,6 +35,27 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +## SchemaMap +public class SchemaMap +extends FrozenMap + +A class to store validated Map payloads + +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| String | pattern_without_delimiter()
| +| int | int32()
[optional] value must be a 32 bit integer | +| long | int64()
[optional] value must be a 64 bit integer | +| String | binary()
[optional] | +| String | date()
[optional] value must conform to RFC-3339 full-date YYYY-MM-DD | +| String | dateTime()
[optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time | +| String | password()
[optional] | +| String | callback()
[optional] | +| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], | +| Object | getAdditionalProperty(String name)
provides type safety for additional properties | + ## Input Map Keys ``` type: Map @@ -57,27 +78,6 @@ Key | Type | Description | Notes **callback** | String | None | [optional] **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] -## SchemaMap -public class SchemaMap -extends FrozenMap - -A class to store validated Map payloads - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | -| String | pattern_without_delimiter()
| -| int | int32()
[optional] value must be a 32 bit integer | -| long | int64()
[optional] value must be a 64 bit integer | -| String | binary()
[optional] | -| String | date()
[optional] value must conform to RFC-3339 full-date YYYY-MM-DD | -| String | dateTime()
[optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time | -| String | password()
[optional] | -| String | callback()
[optional] | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], | -| Object | getAdditionalProperty(String name)
provides type safety for additional properties | - ## Callback public class Callback extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 4e6a852c080..513094668f8 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -22,14 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -42,6 +34,14 @@ A class to store validated Map payloads | static SchemaMap | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] + ## AdditionalProperties public class AdditionalProperties extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 6d88c149035..54b598ade25 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -23,15 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap1 | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Object | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap1 public class SchemaMap1 extends FrozenMap @@ -45,6 +36,15 @@ A class to store validated Map payloads | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | Object | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## SomeProp1 public class SomeProp1 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 7d9fae91832..419c23985c2 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -23,15 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Object | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -45,6 +36,15 @@ A class to store validated Map payloads | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | Object | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## SomeProp public class SomeProp extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 17a9050c0fa..4f7185a2167 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -23,15 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Object | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -45,6 +36,15 @@ A class to store validated Map payloads | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**someProp** | Object | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## SomeProp public class SomeProp extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 0b1d0a50c2c..501eafe2aa7 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**param** | String | field1 | -**param2** | String | field2 | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | param2()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**param** | String | field1 | +**param2** | String | field2 | +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Param2 public class Param2 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 545880a6183..78877957da4 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | a()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## A public class A extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 75908079489..1e6cb52168f 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**b** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | b()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**b** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## B public class B extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 91402bd50ef..71bfff4cfaa 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -22,15 +22,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap0 | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**keyword** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap0 public class SchemaMap0 extends FrozenMap @@ -44,6 +35,15 @@ A class to store validated Map payloads | String | keyword()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**keyword** | String | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Keyword0 public class Keyword0 extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index f9f236348d0..0e17ab9d81c 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**requiredFile** | String | file to upload | -**additionalMetadata** | String | Additional data to pass to server | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | additionalMetadata()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**requiredFile** | String | file to upload | +**additionalMetadata** | String | Additional data to pass to server | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## RequiredFile public class RequiredFile extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 3d0e6d3e333..329a9bbe3c0 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**file** | String | file to upload | -**additionalMetadata** | String | Additional data to pass to server | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | additionalMetadata()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**file** | String | file to upload | +**additionalMetadata** | String | Additional data to pass to server | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## File public class File extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index ceccd297db1..c48045c6cd5 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -24,15 +24,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**files** | List | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -46,6 +37,15 @@ A class to store validated Map payloads | FilesList | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**files** | List | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Files public class Files extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index abab5a1562b..59c9303698a 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -21,15 +21,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**string** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -42,3 +33,12 @@ A class to store validated Map payloads | static SchemaMap | of(Map arg, SchemaConfiguration configuration) | | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["string"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | + +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**string** | Map | | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index a4eb6863c15..d3530a1c50d 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | Updated name of the pet | [optional] -**status** | String | Updated status of the pet | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | status()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | String | Updated name of the pet | [optional] +**status** | String | Updated status of the pet | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## Status public class Status extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index e74328d9f0f..206f226f417 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -23,16 +23,6 @@ A schema class that validates payloads | ----------------- | ---------------------- | | static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | -## Input Map Keys -``` -type: Map -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**additionalMetadata** | String | Additional data to pass to server | [optional] -**file** | String | file to upload | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - ## SchemaMap public class SchemaMap extends FrozenMap @@ -47,6 +37,16 @@ A class to store validated Map payloads | String | file()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | +## Input Map Keys +``` +type: Map +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**additionalMetadata** | String | Additional data to pass to server | [optional] +**file** | String | file to upload | [optional] +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + ## File public class File extends JsonSchema diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index bd07d224516..e872447801f 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -55,45 +55,15 @@ Ref Schema | Input Type | Output Type | Modifier and Type | Method and Description | | ----------------- | ---------------------- | {{> src/main/java/org/openapitools/components/schemas/docschema_io_types }} - {{#or properties additionalProperties requiredProperties}} - -{{headerSize}}# Input Map Keys -``` - {{#eq types null}} -type: Map - {{else}} - {{#with ../mapValueSchema}} -type: Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> - {{else}} -type: Map - {{/with}} - {{/eq}} -``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - {{#each requiredProperties}} -**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} - {{/each}} - {{#each optionalProperties}} -**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} - {{/each}} - {{#with additionalProperties}} - {{#unless isBooleanSchemaFalse}} - {{#if isBooleanSchemaTrue}} -**anyStringName** | Object | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] - {{else}} -**anyStringName** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} - {{/if}} - {{/unless}} +{{/if}} {{else}} -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] - {{/with}} + {{#eq instanceType "propertiesOutputType"}} - {{#if mapOutputJsonPathPiece}} + {{#if mapOutputJsonPathPiece}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }} - {{else}} + {{else}} {{headerSize}}# Output FrozenMap Keys - {{/if}} + {{/if}} public class {{mapOutputJsonPathPiece.camelCase}} extends FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{else}}Object{{/with}}> @@ -113,24 +83,54 @@ A class to store validated Map payloads | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | {{@key.original}}()
[optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | {{/if}} {{/each}} - {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} + {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} | {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type }}{{else}}Object{{/with}} | get(String key)
This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} | - {{/or}} - {{#with additionalProperties}} - {{#unless isBooleanSchemaFalse}} - {{#if isBooleanSchemaTrue}} + {{/or}} + {{#with additionalProperties}} + {{#unless isBooleanSchemaFalse}} + {{#if isBooleanSchemaTrue}} | Object | getAdditionalProperty(String name)
provides type safety for additional properties | - {{else}} + {{else}} | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | getAdditionalProperty(String name)
provides type safety for additional properties | - {{/if}} - {{/unless}} - {{else}} + {{/if}} + {{/unless}} + {{else}} | Object | getAdditionalProperty(String name)
provides type safety for additional properties | - {{/with}} - {{/or}} -{{/if}} - {{else}} - {{#eq instanceType "propertiesOutputType"}} + {{/with}} + {{#or properties additionalProperties requiredProperties}} + +{{headerSize}}# Input Map Keys +``` + {{#eq types null}} +type: Map + {{else}} + {{#with ../mapValueSchema}} +type: Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> + {{else}} +type: Map + {{/with}} + {{/eq}} +``` +Key | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + {{#each requiredProperties}} +**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} + {{/each}} + {{#each optionalProperties}} +**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} + {{/each}} + {{#with additionalProperties}} + {{#unless isBooleanSchemaFalse}} + {{#if isBooleanSchemaTrue}} +**anyStringName** | Object | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] + {{else}} +**anyStringName** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} + {{/if}} + {{/unless}} + {{else}} +**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] + {{/with}} + {{/or}} {{else}} {{#eq instanceType "arrayOutputType"}} From 5e6d9175a3dfce698c633b780f6352a71ab77265 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 11:34:23 -0800 Subject: [PATCH 33/72] For ref schemas, adds extension info to docs --- .../RefContentSchemaHeaderSchema.md | 8 +------- .../refschemaheader/RefSchemaHeaderSchema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../refschemastringwithvalidation/Schema.md | 8 +------- .../client/content/applicationjson/Schema.md | 8 +------- .../pet/content/applicationjson/Schema.md | 8 +------- .../pet/content/applicationxml/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../components/schemas/AbstractStepMessage.md | 1 + .../schemas/AdditionalPropertiesClass.md | 1 + .../components/schemas/ArrayHoldingAnyType.md | 1 + .../docs/components/schemas/Capitalization.md | 1 + .../docs/components/schemas/ClassModel.md | 1 + .../schemas/ComposedOneOfDifferentTypes.md | 1 + .../java/docs/components/schemas/File.md | 2 ++ .../docs/components/schemas/FormatTest.md | 3 +++ .../components/schemas/HealthCheckResult.md | 1 + .../java/docs/components/schemas/Items.md | 1 + .../schemas/JSONPatchRequestAddReplaceTest.md | 3 +++ .../schemas/JSONPatchRequestMoveCopy.md | 3 +++ .../schemas/JSONPatchRequestRemove.md | 2 ++ .../java/docs/components/schemas/Name.md | 2 ++ .../docs/components/schemas/NullableShape.md | 1 + .../schemas/ObjectModelWithRefProps.md | 1 + .../schemas/ObjectWithCollidingProperties.md | 1 + .../ObjectWithDifficultlyNamedProps.md | 1 + .../java/docs/components/schemas/Order.md | 1 + .../java/docs/components/schemas/Pet.md | 2 ++ .../java/docs/components/schemas/Player.md | 1 + .../java/docs/components/schemas/PublicKey.md | 1 + .../java/docs/components/schemas/RefPet.md | 8 +------- .../docs/components/schemas/ReturnSchema.md | 2 ++ .../components/schemas/Schema200Response.md | 2 ++ .../docs/components/schemas/ShapeOrNull.md | 1 + .../components/schemas/SpecialModelname.md | 1 + .../java/docs/components/schemas/User.md | 6 ++++++ .../content/applicationjson/Schema.md | 8 +------- .../applicationxwwwformurlencoded/Schema.md | 2 ++ .../content/applicationjson/Schema.md | 8 +------- .../applicationxwwwformurlencoded/Schema.md | 14 ++++++++++++++ .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../applicationxwwwformurlencoded/Schema.md | 2 ++ .../applicationjsonpatchjson/Schema.md | 8 +------- .../content/multipartformdata/Schema.md | 2 ++ .../content/applicationjson/Schema.md | 8 +------- .../get/parameters/parameter0/Schema0.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../put/parameters/parameter5/Schema5.md | 8 +------- .../content/applicationoctetstream/Schema.md | 1 + .../content/applicationoctetstream/Schema.md | 1 + .../content/multipartformdata/Schema.md | 2 ++ .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationxml/Schema.md | 8 +------- .../applicationxwwwformurlencoded/Schema.md | 2 ++ .../content/multipartformdata/Schema.md | 2 ++ .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationxml/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationxml/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../content/applicationxml/Schema.md | 8 +------- .../content/applicationjson/Schema.md | 8 +------- .../components/schemas/Schema_doc.hbs | 19 +++++++++---------- 89 files changed, 133 insertions(+), 374 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index 81c774f20e2..9ae95991f28 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefContentSchemaHeaderSchema1 public class RefContentSchemaHeaderSchema1 -extends JsonSchema +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index b6997f4608d..358b1ee6727 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefSchemaHeaderSchema1 public class RefSchemaHeaderSchema1 -extends JsonSchema +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 21767c1d179..7c90996bd42 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index 45274cccdfa..dca867c176e 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index a83f93f7aca..64211292889 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Client.Client1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Client.Client1**](../../../../components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 2a778f2d71a..2a9ef8df18b 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Pet.Pet1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Pet.Pet1**](../../../../components/schemas/Pet.md) | | diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index e7919c6f4b4..d9cfe5ba3dd 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends RefPet.RefPet1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**RefPet.RefPet1**](../../../../components/schemas/RefPet.md) | | diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index 824fe1c94ef..177c5ee2ad8 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ApiResponseSchema.ApiResponseSchema1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ApiResponseSchema.ApiResponseSchema1**](../../../../../components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index edb1c484fa8..b947ff82b10 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description Abstract Step + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index ea00e7b3683..80aaa297e0d 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -127,6 +127,7 @@ A schema class that validates payloads ## Description an object with no declared properties and no undeclared properties, hence it's an empty map. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index f846bee1b85..09e3fb4be71 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -49,6 +49,7 @@ A schema class that validates payloads ## Description any type can be stored here + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index a2415b9dd99..ae6d8a259d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -67,6 +67,7 @@ A schema class that validates payloads ## Description Name of the pet + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 285cb8307e4..bc04da02487 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description Model for testing model with \"_class\" property + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 6e4ada5f80f..384e9a33c40 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -24,6 +24,7 @@ A schema class that validates payloads ## Description this is a model that allows payloads of type object or number + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 1b869ba96e7..d2736c7632a 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description Must be named `File` for test. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -54,6 +55,7 @@ A schema class that validates payloads ## Description Test capitalization + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 03393c6acc8..a44d16b58f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -119,6 +119,7 @@ A schema class that validates payloads ## Description A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -132,6 +133,7 @@ A schema class that validates payloads ## Description A string that is a 10 digit number. Can have leading zeros. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -307,6 +309,7 @@ A schema class that validates payloads ## Description this is a reserved python keyword + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 76f9bbbeb7f..692b50f55ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 4371a141006..8e651118ef2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description component's name collides with the inner schema name + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index aa0925c3313..27650fa7f19 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -57,6 +57,7 @@ A schema class that validates payloads ## Description The operation to perform. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -70,6 +71,7 @@ A schema class that validates payloads ## Description The value to add, replace or test. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -91,6 +93,7 @@ A schema class that validates payloads ## Description A JSON Pointer path. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 22f37307609..dd8608c6bab 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -57,6 +57,7 @@ A schema class that validates payloads ## Description The operation to perform. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -70,6 +71,7 @@ A schema class that validates payloads ## Description A JSON Pointer path. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -83,6 +85,7 @@ A schema class that validates payloads ## Description A JSON Pointer path. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index c7f137da5dd..dd94d7204aa 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -54,6 +54,7 @@ A schema class that validates payloads ## Description The operation to perform. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -67,6 +68,7 @@ A schema class that validates payloads ## Description A JSON Pointer path. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 429eb905b18..7c2035710a0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -21,6 +21,7 @@ A schema class that validates payloads ## Description Model for testing model name same as property name + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -68,6 +69,7 @@ A schema class that validates payloads ## Description this is a reserved python keyword + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 8132d7b0c81..67f2d4b8c02 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -18,6 +18,7 @@ A schema class that validates payloads ## Description The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index a1f255e8471..8b017a9234b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -18,6 +18,7 @@ A schema class that validates payloads ## Description a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 71a487274fd..cec656c9301 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -20,6 +20,7 @@ A schema class that validates payloads ## Description component with properties that have name collisions + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index c635c9a9be5..a7b8e1f6c06 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -21,6 +21,7 @@ A schema class that validates payloads ## Description model with properties that have invalid names for python + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index e368784ab07..562e822b403 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -78,6 +78,7 @@ A schema class that validates payloads ## Description Order Status + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index c91ee049331..18f138a2b8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -26,6 +26,7 @@ A schema class that validates payloads ## Description Pet object that needs to be added to the store + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -101,6 +102,7 @@ A schema class that validates payloads ## Description pet status in the store + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index cb0a701449c..2e8f1c63ebe 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 7ab9b3f4077..de0b5b00dca 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description schema that contains a property named key + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 7b525277ad2..b7b5d93bcaa 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -11,14 +11,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefPet1 public class RefPet1 -extends JsonSchema +extends Pet.Pet1 A schema class that validates payloads - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Pet.Pet1**](../../components/schemas/Pet.md) | | - [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 5f29d9ad975..6ba4812a7e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description Model for testing reserved words + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -62,6 +63,7 @@ A schema class that validates payloads ## Description this is a reserved python keyword + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index db6c08a9f4d..4cfb608d7d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -20,6 +20,7 @@ A schema class that validates payloads ## Description model with an invalid class name for python, starts with a number + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -65,6 +66,7 @@ A schema class that validates payloads ## Description this is a reserved python keyword + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 2421465aa62..9c62a3b1eb7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -18,6 +18,7 @@ A schema class that validates payloads ## Description The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 73f73b59d77..58970466e1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -19,6 +19,7 @@ A schema class that validates payloads ## Description model with an invalid class name for python + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 51d9333e8cb..0378179bb81 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -89,6 +89,7 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -110,6 +111,7 @@ A schema class that validates payloads ## Description any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -142,6 +144,7 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -163,6 +166,7 @@ A schema class that validates payloads ## Description test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -177,6 +181,7 @@ A schema class that validates payloads ## Description test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -190,6 +195,7 @@ A schema class that validates payloads ## Description User Status + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index 746a71c5407..3d6e8103408 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Client.Client1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Client.Client1**](../../../../../../../../components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 2a976034ee1..7777524c8ea 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -57,6 +57,7 @@ A schema class that validates payloads ## Description Form parameter enum test (string) + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -70,6 +71,7 @@ A schema class that validates payloads ## Description Form parameter enum test (string array) + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index 97b725fe4c0..aaf8b3cc2f7 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Client.Client1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Client.Client1**](../../../../../../../../components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 7a63312a344..3ac24d50f01 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -86,6 +86,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -99,6 +100,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -112,6 +114,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -125,6 +128,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -138,6 +142,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -151,6 +156,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -164,6 +170,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -177,6 +184,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -190,6 +198,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -203,6 +212,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -216,6 +226,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -229,6 +240,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -242,6 +254,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -255,6 +268,7 @@ A schema class that validates payloads ## Description None + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index ceffbcf5fa6..c566228e38e 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1**](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index f29c7601dfd..c1b4c6706f0 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1**](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index 441cba7d4b1..0e10fecd7ab 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends FileSchemaTestClass.FileSchemaTestClass1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**FileSchemaTestClass.FileSchemaTestClass1**](../../../../../../components/schemas/FileSchemaTestClass.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index a5590395c98..e3961b2f29c 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends User.User1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**User.User1**](../../../../../../components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index 34b37b85056..3dbca55746a 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Client.Client1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Client.Client1**](../../../../../../../../components/schemas/Client.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index fe0e93a075c..13f33ee810b 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends HealthCheckResult.HealthCheckResult1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**HealthCheckResult.HealthCheckResult1**](../../../../../../../../components/schemas/HealthCheckResult.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 501eafe2aa7..07d949cf9b2 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -55,6 +55,7 @@ A schema class that validates payloads ## Description field2 + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -68,6 +69,7 @@ A schema class that validates payloads ## Description field1 + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index 343a66bad40..0fda6906e26 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends JSONPatchRequest.JSONPatchRequest1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**JSONPatchRequest.JSONPatchRequest1**](../../../../../../components/schemas/JSONPatchRequest.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 0e17ab9d81c..17c6c131aa5 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -55,6 +55,7 @@ A schema class that validates payloads ## Description file to upload + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -68,6 +69,7 @@ A schema class that validates payloads ## Description Additional data to pass to server + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 5b6e5a6cb54..b6035118548 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ApiResponseSchema.ApiResponseSchema1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index 7334d842080..3d1f24bc1e8 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public class Schema01 -extends JsonSchema +extends Foo.Foo1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Foo.Foo1**](../../../components/schemas/Foo.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index 0eb67213afd..9849b5d6b8d 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends AnimalFarm.AnimalFarm1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**AnimalFarm.AnimalFarm1**](../../../../../../components/schemas/AnimalFarm.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index 345390635de..ae3c639aca9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends AnimalFarm.AnimalFarm1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**AnimalFarm.AnimalFarm1**](../../../../../../../../components/schemas/AnimalFarm.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index a0ec3df5621..4a54a00e1b0 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ArrayOfEnums.ArrayOfEnums1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ArrayOfEnums.ArrayOfEnums1**](../../../../../../components/schemas/ArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index 0f44e5638f5..0c55be06475 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ArrayOfEnums.ArrayOfEnums1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ArrayOfEnums.ArrayOfEnums1**](../../../../../../../../components/schemas/ArrayOfEnums.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index dd7eb5e3474..72f83ff4948 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends BooleanSchema.BooleanSchema1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**BooleanSchema.BooleanSchema1**](../../../../../../components/schemas/BooleanSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index c47eeda2dc7..4536ac942a1 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends BooleanSchema.BooleanSchema1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**BooleanSchema.BooleanSchema1**](../../../../../../../../components/schemas/BooleanSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 6899214c632..2fe524fd936 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1**](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index 3860aa46d70..1b99a1c6a90 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1**](../../../../../../../../components/schemas/ComposedOneOfDifferentTypes.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index a9c7a83f0da..bffd2ef5893 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends StringEnum.StringEnum1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringEnum.StringEnum1**](../../../../../../components/schemas/StringEnum.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index e17043cf170..89b06bddaa9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends StringEnum.StringEnum1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringEnum.StringEnum1**](../../../../../../../../components/schemas/StringEnum.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index cb1abc9502e..00ccf0f9468 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Mammal.Mammal1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Mammal.Mammal1**](../../../../../../components/schemas/Mammal.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 8fd62debe42..7906574c4c8 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Mammal.Mammal1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Mammal.Mammal1**](../../../../../../../../components/schemas/Mammal.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index 82507e9d544..7a3a6c6fd30 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends NumberWithValidations.NumberWithValidations1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**NumberWithValidations.NumberWithValidations1**](../../../../../../components/schemas/NumberWithValidations.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index d2105ca1abc..d90a876b1dd 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends NumberWithValidations.NumberWithValidations1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**NumberWithValidations.NumberWithValidations1**](../../../../../../../../components/schemas/NumberWithValidations.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index a42ec237546..4dee5156715 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ObjectModelWithRefProps.ObjectModelWithRefProps1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ObjectModelWithRefProps.ObjectModelWithRefProps1**](../../../../../../components/schemas/ObjectModelWithRefProps.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index cda73ecbb05..b7f910416f3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ObjectModelWithRefProps.ObjectModelWithRefProps1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ObjectModelWithRefProps.ObjectModelWithRefProps1**](../../../../../../../../components/schemas/ObjectModelWithRefProps.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index 76d2571c2da..9f3de128dd6 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends StringSchema.StringSchema1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringSchema.StringSchema1**](../../../../../../components/schemas/StringSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index a26024365d0..9bbde42d0b6 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends StringSchema.StringSchema1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringSchema.StringSchema1**](../../../../../../../../components/schemas/StringSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index 1569d1236c5..83e6b1f9fa5 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema51 public class Schema51 -extends JsonSchema +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**StringWithValidation.StringWithValidation1**](../../../components/schemas/StringWithValidation.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index b56de83b884..467b95a1cfb 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -17,6 +17,7 @@ A schema class that validates payloads ## Description file to upload + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index b8e6ebafe60..90cf591fdc4 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -17,6 +17,7 @@ A schema class that validates payloads ## Description file to download + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 329a9bbe3c0..a0a4043a606 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -55,6 +55,7 @@ A schema class that validates payloads ## Description file to upload + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -68,6 +69,7 @@ A schema class that validates payloads ## Description Additional data to pass to server + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index 99150d8a5fd..b182cbf7502 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ApiResponseSchema.ApiResponseSchema1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index 2512b5c4b92..d7db3de4470 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends ApiResponseSchema.ApiResponseSchema1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**ApiResponseSchema.ApiResponseSchema1**](../../../../../../../../components/schemas/ApiResponseSchema.md) | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index 220d9a5e68b..0afe925dbf3 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends RefPet.RefPet1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**RefPet.RefPet1**](../../../../../../../../components/schemas/RefPet.md) | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index b077cdc56a5..043a309a0bf 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Pet.Pet1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Pet.Pet1**](../../../../../../../../components/schemas/Pet.md) | | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index d3530a1c50d..c235042978c 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -55,6 +55,7 @@ A schema class that validates payloads ## Description Updated status of the pet + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -68,6 +69,7 @@ A schema class that validates payloads ## Description Updated name of the pet + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 206f226f417..12f6f452095 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -55,6 +55,7 @@ A schema class that validates payloads ## Description file to upload + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | @@ -68,6 +69,7 @@ A schema class that validates payloads ## Description Additional data to pass to server + ## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index 6da72855710..3ed7dfb875c 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Order.Order1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Order.Order1**](../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index fe438c225e8..748ef5e6260 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Order.Order1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Order.Order1**](../../../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index e442be53945..17e27d750bf 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Order.Order1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Order.Order1**](../../../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index 1ce43fcbb25..c7704065c42 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Order.Order1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Order.Order1**](../../../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index b65f0e6b597..aa229c60890 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends Order.Order1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**Order.Order1**](../../../../../../../../components/schemas/Order.md) | | diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index 86c19423037..d4705cd650c 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends User.User1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**User.User1**](../../../../../../components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index c3819f28338..31c45c860dd 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends User.User1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**User.User1**](../../../../../../../../components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index 48c5b7b29c5..3519c74d75e 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends User.User1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**User.User1**](../../../../../../../../components/schemas/User.md) | | diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index a7561038dbe..c597f1a568e 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -11,12 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JsonSchema +extends User.User1 A schema class that validates payloads - - -## Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -[**User.User1**](../../../../../../components/schemas/User.md) | | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index e872447801f..ec6f175f83e 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -36,27 +36,26 @@ A class that contains necessary nested schema classes, and classes to store vali {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces jsonPathPiece) }} public class {{jsonPathPiece.camelCase}} + {{#if refInfo}} +extends {{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}} + {{else}} extends JsonSchema + {{/if}} A schema class that validates payloads + {{#if description}} -{{#if description}} {{headerSize}}# Description {{description}} -{{/if}} -{{#if refInfo}} + {{/if}} + {{#unless refInfo}} -{{headerSize}}# Ref Schema Info -Ref Schema | Input Type | Output Type ----------- | ---------- | ----------- -{{> src/main/java/org/openapitools/components/schemas/__refclass_partial }} | {{!> components/schemas/types/docschema_io_types }} | {{!> components/schemas/types/docschema_output_types }} -{{else}} {{headerSize}}# Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | {{> src/main/java/org/openapitools/components/schemas/docschema_io_types }} -{{/if}} - {{else}} + {{/unless}} + {{else}} {{#eq instanceType "propertiesOutputType"}} {{#if mapOutputJsonPathPiece}} From d1a42d374db476abe3323d9b5ec26aa0230ac78c Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 12:55:53 -0800 Subject: [PATCH 34/72] Adds links to ref schemas --- .../content/applicationjson/RefContentSchemaHeaderSchema.md | 2 +- .../headers/refschemaheader/RefSchemaHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../parameters/refschemastringwithvalidation/Schema.md | 2 +- .../requestbodies/client/content/applicationjson/Schema.md | 2 +- .../requestbodies/pet/content/applicationjson/Schema.md | 2 +- .../requestbodies/pet/content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../client/petstore/java/docs/components/schemas/RefPet.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../get/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../put/requestbody/content/applicationjson/Schema.md | 2 +- .../put/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../requestbody/content/applicationjsonpatchjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../fakerefobjinquery/get/parameters/parameter0/Schema0.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter5/Schema5.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationxml/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationxml/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationxml/Schema.md | 2 +- .../user/post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationxml/Schema.md | 2 +- .../put/requestbody/content/applicationjson/Schema.md | 2 +- .../java/org/openapitools/components/_helper_anchor_id.hbs | 1 + .../java/org/openapitools/components/schemas/Schema_doc.hbs | 6 +++++- 54 files changed, 58 insertions(+), 53 deletions(-) create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/_helper_anchor_id.hbs diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index 9ae95991f28..cc644d195f3 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefContentSchemaHeaderSchema1 public class RefContentSchemaHeaderSchema1 -extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 358b1ee6727..4897fb18fdc 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefSchemaHeaderSchema1 public class RefSchemaHeaderSchema1 -extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 7c90996bd42..6f8435da183 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index dca867c176e..77e8426f734 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index 64211292889..cb171ee9634 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Client.Client1 +extends [Client.Client1](../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 2a9ef8df18b..639b00bbe49 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Pet.Pet1 +extends [Pet.Pet1](../../../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index d9cfe5ba3dd..85b84e365cb 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends RefPet.RefPet1 +extends [RefPet.RefPet1](../../../../components/schemas/RefPet.md#refpet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index 177c5ee2ad8..b946b88bcc3 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ApiResponseSchema.ApiResponseSchema1 +extends [ApiResponseSchema.ApiResponseSchema1](../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index b7b5d93bcaa..93ae8943172 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefPet1 public class RefPet1 -extends Pet.Pet1 +extends [Pet.Pet1](../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index 3d6e8103408..d200aef89c2 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Client.Client1 +extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index aaf8b3cc2f7..a28880c1fe5 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Client.Client1 +extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index c566228e38e..ca950f76be8 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1 +extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index c1b4c6706f0..70cb2e7fde1 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1 +extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index 0e10fecd7ab..0b4091f80a4 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends FileSchemaTestClass.FileSchemaTestClass1 +extends [FileSchemaTestClass.FileSchemaTestClass1](../../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index e3961b2f29c..9bee29eea16 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends User.User1 +extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index 3dbca55746a..d465af377c4 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Client.Client1 +extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index 13f33ee810b..78758cdc28e 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends HealthCheckResult.HealthCheckResult1 +extends [HealthCheckResult.HealthCheckResult1](../../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index 0fda6906e26..5c04b5f23d9 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends JSONPatchRequest.JSONPatchRequest1 +extends [JSONPatchRequest.JSONPatchRequest1](../../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index b6035118548..1ed5c661c67 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ApiResponseSchema.ApiResponseSchema1 +extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index 3d1f24bc1e8..9f6dac43558 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public class Schema01 -extends Foo.Foo1 +extends [Foo.Foo1](../../../components/schemas/Foo.md#foo1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index 9849b5d6b8d..f4f87ef8abe 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends AnimalFarm.AnimalFarm1 +extends [AnimalFarm.AnimalFarm1](../../../../../../components/schemas/AnimalFarm.md#animalfarm1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index ae3c639aca9..9b147db3cc3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends AnimalFarm.AnimalFarm1 +extends [AnimalFarm.AnimalFarm1](../../../../../../../../components/schemas/AnimalFarm.md#animalfarm1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 4a54a00e1b0..191c6fdf5bf 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ArrayOfEnums.ArrayOfEnums1 +extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index 0c55be06475..8d623f8d750 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ArrayOfEnums.ArrayOfEnums1 +extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index 72f83ff4948..88bd89126e3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends BooleanSchema.BooleanSchema1 +extends [BooleanSchema.BooleanSchema1](../../../../../../components/schemas/BooleanSchema.md#booleanschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index 4536ac942a1..66357b0f351 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends BooleanSchema.BooleanSchema1 +extends [BooleanSchema.BooleanSchema1](../../../../../../../../components/schemas/BooleanSchema.md#booleanschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 2fe524fd936..e995ceeeaec 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1 +extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index 1b99a1c6a90..0eb8277e59a 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1 +extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index bffd2ef5893..366432ee2c2 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends StringEnum.StringEnum1 +extends [StringEnum.StringEnum1](../../../../../../components/schemas/StringEnum.md#stringenum1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index 89b06bddaa9..e3a4a07494c 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends StringEnum.StringEnum1 +extends [StringEnum.StringEnum1](../../../../../../../../components/schemas/StringEnum.md#stringenum1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index 00ccf0f9468..aecf1434a46 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Mammal.Mammal1 +extends [Mammal.Mammal1](../../../../../../components/schemas/Mammal.md#mammal1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 7906574c4c8..9abe973c7aa 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Mammal.Mammal1 +extends [Mammal.Mammal1](../../../../../../../../components/schemas/Mammal.md#mammal1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index 7a3a6c6fd30..53137caa5ca 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends NumberWithValidations.NumberWithValidations1 +extends [NumberWithValidations.NumberWithValidations1](../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index d90a876b1dd..ea4d82d7cb6 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends NumberWithValidations.NumberWithValidations1 +extends [NumberWithValidations.NumberWithValidations1](../../../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index 4dee5156715..f801324ef16 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ObjectModelWithRefProps.ObjectModelWithRefProps1 +extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index b7f910416f3..042aedbfb06 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ObjectModelWithRefProps.ObjectModelWithRefProps1 +extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index 9f3de128dd6..fb48e5d5c58 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends StringSchema.StringSchema1 +extends [StringSchema.StringSchema1](../../../../../../components/schemas/StringSchema.md#stringschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index 9bbde42d0b6..0950b13c1c0 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends StringSchema.StringSchema1 +extends [StringSchema.StringSchema1](../../../../../../../../components/schemas/StringSchema.md#stringschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index 83e6b1f9fa5..2822b0f8efc 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema51 public class Schema51 -extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index b182cbf7502..6769b55cbb7 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ApiResponseSchema.ApiResponseSchema1 +extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index d7db3de4470..1cebab09602 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends ApiResponseSchema.ApiResponseSchema1 +extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index 0afe925dbf3..ed29b3b68c6 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends RefPet.RefPet1 +extends [RefPet.RefPet1](../../../../../../../../components/schemas/RefPet.md#refpet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index 043a309a0bf..7884919ad9f 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Pet.Pet1 +extends [Pet.Pet1](../../../../../../../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index 3ed7dfb875c..8384164e7f1 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Order.Order1 +extends [Order.Order1](../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index 748ef5e6260..2bb804aea2b 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Order.Order1 +extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index 17e27d750bf..deebb7df18f 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Order.Order1 +extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index c7704065c42..dd9488d3434 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Order.Order1 +extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index aa229c60890..486cea0b1d2 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends Order.Order1 +extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index d4705cd650c..84806760a9d 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends User.User1 +extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index 31c45c860dd..3088489b581 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends User.User1 +extends [User.User1](../../../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index 3519c74d75e..b4109005c64 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends User.User1 +extends [User.User1](../../../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index c597f1a568e..265018c530d 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public class Schema1 -extends User.User1 +extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/_helper_anchor_id.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/_helper_anchor_id.hbs new file mode 100644 index 00000000000..5c02c98bbd9 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/_helper_anchor_id.hbs @@ -0,0 +1 @@ +{{#each identifierPieces}}{{#if this.anchorPiece}}{{this.anchorPiece}}{{else}}{{this}}{{/if}}{{#unless @last}}-{{/unless}}{{/each}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index ec6f175f83e..a8bf2814979 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -37,7 +37,11 @@ A class that contains necessary nested schema classes, and classes to store vali {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces jsonPathPiece) }} public class {{jsonPathPiece.camelCase}} {{#if refInfo}} -extends {{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}} + {{#if refInfo.refModule}} +extends {{#if refInfo.refModule}}[{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}]({{docRoot}}components/schemas/{{refInfo.refModule}}.md#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append (newArray) refInfo.ref.jsonPathPiece) }}) + {{else}} +extends [{{refInfo.refClass}}]((#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append (newArray) refInfo.ref) }})) + {{/if}} {{else}} extends JsonSchema {{/if}} From 94bef09c95ae01bf09e888d82b5cc3850bc8727f Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 13:07:23 -0800 Subject: [PATCH 35/72] Adds link to output type in validate method --- .../Int32JsonContentTypeHeaderSchema.md | 2 +- .../numberheader/NumberHeaderSchema.md | 2 +- .../stringheader/StringHeaderSchema.md | 2 +- .../parameters/pathusername/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../headers/location/LocationSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +- .../headers/someheader/SomeHeaderSchema.md | 2 +- .../components/schemas/AbstractStepMessage.md | 6 +- .../schemas/AdditionalPropertiesClass.md | 46 +++++++------- .../schemas/AdditionalPropertiesSchema.md | 22 +++---- .../AdditionalPropertiesWithArrayOfEnums.md | 6 +- .../java/docs/components/schemas/Address.md | 6 +- .../java/docs/components/schemas/Animal.md | 8 +-- .../docs/components/schemas/AnimalFarm.md | 2 +- .../components/schemas/AnyTypeAndFormat.md | 22 +++---- .../components/schemas/AnyTypeNotString.md | 4 +- .../components/schemas/ApiResponseSchema.md | 10 +-- .../java/docs/components/schemas/Apple.md | 8 +-- .../java/docs/components/schemas/AppleReq.md | 10 +-- .../components/schemas/ArrayHoldingAnyType.md | 4 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 10 +-- .../docs/components/schemas/ArrayOfEnums.md | 2 +- .../components/schemas/ArrayOfNumberOnly.md | 8 +-- .../java/docs/components/schemas/ArrayTest.md | 18 +++--- .../schemas/ArrayWithValidationsInItems.md | 4 +- .../java/docs/components/schemas/Banana.md | 6 +- .../java/docs/components/schemas/BananaReq.md | 10 +-- .../java/docs/components/schemas/Bar.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 6 +- .../docs/components/schemas/BooleanEnum.md | 2 +- .../docs/components/schemas/BooleanSchema.md | 2 +- .../docs/components/schemas/Capitalization.md | 16 ++--- .../java/docs/components/schemas/Cat.md | 8 +-- .../java/docs/components/schemas/Category.md | 8 +-- .../java/docs/components/schemas/ChildCat.md | 8 +-- .../docs/components/schemas/ClassModel.md | 6 +- .../java/docs/components/schemas/Client.md | 6 +- .../schemas/ComplexQuadrilateral.md | 8 +-- ...omposedAnyOfDifferentTypesNoValidations.md | 40 ++++++------ .../docs/components/schemas/ComposedArray.md | 4 +- .../docs/components/schemas/ComposedBool.md | 4 +- .../docs/components/schemas/ComposedNone.md | 4 +- .../docs/components/schemas/ComposedNumber.md | 4 +- .../docs/components/schemas/ComposedObject.md | 6 +- .../schemas/ComposedOneOfDifferentTypes.md | 16 ++--- .../docs/components/schemas/ComposedString.md | 4 +- .../java/docs/components/schemas/Currency.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 6 +- .../docs/components/schemas/DateTimeTest.md | 2 +- .../schemas/DateTimeWithValidations.md | 2 +- .../components/schemas/DateWithValidations.md | 2 +- .../docs/components/schemas/DecimalPayload.md | 2 +- .../java/docs/components/schemas/Dog.md | 8 +-- .../java/docs/components/schemas/Drawing.md | 6 +- .../docs/components/schemas/EnumArrays.md | 10 +-- .../java/docs/components/schemas/EnumClass.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 12 ++-- .../components/schemas/EquilateralTriangle.md | 8 +-- .../java/docs/components/schemas/File.md | 6 +- .../components/schemas/FileSchemaTestClass.md | 6 +- .../java/docs/components/schemas/Foo.md | 4 +- .../docs/components/schemas/FormatTest.md | 48 +++++++------- .../docs/components/schemas/FromSchema.md | 8 +-- .../java/docs/components/schemas/Fruit.md | 6 +- .../java/docs/components/schemas/FruitReq.md | 4 +- .../java/docs/components/schemas/GmFruit.md | 6 +- .../components/schemas/GrandparentAnimal.md | 6 +- .../components/schemas/HasOnlyReadOnly.md | 8 +-- .../components/schemas/HealthCheckResult.md | 6 +- .../docs/components/schemas/IntegerEnum.md | 2 +- .../docs/components/schemas/IntegerEnumBig.md | 2 +- .../components/schemas/IntegerEnumOneValue.md | 2 +- .../schemas/IntegerEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/IntegerMax10.md | 2 +- .../docs/components/schemas/IntegerMin15.md | 2 +- .../components/schemas/IsoscelesTriangle.md | 8 +-- .../java/docs/components/schemas/Items.md | 6 +- .../components/schemas/JSONPatchRequest.md | 4 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 12 ++-- .../schemas/JSONPatchRequestMoveCopy.md | 12 ++-- .../schemas/JSONPatchRequestRemove.md | 10 +-- .../java/docs/components/schemas/Mammal.md | 2 +- .../java/docs/components/schemas/MapTest.md | 26 ++++---- ...dPropertiesAndAdditionalPropertiesClass.md | 12 ++-- .../java/docs/components/schemas/Money.md | 8 +-- .../docs/components/schemas/MyObjectDto.md | 8 +-- .../java/docs/components/schemas/Name.md | 10 +-- .../schemas/NoAdditionalProperties.md | 10 +-- .../docs/components/schemas/NullableClass.md | 62 +++++++++---------- .../docs/components/schemas/NullableShape.md | 4 +- .../docs/components/schemas/NullableString.md | 2 +- .../docs/components/schemas/NumberOnly.md | 6 +- .../docs/components/schemas/NumberSchema.md | 2 +- .../schemas/NumberWithValidations.md | 2 +- .../schemas/ObjWithRequiredProps.md | 6 +- .../schemas/ObjWithRequiredPropsBase.md | 6 +- .../components/schemas/ObjectInterface.md | 4 +- .../ObjectModelWithArgAndArgsProperties.md | 8 +-- .../schemas/ObjectModelWithRefProps.md | 4 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 8 +-- .../schemas/ObjectWithCollidingProperties.md | 12 ++-- .../schemas/ObjectWithDecimalProperties.md | 6 +- .../ObjectWithDifficultlyNamedProps.md | 10 +-- .../ObjectWithInlineCompositionProperty.md | 8 +-- .../ObjectWithInvalidNamedRefedProperties.md | 4 +- .../ObjectWithNonIntersectingValues.md | 8 +-- .../schemas/ObjectWithOnlyOptionalProps.md | 10 +-- .../schemas/ObjectWithOptionalTestProp.md | 6 +- .../schemas/ObjectWithValidations.md | 4 +- .../java/docs/components/schemas/Order.md | 16 ++--- .../schemas/PaginatedResultMyObjectDto.md | 10 +-- .../java/docs/components/schemas/ParentPet.md | 4 +- .../java/docs/components/schemas/Pet.md | 16 ++--- .../java/docs/components/schemas/Pig.md | 2 +- .../java/docs/components/schemas/Player.md | 6 +- .../java/docs/components/schemas/PublicKey.md | 6 +- .../docs/components/schemas/Quadrilateral.md | 2 +- .../schemas/QuadrilateralInterface.md | 8 +-- .../docs/components/schemas/ReadOnlyFirst.md | 8 +-- .../schemas/ReqPropsFromExplicitAddProps.md | 6 +- .../schemas/ReqPropsFromTrueAddProps.md | 6 +- .../schemas/ReqPropsFromUnsetAddProps.md | 4 +- .../docs/components/schemas/ReturnSchema.md | 6 +- .../components/schemas/ScaleneTriangle.md | 8 +-- .../components/schemas/Schema200Response.md | 8 +-- .../schemas/SelfReferencingArrayModel.md | 2 +- .../schemas/SelfReferencingObjectModel.md | 4 +- .../java/docs/components/schemas/Shape.md | 2 +- .../docs/components/schemas/ShapeOrNull.md | 4 +- .../components/schemas/SimpleQuadrilateral.md | 8 +-- .../docs/components/schemas/SomeObject.md | 2 +- .../components/schemas/SpecialModelname.md | 6 +- .../components/schemas/StringBooleanMap.md | 6 +- .../docs/components/schemas/StringEnum.md | 2 +- .../schemas/StringEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/StringSchema.md | 2 +- .../schemas/StringWithValidation.md | 2 +- .../java/docs/components/schemas/Tag.md | 8 +-- .../java/docs/components/schemas/Triangle.md | 2 +- .../components/schemas/TriangleInterface.md | 8 +-- .../docs/components/schemas/UUIDString.md | 2 +- .../java/docs/components/schemas/User.md | 36 +++++------ .../java/docs/components/schemas/Whale.md | 10 +-- .../java/docs/components/schemas/Zebra.md | 10 +-- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../parameters/parameter0/PathParamSchema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../delete/parameters/parameter2/Schema2.md | 2 +- .../delete/parameters/parameter3/Schema3.md | 2 +- .../delete/parameters/parameter4/Schema4.md | 2 +- .../delete/parameters/parameter5/Schema5.md | 2 +- .../fake/get/parameters/parameter0/Schema0.md | 4 +- .../fake/get/parameters/parameter1/Schema1.md | 2 +- .../fake/get/parameters/parameter2/Schema2.md | 4 +- .../fake/get/parameters/parameter3/Schema3.md | 2 +- .../fake/get/parameters/parameter4/Schema4.md | 2 +- .../fake/get/parameters/parameter5/Schema5.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 10 +-- .../content/applicationjson/Schema.md | 4 +- .../applicationxwwwformurlencoded/Schema.md | 32 +++++----- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 6 +- .../post/parameters/parameter0/Schema0.md | 4 +- .../post/parameters/parameter1/Schema1.md | 8 +-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 8 +-- .../applicationxwwwformurlencoded/Schema.md | 8 +-- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +- .../content/multipartformdata/Schema.md | 6 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 6 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../post/parameters/parameter10/Schema10.md | 2 +- .../post/parameters/parameter11/Schema11.md | 2 +- .../post/parameters/parameter12/Schema12.md | 2 +- .../post/parameters/parameter13/Schema13.md | 2 +- .../post/parameters/parameter14/Schema14.md | 2 +- .../post/parameters/parameter15/Schema15.md | 2 +- .../post/parameters/parameter16/Schema16.md | 2 +- .../post/parameters/parameter17/Schema17.md | 2 +- .../post/parameters/parameter18/Schema18.md | 2 +- .../post/parameters/parameter2/Schema2.md | 2 +- .../post/parameters/parameter3/Schema3.md | 2 +- .../post/parameters/parameter4/Schema4.md | 2 +- .../post/parameters/parameter5/Schema5.md | 2 +- .../post/parameters/parameter6/Schema6.md | 2 +- .../post/parameters/parameter7/Schema7.md | 2 +- .../post/parameters/parameter8/Schema8.md | 2 +- .../post/parameters/parameter9/Schema9.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 4 +- .../put/parameters/parameter1/Schema1.md | 4 +- .../put/parameters/parameter2/Schema2.md | 4 +- .../put/parameters/parameter3/Schema3.md | 4 +- .../put/parameters/parameter4/Schema4.md | 4 +- .../content/applicationoctetstream/Schema.md | 2 +- .../content/applicationoctetstream/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 8 +-- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../delete/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter1/Schema1.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../xexpiresafter/XExpiresAfterSchema.md | 2 +- .../applicationjson/XRateLimitSchema.md | 2 +- .../components/schemas/Schema_doc.hbs | 4 +- .../components/schemas/docschema_io_types.hbs | 4 +- 249 files changed, 730 insertions(+), 730 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index c4d1b74a7fa..45eedb917db 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 1938094096d..9e03869b402 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index d8a15904111..7c69d57caa7 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index 86ebd01bed5..8c896aea32d 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index b92b60d0cc1..b5df2cfb298 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList | validate(List> arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index be323be0e5c..65e6ad08cdc 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index f71286791cc..b85cae9e18f 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList | validate(List> arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 1ea1113ea7f..c5bab1c7d55 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList | validate(List> arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 9114cd43427..3de35065e05 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -48,7 +48,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 38db66609b9..7b204c38955 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index b947ff82b10..8b48204c267 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -20,10 +20,10 @@ A schema class that validates payloads ## Description Abstract Step -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AbstractStepMessageMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AbstractStepMessageMap](#abstractstepmessagemap) | validate(Map arg, SchemaConfiguration configuration) | ## AbstractStepMessageMap public class AbstractStepMessageMap @@ -57,7 +57,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 80aaa297e0d..97bf8b0852d 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -36,10 +36,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesClassMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesClassMap](#additionalpropertiesclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesClassMap public class AdditionalPropertiesClassMap @@ -83,10 +83,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapWithUndeclaredPropertiesStringMap | validate(Map arg, SchemaConfiguration configuration) | +| static [MapWithUndeclaredPropertiesStringMap](#mapwithundeclaredpropertiesstringmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesStringMap public class MapWithUndeclaredPropertiesStringMap @@ -114,7 +114,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -128,7 +128,7 @@ A schema class that validates payloads ## Description an object with no declared properties and no undeclared properties, hence it's an empty map. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | @@ -157,7 +157,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -176,10 +176,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapWithUndeclaredPropertiesAnytype3Map | validate(Map arg, SchemaConfiguration configuration) | +| static [MapWithUndeclaredPropertiesAnytype3Map](#mapwithundeclaredpropertiesanytype3map) | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype3Map public class MapWithUndeclaredPropertiesAnytype3Map @@ -207,7 +207,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -226,10 +226,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype1 public class MapWithUndeclaredPropertiesAnytype1 @@ -237,10 +237,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## Anytype1 public class Anytype1 @@ -248,7 +248,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -267,10 +267,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapOfMapPropertyMap | validate(Map> arg, SchemaConfiguration configuration) | +| static [MapOfMapPropertyMap](#mapofmappropertymap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapOfMapPropertyMap public class MapOfMapPropertyMap @@ -298,10 +298,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesMap](#additionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesMap public class AdditionalPropertiesMap @@ -329,7 +329,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -340,10 +340,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapPropertyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [MapPropertyMap](#mappropertymap) | validate(Map arg, SchemaConfiguration configuration) | ## MapPropertyMap public class MapPropertyMap @@ -371,7 +371,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index cafb810f82a..be48d8df8e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -24,10 +24,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## Schema2 public class Schema2 @@ -35,10 +35,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema2Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema2Map](#schema2map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema2Map public class Schema2Map @@ -66,7 +66,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -85,10 +85,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -116,7 +116,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -135,10 +135,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema0Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema0Map](#schema0map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema0Map public class Schema0Map @@ -166,7 +166,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 82040b7881f..0999dc411ab 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesWithArrayOfEnumsMap | validate(Map> arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesWithArrayOfEnumsMap](#additionalpropertieswitharrayofenumsmap) | validate(Map> arg, SchemaConfiguration configuration) | ## AdditionalPropertiesWithArrayOfEnumsMap public class AdditionalPropertiesWithArrayOfEnumsMap @@ -49,7 +49,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static AdditionalPropertiesList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 420de50d7fe..be71e1a7541 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AddressMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AddressMap](#addressmap) | validate(Map arg, SchemaConfiguration configuration) | ## AddressMap public class AddressMap @@ -48,7 +48,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 61a1dbd1a10..456709b26f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AnimalMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AnimalMap](#animalmap) | validate(Map arg, SchemaConfiguration configuration) | ## AnimalMap public class AnimalMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -64,7 +64,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 7059fc7d17c..f8950feaa0e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static AnimalFarmList | validate(List> arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 7e4caadfc80..d748ab516b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -25,10 +25,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AnyTypeAndFormatMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AnyTypeAndFormatMap](#anytypeandformatmap) | validate(Map arg, SchemaConfiguration configuration) | ## AnyTypeAndFormatMap public class AnyTypeAndFormatMap @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -89,7 +89,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -108,7 +108,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -127,7 +127,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -146,7 +146,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -165,7 +165,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -184,7 +184,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -203,7 +203,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -222,7 +222,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index 302a3dae856..ef010b0def1 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -35,7 +35,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 7482709f25b..83fde129617 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ApiResponseMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ApiResponseMap](#apiresponsemap) | validate(Map arg, SchemaConfiguration configuration) | ## ApiResponseMap public class ApiResponseMap @@ -56,7 +56,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -67,7 +67,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -78,7 +78,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 1cb1e7e70f4..4a1ac021f38 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -18,11 +18,11 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static AppleMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AppleMap](#applemap) | validate(Map arg, SchemaConfiguration configuration) | ## AppleMap public class AppleMap @@ -54,7 +54,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -65,7 +65,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index b275fe582db..1df56466d7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AppleReqMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AppleReqMap](#applereqmap) | validate(Map arg, SchemaConfiguration configuration) | ## AppleReqMap public class AppleReqMap @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | @@ -63,7 +63,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -74,7 +74,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 09e3fb4be71..12395acd510 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayHoldingAnyTypeList | validate(List arg, SchemaConfiguration configuration) | @@ -50,7 +50,7 @@ A schema class that validates payloads ## Description any type can be stored here -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 77c6ab144b3..e48fae72294 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -21,10 +21,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayOfArrayOfNumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ArrayOfArrayOfNumberOnlyMap](#arrayofarrayofnumberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayOfArrayOfNumberOnlyMap public class ArrayOfArrayOfNumberOnlyMap @@ -54,7 +54,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayArrayNumberList | validate(List> arg, SchemaConfiguration configuration) | @@ -84,7 +84,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ItemsList | validate(List arg, SchemaConfiguration configuration) | @@ -114,7 +114,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index cbc3ae789f6..422910d8346 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayOfEnumsList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 89d39d941d8..0b318faa381 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayOfNumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ArrayOfNumberOnlyMap](#arrayofnumberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayOfNumberOnlyMap public class ArrayOfNumberOnlyMap @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayNumberList | validate(List arg, SchemaConfiguration configuration) | @@ -82,7 +82,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index e9d126ca3e0..39102a08ec8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -28,10 +28,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayTestMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ArrayTestMap](#arraytestmap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayTestMap public class ArrayTestMap @@ -65,7 +65,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayArrayOfModelList | validate(List>> arg, SchemaConfiguration configuration) | @@ -95,7 +95,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ItemsList1 | validate(List> arg, SchemaConfiguration configuration) | @@ -125,7 +125,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayArrayOfIntegerList | validate(List> arg, SchemaConfiguration configuration) | @@ -155,7 +155,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ItemsList | validate(List arg, SchemaConfiguration configuration) | @@ -185,7 +185,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -196,7 +196,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayOfStringList | validate(List arg, SchemaConfiguration configuration) | @@ -226,7 +226,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 995686e0773..19af0d3ccf1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayWithValidationsInItemsList | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 2130901c52e..65ee0695e14 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static BananaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [BananaMap](#bananamap) | validate(Map arg, SchemaConfiguration configuration) | ## BananaMap public class BananaMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 513164bafc0..80dc2ff464b 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static BananaReqMap | validate(Map arg, SchemaConfiguration configuration) | +| static [BananaReqMap](#bananareqmap) | validate(Map arg, SchemaConfiguration configuration) | ## BananaReqMap public class BananaReqMap @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | @@ -63,7 +63,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | @@ -74,7 +74,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index e4f69753201..2289a98ee23 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 0b51364b78c..63a978fe80a 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static BasquePigMap | validate(Map arg, SchemaConfiguration configuration) | +| static [BasquePigMap](#basquepigmap) | validate(Map arg, SchemaConfiguration configuration) | ## BasquePigMap public class BasquePigMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index c2091bd25c3..a0e76052cf4 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index f9c3fc92a2f..6fbf897a24e 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index ae6d8a259d2..6dd30b94200 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -22,10 +22,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static CapitalizationMap | validate(Map arg, SchemaConfiguration configuration) | +| static [CapitalizationMap](#capitalizationmap) | validate(Map arg, SchemaConfiguration configuration) | ## CapitalizationMap public class CapitalizationMap @@ -68,7 +68,7 @@ A schema class that validates payloads ## Description Name of the pet -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -79,7 +79,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -90,7 +90,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -101,7 +101,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -112,7 +112,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -123,7 +123,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 9ec4f85eed0..cc8c95a911d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index ab3cd93c052..899439c0065 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static CategoryMap | validate(Map arg, SchemaConfiguration configuration) | +| static [CategoryMap](#categorymap) | validate(Map arg, SchemaConfiguration configuration) | ## CategoryMap public class CategoryMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -64,7 +64,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 51f94ecc6d6..23b9632cc9e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index bc04da02487..7eca286c311 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -20,7 +20,7 @@ A schema class that validates payloads ## Description Model for testing model with \"_class\" property -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -30,7 +30,7 @@ Model for testing model with \"_class\" property | static float | validate(float arg, SchemaConfiguration configuration) | | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static ClassModelMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ClassModelMap](#classmodelmap) | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ClassModelMap @@ -61,7 +61,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 06288ec71a4..e96e1f5f846 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ClientMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ClientMap](#clientmap) | validate(Map arg, SchemaConfiguration configuration) | ## ClientMap public class ClientMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index da02fc503d2..789388905af 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 2592fd35a39..c28dba45fc0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -33,7 +33,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -63,7 +63,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | @@ -74,7 +74,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -85,7 +85,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static double | validate(double arg, SchemaConfiguration configuration) | @@ -96,7 +96,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static float | validate(float arg, SchemaConfiguration configuration) | @@ -107,7 +107,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | @@ -118,7 +118,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Schema9List | validate(List arg, SchemaConfiguration configuration) | @@ -148,7 +148,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -167,7 +167,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -178,7 +178,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | @@ -189,10 +189,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## Schema5 public class Schema5 @@ -200,7 +200,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -211,7 +211,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -222,7 +222,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | @@ -233,7 +233,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -244,7 +244,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -255,9 +255,9 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index a32c715aed7..6342de4ef01 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ComposedArrayList | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 80348e0fc13..9ece99c637a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | @@ -27,7 +27,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index e91ba2ad92d..db14878ce2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -27,7 +27,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 7e8dc407752..f1f9ec966aa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | @@ -27,7 +27,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 471b0da59a4..1eaa7b6b51a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -16,10 +16,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## Schema0 public class Schema0 @@ -27,7 +27,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 384e9a33c40..2469e15a754 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -25,7 +25,7 @@ A schema class that validates payloads ## Description this is a model that allows payloads of type object or number -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -44,7 +44,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -55,7 +55,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Schema5List | validate(List arg, SchemaConfiguration configuration) | @@ -85,7 +85,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -104,10 +104,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## Schema3 public class Schema3 @@ -115,7 +115,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -126,7 +126,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 2e4233918de..6d4f515da4d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -27,7 +27,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 8693f7ee73b..1735f6d99b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index d390b439a13..74198d0b598 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static DanishPigMap | validate(Map arg, SchemaConfiguration configuration) | +| static [DanishPigMap](#danishpigmap) | validate(Map arg, SchemaConfiguration configuration) | ## DanishPigMap public class DanishPigMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 9ca8b77ab85..3082312a2a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 08afadf71cb..718baac9d5e 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 9dc4f4f033e..100315f9ff9 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index e1d2fad7e24..cdea472d7c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 1a62e71014e..2dc5c18763b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 92319d4fb6f..55fad804b14 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static DrawingMap | validate(Map arg, SchemaConfiguration configuration) | +| static [DrawingMap](#drawingmap) | validate(Map arg, SchemaConfiguration configuration) | ## DrawingMap public class DrawingMap @@ -57,7 +57,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ShapesList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index a78f991a094..551efc3b224 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -20,10 +20,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static EnumArraysMap | validate(Map arg, SchemaConfiguration configuration) | +| static [EnumArraysMap](#enumarraysmap) | validate(Map arg, SchemaConfiguration configuration) | ## EnumArraysMap public class EnumArraysMap @@ -55,7 +55,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayEnumList | validate(List arg, SchemaConfiguration configuration) | @@ -85,7 +85,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -96,7 +96,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 9fad6c3d2dc..a0b37090b90 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index c1708205b4a..4c7ab763e26 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -20,10 +20,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static EnumTestMap | validate(Map arg, SchemaConfiguration configuration) | +| static [EnumTestMap](#enumtestmap) | validate(Map arg, SchemaConfiguration configuration) | ## EnumTestMap public class EnumTestMap @@ -69,7 +69,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static double | validate(double arg, SchemaConfiguration configuration) | @@ -80,7 +80,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | @@ -91,7 +91,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -102,7 +102,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 3d717f79770..fc828aef15f 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index d2736c7632a..618d83ba7b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -20,10 +20,10 @@ A schema class that validates payloads ## Description Must be named `File` for test. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FileMap | validate(Map arg, SchemaConfiguration configuration) | +| static [FileMap](#filemap) | validate(Map arg, SchemaConfiguration configuration) | ## FileMap public class FileMap @@ -56,7 +56,7 @@ A schema class that validates payloads ## Description Test capitalization -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 3a6d968b95b..5b728b39d10 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FileSchemaTestClassMap | validate(Map arg, SchemaConfiguration configuration) | +| static [FileSchemaTestClassMap](#fileschematestclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## FileSchemaTestClassMap public class FileSchemaTestClassMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static FilesList | validate(List> arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index e306223603e..0b684198252 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -16,10 +16,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FooMap | validate(Map arg, SchemaConfiguration configuration) | +| static [FooMap](#foomap) | validate(Map arg, SchemaConfiguration configuration) | ## FooMap public class FooMap diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index a44d16b58f4..121e7ac6530 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -39,10 +39,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FormatTestMap | validate(Map arg, SchemaConfiguration configuration) | +| static [FormatTestMap](#formattestmap) | validate(Map arg, SchemaConfiguration configuration) | ## FormatTestMap public class FormatTestMap @@ -106,7 +106,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -120,7 +120,7 @@ A schema class that validates payloads ## Description A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -134,7 +134,7 @@ A schema class that validates payloads ## Description A string that is a 10 digit number. Can have leading zeros. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -145,7 +145,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -156,7 +156,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -167,7 +167,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -178,7 +178,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -189,7 +189,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -200,7 +200,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | @@ -211,7 +211,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -222,7 +222,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -233,7 +233,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayWithUniqueItemsList | validate(List arg, SchemaConfiguration configuration) | @@ -263,7 +263,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | @@ -274,7 +274,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static double | validate(double arg, SchemaConfiguration configuration) | @@ -285,7 +285,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static double | validate(double arg, SchemaConfiguration configuration) | @@ -296,7 +296,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static float | validate(float arg, SchemaConfiguration configuration) | @@ -310,7 +310,7 @@ A schema class that validates payloads ## Description this is a reserved python keyword -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static float | validate(float arg, SchemaConfiguration configuration) | @@ -321,7 +321,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | @@ -332,7 +332,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -343,7 +343,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | @@ -354,7 +354,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | @@ -365,7 +365,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 7c4e99b0d17..7a0196992fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FromSchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [FromSchemaMap](#fromschemamap) | validate(Map arg, SchemaConfiguration configuration) | ## FromSchemaMap public class FromSchemaMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -64,7 +64,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 171fc66e8ff..0430ce99921 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -27,7 +27,7 @@ A schema class that validates payloads | static float | validate(float arg, SchemaConfiguration configuration) | | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FruitMap | validate(Map arg, SchemaConfiguration configuration) | +| static [FruitMap](#fruitmap) | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## FruitMap @@ -58,7 +58,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 85e264d4cfa..411b589bc3c 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -35,7 +35,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index b9cd514dd0a..337f51de36d 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -27,7 +27,7 @@ A schema class that validates payloads | static float | validate(float arg, SchemaConfiguration configuration) | | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static GmFruitMap | validate(Map arg, SchemaConfiguration configuration) | +| static [GmFruitMap](#gmfruitmap) | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## GmFruitMap @@ -58,7 +58,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 614ac4cf2d0..93380ef54ec 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static GrandparentAnimalMap | validate(Map arg, SchemaConfiguration configuration) | +| static [GrandparentAnimalMap](#grandparentanimalmap) | validate(Map arg, SchemaConfiguration configuration) | ## GrandparentAnimalMap public class GrandparentAnimalMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index a45ed588d7a..9217a2167ae 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static HasOnlyReadOnlyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [HasOnlyReadOnlyMap](#hasonlyreadonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## HasOnlyReadOnlyMap public class HasOnlyReadOnlyMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -64,7 +64,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 692b50f55ad..5e07ee5d8d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -20,10 +20,10 @@ A schema class that validates payloads ## Description Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static HealthCheckResultMap | validate(Map arg, SchemaConfiguration configuration) | +| static [HealthCheckResultMap](#healthcheckresultmap) | validate(Map arg, SchemaConfiguration configuration) | ## HealthCheckResultMap public class HealthCheckResultMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index c9f3c9f2337..5bd3f88e44e 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 69c3b2736ee..ec2b93fe06d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index 2eb1b25c71b..b396b956e91 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 892c1f53b4f..5ed8f12fc5d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 491844e031d..bd1771ff496 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index f036e926238..564399255cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 1148ecc7399..4566e2c849d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 8e651118ef2..d53d6dc1a21 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -20,7 +20,7 @@ A schema class that validates payloads ## Description component's name collides with the inner schema name -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ItemsList | validate(List> arg, SchemaConfiguration configuration) | @@ -50,9 +50,9 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 99f62dd92e5..56c5cea4550 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static JSONPatchRequestList | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 27650fa7f19..760af0cb9ea 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -20,10 +20,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static JSONPatchRequestAddReplaceTestMap | validate(Map arg, SchemaConfiguration configuration) | +| static [JSONPatchRequestAddReplaceTestMap](#jsonpatchrequestaddreplacetestmap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestAddReplaceTestMap public class JSONPatchRequestAddReplaceTestMap @@ -58,7 +58,7 @@ A schema class that validates payloads ## Description The operation to perform. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -72,7 +72,7 @@ A schema class that validates payloads ## Description The value to add, replace or test. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -94,7 +94,7 @@ A schema class that validates payloads ## Description A JSON Pointer path. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -105,7 +105,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index dd8608c6bab..008a9bed595 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -20,10 +20,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static JSONPatchRequestMoveCopyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [JSONPatchRequestMoveCopyMap](#jsonpatchrequestmovecopymap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestMoveCopyMap public class JSONPatchRequestMoveCopyMap @@ -58,7 +58,7 @@ A schema class that validates payloads ## Description The operation to perform. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -72,7 +72,7 @@ A schema class that validates payloads ## Description A JSON Pointer path. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -86,7 +86,7 @@ A schema class that validates payloads ## Description A JSON Pointer path. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -97,7 +97,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index dd94d7204aa..4339798ce9e 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static JSONPatchRequestRemoveMap | validate(Map arg, SchemaConfiguration configuration) | +| static [JSONPatchRequestRemoveMap](#jsonpatchrequestremovemap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestRemoveMap public class JSONPatchRequestRemoveMap @@ -55,7 +55,7 @@ A schema class that validates payloads ## Description The operation to perform. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -69,7 +69,7 @@ A schema class that validates payloads ## Description A JSON Pointer path. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -80,7 +80,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index 3c9ff269ea5..9c4349ad6d9 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 83faae475cf..9ba3b12c05e 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -27,10 +27,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapTestMap | validate(Map arg, SchemaConfiguration configuration) | +| static [MapTestMap](#maptestmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapTestMap public class MapTestMap @@ -66,10 +66,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static DirectMapMap | validate(Map arg, SchemaConfiguration configuration) | +| static [DirectMapMap](#directmapmap) | validate(Map arg, SchemaConfiguration configuration) | ## DirectMapMap public class DirectMapMap @@ -97,7 +97,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | @@ -108,10 +108,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapOfEnumStringMap | validate(Map arg, SchemaConfiguration configuration) | +| static [MapOfEnumStringMap](#mapofenumstringmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapOfEnumStringMap public class MapOfEnumStringMap @@ -139,7 +139,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -150,10 +150,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapMapOfStringMap | validate(Map> arg, SchemaConfiguration configuration) | +| static [MapMapOfStringMap](#mapmapofstringmap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapMapOfStringMap public class MapMapOfStringMap @@ -181,10 +181,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesMap](#additionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesMap public class AdditionalPropertiesMap @@ -212,7 +212,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 315f875e97e..3fbb44ac896 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -20,10 +20,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MixedPropertiesAndAdditionalPropertiesClassMap | validate(Map arg, SchemaConfiguration configuration) | +| static [MixedPropertiesAndAdditionalPropertiesClassMap](#mixedpropertiesandadditionalpropertiesclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## MixedPropertiesAndAdditionalPropertiesClassMap public class MixedPropertiesAndAdditionalPropertiesClassMap @@ -56,10 +56,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapMap | validate(Map> arg, SchemaConfiguration configuration) | +| static [MapMap](#mapmap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapMap public class MapMap @@ -87,7 +87,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -98,7 +98,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 4c47608a816..27dc8381f5c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MoneyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [MoneyMap](#moneymap) | validate(Map arg, SchemaConfiguration configuration) | ## MoneyMap public class MoneyMap @@ -51,7 +51,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -62,7 +62,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 6ffbe633285..178036ee7f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MyObjectDtoMap | validate(Map arg, SchemaConfiguration configuration) | +| static [MyObjectDtoMap](#myobjectdtomap) | validate(Map arg, SchemaConfiguration configuration) | ## MyObjectDtoMap public class MyObjectDtoMap @@ -49,7 +49,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -60,7 +60,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 7c2035710a0..66f363222ed 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -22,7 +22,7 @@ A schema class that validates payloads ## Description Model for testing model name same as property name -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -32,7 +32,7 @@ Model for testing model name same as property name | static float | validate(float arg, SchemaConfiguration configuration) | | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static NameMap | validate(Map arg, SchemaConfiguration configuration) | +| static [NameMap](#namemap) | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## NameMap @@ -70,7 +70,7 @@ A schema class that validates payloads ## Description this is a reserved python keyword -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -81,7 +81,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | @@ -92,7 +92,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index fa70b6872da..0a840c2a466 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static NoAdditionalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | +| static [NoAdditionalPropertiesMap](#noadditionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## NoAdditionalPropertiesMap public class NoAdditionalPropertiesMap @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -63,7 +63,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -74,7 +74,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 012da55a64d..14cd5b888e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -41,10 +41,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static NullableClassMap | validate(Map arg, SchemaConfiguration configuration) | +| static [NullableClassMap](#nullableclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## NullableClassMap public class NullableClassMap @@ -96,10 +96,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectItemsNullableMap | validate(Map> arg, SchemaConfiguration configuration) | +| static [ObjectItemsNullableMap](#objectitemsnullablemap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectItemsNullableMap public class ObjectItemsNullableMap @@ -127,11 +127,11 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectAndItemsNullableProp public class ObjectAndItemsNullableProp @@ -139,11 +139,11 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static ObjectAndItemsNullablePropMap | validate(Map> arg, SchemaConfiguration configuration) | +| static [ObjectAndItemsNullablePropMap](#objectanditemsnullablepropmap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectAndItemsNullablePropMap public class ObjectAndItemsNullablePropMap @@ -171,11 +171,11 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectNullableProp public class ObjectNullableProp @@ -183,11 +183,11 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static ObjectNullablePropMap | validate(Map> arg, SchemaConfiguration configuration) | +| static [ObjectNullablePropMap](#objectnullablepropmap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectNullablePropMap public class ObjectNullablePropMap @@ -215,10 +215,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayItemsNullable public class ArrayItemsNullable @@ -226,7 +226,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ArrayItemsNullableList | validate(List> arg, SchemaConfiguration configuration) | @@ -256,11 +256,11 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayAndItemsNullableProp public class ArrayAndItemsNullableProp @@ -268,7 +268,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -299,11 +299,11 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayNullableProp public class ArrayNullableProp @@ -311,7 +311,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -342,10 +342,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## DatetimeProp public class DatetimeProp @@ -353,7 +353,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -365,7 +365,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -377,7 +377,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -389,7 +389,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -401,7 +401,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -413,7 +413,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -425,10 +425,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 67f2d4b8c02..54bf69d97ca 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -19,7 +19,7 @@ A schema class that validates payloads ## Description The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -38,7 +38,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 76af6c706c1..5fd89d483b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 6ace259e5b9..d725dbb24b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static NumberOnlyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [NumberOnlyMap](#numberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## NumberOnlyMap public class NumberOnlyMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 3b43b9115fd..9388c656fe3 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index e1deccd98ca..46eba5035e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index c7e63a54eb9..c6e28798f06 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjWithRequiredPropsMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjWithRequiredPropsMap](#objwithrequiredpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjWithRequiredPropsMap public class ObjWithRequiredPropsMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 2865f76e4c5..e4326a93458 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjWithRequiredPropsBaseMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjWithRequiredPropsBaseMap](#objwithrequiredpropsbasemap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjWithRequiredPropsBaseMap public class ObjWithRequiredPropsBaseMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 96331e3bfe1..cc0a5aa5d36 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -15,9 +15,9 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index e47461820ad..7577142b89f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectModelWithArgAndArgsPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectModelWithArgAndArgsPropertiesMap](#objectmodelwithargandargspropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectModelWithArgAndArgsPropertiesMap public class ObjectModelWithArgAndArgsPropertiesMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -64,7 +64,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 8b017a9234b..8e1f4d38b56 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -19,10 +19,10 @@ A schema class that validates payloads ## Description a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectModelWithRefPropsMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectModelWithRefPropsMap](#objectmodelwithrefpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectModelWithRefPropsMap public class ObjectModelWithRefPropsMap diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 7049156a194..a42357a43ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -72,7 +72,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index cec656c9301..699148bca2a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -21,10 +21,10 @@ A schema class that validates payloads ## Description component with properties that have name collisions -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithCollidingPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithCollidingPropertiesMap](#objectwithcollidingpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithCollidingPropertiesMap public class ObjectWithCollidingPropertiesMap @@ -56,10 +56,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## SomeProp public class SomeProp @@ -67,9 +67,9 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 8b8b28e24f0..1e1181f294a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithDecimalPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithDecimalPropertiesMap](#objectwithdecimalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithDecimalPropertiesMap public class ObjectWithDecimalPropertiesMap @@ -54,7 +54,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index a7b8e1f6c06..9ee4b9c9c48 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -22,10 +22,10 @@ A schema class that validates payloads ## Description model with properties that have invalid names for python -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithDifficultlyNamedPropsMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithDifficultlyNamedPropsMap](#objectwithdifficultlynamedpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithDifficultlyNamedPropsMap public class ObjectWithDifficultlyNamedPropsMap @@ -57,7 +57,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -68,7 +68,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -79,7 +79,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 1832222d0bb..dcda59f0b1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithInlineCompositionPropertyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithInlineCompositionPropertyMap](#objectwithinlinecompositionpropertymap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithInlineCompositionPropertyMap public class ObjectWithInlineCompositionPropertyMap @@ -51,7 +51,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 33fc257660c..33af8848284 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -16,10 +16,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithInvalidNamedRefedPropertiesMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithInvalidNamedRefedPropertiesMap public class ObjectWithInvalidNamedRefedPropertiesMap diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 55538ba557c..add2d48f36a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithNonIntersectingValuesMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithNonIntersectingValuesMap](#objectwithnonintersectingvaluesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithNonIntersectingValuesMap public class ObjectWithNonIntersectingValuesMap @@ -51,7 +51,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | @@ -62,7 +62,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index f1512e1849a..ab902ba4c6a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithOnlyOptionalPropsMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithOnlyOptionalPropsMap](#objectwithonlyoptionalpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithOnlyOptionalPropsMap public class ObjectWithOnlyOptionalPropsMap @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | @@ -63,7 +63,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -74,7 +74,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 2544734441b..be5c58d595e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithOptionalTestPropMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithOptionalTestPropMap](#objectwithoptionaltestpropmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithOptionalTestPropMap public class ObjectWithOptionalTestPropMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index a671a384c99..2a2ff98eb41 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -15,9 +15,9 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 562e822b403..3fbb96346c0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -22,10 +22,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static OrderMap | validate(Map arg, SchemaConfiguration configuration) | +| static [OrderMap](#ordermap) | validate(Map arg, SchemaConfiguration configuration) | ## OrderMap public class OrderMap @@ -65,7 +65,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | @@ -79,7 +79,7 @@ A schema class that validates payloads ## Description Order Status -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -90,7 +90,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -101,7 +101,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | @@ -112,7 +112,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -123,7 +123,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 4c7861fdca9..995cdff9b06 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -20,10 +20,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PaginatedResultMyObjectDtoMap | validate(Map arg, SchemaConfiguration configuration) | +| static [PaginatedResultMyObjectDtoMap](#paginatedresultmyobjectdtomap) | validate(Map arg, SchemaConfiguration configuration) | ## PaginatedResultMyObjectDtoMap public class PaginatedResultMyObjectDtoMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static ResultsList | validate(List> arg, SchemaConfiguration configuration) | @@ -83,7 +83,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -94,7 +94,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 4dddfef85c5..759262cf373 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -15,9 +15,9 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 18f138a2b8e..7b6488ba073 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -27,10 +27,10 @@ A schema class that validates payloads ## Description Pet object that needs to be added to the store -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PetMap | validate(Map arg, SchemaConfiguration configuration) | +| static [PetMap](#petmap) | validate(Map arg, SchemaConfiguration configuration) | ## PetMap public class PetMap @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static TagsList | validate(List> arg, SchemaConfiguration configuration) | @@ -103,7 +103,7 @@ A schema class that validates payloads ## Description pet status in the store -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -114,7 +114,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static PhotoUrlsList | validate(List arg, SchemaConfiguration configuration) | @@ -144,7 +144,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -155,7 +155,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -166,7 +166,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 1edbda47d2e..45841c448a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 2e8f1c63ebe..3359d26cfb5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -20,10 +20,10 @@ A schema class that validates payloads ## Description a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PlayerMap | validate(Map arg, SchemaConfiguration configuration) | +| static [PlayerMap](#playermap) | validate(Map arg, SchemaConfiguration configuration) | ## PlayerMap public class PlayerMap @@ -55,7 +55,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index de0b5b00dca..b6ce9c638d9 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -20,10 +20,10 @@ A schema class that validates payloads ## Description schema that contains a property named key -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PublicKeyMap | validate(Map arg, SchemaConfiguration configuration) | +| static [PublicKeyMap](#publickeymap) | validate(Map arg, SchemaConfiguration configuration) | ## PublicKeyMap public class PublicKeyMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index b0dac2e0769..0b3d6e47ff2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 32ffb802d3d..4e38f105b6b 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -28,7 +28,7 @@ A schema class that validates payloads | static float | validate(float arg, SchemaConfiguration configuration) | | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static QuadrilateralInterfaceMap | validate(Map arg, SchemaConfiguration configuration) | +| static [QuadrilateralInterfaceMap](#quadrilateralinterfacemap) | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## QuadrilateralInterfaceMap @@ -61,7 +61,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -72,7 +72,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index db81ee0a2a0..cb7f9ec44f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReadOnlyFirstMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ReadOnlyFirstMap](#readonlyfirstmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReadOnlyFirstMap public class ReadOnlyFirstMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -64,7 +64,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 49fde4695d7..6fb5db65b5a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReqPropsFromExplicitAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ReqPropsFromExplicitAddPropsMap](#reqpropsfromexplicitaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromExplicitAddPropsMap public class ReqPropsFromExplicitAddPropsMap @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index d8c36fd2cc9..634e90a7426 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReqPropsFromTrueAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ReqPropsFromTrueAddPropsMap](#reqpropsfromtrueaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromTrueAddPropsMap public class ReqPropsFromTrueAddPropsMap @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 84f3212caef..74534f1e111 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -16,10 +16,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReqPropsFromUnsetAddPropsMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ReqPropsFromUnsetAddPropsMap](#reqpropsfromunsetaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromUnsetAddPropsMap public class ReqPropsFromUnsetAddPropsMap diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 6ba4812a7e3..5ac87ca195b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ## Description Model for testing reserved words -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -30,7 +30,7 @@ Model for testing reserved words | static float | validate(float arg, SchemaConfiguration configuration) | | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static ReturnMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ReturnMap](#returnmap) | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ReturnMap @@ -64,7 +64,7 @@ A schema class that validates payloads ## Description this is a reserved python keyword -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 0501ed7ca37..a22d8e5efe4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 4cfb608d7d1..950105cf11f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -21,7 +21,7 @@ A schema class that validates payloads ## Description model with an invalid class name for python, starts with a number -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -31,7 +31,7 @@ model with an invalid class name for python, starts with a number | static float | validate(float arg, SchemaConfiguration configuration) | | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static Schema200ResponseMap | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema200ResponseMap](#schema200responsemap) | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema200ResponseMap @@ -67,7 +67,7 @@ A schema class that validates payloads ## Description this is a reserved python keyword -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -78,7 +78,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 1a37968931c..e2453278c63 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SelfReferencingArrayModelList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 7814d625705..85efc7063af 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -16,10 +16,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SelfReferencingObjectModelMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap) | validate(Map arg, SchemaConfiguration configuration) | ## SelfReferencingObjectModelMap public class SelfReferencingObjectModelMap diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index c44db522ded..a0855f3e776 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 9c62a3b1eb7..00d04460fe9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -19,7 +19,7 @@ A schema class that validates payloads ## Description The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -38,7 +38,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index d1ab38fe431..25b653a25b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -37,10 +37,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | validate(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map public class Schema1Map @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 62a1a57d14d..0840cd6458b 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 58970466e1f..09ed8369d4e 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -20,10 +20,10 @@ A schema class that validates payloads ## Description model with an invalid class name for python -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SpecialModelnameMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SpecialModelnameMap](#specialmodelnamemap) | validate(Map arg, SchemaConfiguration configuration) | ## SpecialModelnameMap public class SpecialModelnameMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index f2e8ce8d097..6da5e533f2d 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static StringBooleanMapMap | validate(Map arg, SchemaConfiguration configuration) | +| static [StringBooleanMapMap](#stringbooleanmapmap) | validate(Map arg, SchemaConfiguration configuration) | ## StringBooleanMapMap public class StringBooleanMapMap @@ -48,7 +48,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 594d41e75db..5a056617443 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index ac88854ebe5..61012b8a384 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 35c56cb16d1..64cd122ad57 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 0561899bcf6..00adc851831 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index b6c6679099f..5f1cab9e02c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static TagMap | validate(Map arg, SchemaConfiguration configuration) | +| static [TagMap](#tagmap) | validate(Map arg, SchemaConfiguration configuration) | ## TagMap public class TagMap @@ -53,7 +53,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -64,7 +64,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 16b538ec92d..ef5977194d0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 8f3a76ef15a..715b8f50095 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -18,7 +18,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -28,7 +28,7 @@ A schema class that validates payloads | static float | validate(float arg, SchemaConfiguration configuration) | | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static TriangleInterfaceMap | validate(Map arg, SchemaConfiguration configuration) | +| static [TriangleInterfaceMap](#triangleinterfacemap) | validate(Map arg, SchemaConfiguration configuration) | | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## TriangleInterfaceMap @@ -61,7 +61,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -72,7 +72,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 9485bfbcb66..c53618dc495 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 0378179bb81..e1fc211fb0b 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -30,10 +30,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static UserMap | validate(Map arg, SchemaConfiguration configuration) | +| static [UserMap](#usermap) | validate(Map arg, SchemaConfiguration configuration) | ## UserMap public class UserMap @@ -90,7 +90,7 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -112,7 +112,7 @@ A schema class that validates payloads ## Description any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -131,7 +131,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | @@ -145,7 +145,7 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -167,11 +167,11 @@ A schema class that validates payloads ## Description test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithNoDeclaredProps public class ObjectWithNoDeclaredProps @@ -182,10 +182,10 @@ A schema class that validates payloads ## Description test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | ## UserStatus public class UserStatus @@ -196,7 +196,7 @@ A schema class that validates payloads ## Description User Status -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | @@ -207,7 +207,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -218,7 +218,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -229,7 +229,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -240,7 +240,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -251,7 +251,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -262,7 +262,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -273,7 +273,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 8d14102365e..8659720f737 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static WhaleMap | validate(Map arg, SchemaConfiguration configuration) | +| static [WhaleMap](#whalemap) | validate(Map arg, SchemaConfiguration configuration) | ## WhaleMap public class WhaleMap @@ -56,7 +56,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -67,7 +67,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | @@ -78,7 +78,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 293018f7d90..8e24d3d7a1d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ZebraMap | validate(Map arg, SchemaConfiguration configuration) | +| static [ZebraMap](#zebramap) | validate(Map arg, SchemaConfiguration configuration) | ## ZebraMap public class ZebraMap @@ -54,7 +54,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -65,7 +65,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -76,7 +76,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index 15683cf87ed..ce3e27ac3da 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 3f5eb4f0aa1..ccf952a4cf8 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 87a5f4081ae..a24e998f829 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 6a6f362c3ed..141222ebf3b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index c100b9bef52..ab1e7492b8b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index ae808f1855a..87dcbaec602 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 986dfec1ad6..47ff6cce488 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index dc0809c63b2..8bc8f48058e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 342e3a61de5..d8b47f51252 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index 9310b420b9e..4f965e85a8f 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 12840a7041c..82f0fbf799d 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 256c7cb747e..096c515c1ba 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index 53aa487157a..4c014081dcf 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index a905b00955f..44f6bfaad57 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList2 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 256e7f2d137..ddf7182b6b6 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index ef44f73157f..0dc3c7d1ad8 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 8924831ec19..adb654ba162 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static double | validate(double arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 7777524c8ea..a2fd54b1232 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,10 +20,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -58,7 +58,7 @@ A schema class that validates payloads ## Description Form parameter enum test (string) -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -72,7 +72,7 @@ A schema class that validates payloads ## Description Form parameter enum test (string array) -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static EnumFormStringArrayList | validate(List arg, SchemaConfiguration configuration) | @@ -102,7 +102,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 7d6ed7d8092..e505d9d71c3 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static | validate(Map arg, SchemaConfiguration configuration) | +| static [](#) | validate(Map arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 3ac24d50f01..f046bde2bef 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -30,10 +30,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -87,7 +87,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -101,7 +101,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -115,7 +115,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -129,7 +129,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -143,7 +143,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | @@ -157,7 +157,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -171,7 +171,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -185,7 +185,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -199,7 +199,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static double | validate(double arg, SchemaConfiguration configuration) | @@ -213,7 +213,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static float | validate(float arg, SchemaConfiguration configuration) | @@ -227,7 +227,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Number | validate(Number arg, SchemaConfiguration configuration) | @@ -241,7 +241,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | @@ -255,7 +255,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | @@ -269,7 +269,7 @@ A schema class that validates payloads ## Description None -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index f744888ae91..e8a05592138 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 7acd222fd7c..f5e396e9c4e 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index 39826918217..c20c9275e0e 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 92cfa4c20df..7086d7d516d 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 5804cad4a28..6c892500fe5 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 513094668f8..569185d2724 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -48,7 +48,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index d4dc22a3bc6..a63a303ecae 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -35,7 +35,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 54b598ade25..2ce7b515453 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap1 | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap1](#schemamap1) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap1 public class SchemaMap1 @@ -51,7 +51,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index 764931b5a3d..04d03e9dfe4 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -35,7 +35,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 419c23985c2..d34f2b1fd4c 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -51,7 +51,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index b6c9deda526..1ad5c3094af 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -16,7 +16,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -35,7 +35,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 4f7185a2167..a926ea0554b 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -51,7 +51,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 07d949cf9b2..a6a3d11ea28 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -56,7 +56,7 @@ A schema class that validates payloads ## Description field2 -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ A schema class that validates payloads ## Description field1 -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index ffaa2fadcfc..1bca640b082 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 4b4940d3c56..60987d50611 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 78877957da4..1c62fc0b174 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 1e6cb52168f..cab44b0d570 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index 4db312dd439..125460238a5 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index bb55d37701e..c232c03eedc 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 74c5cf32959..00d65f78413 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 61f8a0ea7f3..e01c336664a 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 71bfff4cfaa..060e88df5d4 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -17,10 +17,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap0 | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap0](#schemamap0) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap0 public class SchemaMap0 @@ -50,7 +50,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 7daf8b90b42..f1d44a70118 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 44c08f4a295..f4f6bfd7bcb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 8fbd0769c0a..9c6da69781f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 97d87d216a8..4e5dd9c82b5 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index a79d70ef295..9401be98435 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index f1740ba7813..a7d17412a6d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index c9b2589df7d..16841373431 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index a85aba39167..e6bdac99190 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 4e89f752882..199d94494d6 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 5beee6f4da3..092e39a6ba7 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index a30ad7983c0..eb77b8384df 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 836c6b8401e..b7d535338b4 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index 1757de9b7aa..f7585fa6fda 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 1c93bfd999d..69991b48bef 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index 165342974a0..34223afad68 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 5ec364a5764..da63f6a6217 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index 033b332257f..e68aed8fbce 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index cb3fc5430b8..03670ef9c22 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index 0181875bd6f..361c51e49b3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index 58e67b69026..d522676f2e0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index 7ffa52f8712..4ed940956f5 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index ae81f8a29f4..34cc8947581 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 17c6c131aa5..5d877d70cb3 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -56,7 +56,7 @@ A schema class that validates payloads ## Description file to upload -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ A schema class that validates payloads ## Description Additional data to pass to server -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 5b632593f58..82a3cb844f8 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index dce639e0f5f..10a707861f6 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index a584980b73f..9041e803d2a 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index bbe4fb80260..06ff98467a3 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList1 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 6016bde0740..9c86630095d 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList2 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index fd92ab2ebf3..cbc58eab7fc 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList3 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 7618e900b1f..80cf7908b78 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList4 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 467b95a1cfb..b9246452ddc 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -18,7 +18,7 @@ A schema class that validates payloads ## Description file to upload -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index 90cf591fdc4..da4b576ca40 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -18,7 +18,7 @@ A schema class that validates payloads ## Description file to download -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index a0a4043a606..977f8e55e59 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -56,7 +56,7 @@ A schema class that validates payloads ## Description file to upload -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ A schema class that validates payloads ## Description Additional data to pass to server -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index c48045c6cd5..304ce6c0b10 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -19,10 +19,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -52,7 +52,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static FilesList | validate(List arg, SchemaConfiguration configuration) | @@ -82,7 +82,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index ac9555d9335..8a07980ee99 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index f5385fa1706..586cf34de72 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index ebbb03781ae..51ba810b7ae 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index c6b41d71869..22f4912d3ea 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index f97f1f243af..f81df961546 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 8f9c9c2fa2c..9413627b75b 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 59c9303698a..493f2b37ff1 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -16,10 +16,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index eeaa43d5090..940f5fd7bec 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 7547fba2a5b..90494fef130 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -17,7 +17,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | @@ -47,7 +47,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 9bcce02ac66..bb6dc02cf22 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index 82fbb4ea77f..c359725f186 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index 2e824d79434..8134e64c101 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index dd724b7f271..05f55ce78d4 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index c235042978c..d6357e28d37 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -56,7 +56,7 @@ A schema class that validates payloads ## Description Updated status of the pet -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ A schema class that validates payloads ## Description Updated name of the pet -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 4b6b54c28bc..7a6ece0c136 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 12f6f452095..a5b6f52ff64 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -18,10 +18,10 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | validate(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap public class SchemaMap @@ -56,7 +56,7 @@ A schema class that validates payloads ## Description file to upload -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | @@ -70,7 +70,7 @@ A schema class that validates payloads ## Description Additional data to pass to server -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index cb763836a51..41ce297cf4b 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index b4477c201c8..dd572b740b7 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 97dcf6691b2..aae9fa8354d 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 68e880e7f4d..ade05c83a64 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index e24ef881da3..aebed7c376d 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 0acde69d6fb..648c67aad7b 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index b0bd171bd01..c5da01017ac 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index 6be9bf0d361..e496071e19b 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -15,7 +15,7 @@ extends JsonSchema A schema class that validates payloads -## Method Summary +### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index a8bf2814979..de43ff3c148 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -40,7 +40,7 @@ public class {{jsonPathPiece.camelCase}} {{#if refInfo.refModule}} extends {{#if refInfo.refModule}}[{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}]({{docRoot}}components/schemas/{{refInfo.refModule}}.md#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append (newArray) refInfo.ref.jsonPathPiece) }}) {{else}} -extends [{{refInfo.refClass}}]((#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append (newArray) refInfo.ref) }})) +extends [{{refInfo.refClass}}]((#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces refInfo.ref) }})) {{/if}} {{else}} extends JsonSchema @@ -54,7 +54,7 @@ A schema class that validates payloads {{/if}} {{#unless refInfo}} -{{headerSize}}# Method Summary +{{headerSize}}## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | {{> src/main/java/org/openapitools/components/schemas/docschema_io_types }} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs index c225ddbf1f5..a59f708bbb5 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -7,7 +7,7 @@ | static double | validate(double arg, SchemaConfiguration configuration) | | static boolean | validate(boolean arg, SchemaConfiguration configuration) | {{#if mapOutputJsonPathPiece }} -| static {{mapOutputJsonPathPiece.camelCase}} | validate(Map arg, SchemaConfiguration configuration) | +| static [{{mapOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }}) | validate(Map arg, SchemaConfiguration configuration) | {{else}} | static FrozenMap | Map arg, SchemaConfiguration configuration) | {{/if}} @@ -73,7 +73,7 @@ {{else}} {{#eq this "object"}} {{#with ../mapValueSchema}} -| static {{../../mapOutputJsonPathPiece.camelCase}} | validate(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> arg, SchemaConfiguration configuration) | +| static [{{../../mapOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces ../../mapOutputJsonPathPiece) }}) | validate(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> arg, SchemaConfiguration configuration) | {{else}} | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | {{/with}} From feb0b1aa5d98ae6dfd411ca4b748ab26f0fcf6ca Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 13:52:09 -0800 Subject: [PATCH 36/72] Adds link for schema validate for list output types --- .../userarray/content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../schemas/AdditionalPropertiesWithArrayOfEnums.md | 2 +- .../java/docs/components/schemas/AnimalFarm.md | 2 +- .../docs/components/schemas/ArrayHoldingAnyType.md | 2 +- .../components/schemas/ArrayOfArrayOfNumberOnly.md | 4 ++-- .../java/docs/components/schemas/ArrayOfEnums.md | 2 +- .../java/docs/components/schemas/ArrayOfNumberOnly.md | 2 +- .../petstore/java/docs/components/schemas/ArrayTest.md | 10 +++++----- .../components/schemas/ArrayWithValidationsInItems.md | 2 +- .../ComposedAnyOfDifferentTypesNoValidations.md | 2 +- .../java/docs/components/schemas/ComposedArray.md | 2 +- .../components/schemas/ComposedOneOfDifferentTypes.md | 2 +- .../petstore/java/docs/components/schemas/Drawing.md | 2 +- .../java/docs/components/schemas/EnumArrays.md | 2 +- .../docs/components/schemas/FileSchemaTestClass.md | 2 +- .../java/docs/components/schemas/FormatTest.md | 2 +- .../petstore/java/docs/components/schemas/Items.md | 2 +- .../java/docs/components/schemas/JSONPatchRequest.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 6 +++--- .../components/schemas/PaginatedResultMyObjectDto.md | 2 +- .../petstore/java/docs/components/schemas/Pet.md | 4 ++-- .../components/schemas/SelfReferencingArrayModel.md | 2 +- .../paths/fake/get/parameters/parameter0/Schema0.md | 2 +- .../paths/fake/get/parameters/parameter2/Schema2.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../put/parameters/parameter3/Schema3.md | 2 +- .../put/parameters/parameter4/Schema4.md | 2 +- .../requestbody/content/multipartformdata/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../petfindbytags/get/parameters/parameter0/Schema0.md | 2 +- .../components/schemas/docschema_io_types.hbs | 4 ++-- 36 files changed, 45 insertions(+), 45 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index b5df2cfb298..cd252673119 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList | validate(List> arg, SchemaConfiguration configuration) | +| static [SchemaList](#schemalist) | validate(List> arg, SchemaConfiguration configuration) | ## SchemaList public class SchemaList diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index b85cae9e18f..2dc2e91cadb 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList | validate(List> arg, SchemaConfiguration configuration) | +| static [SchemaList](#schemalist) | validate(List> arg, SchemaConfiguration configuration) | ## SchemaList public class SchemaList diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index c5bab1c7d55..85e6ee8f64e 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList | validate(List> arg, SchemaConfiguration configuration) | +| static [SchemaList](#schemalist) | validate(List> arg, SchemaConfiguration configuration) | ## SchemaList public class SchemaList diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 0999dc411ab..8bffe10d358 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -52,7 +52,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesList | validate(List arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesList](#additionalpropertieslist) | validate(List arg, SchemaConfiguration configuration) | ## AdditionalPropertiesList public class AdditionalPropertiesList diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index f8950feaa0e..193da4d68fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AnimalFarmList | validate(List> arg, SchemaConfiguration configuration) | +| static [AnimalFarmList](#animalfarmlist) | validate(List> arg, SchemaConfiguration configuration) | ## AnimalFarmList public class AnimalFarmList diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 12395acd510..a822577dae1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayHoldingAnyTypeList | validate(List arg, SchemaConfiguration configuration) | +| static [ArrayHoldingAnyTypeList](#arrayholdinganytypelist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayHoldingAnyTypeList public class ArrayHoldingAnyTypeList diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index e48fae72294..6948144852e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -57,7 +57,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayArrayNumberList | validate(List> arg, SchemaConfiguration configuration) | +| static [ArrayArrayNumberList](#arrayarraynumberlist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayArrayNumberList public class ArrayArrayNumberList @@ -87,7 +87,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ItemsList | validate(List arg, SchemaConfiguration configuration) | +| static [ItemsList](#itemslist) | validate(List arg, SchemaConfiguration configuration) | ## ItemsList public class ItemsList diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 422910d8346..509c54e38c8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayOfEnumsList | validate(List arg, SchemaConfiguration configuration) | +| static [ArrayOfEnumsList](#arrayofenumslist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayOfEnumsList public class ArrayOfEnumsList diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 0b318faa381..250898be220 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -55,7 +55,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayNumberList | validate(List arg, SchemaConfiguration configuration) | +| static [ArrayNumberList](#arraynumberlist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayNumberList public class ArrayNumberList diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 39102a08ec8..6db89e6a98f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -68,7 +68,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayArrayOfModelList | validate(List>> arg, SchemaConfiguration configuration) | +| static [ArrayArrayOfModelList](#arrayarrayofmodellist) | validate(List>> arg, SchemaConfiguration configuration) | ## ArrayArrayOfModelList public class ArrayArrayOfModelList @@ -98,7 +98,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ItemsList1 | validate(List> arg, SchemaConfiguration configuration) | +| static [ItemsList1](#itemslist1) | validate(List> arg, SchemaConfiguration configuration) | ## ItemsList1 public class ItemsList1 @@ -128,7 +128,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayArrayOfIntegerList | validate(List> arg, SchemaConfiguration configuration) | +| static [ArrayArrayOfIntegerList](#arrayarrayofintegerlist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayArrayOfIntegerList public class ArrayArrayOfIntegerList @@ -158,7 +158,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ItemsList | validate(List arg, SchemaConfiguration configuration) | +| static [ItemsList](#itemslist) | validate(List arg, SchemaConfiguration configuration) | ## ItemsList public class ItemsList @@ -199,7 +199,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayOfStringList | validate(List arg, SchemaConfiguration configuration) | +| static [ArrayOfStringList](#arrayofstringlist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayOfStringList public class ArrayOfStringList diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 19af0d3ccf1..7580053e8ae 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayWithValidationsInItemsList | validate(List arg, SchemaConfiguration configuration) | +| static [ArrayWithValidationsInItemsList](#arraywithvalidationsinitemslist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayWithValidationsInItemsList public class ArrayWithValidationsInItemsList diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index c28dba45fc0..14a9e1d4d7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -121,7 +121,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema9List | validate(List arg, SchemaConfiguration configuration) | +| static [Schema9List](#schema9list) | validate(List arg, SchemaConfiguration configuration) | ## Schema9List public class Schema9List diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 6342de4ef01..5174613cb7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ComposedArrayList | validate(List arg, SchemaConfiguration configuration) | +| static [ComposedArrayList](#composedarraylist) | validate(List arg, SchemaConfiguration configuration) | ## ComposedArrayList public class ComposedArrayList diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 2469e15a754..7dbc8df4214 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -58,7 +58,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema5List | validate(List arg, SchemaConfiguration configuration) | +| static [Schema5List](#schema5list) | validate(List arg, SchemaConfiguration configuration) | ## Schema5List public class Schema5List diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 55fad804b14..08874af3308 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -60,7 +60,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ShapesList | validate(List arg, SchemaConfiguration configuration) | +| static [ShapesList](#shapeslist) | validate(List arg, SchemaConfiguration configuration) | ## ShapesList public class ShapesList diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 551efc3b224..b685f4b5a55 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -58,7 +58,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayEnumList | validate(List arg, SchemaConfiguration configuration) | +| static [ArrayEnumList](#arrayenumlist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayEnumList public class ArrayEnumList diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 5b728b39d10..959e3024ac1 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -56,7 +56,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FilesList | validate(List> arg, SchemaConfiguration configuration) | +| static [FilesList](#fileslist) | validate(List> arg, SchemaConfiguration configuration) | ## FilesList public class FilesList diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 121e7ac6530..95358622be5 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -236,7 +236,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayWithUniqueItemsList | validate(List arg, SchemaConfiguration configuration) | +| static [ArrayWithUniqueItemsList](#arraywithuniqueitemslist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayWithUniqueItemsList public class ArrayWithUniqueItemsList diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index d53d6dc1a21..c8afc4ce6f9 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -23,7 +23,7 @@ component's name collides with the inner schema name ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ItemsList | validate(List> arg, SchemaConfiguration configuration) | +| static [ItemsList](#itemslist) | validate(List> arg, SchemaConfiguration configuration) | ## ItemsList public class ItemsList diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 56c5cea4550..1597ae2e0d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static JSONPatchRequestList | validate(List arg, SchemaConfiguration configuration) | +| static [JSONPatchRequestList](#jsonpatchrequestlist) | validate(List arg, SchemaConfiguration configuration) | ## JSONPatchRequestList public class JSONPatchRequestList diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 14cd5b888e3..1288074875f 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -229,7 +229,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayItemsNullableList | validate(List> arg, SchemaConfiguration configuration) | +| static [ArrayItemsNullableList](#arrayitemsnullablelist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayItemsNullableList public class ArrayItemsNullableList @@ -272,7 +272,7 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static ArrayAndItemsNullablePropList | validate(List> arg, SchemaConfiguration configuration) | +| static [ArrayAndItemsNullablePropList](#arrayanditemsnullableproplist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayAndItemsNullablePropList public class ArrayAndItemsNullablePropList @@ -315,7 +315,7 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static ArrayNullablePropList | validate(List> arg, SchemaConfiguration configuration) | +| static [ArrayNullablePropList](#arraynullableproplist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayNullablePropList public class ArrayNullablePropList diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 995cdff9b06..5ac2b72313e 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -56,7 +56,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ResultsList | validate(List> arg, SchemaConfiguration configuration) | +| static [ResultsList](#resultslist) | validate(List> arg, SchemaConfiguration configuration) | ## ResultsList public class ResultsList diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 7b6488ba073..4724efb3241 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -73,7 +73,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static TagsList | validate(List> arg, SchemaConfiguration configuration) | +| static [TagsList](#tagslist) | validate(List> arg, SchemaConfiguration configuration) | ## TagsList public class TagsList @@ -117,7 +117,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PhotoUrlsList | validate(List arg, SchemaConfiguration configuration) | +| static [PhotoUrlsList](#photourlslist) | validate(List arg, SchemaConfiguration configuration) | ## PhotoUrlsList public class PhotoUrlsList diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index e2453278c63..90193f11451 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SelfReferencingArrayModelList | validate(List arg, SchemaConfiguration configuration) | +| static [SelfReferencingArrayModelList](#selfreferencingarraymodellist) | validate(List arg, SchemaConfiguration configuration) | ## SelfReferencingArrayModelList public class SelfReferencingArrayModelList diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 096c515c1ba..197f8564b39 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList0](#schemalist0) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList0 public class SchemaList0 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 44f6bfaad57..27d00ad7dfe 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList2 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList2](#schemalist2) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList2 public class SchemaList2 diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index a2fd54b1232..951f10ffeeb 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -75,7 +75,7 @@ Form parameter enum test (string array) ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static EnumFormStringArrayList | validate(List arg, SchemaConfiguration configuration) | +| static [EnumFormStringArrayList](#enumformstringarraylist) | validate(List arg, SchemaConfiguration configuration) | ## EnumFormStringArrayList public class EnumFormStringArrayList diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 9041e803d2a..a99d0f6a7c0 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList0](#schemalist0) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList0 public class SchemaList0 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 06ff98467a3..06cd54f71c3 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList1 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList1](#schemalist1) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList1 public class SchemaList1 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 9c86630095d..6f257512e5c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList2 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList2](#schemalist2) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList2 public class SchemaList2 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index cbc58eab7fc..8a92773881d 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList3 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList3](#schemalist3) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList3 public class SchemaList3 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 80cf7908b78..ba93f8c1b20 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList4 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList4](#schemalist4) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList4 public class SchemaList4 diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 304ce6c0b10..cb24ba23619 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -55,7 +55,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FilesList | validate(List arg, SchemaConfiguration configuration) | +| static [FilesList](#fileslist) | validate(List arg, SchemaConfiguration configuration) | ## FilesList public class FilesList diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 940f5fd7bec..3a5cb80c857 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList0](#schemalist0) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList0 public class SchemaList0 diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 90494fef130..8afeb094ddf 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList0 | validate(List arg, SchemaConfiguration configuration) | +| static [SchemaList0](#schemalist0) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList0 public class SchemaList0 diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs index a59f708bbb5..d0e4230bc19 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -12,7 +12,7 @@ | static FrozenMap | Map arg, SchemaConfiguration configuration) | {{/if}} {{#if arrayOutputJsonPathPiece}} -| static {{arrayOutputJsonPathPiece.camelCase}} | validate(List arg, SchemaConfiguration configuration) | +| static [{{arrayOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }}) | validate(List arg, SchemaConfiguration configuration) | {{else}} | FrozenList | validate(List arg, SchemaConfiguration configuration) | {{/if}} @@ -66,7 +66,7 @@ {{else}} {{#eq this "array"}} {{#with ../items}} -| static {{../../arrayOutputJsonPathPiece.camelCase}} | validate(List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> arg, SchemaConfiguration configuration) | +| static [{{../../arrayOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces ../../arrayOutputJsonPathPiece) }}) | validate(List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> arg, SchemaConfiguration configuration) | {{else}} | static FrozenList | validate(List arg, SchemaConfiguration configuration) | {{/with}} From 577cdb505a2b666c1e74c4978066a3581ec89d48 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 14:00:51 -0800 Subject: [PATCH 37/72] Adds nested class links --- .../Int32JsonContentTypeHeaderSchema.md | 2 +- .../numberheader/NumberHeaderSchema.md | 2 +- .../RefContentSchemaHeaderSchema.md | 2 +- .../refschemaheader/RefSchemaHeaderSchema.md | 2 +- .../stringheader/StringHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../parameters/pathusername/Schema.md | 2 +- .../refschemastringwithvalidation/Schema.md | 2 +- .../client/content/applicationjson/Schema.md | 2 +- .../pet/content/applicationjson/Schema.md | 2 +- .../pet/content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../headers/location/LocationSchema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../content/applicationxml/Schema.md | 4 +- .../content/applicationjson/Schema.md | 6 +-- .../headers/someheader/SomeHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/AbstractStepMessage.md | 6 +-- .../schemas/AdditionalPropertiesClass.md | 44 +++++++-------- .../schemas/AdditionalPropertiesSchema.md | 20 +++---- .../AdditionalPropertiesWithArrayOfEnums.md | 8 +-- .../java/docs/components/schemas/Address.md | 6 +-- .../java/docs/components/schemas/Animal.md | 8 +-- .../docs/components/schemas/AnimalFarm.md | 4 +- .../components/schemas/AnyTypeAndFormat.md | 22 ++++---- .../components/schemas/AnyTypeNotString.md | 4 +- .../components/schemas/ApiResponseSchema.md | 10 ++-- .../java/docs/components/schemas/Apple.md | 8 +-- .../java/docs/components/schemas/AppleReq.md | 10 ++-- .../components/schemas/ArrayHoldingAnyType.md | 6 +-- .../schemas/ArrayOfArrayOfNumberOnly.md | 14 ++--- .../docs/components/schemas/ArrayOfEnums.md | 4 +- .../components/schemas/ArrayOfNumberOnly.md | 10 ++-- .../java/docs/components/schemas/ArrayTest.md | 28 +++++----- .../schemas/ArrayWithValidationsInItems.md | 6 +-- .../java/docs/components/schemas/Banana.md | 6 +-- .../java/docs/components/schemas/BananaReq.md | 10 ++-- .../java/docs/components/schemas/Bar.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 6 +-- .../docs/components/schemas/BooleanEnum.md | 2 +- .../docs/components/schemas/BooleanSchema.md | 2 +- .../docs/components/schemas/Capitalization.md | 16 +++--- .../java/docs/components/schemas/Cat.md | 8 +-- .../java/docs/components/schemas/Category.md | 8 +-- .../java/docs/components/schemas/ChildCat.md | 8 +-- .../docs/components/schemas/ClassModel.md | 6 +-- .../java/docs/components/schemas/Client.md | 6 +-- .../schemas/ComplexQuadrilateral.md | 8 +-- ...omposedAnyOfDifferentTypesNoValidations.md | 38 ++++++------- .../docs/components/schemas/ComposedArray.md | 6 +-- .../docs/components/schemas/ComposedBool.md | 4 +- .../docs/components/schemas/ComposedNone.md | 4 +- .../docs/components/schemas/ComposedNumber.md | 4 +- .../docs/components/schemas/ComposedObject.md | 4 +- .../schemas/ComposedOneOfDifferentTypes.md | 16 +++--- .../docs/components/schemas/ComposedString.md | 4 +- .../java/docs/components/schemas/Currency.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 6 +-- .../docs/components/schemas/DateTimeTest.md | 2 +- .../schemas/DateTimeWithValidations.md | 2 +- .../components/schemas/DateWithValidations.md | 2 +- .../docs/components/schemas/DecimalPayload.md | 2 +- .../java/docs/components/schemas/Dog.md | 8 +-- .../java/docs/components/schemas/Drawing.md | 8 +-- .../docs/components/schemas/EnumArrays.md | 12 ++--- .../java/docs/components/schemas/EnumClass.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 12 ++--- .../components/schemas/EquilateralTriangle.md | 8 +-- .../java/docs/components/schemas/File.md | 6 +-- .../components/schemas/FileSchemaTestClass.md | 8 +-- .../java/docs/components/schemas/Foo.md | 4 +- .../docs/components/schemas/FormatTest.md | 50 ++++++++--------- .../docs/components/schemas/FromSchema.md | 8 +-- .../java/docs/components/schemas/Fruit.md | 6 +-- .../java/docs/components/schemas/FruitReq.md | 4 +- .../java/docs/components/schemas/GmFruit.md | 6 +-- .../components/schemas/GrandparentAnimal.md | 6 +-- .../components/schemas/HasOnlyReadOnly.md | 8 +-- .../components/schemas/HealthCheckResult.md | 6 +-- .../docs/components/schemas/IntegerEnum.md | 2 +- .../docs/components/schemas/IntegerEnumBig.md | 2 +- .../components/schemas/IntegerEnumOneValue.md | 2 +- .../schemas/IntegerEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/IntegerMax10.md | 2 +- .../docs/components/schemas/IntegerMin15.md | 2 +- .../components/schemas/IsoscelesTriangle.md | 8 +-- .../java/docs/components/schemas/Items.md | 6 +-- .../components/schemas/JSONPatchRequest.md | 6 +-- .../schemas/JSONPatchRequestAddReplaceTest.md | 12 ++--- .../schemas/JSONPatchRequestMoveCopy.md | 12 ++--- .../schemas/JSONPatchRequestRemove.md | 10 ++-- .../java/docs/components/schemas/Mammal.md | 2 +- .../java/docs/components/schemas/MapTest.md | 26 ++++----- ...dPropertiesAndAdditionalPropertiesClass.md | 12 ++--- .../java/docs/components/schemas/Money.md | 8 +-- .../docs/components/schemas/MyObjectDto.md | 8 +-- .../java/docs/components/schemas/Name.md | 10 ++-- .../schemas/NoAdditionalProperties.md | 10 ++-- .../docs/components/schemas/NullableClass.md | 54 +++++++++---------- .../docs/components/schemas/NullableShape.md | 4 +- .../docs/components/schemas/NullableString.md | 2 +- .../docs/components/schemas/NumberOnly.md | 6 +-- .../docs/components/schemas/NumberSchema.md | 2 +- .../schemas/NumberWithValidations.md | 2 +- .../schemas/ObjWithRequiredProps.md | 6 +-- .../schemas/ObjWithRequiredPropsBase.md | 6 +-- .../components/schemas/ObjectInterface.md | 2 +- .../ObjectModelWithArgAndArgsProperties.md | 8 +-- .../schemas/ObjectModelWithRefProps.md | 4 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 8 +-- .../schemas/ObjectWithCollidingProperties.md | 8 +-- .../schemas/ObjectWithDecimalProperties.md | 6 +-- .../ObjectWithDifficultlyNamedProps.md | 10 ++-- .../ObjectWithInlineCompositionProperty.md | 8 +-- .../ObjectWithInvalidNamedRefedProperties.md | 4 +- .../ObjectWithNonIntersectingValues.md | 8 +-- .../schemas/ObjectWithOnlyOptionalProps.md | 10 ++-- .../schemas/ObjectWithOptionalTestProp.md | 6 +-- .../schemas/ObjectWithValidations.md | 2 +- .../java/docs/components/schemas/Order.md | 16 +++--- .../schemas/PaginatedResultMyObjectDto.md | 12 ++--- .../java/docs/components/schemas/ParentPet.md | 2 +- .../java/docs/components/schemas/Pet.md | 20 +++---- .../java/docs/components/schemas/Pig.md | 2 +- .../java/docs/components/schemas/Player.md | 6 +-- .../java/docs/components/schemas/PublicKey.md | 6 +-- .../docs/components/schemas/Quadrilateral.md | 2 +- .../schemas/QuadrilateralInterface.md | 8 +-- .../docs/components/schemas/ReadOnlyFirst.md | 8 +-- .../java/docs/components/schemas/RefPet.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 6 +-- .../schemas/ReqPropsFromTrueAddProps.md | 6 +-- .../schemas/ReqPropsFromUnsetAddProps.md | 4 +- .../docs/components/schemas/ReturnSchema.md | 6 +-- .../components/schemas/ScaleneTriangle.md | 8 +-- .../components/schemas/Schema200Response.md | 8 +-- .../schemas/SelfReferencingArrayModel.md | 4 +- .../schemas/SelfReferencingObjectModel.md | 4 +- .../java/docs/components/schemas/Shape.md | 2 +- .../docs/components/schemas/ShapeOrNull.md | 4 +- .../components/schemas/SimpleQuadrilateral.md | 8 +-- .../docs/components/schemas/SomeObject.md | 2 +- .../components/schemas/SpecialModelname.md | 6 +-- .../components/schemas/StringBooleanMap.md | 6 +-- .../docs/components/schemas/StringEnum.md | 2 +- .../schemas/StringEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/StringSchema.md | 2 +- .../schemas/StringWithValidation.md | 2 +- .../java/docs/components/schemas/Tag.md | 8 +-- .../java/docs/components/schemas/Triangle.md | 2 +- .../components/schemas/TriangleInterface.md | 8 +-- .../docs/components/schemas/UUIDString.md | 2 +- .../java/docs/components/schemas/User.md | 32 +++++------ .../java/docs/components/schemas/Whale.md | 10 ++-- .../java/docs/components/schemas/Zebra.md | 10 ++-- .../content/applicationjson/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../parameters/parameter0/PathParamSchema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../delete/parameters/parameter2/Schema2.md | 2 +- .../delete/parameters/parameter3/Schema3.md | 2 +- .../delete/parameters/parameter4/Schema4.md | 2 +- .../delete/parameters/parameter5/Schema5.md | 2 +- .../fake/get/parameters/parameter0/Schema0.md | 6 +-- .../fake/get/parameters/parameter1/Schema1.md | 2 +- .../fake/get/parameters/parameter2/Schema2.md | 6 +-- .../fake/get/parameters/parameter3/Schema3.md | 2 +- .../fake/get/parameters/parameter4/Schema4.md | 2 +- .../fake/get/parameters/parameter5/Schema5.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 12 ++--- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 32 +++++------ .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +-- .../post/parameters/parameter0/Schema0.md | 4 +- .../post/parameters/parameter1/Schema1.md | 8 +-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 8 +-- .../applicationxwwwformurlencoded/Schema.md | 8 +-- .../applicationjsonpatchjson/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 6 +-- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../post/parameters/parameter10/Schema10.md | 2 +- .../post/parameters/parameter11/Schema11.md | 2 +- .../post/parameters/parameter12/Schema12.md | 2 +- .../post/parameters/parameter13/Schema13.md | 2 +- .../post/parameters/parameter14/Schema14.md | 2 +- .../post/parameters/parameter15/Schema15.md | 2 +- .../post/parameters/parameter16/Schema16.md | 2 +- .../post/parameters/parameter17/Schema17.md | 2 +- .../post/parameters/parameter18/Schema18.md | 2 +- .../post/parameters/parameter2/Schema2.md | 2 +- .../post/parameters/parameter3/Schema3.md | 2 +- .../post/parameters/parameter4/Schema4.md | 2 +- .../post/parameters/parameter5/Schema5.md | 2 +- .../post/parameters/parameter6/Schema6.md | 2 +- .../post/parameters/parameter7/Schema7.md | 2 +- .../post/parameters/parameter8/Schema8.md | 2 +- .../post/parameters/parameter9/Schema9.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 6 +-- .../put/parameters/parameter1/Schema1.md | 6 +-- .../put/parameters/parameter2/Schema2.md | 6 +-- .../put/parameters/parameter3/Schema3.md | 6 +-- .../put/parameters/parameter4/Schema4.md | 6 +-- .../put/parameters/parameter5/Schema5.md | 2 +- .../content/applicationoctetstream/Schema.md | 2 +- .../content/applicationoctetstream/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 10 ++-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../get/parameters/parameter0/Schema0.md | 6 +-- .../get/parameters/parameter0/Schema0.md | 6 +-- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 8 +-- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter1/Schema1.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../xexpiresafter/XExpiresAfterSchema.md | 2 +- .../applicationjson/XRateLimitSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/Schema_doc.hbs | 8 +-- 300 files changed, 803 insertions(+), 803 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index 45eedb917db..f7e6ab4779e 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Int32JsonContentTypeHeaderSchema.Int32JsonContentTypeHeaderSchema1
schema class | +| static class | [Int32JsonContentTypeHeaderSchema.Int32JsonContentTypeHeaderSchema1](#int32jsoncontenttypeheaderschema1)
schema class | ## Int32JsonContentTypeHeaderSchema1 public class Int32JsonContentTypeHeaderSchema1 diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 9e03869b402..089d67a679f 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NumberHeaderSchema.NumberHeaderSchema1
schema class | +| static class | [NumberHeaderSchema.NumberHeaderSchema1](#numberheaderschema1)
schema class | ## NumberHeaderSchema1 public class NumberHeaderSchema1 diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index cc644d195f3..105887f6407 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | RefContentSchemaHeaderSchema.RefContentSchemaHeaderSchema1
schema class | +| static class | [RefContentSchemaHeaderSchema.RefContentSchemaHeaderSchema1](#refcontentschemaheaderschema1)
schema class | ## RefContentSchemaHeaderSchema1 public class RefContentSchemaHeaderSchema1 diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 4897fb18fdc..123c01466a2 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | RefSchemaHeaderSchema.RefSchemaHeaderSchema1
schema class | +| static class | [RefSchemaHeaderSchema.RefSchemaHeaderSchema1](#refschemaheaderschema1)
schema class | ## RefSchemaHeaderSchema1 public class RefSchemaHeaderSchema1 diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 7c69d57caa7..eede1060b51 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | StringHeaderSchema.StringHeaderSchema1
schema class | +| static class | [StringHeaderSchema.StringHeaderSchema1](#stringheaderschema1)
schema class | ## StringHeaderSchema1 public class StringHeaderSchema1 diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 6f8435da183..ec12f1aeb04 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index 8c896aea32d..502b10a2df7 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index 77e8426f734..a6dc400822b 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index cb171ee9634..28d611d058a 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 639b00bbe49..409ed5fdab2 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index 85b84e365cb..22916753020 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index cd252673119..34c02b169c4 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaList
output class for List payloads | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index 65e6ad08cdc..d0cd52a44c2 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | LocationSchema.LocationSchema1
schema class | +| static class | [LocationSchema.LocationSchema1](#locationschema1)
schema class | ## LocationSchema1 public class LocationSchema1 diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 2dc2e91cadb..17e7a0f6fab 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaList
output class for List payloads | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 85e6ee8f64e..9f0bbb6e865 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaList
output class for List payloads | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 3de35065e05..1004c5a9c96 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.AdditionalProperties
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.AdditionalProperties](#additionalproperties)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 7b204c38955..95d14131ecf 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SomeHeaderSchema.SomeHeaderSchema1
schema class | +| static class | [SomeHeaderSchema.SomeHeaderSchema1](#someheaderschema1)
schema class | ## SomeHeaderSchema1 public class SomeHeaderSchema1 diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index b946b88bcc3..0c1d3eaec8f 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 8b48204c267..688cb2fdb8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AbstractStepMessage.AbstractStepMessage1
schema class | -| static class | AbstractStepMessage.AbstractStepMessageMap
output class for Map payloads | -| static class | AbstractStepMessage.Discriminator
schema class | +| static class | [AbstractStepMessage.AbstractStepMessage1](#abstractstepmessage1)
schema class | +| static class | [AbstractStepMessage.AbstractStepMessageMap](#abstractstepmessagemap)
output class for Map payloads | +| static class | [AbstractStepMessage.Discriminator](#discriminator)
schema class | ## AbstractStepMessage1 public class AbstractStepMessage1 diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 97bf8b0852d..edb3f1d9f7e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -7,28 +7,28 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AdditionalPropertiesClass.AdditionalPropertiesClass1
schema class | -| static class | AdditionalPropertiesClass.AdditionalPropertiesClassMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesString
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesStringMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.AdditionalProperties5
schema class | -| static class | AdditionalPropertiesClass.EmptyMap
schema class | -| static class | AdditionalPropertiesClass.EmptyMapMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.AdditionalProperties4
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3Map
output class for Map payloads | -| static class | AdditionalPropertiesClass.AdditionalProperties3
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype2
schema class | -| static class | AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype1
schema class | -| static class | AdditionalPropertiesClass.Anytype1
schema class | -| static class | AdditionalPropertiesClass.MapOfMapProperty
schema class | -| static class | AdditionalPropertiesClass.MapOfMapPropertyMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.AdditionalProperties1
schema class | -| static class | AdditionalPropertiesClass.AdditionalPropertiesMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.AdditionalProperties2
schema class | -| static class | AdditionalPropertiesClass.MapProperty
schema class | -| static class | AdditionalPropertiesClass.MapPropertyMap
output class for Map payloads | -| static class | AdditionalPropertiesClass.AdditionalProperties
schema class | +| static class | [AdditionalPropertiesClass.AdditionalPropertiesClass1](#additionalpropertiesclass1)
schema class | +| static class | [AdditionalPropertiesClass.AdditionalPropertiesClassMap](#additionalpropertiesclassmap)
output class for Map payloads | +| static class | [AdditionalPropertiesClass.MapWithUndeclaredPropertiesString](#mapwithundeclaredpropertiesstring)
schema class | +| static class | [AdditionalPropertiesClass.MapWithUndeclaredPropertiesStringMap](#mapwithundeclaredpropertiesstringmap)
output class for Map payloads | +| static class | [AdditionalPropertiesClass.AdditionalProperties5](#additionalproperties5)
schema class | +| static class | [AdditionalPropertiesClass.EmptyMap](#emptymap)
schema class | +| static class | [AdditionalPropertiesClass.EmptyMapMap](#emptymapmap)
output class for Map payloads | +| static class | [AdditionalPropertiesClass.AdditionalProperties4](#additionalproperties4)
schema class | +| static class | [AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3](#mapwithundeclaredpropertiesanytype3)
schema class | +| static class | [AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype3Map](#mapwithundeclaredpropertiesanytype3map)
output class for Map payloads | +| static class | [AdditionalPropertiesClass.AdditionalProperties3](#additionalproperties3)
schema class | +| static class | [AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype2](#mapwithundeclaredpropertiesanytype2)
schema class | +| static class | [AdditionalPropertiesClass.MapWithUndeclaredPropertiesAnytype1](#mapwithundeclaredpropertiesanytype1)
schema class | +| static class | [AdditionalPropertiesClass.Anytype1](#anytype1)
schema class | +| static class | [AdditionalPropertiesClass.MapOfMapProperty](#mapofmapproperty)
schema class | +| static class | [AdditionalPropertiesClass.MapOfMapPropertyMap](#mapofmappropertymap)
output class for Map payloads | +| static class | [AdditionalPropertiesClass.AdditionalProperties1](#additionalproperties1)
schema class | +| static class | [AdditionalPropertiesClass.AdditionalPropertiesMap](#additionalpropertiesmap)
output class for Map payloads | +| static class | [AdditionalPropertiesClass.AdditionalProperties2](#additionalproperties2)
schema class | +| static class | [AdditionalPropertiesClass.MapProperty](#mapproperty)
schema class | +| static class | [AdditionalPropertiesClass.MapPropertyMap](#mappropertymap)
output class for Map payloads | +| static class | [AdditionalPropertiesClass.AdditionalProperties](#additionalproperties)
schema class | ## AdditionalPropertiesClass1 public class AdditionalPropertiesClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index be48d8df8e3..dfc5e43ddc5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -7,16 +7,16 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AdditionalPropertiesSchema.AdditionalPropertiesSchema1
schema class | -| static class | AdditionalPropertiesSchema.Schema2
schema class | -| static class | AdditionalPropertiesSchema.Schema2Map
output class for Map payloads | -| static class | AdditionalPropertiesSchema.AdditionalProperties2
schema class | -| static class | AdditionalPropertiesSchema.Schema1
schema class | -| static class | AdditionalPropertiesSchema.Schema1Map
output class for Map payloads | -| static class | AdditionalPropertiesSchema.AdditionalProperties1
schema class | -| static class | AdditionalPropertiesSchema.Schema0
schema class | -| static class | AdditionalPropertiesSchema.Schema0Map
output class for Map payloads | -| static class | AdditionalPropertiesSchema.AdditionalProperties
schema class | +| static class | [AdditionalPropertiesSchema.AdditionalPropertiesSchema1](#additionalpropertiesschema1)
schema class | +| static class | [AdditionalPropertiesSchema.Schema2](#schema2)
schema class | +| static class | [AdditionalPropertiesSchema.Schema2Map](#schema2map)
output class for Map payloads | +| static class | [AdditionalPropertiesSchema.AdditionalProperties2](#additionalproperties2)
schema class | +| static class | [AdditionalPropertiesSchema.Schema1](#schema1)
schema class | +| static class | [AdditionalPropertiesSchema.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [AdditionalPropertiesSchema.AdditionalProperties1](#additionalproperties1)
schema class | +| static class | [AdditionalPropertiesSchema.Schema0](#schema0)
schema class | +| static class | [AdditionalPropertiesSchema.Schema0Map](#schema0map)
output class for Map payloads | +| static class | [AdditionalPropertiesSchema.AdditionalProperties](#additionalproperties)
schema class | ## AdditionalPropertiesSchema1 public class AdditionalPropertiesSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 8bffe10d358..428ac2962c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1
schema class | -| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnumsMap
output class for Map payloads | -| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalProperties
schema class | -| static class | AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesList
output class for List payloads | +| static class | [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](#additionalpropertieswitharrayofenums1)
schema class | +| static class | [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnumsMap](#additionalpropertieswitharrayofenumsmap)
output class for Map payloads | +| static class | [AdditionalPropertiesWithArrayOfEnums.AdditionalProperties](#additionalproperties)
schema class | +| static class | [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesList](#additionalpropertieslist)
output class for List payloads | ## AdditionalPropertiesWithArrayOfEnums1 public class AdditionalPropertiesWithArrayOfEnums1 diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index be71e1a7541..7ed8671031a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Address.Address1
schema class | -| static class | Address.AddressMap
output class for Map payloads | -| static class | Address.AdditionalProperties
schema class | +| static class | [Address.Address1](#address1)
schema class | +| static class | [Address.AddressMap](#addressmap)
output class for Map payloads | +| static class | [Address.AdditionalProperties](#additionalproperties)
schema class | ## Address1 public class Address1 diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 456709b26f2..fbbf87d071b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Animal.Animal1
schema class | -| static class | Animal.AnimalMap
output class for Map payloads | -| static class | Animal.Color
schema class | -| static class | Animal.ClassName
schema class | +| static class | [Animal.Animal1](#animal1)
schema class | +| static class | [Animal.AnimalMap](#animalmap)
output class for Map payloads | +| static class | [Animal.Color](#color)
schema class | +| static class | [Animal.ClassName](#classname)
schema class | ## Animal1 public class Animal1 diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 193da4d68fd..b7ea7dfc35c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AnimalFarm.AnimalFarm1
schema class | -| static class | AnimalFarm.AnimalFarmList
output class for List payloads | +| static class | [AnimalFarm.AnimalFarm1](#animalfarm1)
schema class | +| static class | [AnimalFarm.AnimalFarmList](#animalfarmlist)
output class for List payloads | ## AnimalFarm1 public class AnimalFarm1 diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index d748ab516b5..d433e251cb3 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -7,17 +7,17 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AnyTypeAndFormat.AnyTypeAndFormat1
schema class | -| static class | AnyTypeAndFormat.AnyTypeAndFormatMap
output class for Map payloads | -| static class | AnyTypeAndFormat.FloatSchema
schema class | -| static class | AnyTypeAndFormat.DoubleSchema
schema class | -| static class | AnyTypeAndFormat.Int64
schema class | -| static class | AnyTypeAndFormat.Int32
schema class | -| static class | AnyTypeAndFormat.Binary
schema class | -| static class | AnyTypeAndFormat.NumberSchema
schema class | -| static class | AnyTypeAndFormat.Datetime
schema class | -| static class | AnyTypeAndFormat.Date
schema class | -| static class | AnyTypeAndFormat.UuidSchema
schema class | +| static class | [AnyTypeAndFormat.AnyTypeAndFormat1](#anytypeandformat1)
schema class | +| static class | [AnyTypeAndFormat.AnyTypeAndFormatMap](#anytypeandformatmap)
output class for Map payloads | +| static class | [AnyTypeAndFormat.FloatSchema](#floatschema)
schema class | +| static class | [AnyTypeAndFormat.DoubleSchema](#doubleschema)
schema class | +| static class | [AnyTypeAndFormat.Int64](#int64)
schema class | +| static class | [AnyTypeAndFormat.Int32](#int32)
schema class | +| static class | [AnyTypeAndFormat.Binary](#binary)
schema class | +| static class | [AnyTypeAndFormat.NumberSchema](#numberschema)
schema class | +| static class | [AnyTypeAndFormat.Datetime](#datetime)
schema class | +| static class | [AnyTypeAndFormat.Date](#date)
schema class | +| static class | [AnyTypeAndFormat.UuidSchema](#uuidschema)
schema class | ## AnyTypeAndFormat1 public class AnyTypeAndFormat1 diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index ef010b0def1..7df4a6f9aa9 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AnyTypeNotString.AnyTypeNotString1
schema class | -| static class | AnyTypeNotString.Not
schema class | +| static class | [AnyTypeNotString.AnyTypeNotString1](#anytypenotstring1)
schema class | +| static class | [AnyTypeNotString.Not](#not)
schema class | ## AnyTypeNotString1 public class AnyTypeNotString1 diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 83fde129617..915d3068128 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ApiResponseSchema.ApiResponseSchema1
schema class | -| static class | ApiResponseSchema.ApiResponseMap
output class for Map payloads | -| static class | ApiResponseSchema.Message
schema class | -| static class | ApiResponseSchema.Type
schema class | -| static class | ApiResponseSchema.Code
schema class | +| static class | [ApiResponseSchema.ApiResponseSchema1](#apiresponseschema1)
schema class | +| static class | [ApiResponseSchema.ApiResponseMap](#apiresponsemap)
output class for Map payloads | +| static class | [ApiResponseSchema.Message](#message)
schema class | +| static class | [ApiResponseSchema.Type](#type)
schema class | +| static class | [ApiResponseSchema.Code](#code)
schema class | ## ApiResponseSchema1 public class ApiResponseSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 4a1ac021f38..fde6d54e6c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Apple.Apple1
schema class | -| static class | Apple.AppleMap
output class for Map payloads | -| static class | Apple.Origin
schema class | -| static class | Apple.Cultivar
schema class | +| static class | [Apple.Apple1](#apple1)
schema class | +| static class | [Apple.AppleMap](#applemap)
output class for Map payloads | +| static class | [Apple.Origin](#origin)
schema class | +| static class | [Apple.Cultivar](#cultivar)
schema class | ## Apple1 public class Apple1 diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 1df56466d7b..12c674fcc82 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | AppleReq.AppleReq1
schema class | -| static class | AppleReq.AppleReqMap
output class for Map payloads | -| static class | AppleReq.Mealy
schema class | -| static class | AppleReq.Cultivar
schema class | -| static class | AppleReq.AdditionalProperties
schema class | +| static class | [AppleReq.AppleReq1](#applereq1)
schema class | +| static class | [AppleReq.AppleReqMap](#applereqmap)
output class for Map payloads | +| static class | [AppleReq.Mealy](#mealy)
schema class | +| static class | [AppleReq.Cultivar](#cultivar)
schema class | +| static class | [AppleReq.AdditionalProperties](#additionalproperties)
schema class | ## AppleReq1 public class AppleReq1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index a822577dae1..7d802d376a2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayHoldingAnyType.ArrayHoldingAnyType1
schema class | -| static class | ArrayHoldingAnyType.ArrayHoldingAnyTypeList
output class for List payloads | -| static class | ArrayHoldingAnyType.Items
schema class | +| static class | [ArrayHoldingAnyType.ArrayHoldingAnyType1](#arrayholdinganytype1)
schema class | +| static class | [ArrayHoldingAnyType.ArrayHoldingAnyTypeList](#arrayholdinganytypelist)
output class for List payloads | +| static class | [ArrayHoldingAnyType.Items](#items)
schema class | ## ArrayHoldingAnyType1 public class ArrayHoldingAnyType1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 6948144852e..be746ce0588 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -7,13 +7,13 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnly1
schema class | -| static class | ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnlyMap
output class for Map payloads | -| static class | ArrayOfArrayOfNumberOnly.ArrayArrayNumber
schema class | -| static class | ArrayOfArrayOfNumberOnly.ArrayArrayNumberList
output class for List payloads | -| static class | ArrayOfArrayOfNumberOnly.Items
schema class | -| static class | ArrayOfArrayOfNumberOnly.ItemsList
output class for List payloads | -| static class | ArrayOfArrayOfNumberOnly.Items1
schema class | +| static class | [ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnly1](#arrayofarrayofnumberonly1)
schema class | +| static class | [ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnlyMap](#arrayofarrayofnumberonlymap)
output class for Map payloads | +| static class | [ArrayOfArrayOfNumberOnly.ArrayArrayNumber](#arrayarraynumber)
schema class | +| static class | [ArrayOfArrayOfNumberOnly.ArrayArrayNumberList](#arrayarraynumberlist)
output class for List payloads | +| static class | [ArrayOfArrayOfNumberOnly.Items](#items)
schema class | +| static class | [ArrayOfArrayOfNumberOnly.ItemsList](#itemslist)
output class for List payloads | +| static class | [ArrayOfArrayOfNumberOnly.Items1](#items1)
schema class | ## ArrayOfArrayOfNumberOnly1 public class ArrayOfArrayOfNumberOnly1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 509c54e38c8..7036b93d3de 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayOfEnums.ArrayOfEnums1
schema class | -| static class | ArrayOfEnums.ArrayOfEnumsList
output class for List payloads | +| static class | [ArrayOfEnums.ArrayOfEnums1](#arrayofenums1)
schema class | +| static class | [ArrayOfEnums.ArrayOfEnumsList](#arrayofenumslist)
output class for List payloads | ## ArrayOfEnums1 public class ArrayOfEnums1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 250898be220..82e4dbfb2b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayOfNumberOnly.ArrayOfNumberOnly1
schema class | -| static class | ArrayOfNumberOnly.ArrayOfNumberOnlyMap
output class for Map payloads | -| static class | ArrayOfNumberOnly.ArrayNumber
schema class | -| static class | ArrayOfNumberOnly.ArrayNumberList
output class for List payloads | -| static class | ArrayOfNumberOnly.Items
schema class | +| static class | [ArrayOfNumberOnly.ArrayOfNumberOnly1](#arrayofnumberonly1)
schema class | +| static class | [ArrayOfNumberOnly.ArrayOfNumberOnlyMap](#arrayofnumberonlymap)
output class for Map payloads | +| static class | [ArrayOfNumberOnly.ArrayNumber](#arraynumber)
schema class | +| static class | [ArrayOfNumberOnly.ArrayNumberList](#arraynumberlist)
output class for List payloads | +| static class | [ArrayOfNumberOnly.Items](#items)
schema class | ## ArrayOfNumberOnly1 public class ArrayOfNumberOnly1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 6db89e6a98f..21616030377 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -7,20 +7,20 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayTest.ArrayTest1
schema class | -| static class | ArrayTest.ArrayTestMap
output class for Map payloads | -| static class | ArrayTest.ArrayArrayOfModel
schema class | -| static class | ArrayTest.ArrayArrayOfModelList
output class for List payloads | -| static class | ArrayTest.Items3
schema class | -| static class | ArrayTest.ItemsList1
output class for List payloads | -| static class | ArrayTest.ArrayArrayOfInteger
schema class | -| static class | ArrayTest.ArrayArrayOfIntegerList
output class for List payloads | -| static class | ArrayTest.Items1
schema class | -| static class | ArrayTest.ItemsList
output class for List payloads | -| static class | ArrayTest.Items2
schema class | -| static class | ArrayTest.ArrayOfString
schema class | -| static class | ArrayTest.ArrayOfStringList
output class for List payloads | -| static class | ArrayTest.Items
schema class | +| static class | [ArrayTest.ArrayTest1](#arraytest1)
schema class | +| static class | [ArrayTest.ArrayTestMap](#arraytestmap)
output class for Map payloads | +| static class | [ArrayTest.ArrayArrayOfModel](#arrayarrayofmodel)
schema class | +| static class | [ArrayTest.ArrayArrayOfModelList](#arrayarrayofmodellist)
output class for List payloads | +| static class | [ArrayTest.Items3](#items3)
schema class | +| static class | [ArrayTest.ItemsList1](#itemslist1)
output class for List payloads | +| static class | [ArrayTest.ArrayArrayOfInteger](#arrayarrayofinteger)
schema class | +| static class | [ArrayTest.ArrayArrayOfIntegerList](#arrayarrayofintegerlist)
output class for List payloads | +| static class | [ArrayTest.Items1](#items1)
schema class | +| static class | [ArrayTest.ItemsList](#itemslist)
output class for List payloads | +| static class | [ArrayTest.Items2](#items2)
schema class | +| static class | [ArrayTest.ArrayOfString](#arrayofstring)
schema class | +| static class | [ArrayTest.ArrayOfStringList](#arrayofstringlist)
output class for List payloads | +| static class | [ArrayTest.Items](#items)
schema class | ## ArrayTest1 public class ArrayTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 7580053e8ae..7817662f2e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ArrayWithValidationsInItems.ArrayWithValidationsInItems1
schema class | -| static class | ArrayWithValidationsInItems.ArrayWithValidationsInItemsList
output class for List payloads | -| static class | ArrayWithValidationsInItems.Items
schema class | +| static class | [ArrayWithValidationsInItems.ArrayWithValidationsInItems1](#arraywithvalidationsinitems1)
schema class | +| static class | [ArrayWithValidationsInItems.ArrayWithValidationsInItemsList](#arraywithvalidationsinitemslist)
output class for List payloads | +| static class | [ArrayWithValidationsInItems.Items](#items)
schema class | ## ArrayWithValidationsInItems1 public class ArrayWithValidationsInItems1 diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 65ee0695e14..50c798d59e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Banana.Banana1
schema class | -| static class | Banana.BananaMap
output class for Map payloads | -| static class | Banana.LengthCm
schema class | +| static class | [Banana.Banana1](#banana1)
schema class | +| static class | [Banana.BananaMap](#bananamap)
output class for Map payloads | +| static class | [Banana.LengthCm](#lengthcm)
schema class | ## Banana1 public class Banana1 diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 80dc2ff464b..dd891a829eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | BananaReq.BananaReq1
schema class | -| static class | BananaReq.BananaReqMap
output class for Map payloads | -| static class | BananaReq.Sweet
schema class | -| static class | BananaReq.LengthCm
schema class | -| static class | BananaReq.AdditionalProperties
schema class | +| static class | [BananaReq.BananaReq1](#bananareq1)
schema class | +| static class | [BananaReq.BananaReqMap](#bananareqmap)
output class for Map payloads | +| static class | [BananaReq.Sweet](#sweet)
schema class | +| static class | [BananaReq.LengthCm](#lengthcm)
schema class | +| static class | [BananaReq.AdditionalProperties](#additionalproperties)
schema class | ## BananaReq1 public class BananaReq1 diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 2289a98ee23..2f78009c4b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Bar.Bar1
schema class | +| static class | [Bar.Bar1](#bar1)
schema class | ## Bar1 public class Bar1 diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 63a978fe80a..a8ec4888bc8 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | BasquePig.BasquePig1
schema class | -| static class | BasquePig.BasquePigMap
output class for Map payloads | -| static class | BasquePig.ClassName
schema class | +| static class | [BasquePig.BasquePig1](#basquepig1)
schema class | +| static class | [BasquePig.BasquePigMap](#basquepigmap)
output class for Map payloads | +| static class | [BasquePig.ClassName](#classname)
schema class | ## BasquePig1 public class BasquePig1 diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index a0e76052cf4..95824b4f0b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | BooleanEnum.BooleanEnum1
schema class | +| static class | [BooleanEnum.BooleanEnum1](#booleanenum1)
schema class | ## BooleanEnum1 public class BooleanEnum1 diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 6fbf897a24e..646f6073c02 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | BooleanSchema.BooleanSchema1
schema class | +| static class | [BooleanSchema.BooleanSchema1](#booleanschema1)
schema class | ## BooleanSchema1 public class BooleanSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 6dd30b94200..b4a8489276b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -7,14 +7,14 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Capitalization.Capitalization1
schema class | -| static class | Capitalization.CapitalizationMap
output class for Map payloads | -| static class | Capitalization.ATTNAME
schema class | -| static class | Capitalization.SCAETHFlowPoints
schema class | -| static class | Capitalization.CapitalSnake
schema class | -| static class | Capitalization.SmallSnake
schema class | -| static class | Capitalization.CapitalCamel
schema class | -| static class | Capitalization.SmallCamel
schema class | +| static class | [Capitalization.Capitalization1](#capitalization1)
schema class | +| static class | [Capitalization.CapitalizationMap](#capitalizationmap)
output class for Map payloads | +| static class | [Capitalization.ATTNAME](#attname)
schema class | +| static class | [Capitalization.SCAETHFlowPoints](#scaethflowpoints)
schema class | +| static class | [Capitalization.CapitalSnake](#capitalsnake)
schema class | +| static class | [Capitalization.SmallSnake](#smallsnake)
schema class | +| static class | [Capitalization.CapitalCamel](#capitalcamel)
schema class | +| static class | [Capitalization.SmallCamel](#smallcamel)
schema class | ## Capitalization1 public class Capitalization1 diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index cc8c95a911d..3ed7099e6a4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Cat.Cat1
schema class | -| static class | Cat.Schema1
schema class | -| static class | Cat.Schema1Map
output class for Map payloads | -| static class | Cat.Declawed
schema class | +| static class | [Cat.Cat1](#cat1)
schema class | +| static class | [Cat.Schema1](#schema1)
schema class | +| static class | [Cat.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [Cat.Declawed](#declawed)
schema class | ## Cat1 public class Cat1 diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 899439c0065..cd765aa33cd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Category.Category1
schema class | -| static class | Category.CategoryMap
output class for Map payloads | -| static class | Category.Name
schema class | -| static class | Category.Id
schema class | +| static class | [Category.Category1](#category1)
schema class | +| static class | [Category.CategoryMap](#categorymap)
output class for Map payloads | +| static class | [Category.Name](#name)
schema class | +| static class | [Category.Id](#id)
schema class | ## Category1 public class Category1 diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 23b9632cc9e..c10dd9f0b97 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ChildCat.ChildCat1
schema class | -| static class | ChildCat.Schema1
schema class | -| static class | ChildCat.Schema1Map
output class for Map payloads | -| static class | ChildCat.Name
schema class | +| static class | [ChildCat.ChildCat1](#childcat1)
schema class | +| static class | [ChildCat.Schema1](#schema1)
schema class | +| static class | [ChildCat.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [ChildCat.Name](#name)
schema class | ## ChildCat1 public class ChildCat1 diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 7eca286c311..bdf27f6bced 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ClassModel.ClassModel1
schema class | -| static class | ClassModel.ClassModelMap
output class for Map payloads | -| static class | ClassModel.ClassSchema
schema class | +| static class | [ClassModel.ClassModel1](#classmodel1)
schema class | +| static class | [ClassModel.ClassModelMap](#classmodelmap)
output class for Map payloads | +| static class | [ClassModel.ClassSchema](#classschema)
schema class | ## ClassModel1 public class ClassModel1 diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index e96e1f5f846..c0557a8d287 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Client.Client1
schema class | -| static class | Client.ClientMap
output class for Map payloads | -| static class | Client.Client2
schema class | +| static class | [Client.Client1](#client1)
schema class | +| static class | [Client.ClientMap](#clientmap)
output class for Map payloads | +| static class | [Client.Client2](#client2)
schema class | ## Client1 public class Client1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 789388905af..f4088a1911e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComplexQuadrilateral.ComplexQuadrilateral1
schema class | -| static class | ComplexQuadrilateral.Schema1
schema class | -| static class | ComplexQuadrilateral.Schema1Map
output class for Map payloads | -| static class | ComplexQuadrilateral.QuadrilateralType
schema class | +| static class | [ComplexQuadrilateral.ComplexQuadrilateral1](#complexquadrilateral1)
schema class | +| static class | [ComplexQuadrilateral.Schema1](#schema1)
schema class | +| static class | [ComplexQuadrilateral.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [ComplexQuadrilateral.QuadrilateralType](#quadrilateraltype)
schema class | ## ComplexQuadrilateral1 public class ComplexQuadrilateral1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 14a9e1d4d7b..fd900f1957a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -7,25 +7,25 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedAnyOfDifferentTypesNoValidations.ComposedAnyOfDifferentTypesNoValidations1
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema15
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema14
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema13
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema12
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema11
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema10
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema9
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema9List
output class for List payloads | -| static class | ComposedAnyOfDifferentTypesNoValidations.Items
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema8
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema7
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema6
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema5
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema4
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema3
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema2
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema1
schema class | -| static class | ComposedAnyOfDifferentTypesNoValidations.Schema0
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.ComposedAnyOfDifferentTypesNoValidations1](#composedanyofdifferenttypesnovalidations1)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema15](#schema15)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema14](#schema14)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema13](#schema13)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema12](#schema12)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema11](#schema11)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema10](#schema10)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema9](#schema9)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema9List](#schema9list)
output class for List payloads | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Items](#items)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema8](#schema8)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema7](#schema7)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema6](#schema6)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema5](#schema5)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema4](#schema4)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema3](#schema3)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema2](#schema2)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema1](#schema1)
schema class | +| static class | [ComposedAnyOfDifferentTypesNoValidations.Schema0](#schema0)
schema class | ## ComposedAnyOfDifferentTypesNoValidations1 public class ComposedAnyOfDifferentTypesNoValidations1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 5174613cb7b..1315684c163 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedArray.ComposedArray1
schema class | -| static class | ComposedArray.ComposedArrayList
output class for List payloads | -| static class | ComposedArray.Items
schema class | +| static class | [ComposedArray.ComposedArray1](#composedarray1)
schema class | +| static class | [ComposedArray.ComposedArrayList](#composedarraylist)
output class for List payloads | +| static class | [ComposedArray.Items](#items)
schema class | ## ComposedArray1 public class ComposedArray1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 9ece99c637a..a4409f80e38 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedBool.ComposedBool1
schema class | -| static class | ComposedBool.Schema0
schema class | +| static class | [ComposedBool.ComposedBool1](#composedbool1)
schema class | +| static class | [ComposedBool.Schema0](#schema0)
schema class | ## ComposedBool1 public class ComposedBool1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index db14878ce2c..da14a10f9e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedNone.ComposedNone1
schema class | -| static class | ComposedNone.Schema0
schema class | +| static class | [ComposedNone.ComposedNone1](#composednone1)
schema class | +| static class | [ComposedNone.Schema0](#schema0)
schema class | ## ComposedNone1 public class ComposedNone1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index f1f9ec966aa..db93359fa1d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedNumber.ComposedNumber1
schema class | -| static class | ComposedNumber.Schema0
schema class | +| static class | [ComposedNumber.ComposedNumber1](#composednumber1)
schema class | +| static class | [ComposedNumber.Schema0](#schema0)
schema class | ## ComposedNumber1 public class ComposedNumber1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 1eaa7b6b51a..2d2c4ec441f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedObject.ComposedObject1
schema class | -| static class | ComposedObject.Schema0
schema class | +| static class | [ComposedObject.ComposedObject1](#composedobject1)
schema class | +| static class | [ComposedObject.Schema0](#schema0)
schema class | ## ComposedObject1 public class ComposedObject1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 7dbc8df4214..44ccb9a05f9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -7,14 +7,14 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1
schema class | -| static class | ComposedOneOfDifferentTypes.Schema6
schema class | -| static class | ComposedOneOfDifferentTypes.Schema5
schema class | -| static class | ComposedOneOfDifferentTypes.Schema5List
output class for List payloads | -| static class | ComposedOneOfDifferentTypes.Items
schema class | -| static class | ComposedOneOfDifferentTypes.Schema4
schema class | -| static class | ComposedOneOfDifferentTypes.Schema3
schema class | -| static class | ComposedOneOfDifferentTypes.Schema2
schema class | +| static class | [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](#composedoneofdifferenttypes1)
schema class | +| static class | [ComposedOneOfDifferentTypes.Schema6](#schema6)
schema class | +| static class | [ComposedOneOfDifferentTypes.Schema5](#schema5)
schema class | +| static class | [ComposedOneOfDifferentTypes.Schema5List](#schema5list)
output class for List payloads | +| static class | [ComposedOneOfDifferentTypes.Items](#items)
schema class | +| static class | [ComposedOneOfDifferentTypes.Schema4](#schema4)
schema class | +| static class | [ComposedOneOfDifferentTypes.Schema3](#schema3)
schema class | +| static class | [ComposedOneOfDifferentTypes.Schema2](#schema2)
schema class | ## ComposedOneOfDifferentTypes1 public class ComposedOneOfDifferentTypes1 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 6d4f515da4d..ccf6fb0c68e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ComposedString.ComposedString1
schema class | -| static class | ComposedString.Schema0
schema class | +| static class | [ComposedString.ComposedString1](#composedstring1)
schema class | +| static class | [ComposedString.Schema0](#schema0)
schema class | ## ComposedString1 public class ComposedString1 diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 1735f6d99b2..af571ad67f7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Currency.Currency1
schema class | +| static class | [Currency.Currency1](#currency1)
schema class | ## Currency1 public class Currency1 diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 74198d0b598..da9aa2a0115 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | DanishPig.DanishPig1
schema class | -| static class | DanishPig.DanishPigMap
output class for Map payloads | -| static class | DanishPig.ClassName
schema class | +| static class | [DanishPig.DanishPig1](#danishpig1)
schema class | +| static class | [DanishPig.DanishPigMap](#danishpigmap)
output class for Map payloads | +| static class | [DanishPig.ClassName](#classname)
schema class | ## DanishPig1 public class DanishPig1 diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 3082312a2a3..6990f169b57 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | DateTimeTest.DateTimeTest1
schema class | +| static class | [DateTimeTest.DateTimeTest1](#datetimetest1)
schema class | ## DateTimeTest1 public class DateTimeTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 718baac9d5e..ee0c90e8b8b 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | DateTimeWithValidations.DateTimeWithValidations1
schema class | +| static class | [DateTimeWithValidations.DateTimeWithValidations1](#datetimewithvalidations1)
schema class | ## DateTimeWithValidations1 public class DateTimeWithValidations1 diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 100315f9ff9..f3c42c37537 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | DateWithValidations.DateWithValidations1
schema class | +| static class | [DateWithValidations.DateWithValidations1](#datewithvalidations1)
schema class | ## DateWithValidations1 public class DateWithValidations1 diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index cdea472d7c3..ea729cc0dbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | DecimalPayload.DecimalPayload1
schema class | +| static class | [DecimalPayload.DecimalPayload1](#decimalpayload1)
schema class | ## DecimalPayload1 public class DecimalPayload1 diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 2dc5c18763b..0da41e98abc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Dog.Dog1
schema class | -| static class | Dog.Schema1
schema class | -| static class | Dog.Schema1Map
output class for Map payloads | -| static class | Dog.Breed
schema class | +| static class | [Dog.Dog1](#dog1)
schema class | +| static class | [Dog.Schema1](#schema1)
schema class | +| static class | [Dog.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [Dog.Breed](#breed)
schema class | ## Dog1 public class Dog1 diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 08874af3308..f3c98bd52d0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Drawing.Drawing1
schema class | -| static class | Drawing.DrawingMap
output class for Map payloads | -| static class | Drawing.Shapes
schema class | -| static class | Drawing.ShapesList
output class for List payloads | +| static class | [Drawing.Drawing1](#drawing1)
schema class | +| static class | [Drawing.DrawingMap](#drawingmap)
output class for Map payloads | +| static class | [Drawing.Shapes](#shapes)
schema class | +| static class | [Drawing.ShapesList](#shapeslist)
output class for List payloads | ## Drawing1 public class Drawing1 diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index b685f4b5a55..a7188058f8f 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | EnumArrays.EnumArrays1
schema class | -| static class | EnumArrays.EnumArraysMap
output class for Map payloads | -| static class | EnumArrays.ArrayEnum
schema class | -| static class | EnumArrays.ArrayEnumList
output class for List payloads | -| static class | EnumArrays.Items
schema class | -| static class | EnumArrays.JustSymbol
schema class | +| static class | [EnumArrays.EnumArrays1](#enumarrays1)
schema class | +| static class | [EnumArrays.EnumArraysMap](#enumarraysmap)
output class for Map payloads | +| static class | [EnumArrays.ArrayEnum](#arrayenum)
schema class | +| static class | [EnumArrays.ArrayEnumList](#arrayenumlist)
output class for List payloads | +| static class | [EnumArrays.Items](#items)
schema class | +| static class | [EnumArrays.JustSymbol](#justsymbol)
schema class | ## EnumArrays1 public class EnumArrays1 diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index a0b37090b90..3c85ea0ca0c 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | EnumClass.EnumClass1
schema class | +| static class | [EnumClass.EnumClass1](#enumclass1)
schema class | ## EnumClass1 public class EnumClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 4c7ab763e26..a2ebaf45623 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | EnumTest.EnumTest1
schema class | -| static class | EnumTest.EnumTestMap
output class for Map payloads | -| static class | EnumTest.EnumNumber
schema class | -| static class | EnumTest.EnumInteger
schema class | -| static class | EnumTest.EnumStringRequired
schema class | -| static class | EnumTest.EnumString
schema class | +| static class | [EnumTest.EnumTest1](#enumtest1)
schema class | +| static class | [EnumTest.EnumTestMap](#enumtestmap)
output class for Map payloads | +| static class | [EnumTest.EnumNumber](#enumnumber)
schema class | +| static class | [EnumTest.EnumInteger](#enuminteger)
schema class | +| static class | [EnumTest.EnumStringRequired](#enumstringrequired)
schema class | +| static class | [EnumTest.EnumString](#enumstring)
schema class | ## EnumTest1 public class EnumTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index fc828aef15f..db47e214bab 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | EquilateralTriangle.EquilateralTriangle1
schema class | -| static class | EquilateralTriangle.Schema1
schema class | -| static class | EquilateralTriangle.Schema1Map
output class for Map payloads | -| static class | EquilateralTriangle.TriangleType
schema class | +| static class | [EquilateralTriangle.EquilateralTriangle1](#equilateraltriangle1)
schema class | +| static class | [EquilateralTriangle.Schema1](#schema1)
schema class | +| static class | [EquilateralTriangle.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [EquilateralTriangle.TriangleType](#triangletype)
schema class | ## EquilateralTriangle1 public class EquilateralTriangle1 diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 618d83ba7b7..30f9943ec11 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | File.File1
schema class | -| static class | File.FileMap
output class for Map payloads | -| static class | File.SourceURI
schema class | +| static class | [File.File1](#file1)
schema class | +| static class | [File.FileMap](#filemap)
output class for Map payloads | +| static class | [File.SourceURI](#sourceuri)
schema class | ## File1 public class File1 diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 959e3024ac1..172f21bc81c 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | FileSchemaTestClass.FileSchemaTestClass1
schema class | -| static class | FileSchemaTestClass.FileSchemaTestClassMap
output class for Map payloads | -| static class | FileSchemaTestClass.Files
schema class | -| static class | FileSchemaTestClass.FilesList
output class for List payloads | +| static class | [FileSchemaTestClass.FileSchemaTestClass1](#fileschematestclass1)
schema class | +| static class | [FileSchemaTestClass.FileSchemaTestClassMap](#fileschematestclassmap)
output class for Map payloads | +| static class | [FileSchemaTestClass.Files](#files)
schema class | +| static class | [FileSchemaTestClass.FilesList](#fileslist)
output class for List payloads | ## FileSchemaTestClass1 public class FileSchemaTestClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 0b684198252..d5c72db2eb5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Foo.Foo1
schema class | -| static class | Foo.FooMap
output class for Map payloads | +| static class | [Foo.Foo1](#foo1)
schema class | +| static class | [Foo.FooMap](#foomap)
output class for Map payloads | ## Foo1 public class Foo1 diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 95358622be5..755d1179530 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -7,31 +7,31 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | FormatTest.FormatTest1
schema class | -| static class | FormatTest.FormatTestMap
output class for Map payloads | -| static class | FormatTest.NoneProp
schema class | -| static class | FormatTest.PatternWithDigitsAndDelimiter
schema class | -| static class | FormatTest.PatternWithDigits
schema class | -| static class | FormatTest.Password
schema class | -| static class | FormatTest.UuidNoExample
schema class | -| static class | FormatTest.UuidSchema
schema class | -| static class | FormatTest.DateTime
schema class | -| static class | FormatTest.Date
schema class | -| static class | FormatTest.Binary
schema class | -| static class | FormatTest.ByteSchema
schema class | -| static class | FormatTest.StringSchema
schema class | -| static class | FormatTest.ArrayWithUniqueItems
schema class | -| static class | FormatTest.ArrayWithUniqueItemsList
output class for List payloads | -| static class | FormatTest.Items
schema class | -| static class | FormatTest.Float64
schema class | -| static class | FormatTest.DoubleSchema
schema class | -| static class | FormatTest.Float32
schema class | -| static class | FormatTest.FloatSchema
schema class | -| static class | FormatTest.NumberSchema
schema class | -| static class | FormatTest.Int64
schema class | -| static class | FormatTest.Int32withValidations
schema class | -| static class | FormatTest.Int32
schema class | -| static class | FormatTest.IntegerSchema
schema class | +| static class | [FormatTest.FormatTest1](#formattest1)
schema class | +| static class | [FormatTest.FormatTestMap](#formattestmap)
output class for Map payloads | +| static class | [FormatTest.NoneProp](#noneprop)
schema class | +| static class | [FormatTest.PatternWithDigitsAndDelimiter](#patternwithdigitsanddelimiter)
schema class | +| static class | [FormatTest.PatternWithDigits](#patternwithdigits)
schema class | +| static class | [FormatTest.Password](#password)
schema class | +| static class | [FormatTest.UuidNoExample](#uuidnoexample)
schema class | +| static class | [FormatTest.UuidSchema](#uuidschema)
schema class | +| static class | [FormatTest.DateTime](#datetime)
schema class | +| static class | [FormatTest.Date](#date)
schema class | +| static class | [FormatTest.Binary](#binary)
schema class | +| static class | [FormatTest.ByteSchema](#byteschema)
schema class | +| static class | [FormatTest.StringSchema](#stringschema)
schema class | +| static class | [FormatTest.ArrayWithUniqueItems](#arraywithuniqueitems)
schema class | +| static class | [FormatTest.ArrayWithUniqueItemsList](#arraywithuniqueitemslist)
output class for List payloads | +| static class | [FormatTest.Items](#items)
schema class | +| static class | [FormatTest.Float64](#float64)
schema class | +| static class | [FormatTest.DoubleSchema](#doubleschema)
schema class | +| static class | [FormatTest.Float32](#float32)
schema class | +| static class | [FormatTest.FloatSchema](#floatschema)
schema class | +| static class | [FormatTest.NumberSchema](#numberschema)
schema class | +| static class | [FormatTest.Int64](#int64)
schema class | +| static class | [FormatTest.Int32withValidations](#int32withvalidations)
schema class | +| static class | [FormatTest.Int32](#int32)
schema class | +| static class | [FormatTest.IntegerSchema](#integerschema)
schema class | ## FormatTest1 public class FormatTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 7a0196992fe..b07da32f329 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | FromSchema.FromSchema1
schema class | -| static class | FromSchema.FromSchemaMap
output class for Map payloads | -| static class | FromSchema.Id
schema class | -| static class | FromSchema.Data
schema class | +| static class | [FromSchema.FromSchema1](#fromschema1)
schema class | +| static class | [FromSchema.FromSchemaMap](#fromschemamap)
output class for Map payloads | +| static class | [FromSchema.Id](#id)
schema class | +| static class | [FromSchema.Data](#data)
schema class | ## FromSchema1 public class FromSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 0430ce99921..3e8148e6876 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Fruit.Fruit1
schema class | -| static class | Fruit.FruitMap
output class for Map payloads | -| static class | Fruit.Color
schema class | +| static class | [Fruit.Fruit1](#fruit1)
schema class | +| static class | [Fruit.FruitMap](#fruitmap)
output class for Map payloads | +| static class | [Fruit.Color](#color)
schema class | ## Fruit1 public class Fruit1 diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 411b589bc3c..5621e310568 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | FruitReq.FruitReq1
schema class | -| static class | FruitReq.Schema0
schema class | +| static class | [FruitReq.FruitReq1](#fruitreq1)
schema class | +| static class | [FruitReq.Schema0](#schema0)
schema class | ## FruitReq1 public class FruitReq1 diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 337f51de36d..24522d8b5c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | GmFruit.GmFruit1
schema class | -| static class | GmFruit.GmFruitMap
output class for Map payloads | -| static class | GmFruit.Color
schema class | +| static class | [GmFruit.GmFruit1](#gmfruit1)
schema class | +| static class | [GmFruit.GmFruitMap](#gmfruitmap)
output class for Map payloads | +| static class | [GmFruit.Color](#color)
schema class | ## GmFruit1 public class GmFruit1 diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 93380ef54ec..5089373f942 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | GrandparentAnimal.GrandparentAnimal1
schema class | -| static class | GrandparentAnimal.GrandparentAnimalMap
output class for Map payloads | -| static class | GrandparentAnimal.PetType
schema class | +| static class | [GrandparentAnimal.GrandparentAnimal1](#grandparentanimal1)
schema class | +| static class | [GrandparentAnimal.GrandparentAnimalMap](#grandparentanimalmap)
output class for Map payloads | +| static class | [GrandparentAnimal.PetType](#pettype)
schema class | ## GrandparentAnimal1 public class GrandparentAnimal1 diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 9217a2167ae..b0f2ca97741 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | HasOnlyReadOnly.HasOnlyReadOnly1
schema class | -| static class | HasOnlyReadOnly.HasOnlyReadOnlyMap
output class for Map payloads | -| static class | HasOnlyReadOnly.Foo
schema class | -| static class | HasOnlyReadOnly.Bar
schema class | +| static class | [HasOnlyReadOnly.HasOnlyReadOnly1](#hasonlyreadonly1)
schema class | +| static class | [HasOnlyReadOnly.HasOnlyReadOnlyMap](#hasonlyreadonlymap)
output class for Map payloads | +| static class | [HasOnlyReadOnly.Foo](#foo)
schema class | +| static class | [HasOnlyReadOnly.Bar](#bar)
schema class | ## HasOnlyReadOnly1 public class HasOnlyReadOnly1 diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 5e07ee5d8d7..923aa925d8d 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | HealthCheckResult.HealthCheckResult1
schema class | -| static class | HealthCheckResult.HealthCheckResultMap
output class for Map payloads | -| static class | HealthCheckResult.NullableMessage
schema class | +| static class | [HealthCheckResult.HealthCheckResult1](#healthcheckresult1)
schema class | +| static class | [HealthCheckResult.HealthCheckResultMap](#healthcheckresultmap)
output class for Map payloads | +| static class | [HealthCheckResult.NullableMessage](#nullablemessage)
schema class | ## HealthCheckResult1 public class HealthCheckResult1 diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 5bd3f88e44e..4b6a336e073 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | IntegerEnum.IntegerEnum1
schema class | +| static class | [IntegerEnum.IntegerEnum1](#integerenum1)
schema class | ## IntegerEnum1 public class IntegerEnum1 diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index ec2b93fe06d..511cf4abe6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | IntegerEnumBig.IntegerEnumBig1
schema class | +| static class | [IntegerEnumBig.IntegerEnumBig1](#integerenumbig1)
schema class | ## IntegerEnumBig1 public class IntegerEnumBig1 diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index b396b956e91..7035266ee3d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | IntegerEnumOneValue.IntegerEnumOneValue1
schema class | +| static class | [IntegerEnumOneValue.IntegerEnumOneValue1](#integerenumonevalue1)
schema class | ## IntegerEnumOneValue1 public class IntegerEnumOneValue1 diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 5ed8f12fc5d..6ee9c30f2ca 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1
schema class | +| static class | [IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1](#integerenumwithdefaultvalue1)
schema class | ## IntegerEnumWithDefaultValue1 public class IntegerEnumWithDefaultValue1 diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index bd1771ff496..47549ebc931 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | IntegerMax10.IntegerMax101
schema class | +| static class | [IntegerMax10.IntegerMax101](#integermax101)
schema class | ## IntegerMax101 public class IntegerMax101 diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 564399255cb..a56f0ad4c02 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | IntegerMin15.IntegerMin151
schema class | +| static class | [IntegerMin15.IntegerMin151](#integermin151)
schema class | ## IntegerMin151 public class IntegerMin151 diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 4566e2c849d..33933479df6 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | IsoscelesTriangle.IsoscelesTriangle1
schema class | -| static class | IsoscelesTriangle.Schema1
schema class | -| static class | IsoscelesTriangle.Schema1Map
output class for Map payloads | -| static class | IsoscelesTriangle.TriangleType
schema class | +| static class | [IsoscelesTriangle.IsoscelesTriangle1](#isoscelestriangle1)
schema class | +| static class | [IsoscelesTriangle.Schema1](#schema1)
schema class | +| static class | [IsoscelesTriangle.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [IsoscelesTriangle.TriangleType](#triangletype)
schema class | ## IsoscelesTriangle1 public class IsoscelesTriangle1 diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index c8afc4ce6f9..78efa7a5d7e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Items.Items1
schema class | -| static class | Items.ItemsList
output class for List payloads | -| static class | Items.Items2
schema class | +| static class | [Items.Items1](#items1)
schema class | +| static class | [Items.ItemsList](#itemslist)
output class for List payloads | +| static class | [Items.Items2](#items2)
schema class | ## Items1 public class Items1 diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 1597ae2e0d1..ab4ebe230a4 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | JSONPatchRequest.JSONPatchRequest1
schema class | -| static class | JSONPatchRequest.JSONPatchRequestList
output class for List payloads | -| static class | JSONPatchRequest.Items
schema class | +| static class | [JSONPatchRequest.JSONPatchRequest1](#jsonpatchrequest1)
schema class | +| static class | [JSONPatchRequest.JSONPatchRequestList](#jsonpatchrequestlist)
output class for List payloads | +| static class | [JSONPatchRequest.Items](#items)
schema class | ## JSONPatchRequest1 public class JSONPatchRequest1 diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 760af0cb9ea..91140ad0f6e 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTest1
schema class | -| static class | JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTestMap
output class for Map payloads | -| static class | JSONPatchRequestAddReplaceTest.Op
schema class | -| static class | JSONPatchRequestAddReplaceTest.Value
schema class | -| static class | JSONPatchRequestAddReplaceTest.Path
schema class | -| static class | JSONPatchRequestAddReplaceTest.AdditionalProperties
schema class | +| static class | [JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTest1](#jsonpatchrequestaddreplacetest1)
schema class | +| static class | [JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTestMap](#jsonpatchrequestaddreplacetestmap)
output class for Map payloads | +| static class | [JSONPatchRequestAddReplaceTest.Op](#op)
schema class | +| static class | [JSONPatchRequestAddReplaceTest.Value](#value)
schema class | +| static class | [JSONPatchRequestAddReplaceTest.Path](#path)
schema class | +| static class | [JSONPatchRequestAddReplaceTest.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestAddReplaceTest1 public class JSONPatchRequestAddReplaceTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 008a9bed595..0f244a6b791 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopy1
schema class | -| static class | JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopyMap
output class for Map payloads | -| static class | JSONPatchRequestMoveCopy.Op
schema class | -| static class | JSONPatchRequestMoveCopy.Path
schema class | -| static class | JSONPatchRequestMoveCopy.From
schema class | -| static class | JSONPatchRequestMoveCopy.AdditionalProperties
schema class | +| static class | [JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopy1](#jsonpatchrequestmovecopy1)
schema class | +| static class | [JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopyMap](#jsonpatchrequestmovecopymap)
output class for Map payloads | +| static class | [JSONPatchRequestMoveCopy.Op](#op)
schema class | +| static class | [JSONPatchRequestMoveCopy.Path](#path)
schema class | +| static class | [JSONPatchRequestMoveCopy.From](#from)
schema class | +| static class | [JSONPatchRequestMoveCopy.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestMoveCopy1 public class JSONPatchRequestMoveCopy1 diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 4339798ce9e..0bda3aa0a86 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | JSONPatchRequestRemove.JSONPatchRequestRemove1
schema class | -| static class | JSONPatchRequestRemove.JSONPatchRequestRemoveMap
output class for Map payloads | -| static class | JSONPatchRequestRemove.Op
schema class | -| static class | JSONPatchRequestRemove.Path
schema class | -| static class | JSONPatchRequestRemove.AdditionalProperties
schema class | +| static class | [JSONPatchRequestRemove.JSONPatchRequestRemove1](#jsonpatchrequestremove1)
schema class | +| static class | [JSONPatchRequestRemove.JSONPatchRequestRemoveMap](#jsonpatchrequestremovemap)
output class for Map payloads | +| static class | [JSONPatchRequestRemove.Op](#op)
schema class | +| static class | [JSONPatchRequestRemove.Path](#path)
schema class | +| static class | [JSONPatchRequestRemove.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestRemove1 public class JSONPatchRequestRemove1 diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index 9c4349ad6d9..948af7f6b79 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Mammal.Mammal1
schema class | +| static class | [Mammal.Mammal1](#mammal1)
schema class | ## Mammal1 public class Mammal1 diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 9ba3b12c05e..20ec26f228b 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -7,19 +7,19 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | MapTest.MapTest1
schema class | -| static class | MapTest.MapTestMap
output class for Map payloads | -| static class | MapTest.DirectMap
schema class | -| static class | MapTest.DirectMapMap
output class for Map payloads | -| static class | MapTest.AdditionalProperties3
schema class | -| static class | MapTest.MapOfEnumString
schema class | -| static class | MapTest.MapOfEnumStringMap
output class for Map payloads | -| static class | MapTest.AdditionalProperties2
schema class | -| static class | MapTest.MapMapOfString
schema class | -| static class | MapTest.MapMapOfStringMap
output class for Map payloads | -| static class | MapTest.AdditionalProperties
schema class | -| static class | MapTest.AdditionalPropertiesMap
output class for Map payloads | -| static class | MapTest.AdditionalProperties1
schema class | +| static class | [MapTest.MapTest1](#maptest1)
schema class | +| static class | [MapTest.MapTestMap](#maptestmap)
output class for Map payloads | +| static class | [MapTest.DirectMap](#directmap)
schema class | +| static class | [MapTest.DirectMapMap](#directmapmap)
output class for Map payloads | +| static class | [MapTest.AdditionalProperties3](#additionalproperties3)
schema class | +| static class | [MapTest.MapOfEnumString](#mapofenumstring)
schema class | +| static class | [MapTest.MapOfEnumStringMap](#mapofenumstringmap)
output class for Map payloads | +| static class | [MapTest.AdditionalProperties2](#additionalproperties2)
schema class | +| static class | [MapTest.MapMapOfString](#mapmapofstring)
schema class | +| static class | [MapTest.MapMapOfStringMap](#mapmapofstringmap)
output class for Map payloads | +| static class | [MapTest.AdditionalProperties](#additionalproperties)
schema class | +| static class | [MapTest.AdditionalPropertiesMap](#additionalpropertiesmap)
output class for Map payloads | +| static class | [MapTest.AdditionalProperties1](#additionalproperties1)
schema class | ## MapTest1 public class MapTest1 diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 3fbb44ac896..da60531941a 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClass1
schema class | -| static class | MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClassMap
output class for Map payloads | -| static class | MixedPropertiesAndAdditionalPropertiesClass.MapSchema
schema class | -| static class | MixedPropertiesAndAdditionalPropertiesClass.MapMap
output class for Map payloads | -| static class | MixedPropertiesAndAdditionalPropertiesClass.DateTime
schema class | -| static class | MixedPropertiesAndAdditionalPropertiesClass.UuidSchema
schema class | +| static class | [MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClass1](#mixedpropertiesandadditionalpropertiesclass1)
schema class | +| static class | [MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClassMap](#mixedpropertiesandadditionalpropertiesclassmap)
output class for Map payloads | +| static class | [MixedPropertiesAndAdditionalPropertiesClass.MapSchema](#mapschema)
schema class | +| static class | [MixedPropertiesAndAdditionalPropertiesClass.MapMap](#mapmap)
output class for Map payloads | +| static class | [MixedPropertiesAndAdditionalPropertiesClass.DateTime](#datetime)
schema class | +| static class | [MixedPropertiesAndAdditionalPropertiesClass.UuidSchema](#uuidschema)
schema class | ## MixedPropertiesAndAdditionalPropertiesClass1 public class MixedPropertiesAndAdditionalPropertiesClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 27dc8381f5c..96932a142df 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Money.Money1
schema class | -| static class | Money.MoneyMap
output class for Map payloads | -| static class | Money.Amount
schema class | -| static class | Money.AdditionalProperties
schema class | +| static class | [Money.Money1](#money1)
schema class | +| static class | [Money.MoneyMap](#moneymap)
output class for Map payloads | +| static class | [Money.Amount](#amount)
schema class | +| static class | [Money.AdditionalProperties](#additionalproperties)
schema class | ## Money1 public class Money1 diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 178036ee7f5..c862f4c96b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | MyObjectDto.MyObjectDto1
schema class | -| static class | MyObjectDto.MyObjectDtoMap
output class for Map payloads | -| static class | MyObjectDto.Id
schema class | -| static class | MyObjectDto.AdditionalProperties
schema class | +| static class | [MyObjectDto.MyObjectDto1](#myobjectdto1)
schema class | +| static class | [MyObjectDto.MyObjectDtoMap](#myobjectdtomap)
output class for Map payloads | +| static class | [MyObjectDto.Id](#id)
schema class | +| static class | [MyObjectDto.AdditionalProperties](#additionalproperties)
schema class | ## MyObjectDto1 public class MyObjectDto1 diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 66f363222ed..cef3f8baea1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Name.Name1
schema class | -| static class | Name.NameMap
output class for Map payloads | -| static class | Name.Property
schema class | -| static class | Name.SnakeCase
schema class | -| static class | Name.Name2
schema class | +| static class | [Name.Name1](#name1)
schema class | +| static class | [Name.NameMap](#namemap)
output class for Map payloads | +| static class | [Name.Property](#property)
schema class | +| static class | [Name.SnakeCase](#snakecase)
schema class | +| static class | [Name.Name2](#name2)
schema class | ## Name1 public class Name1 diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 0a840c2a466..7678e2f5802 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NoAdditionalProperties.NoAdditionalProperties1
schema class | -| static class | NoAdditionalProperties.NoAdditionalPropertiesMap
output class for Map payloads | -| static class | NoAdditionalProperties.PetId
schema class | -| static class | NoAdditionalProperties.Id
schema class | -| static class | NoAdditionalProperties.AdditionalProperties
schema class | +| static class | [NoAdditionalProperties.NoAdditionalProperties1](#noadditionalproperties1)
schema class | +| static class | [NoAdditionalProperties.NoAdditionalPropertiesMap](#noadditionalpropertiesmap)
output class for Map payloads | +| static class | [NoAdditionalProperties.PetId](#petid)
schema class | +| static class | [NoAdditionalProperties.Id](#id)
schema class | +| static class | [NoAdditionalProperties.AdditionalProperties](#additionalproperties)
schema class | ## NoAdditionalProperties1 public class NoAdditionalProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 1288074875f..dd5eb0110f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -7,33 +7,33 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NullableClass.NullableClass1
schema class | -| static class | NullableClass.NullableClassMap
output class for Map payloads | -| static class | NullableClass.ObjectItemsNullable
schema class | -| static class | NullableClass.ObjectItemsNullableMap
output class for Map payloads | -| static class | NullableClass.AdditionalProperties2
schema class | -| static class | NullableClass.ObjectAndItemsNullableProp
schema class | -| static class | NullableClass.ObjectAndItemsNullablePropMap
output class for Map payloads | -| static class | NullableClass.AdditionalProperties1
schema class | -| static class | NullableClass.ObjectNullableProp
schema class | -| static class | NullableClass.ObjectNullablePropMap
output class for Map payloads | -| static class | NullableClass.AdditionalProperties
schema class | -| static class | NullableClass.ArrayItemsNullable
schema class | -| static class | NullableClass.ArrayItemsNullableList
output class for List payloads | -| static class | NullableClass.Items2
schema class | -| static class | NullableClass.ArrayAndItemsNullableProp
schema class | -| static class | NullableClass.ArrayAndItemsNullablePropList
output class for List payloads | -| static class | NullableClass.Items1
schema class | -| static class | NullableClass.ArrayNullableProp
schema class | -| static class | NullableClass.ArrayNullablePropList
output class for List payloads | -| static class | NullableClass.Items
schema class | -| static class | NullableClass.DatetimeProp
schema class | -| static class | NullableClass.DateProp
schema class | -| static class | NullableClass.StringProp
schema class | -| static class | NullableClass.BooleanProp
schema class | -| static class | NullableClass.NumberProp
schema class | -| static class | NullableClass.IntegerProp
schema class | -| static class | NullableClass.AdditionalProperties3
schema class | +| static class | [NullableClass.NullableClass1](#nullableclass1)
schema class | +| static class | [NullableClass.NullableClassMap](#nullableclassmap)
output class for Map payloads | +| static class | [NullableClass.ObjectItemsNullable](#objectitemsnullable)
schema class | +| static class | [NullableClass.ObjectItemsNullableMap](#objectitemsnullablemap)
output class for Map payloads | +| static class | [NullableClass.AdditionalProperties2](#additionalproperties2)
schema class | +| static class | [NullableClass.ObjectAndItemsNullableProp](#objectanditemsnullableprop)
schema class | +| static class | [NullableClass.ObjectAndItemsNullablePropMap](#objectanditemsnullablepropmap)
output class for Map payloads | +| static class | [NullableClass.AdditionalProperties1](#additionalproperties1)
schema class | +| static class | [NullableClass.ObjectNullableProp](#objectnullableprop)
schema class | +| static class | [NullableClass.ObjectNullablePropMap](#objectnullablepropmap)
output class for Map payloads | +| static class | [NullableClass.AdditionalProperties](#additionalproperties)
schema class | +| static class | [NullableClass.ArrayItemsNullable](#arrayitemsnullable)
schema class | +| static class | [NullableClass.ArrayItemsNullableList](#arrayitemsnullablelist)
output class for List payloads | +| static class | [NullableClass.Items2](#items2)
schema class | +| static class | [NullableClass.ArrayAndItemsNullableProp](#arrayanditemsnullableprop)
schema class | +| static class | [NullableClass.ArrayAndItemsNullablePropList](#arrayanditemsnullableproplist)
output class for List payloads | +| static class | [NullableClass.Items1](#items1)
schema class | +| static class | [NullableClass.ArrayNullableProp](#arraynullableprop)
schema class | +| static class | [NullableClass.ArrayNullablePropList](#arraynullableproplist)
output class for List payloads | +| static class | [NullableClass.Items](#items)
schema class | +| static class | [NullableClass.DatetimeProp](#datetimeprop)
schema class | +| static class | [NullableClass.DateProp](#dateprop)
schema class | +| static class | [NullableClass.StringProp](#stringprop)
schema class | +| static class | [NullableClass.BooleanProp](#booleanprop)
schema class | +| static class | [NullableClass.NumberProp](#numberprop)
schema class | +| static class | [NullableClass.IntegerProp](#integerprop)
schema class | +| static class | [NullableClass.AdditionalProperties3](#additionalproperties3)
schema class | ## NullableClass1 public class NullableClass1 diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 54bf69d97ca..fd8c80dc0cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NullableShape.NullableShape1
schema class | -| static class | NullableShape.Schema2
schema class | +| static class | [NullableShape.NullableShape1](#nullableshape1)
schema class | +| static class | [NullableShape.Schema2](#schema2)
schema class | ## NullableShape1 public class NullableShape1 diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 5fd89d483b3..36bafdde70d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NullableString.NullableString1
schema class | +| static class | [NullableString.NullableString1](#nullablestring1)
schema class | ## NullableString1 public class NullableString1 diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index d725dbb24b1..0937e116516 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NumberOnly.NumberOnly1
schema class | -| static class | NumberOnly.NumberOnlyMap
output class for Map payloads | -| static class | NumberOnly.JustNumber
schema class | +| static class | [NumberOnly.NumberOnly1](#numberonly1)
schema class | +| static class | [NumberOnly.NumberOnlyMap](#numberonlymap)
output class for Map payloads | +| static class | [NumberOnly.JustNumber](#justnumber)
schema class | ## NumberOnly1 public class NumberOnly1 diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 9388c656fe3..12708ef4744 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NumberSchema.NumberSchema1
schema class | +| static class | [NumberSchema.NumberSchema1](#numberschema1)
schema class | ## NumberSchema1 public class NumberSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 46eba5035e0..43a9079d117 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | NumberWithValidations.NumberWithValidations1
schema class | +| static class | [NumberWithValidations.NumberWithValidations1](#numberwithvalidations1)
schema class | ## NumberWithValidations1 public class NumberWithValidations1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index c6e28798f06..5937b81a803 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjWithRequiredProps.ObjWithRequiredProps1
schema class | -| static class | ObjWithRequiredProps.ObjWithRequiredPropsMap
output class for Map payloads | -| static class | ObjWithRequiredProps.A
schema class | +| static class | [ObjWithRequiredProps.ObjWithRequiredProps1](#objwithrequiredprops1)
schema class | +| static class | [ObjWithRequiredProps.ObjWithRequiredPropsMap](#objwithrequiredpropsmap)
output class for Map payloads | +| static class | [ObjWithRequiredProps.A](#a)
schema class | ## ObjWithRequiredProps1 public class ObjWithRequiredProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index e4326a93458..55d1b557ff7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjWithRequiredPropsBase.ObjWithRequiredPropsBase1
schema class | -| static class | ObjWithRequiredPropsBase.ObjWithRequiredPropsBaseMap
output class for Map payloads | -| static class | ObjWithRequiredPropsBase.B
schema class | +| static class | [ObjWithRequiredPropsBase.ObjWithRequiredPropsBase1](#objwithrequiredpropsbase1)
schema class | +| static class | [ObjWithRequiredPropsBase.ObjWithRequiredPropsBaseMap](#objwithrequiredpropsbasemap)
output class for Map payloads | +| static class | [ObjWithRequiredPropsBase.B](#b)
schema class | ## ObjWithRequiredPropsBase1 public class ObjWithRequiredPropsBase1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index cc0a5aa5d36..7ea8a5bcf1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectInterface.ObjectInterface1
schema class | +| static class | [ObjectInterface.ObjectInterface1](#objectinterface1)
schema class | ## ObjectInterface1 public class ObjectInterface1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 7577142b89f..1c1aa131fe2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsProperties1
schema class | -| static class | ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsPropertiesMap
output class for Map payloads | -| static class | ObjectModelWithArgAndArgsProperties.Args
schema class | -| static class | ObjectModelWithArgAndArgsProperties.Arg
schema class | +| static class | [ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsProperties1](#objectmodelwithargandargsproperties1)
schema class | +| static class | [ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsPropertiesMap](#objectmodelwithargandargspropertiesmap)
output class for Map payloads | +| static class | [ObjectModelWithArgAndArgsProperties.Args](#args)
schema class | +| static class | [ObjectModelWithArgAndArgsProperties.Arg](#arg)
schema class | ## ObjectModelWithArgAndArgsProperties1 public class ObjectModelWithArgAndArgsProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 8e1f4d38b56..ba5bd2b3c83 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectModelWithRefProps.ObjectModelWithRefProps1
schema class | -| static class | ObjectModelWithRefProps.ObjectModelWithRefPropsMap
output class for Map payloads | +| static class | [ObjectModelWithRefProps.ObjectModelWithRefProps1](#objectmodelwithrefprops1)
schema class | +| static class | [ObjectModelWithRefProps.ObjectModelWithRefPropsMap](#objectmodelwithrefpropsmap)
output class for Map payloads | ## ObjectModelWithRefProps1 public class ObjectModelWithRefProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index a42357a43ff..f89b32061ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.ObjectWithAllOfWithReqTestPropFromUnsetAddProp1
schema class | -| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1
schema class | -| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1Map
output class for Map payloads | -| static class | ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Name
schema class | +| static class | [ObjectWithAllOfWithReqTestPropFromUnsetAddProp.ObjectWithAllOfWithReqTestPropFromUnsetAddProp1](#objectwithallofwithreqtestpropfromunsetaddprop1)
schema class | +| static class | [ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1](#schema1)
schema class | +| static class | [ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Name](#name)
schema class | ## ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 699148bca2a..f433f155431 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithCollidingProperties.ObjectWithCollidingProperties1
schema class | -| static class | ObjectWithCollidingProperties.ObjectWithCollidingPropertiesMap
output class for Map payloads | -| static class | ObjectWithCollidingProperties.Someprop
schema class | -| static class | ObjectWithCollidingProperties.SomeProp
schema class | +| static class | [ObjectWithCollidingProperties.ObjectWithCollidingProperties1](#objectwithcollidingproperties1)
schema class | +| static class | [ObjectWithCollidingProperties.ObjectWithCollidingPropertiesMap](#objectwithcollidingpropertiesmap)
output class for Map payloads | +| static class | [ObjectWithCollidingProperties.Someprop](#someprop)
schema class | +| static class | [ObjectWithCollidingProperties.SomeProp](#someprop)
schema class | ## ObjectWithCollidingProperties1 public class ObjectWithCollidingProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 1e1181f294a..8b0216ae177 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithDecimalProperties.ObjectWithDecimalProperties1
schema class | -| static class | ObjectWithDecimalProperties.ObjectWithDecimalPropertiesMap
output class for Map payloads | -| static class | ObjectWithDecimalProperties.Width
schema class | +| static class | [ObjectWithDecimalProperties.ObjectWithDecimalProperties1](#objectwithdecimalproperties1)
schema class | +| static class | [ObjectWithDecimalProperties.ObjectWithDecimalPropertiesMap](#objectwithdecimalpropertiesmap)
output class for Map payloads | +| static class | [ObjectWithDecimalProperties.Width](#width)
schema class | ## ObjectWithDecimalProperties1 public class ObjectWithDecimalProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 9ee4b9c9c48..771bd116631 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedProps1
schema class | -| static class | ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedPropsMap
output class for Map payloads | -| static class | ObjectWithDifficultlyNamedProps.Schema123Number
schema class | -| static class | ObjectWithDifficultlyNamedProps.Schema123list
schema class | -| static class | ObjectWithDifficultlyNamedProps.Specialpropertyname
schema class | +| static class | [ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedProps1](#objectwithdifficultlynamedprops1)
schema class | +| static class | [ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedPropsMap](#objectwithdifficultlynamedpropsmap)
output class for Map payloads | +| static class | [ObjectWithDifficultlyNamedProps.Schema123Number](#schema123number)
schema class | +| static class | [ObjectWithDifficultlyNamedProps.Schema123list](#schema123list)
schema class | +| static class | [ObjectWithDifficultlyNamedProps.Specialpropertyname](#specialpropertyname)
schema class | ## ObjectWithDifficultlyNamedProps1 public class ObjectWithDifficultlyNamedProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index dcda59f0b1c..bb7bf1d2212 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionProperty1
schema class | -| static class | ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionPropertyMap
output class for Map payloads | -| static class | ObjectWithInlineCompositionProperty.SomeProp
schema class | -| static class | ObjectWithInlineCompositionProperty.Schema0
schema class | +| static class | [ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionProperty1](#objectwithinlinecompositionproperty1)
schema class | +| static class | [ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionPropertyMap](#objectwithinlinecompositionpropertymap)
output class for Map payloads | +| static class | [ObjectWithInlineCompositionProperty.SomeProp](#someprop)
schema class | +| static class | [ObjectWithInlineCompositionProperty.Schema0](#schema0)
schema class | ## ObjectWithInlineCompositionProperty1 public class ObjectWithInlineCompositionProperty1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 33af8848284..eb51cea957d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedProperties1
schema class | -| static class | ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedPropertiesMap
output class for Map payloads | +| static class | [ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedProperties1](#objectwithinvalidnamedrefedproperties1)
schema class | +| static class | [ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap)
output class for Map payloads | ## ObjectWithInvalidNamedRefedProperties1 public class ObjectWithInvalidNamedRefedProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index add2d48f36a..814cb83897c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValues1
schema class | -| static class | ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValuesMap
output class for Map payloads | -| static class | ObjectWithNonIntersectingValues.A
schema class | -| static class | ObjectWithNonIntersectingValues.AdditionalProperties
schema class | +| static class | [ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValues1](#objectwithnonintersectingvalues1)
schema class | +| static class | [ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValuesMap](#objectwithnonintersectingvaluesmap)
output class for Map payloads | +| static class | [ObjectWithNonIntersectingValues.A](#a)
schema class | +| static class | [ObjectWithNonIntersectingValues.AdditionalProperties](#additionalproperties)
schema class | ## ObjectWithNonIntersectingValues1 public class ObjectWithNonIntersectingValues1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index ab902ba4c6a..6c51932ebb5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalProps1
schema class | -| static class | ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalPropsMap
output class for Map payloads | -| static class | ObjectWithOnlyOptionalProps.B
schema class | -| static class | ObjectWithOnlyOptionalProps.A
schema class | -| static class | ObjectWithOnlyOptionalProps.AdditionalProperties
schema class | +| static class | [ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalProps1](#objectwithonlyoptionalprops1)
schema class | +| static class | [ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalPropsMap](#objectwithonlyoptionalpropsmap)
output class for Map payloads | +| static class | [ObjectWithOnlyOptionalProps.B](#b)
schema class | +| static class | [ObjectWithOnlyOptionalProps.A](#a)
schema class | +| static class | [ObjectWithOnlyOptionalProps.AdditionalProperties](#additionalproperties)
schema class | ## ObjectWithOnlyOptionalProps1 public class ObjectWithOnlyOptionalProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index be5c58d595e..6c508331232 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithOptionalTestProp.ObjectWithOptionalTestProp1
schema class | -| static class | ObjectWithOptionalTestProp.ObjectWithOptionalTestPropMap
output class for Map payloads | -| static class | ObjectWithOptionalTestProp.Test
schema class | +| static class | [ObjectWithOptionalTestProp.ObjectWithOptionalTestProp1](#objectwithoptionaltestprop1)
schema class | +| static class | [ObjectWithOptionalTestProp.ObjectWithOptionalTestPropMap](#objectwithoptionaltestpropmap)
output class for Map payloads | +| static class | [ObjectWithOptionalTestProp.Test](#test)
schema class | ## ObjectWithOptionalTestProp1 public class ObjectWithOptionalTestProp1 diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 2a2ff98eb41..80c91515fe2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ObjectWithValidations.ObjectWithValidations1
schema class | +| static class | [ObjectWithValidations.ObjectWithValidations1](#objectwithvalidations1)
schema class | ## ObjectWithValidations1 public class ObjectWithValidations1 diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 3fbb96346c0..d2bbd17fed0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -7,14 +7,14 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Order.Order1
schema class | -| static class | Order.OrderMap
output class for Map payloads | -| static class | Order.Complete
schema class | -| static class | Order.Status
schema class | -| static class | Order.ShipDate
schema class | -| static class | Order.Quantity
schema class | -| static class | Order.PetId
schema class | -| static class | Order.Id
schema class | +| static class | [Order.Order1](#order1)
schema class | +| static class | [Order.OrderMap](#ordermap)
output class for Map payloads | +| static class | [Order.Complete](#complete)
schema class | +| static class | [Order.Status](#status)
schema class | +| static class | [Order.ShipDate](#shipdate)
schema class | +| static class | [Order.Quantity](#quantity)
schema class | +| static class | [Order.PetId](#petid)
schema class | +| static class | [Order.Id](#id)
schema class | ## Order1 public class Order1 diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 5ac2b72313e..dd15b8796ab 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | PaginatedResultMyObjectDto.PaginatedResultMyObjectDto1
schema class | -| static class | PaginatedResultMyObjectDto.PaginatedResultMyObjectDtoMap
output class for Map payloads | -| static class | PaginatedResultMyObjectDto.Results
schema class | -| static class | PaginatedResultMyObjectDto.ResultsList
output class for List payloads | -| static class | PaginatedResultMyObjectDto.Count
schema class | -| static class | PaginatedResultMyObjectDto.AdditionalProperties
schema class | +| static class | [PaginatedResultMyObjectDto.PaginatedResultMyObjectDto1](#paginatedresultmyobjectdto1)
schema class | +| static class | [PaginatedResultMyObjectDto.PaginatedResultMyObjectDtoMap](#paginatedresultmyobjectdtomap)
output class for Map payloads | +| static class | [PaginatedResultMyObjectDto.Results](#results)
schema class | +| static class | [PaginatedResultMyObjectDto.ResultsList](#resultslist)
output class for List payloads | +| static class | [PaginatedResultMyObjectDto.Count](#count)
schema class | +| static class | [PaginatedResultMyObjectDto.AdditionalProperties](#additionalproperties)
schema class | ## PaginatedResultMyObjectDto1 public class PaginatedResultMyObjectDto1 diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 759262cf373..acc4ae4a6b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ParentPet.ParentPet1
schema class | +| static class | [ParentPet.ParentPet1](#parentpet1)
schema class | ## ParentPet1 public class ParentPet1 diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 4724efb3241..503d234c6f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -7,16 +7,16 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Pet.Pet1
schema class | -| static class | Pet.PetMap
output class for Map payloads | -| static class | Pet.Tags
schema class | -| static class | Pet.TagsList
output class for List payloads | -| static class | Pet.Status
schema class | -| static class | Pet.PhotoUrls
schema class | -| static class | Pet.PhotoUrlsList
output class for List payloads | -| static class | Pet.Items
schema class | -| static class | Pet.Name
schema class | -| static class | Pet.Id
schema class | +| static class | [Pet.Pet1](#pet1)
schema class | +| static class | [Pet.PetMap](#petmap)
output class for Map payloads | +| static class | [Pet.Tags](#tags)
schema class | +| static class | [Pet.TagsList](#tagslist)
output class for List payloads | +| static class | [Pet.Status](#status)
schema class | +| static class | [Pet.PhotoUrls](#photourls)
schema class | +| static class | [Pet.PhotoUrlsList](#photourlslist)
output class for List payloads | +| static class | [Pet.Items](#items)
schema class | +| static class | [Pet.Name](#name)
schema class | +| static class | [Pet.Id](#id)
schema class | ## Pet1 public class Pet1 diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 45841c448a8..9a63f0c82d5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Pig.Pig1
schema class | +| static class | [Pig.Pig1](#pig1)
schema class | ## Pig1 public class Pig1 diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 3359d26cfb5..39adb3c3157 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Player.Player1
schema class | -| static class | Player.PlayerMap
output class for Map payloads | -| static class | Player.Name
schema class | +| static class | [Player.Player1](#player1)
schema class | +| static class | [Player.PlayerMap](#playermap)
output class for Map payloads | +| static class | [Player.Name](#name)
schema class | ## Player1 public class Player1 diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index b6ce9c638d9..a98b9b68f78 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | PublicKey.PublicKey1
schema class | -| static class | PublicKey.PublicKeyMap
output class for Map payloads | -| static class | PublicKey.Key
schema class | +| static class | [PublicKey.PublicKey1](#publickey1)
schema class | +| static class | [PublicKey.PublicKeyMap](#publickeymap)
output class for Map payloads | +| static class | [PublicKey.Key](#key)
schema class | ## PublicKey1 public class PublicKey1 diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index 0b3d6e47ff2..e5f9a249dba 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Quadrilateral.Quadrilateral1
schema class | +| static class | [Quadrilateral.Quadrilateral1](#quadrilateral1)
schema class | ## Quadrilateral1 public class Quadrilateral1 diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 4e38f105b6b..0b60074d29b 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | QuadrilateralInterface.QuadrilateralInterface1
schema class | -| static class | QuadrilateralInterface.QuadrilateralInterfaceMap
output class for Map payloads | -| static class | QuadrilateralInterface.QuadrilateralType
schema class | -| static class | QuadrilateralInterface.ShapeType
schema class | +| static class | [QuadrilateralInterface.QuadrilateralInterface1](#quadrilateralinterface1)
schema class | +| static class | [QuadrilateralInterface.QuadrilateralInterfaceMap](#quadrilateralinterfacemap)
output class for Map payloads | +| static class | [QuadrilateralInterface.QuadrilateralType](#quadrilateraltype)
schema class | +| static class | [QuadrilateralInterface.ShapeType](#shapetype)
schema class | ## QuadrilateralInterface1 public class QuadrilateralInterface1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index cb7f9ec44f0..66569d43f61 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReadOnlyFirst.ReadOnlyFirst1
schema class | -| static class | ReadOnlyFirst.ReadOnlyFirstMap
output class for Map payloads | -| static class | ReadOnlyFirst.Baz
schema class | -| static class | ReadOnlyFirst.Bar
schema class | +| static class | [ReadOnlyFirst.ReadOnlyFirst1](#readonlyfirst1)
schema class | +| static class | [ReadOnlyFirst.ReadOnlyFirstMap](#readonlyfirstmap)
output class for Map payloads | +| static class | [ReadOnlyFirst.Baz](#baz)
schema class | +| static class | [ReadOnlyFirst.Bar](#bar)
schema class | ## ReadOnlyFirst1 public class ReadOnlyFirst1 diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 93ae8943172..36acb6c8d1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | RefPet.RefPet1
schema class | +| static class | [RefPet.RefPet1](#refpet1)
schema class | ## RefPet1 public class RefPet1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 6fb5db65b5a..d58f812a1b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddProps1
schema class | -| static class | ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddPropsMap
output class for Map payloads | -| static class | ReqPropsFromExplicitAddProps.AdditionalProperties
schema class | +| static class | [ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddProps1](#reqpropsfromexplicitaddprops1)
schema class | +| static class | [ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddPropsMap](#reqpropsfromexplicitaddpropsmap)
output class for Map payloads | +| static class | [ReqPropsFromExplicitAddProps.AdditionalProperties](#additionalproperties)
schema class | ## ReqPropsFromExplicitAddProps1 public class ReqPropsFromExplicitAddProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 634e90a7426..61534a972b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReqPropsFromTrueAddProps.ReqPropsFromTrueAddProps1
schema class | -| static class | ReqPropsFromTrueAddProps.ReqPropsFromTrueAddPropsMap
output class for Map payloads | -| static class | ReqPropsFromTrueAddProps.AdditionalProperties
schema class | +| static class | [ReqPropsFromTrueAddProps.ReqPropsFromTrueAddProps1](#reqpropsfromtrueaddprops1)
schema class | +| static class | [ReqPropsFromTrueAddProps.ReqPropsFromTrueAddPropsMap](#reqpropsfromtrueaddpropsmap)
output class for Map payloads | +| static class | [ReqPropsFromTrueAddProps.AdditionalProperties](#additionalproperties)
schema class | ## ReqPropsFromTrueAddProps1 public class ReqPropsFromTrueAddProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 74534f1e111..3ee5a5dbe58 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddProps1
schema class | -| static class | ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddPropsMap
output class for Map payloads | +| static class | [ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddProps1](#reqpropsfromunsetaddprops1)
schema class | +| static class | [ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddPropsMap](#reqpropsfromunsetaddpropsmap)
output class for Map payloads | ## ReqPropsFromUnsetAddProps1 public class ReqPropsFromUnsetAddProps1 diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 5ac87ca195b..d7c859109ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ReturnSchema.ReturnSchema1
schema class | -| static class | ReturnSchema.ReturnMap
output class for Map payloads | -| static class | ReturnSchema.ReturnSchema2
schema class | +| static class | [ReturnSchema.ReturnSchema1](#returnschema1)
schema class | +| static class | [ReturnSchema.ReturnMap](#returnmap)
output class for Map payloads | +| static class | [ReturnSchema.ReturnSchema2](#returnschema2)
schema class | ## ReturnSchema1 public class ReturnSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index a22d8e5efe4..8f91bfe168f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ScaleneTriangle.ScaleneTriangle1
schema class | -| static class | ScaleneTriangle.Schema1
schema class | -| static class | ScaleneTriangle.Schema1Map
output class for Map payloads | -| static class | ScaleneTriangle.TriangleType
schema class | +| static class | [ScaleneTriangle.ScaleneTriangle1](#scalenetriangle1)
schema class | +| static class | [ScaleneTriangle.Schema1](#schema1)
schema class | +| static class | [ScaleneTriangle.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [ScaleneTriangle.TriangleType](#triangletype)
schema class | ## ScaleneTriangle1 public class ScaleneTriangle1 diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 950105cf11f..17f787f7346 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema200Response.Schema200Response1
schema class | -| static class | Schema200Response.Schema200ResponseMap
output class for Map payloads | -| static class | Schema200Response.ClassSchema
schema class | -| static class | Schema200Response.Name
schema class | +| static class | [Schema200Response.Schema200Response1](#schema200response1)
schema class | +| static class | [Schema200Response.Schema200ResponseMap](#schema200responsemap)
output class for Map payloads | +| static class | [Schema200Response.ClassSchema](#classschema)
schema class | +| static class | [Schema200Response.Name](#name)
schema class | ## Schema200Response1 public class Schema200Response1 diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 90193f11451..b05e29886c7 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SelfReferencingArrayModel.SelfReferencingArrayModel1
schema class | -| static class | SelfReferencingArrayModel.SelfReferencingArrayModelList
output class for List payloads | +| static class | [SelfReferencingArrayModel.SelfReferencingArrayModel1](#selfreferencingarraymodel1)
schema class | +| static class | [SelfReferencingArrayModel.SelfReferencingArrayModelList](#selfreferencingarraymodellist)
output class for List payloads | ## SelfReferencingArrayModel1 public class SelfReferencingArrayModel1 diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 85efc7063af..45d99d7b4a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SelfReferencingObjectModel.SelfReferencingObjectModel1
schema class | -| static class | SelfReferencingObjectModel.SelfReferencingObjectModelMap
output class for Map payloads | +| static class | [SelfReferencingObjectModel.SelfReferencingObjectModel1](#selfreferencingobjectmodel1)
schema class | +| static class | [SelfReferencingObjectModel.SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap)
output class for Map payloads | ## SelfReferencingObjectModel1 public class SelfReferencingObjectModel1 diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index a0855f3e776..07964a6e765 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Shape.Shape1
schema class | +| static class | [Shape.Shape1](#shape1)
schema class | ## Shape1 public class Shape1 diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 00d04460fe9..d54add8390d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | ShapeOrNull.ShapeOrNull1
schema class | -| static class | ShapeOrNull.Schema0
schema class | +| static class | [ShapeOrNull.ShapeOrNull1](#shapeornull1)
schema class | +| static class | [ShapeOrNull.Schema0](#schema0)
schema class | ## ShapeOrNull1 public class ShapeOrNull1 diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 25b653a25b2..5a5701b990a 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SimpleQuadrilateral.SimpleQuadrilateral1
schema class | -| static class | SimpleQuadrilateral.Schema1
schema class | -| static class | SimpleQuadrilateral.Schema1Map
output class for Map payloads | -| static class | SimpleQuadrilateral.QuadrilateralType
schema class | +| static class | [SimpleQuadrilateral.SimpleQuadrilateral1](#simplequadrilateral1)
schema class | +| static class | [SimpleQuadrilateral.Schema1](#schema1)
schema class | +| static class | [SimpleQuadrilateral.Schema1Map](#schema1map)
output class for Map payloads | +| static class | [SimpleQuadrilateral.QuadrilateralType](#quadrilateraltype)
schema class | ## SimpleQuadrilateral1 public class SimpleQuadrilateral1 diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 0840cd6458b..6c9562602fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SomeObject.SomeObject1
schema class | +| static class | [SomeObject.SomeObject1](#someobject1)
schema class | ## SomeObject1 public class SomeObject1 diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 09ed8369d4e..04e929fc351 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | SpecialModelname.SpecialModelname1
schema class | -| static class | SpecialModelname.SpecialModelnameMap
output class for Map payloads | -| static class | SpecialModelname.A
schema class | +| static class | [SpecialModelname.SpecialModelname1](#specialmodelname1)
schema class | +| static class | [SpecialModelname.SpecialModelnameMap](#specialmodelnamemap)
output class for Map payloads | +| static class | [SpecialModelname.A](#a)
schema class | ## SpecialModelname1 public class SpecialModelname1 diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 6da5e533f2d..edfbc0d68cd 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | StringBooleanMap.StringBooleanMap1
schema class | -| static class | StringBooleanMap.StringBooleanMapMap
output class for Map payloads | -| static class | StringBooleanMap.AdditionalProperties
schema class | +| static class | [StringBooleanMap.StringBooleanMap1](#stringbooleanmap1)
schema class | +| static class | [StringBooleanMap.StringBooleanMapMap](#stringbooleanmapmap)
output class for Map payloads | +| static class | [StringBooleanMap.AdditionalProperties](#additionalproperties)
schema class | ## StringBooleanMap1 public class StringBooleanMap1 diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 5a056617443..a971ac8ac94 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | StringEnum.StringEnum1
schema class | +| static class | [StringEnum.StringEnum1](#stringenum1)
schema class | ## StringEnum1 public class StringEnum1 diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 61012b8a384..f4af96099c7 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | StringEnumWithDefaultValue.StringEnumWithDefaultValue1
schema class | +| static class | [StringEnumWithDefaultValue.StringEnumWithDefaultValue1](#stringenumwithdefaultvalue1)
schema class | ## StringEnumWithDefaultValue1 public class StringEnumWithDefaultValue1 diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 64cd122ad57..e963faca437 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | StringSchema.StringSchema1
schema class | +| static class | [StringSchema.StringSchema1](#stringschema1)
schema class | ## StringSchema1 public class StringSchema1 diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 00adc851831..9bd061e3952 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | StringWithValidation.StringWithValidation1
schema class | +| static class | [StringWithValidation.StringWithValidation1](#stringwithvalidation1)
schema class | ## StringWithValidation1 public class StringWithValidation1 diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 5f1cab9e02c..60a5cb26047 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Tag.Tag1
schema class | -| static class | Tag.TagMap
output class for Map payloads | -| static class | Tag.Name
schema class | -| static class | Tag.Id
schema class | +| static class | [Tag.Tag1](#tag1)
schema class | +| static class | [Tag.TagMap](#tagmap)
output class for Map payloads | +| static class | [Tag.Name](#name)
schema class | +| static class | [Tag.Id](#id)
schema class | ## Tag1 public class Tag1 diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index ef5977194d0..6bb2f556a94 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Triangle.Triangle1
schema class | +| static class | [Triangle.Triangle1](#triangle1)
schema class | ## Triangle1 public class Triangle1 diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 715b8f50095..8c09160f762 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | TriangleInterface.TriangleInterface1
schema class | -| static class | TriangleInterface.TriangleInterfaceMap
output class for Map payloads | -| static class | TriangleInterface.TriangleType
schema class | -| static class | TriangleInterface.ShapeType
schema class | +| static class | [TriangleInterface.TriangleInterface1](#triangleinterface1)
schema class | +| static class | [TriangleInterface.TriangleInterfaceMap](#triangleinterfacemap)
output class for Map payloads | +| static class | [TriangleInterface.TriangleType](#triangletype)
schema class | +| static class | [TriangleInterface.ShapeType](#shapetype)
schema class | ## TriangleInterface1 public class TriangleInterface1 diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index c53618dc495..7f11913fa37 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | UUIDString.UUIDString1
schema class | +| static class | [UUIDString.UUIDString1](#uuidstring1)
schema class | ## UUIDString1 public class UUIDString1 diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index e1fc211fb0b..66521c59f80 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -7,22 +7,22 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | User.User1
schema class | -| static class | User.UserMap
output class for Map payloads | -| static class | User.AnyTypePropNullable
schema class | -| static class | User.AnyTypeExceptNullProp
schema class | -| static class | User.Not
schema class | -| static class | User.AnyTypeProp
schema class | -| static class | User.ObjectWithNoDeclaredPropsNullable
schema class | -| static class | User.ObjectWithNoDeclaredProps
schema class | -| static class | User.UserStatus
schema class | -| static class | User.Phone
schema class | -| static class | User.Password
schema class | -| static class | User.Email
schema class | -| static class | User.LastName
schema class | -| static class | User.FirstName
schema class | -| static class | User.Username
schema class | -| static class | User.Id
schema class | +| static class | [User.User1](#user1)
schema class | +| static class | [User.UserMap](#usermap)
output class for Map payloads | +| static class | [User.AnyTypePropNullable](#anytypepropnullable)
schema class | +| static class | [User.AnyTypeExceptNullProp](#anytypeexceptnullprop)
schema class | +| static class | [User.Not](#not)
schema class | +| static class | [User.AnyTypeProp](#anytypeprop)
schema class | +| static class | [User.ObjectWithNoDeclaredPropsNullable](#objectwithnodeclaredpropsnullable)
schema class | +| static class | [User.ObjectWithNoDeclaredProps](#objectwithnodeclaredprops)
schema class | +| static class | [User.UserStatus](#userstatus)
schema class | +| static class | [User.Phone](#phone)
schema class | +| static class | [User.Password](#password)
schema class | +| static class | [User.Email](#email)
schema class | +| static class | [User.LastName](#lastname)
schema class | +| static class | [User.FirstName](#firstname)
schema class | +| static class | [User.Username](#username)
schema class | +| static class | [User.Id](#id)
schema class | ## User1 public class User1 diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 8659720f737..ea7d69af573 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Whale.Whale1
schema class | -| static class | Whale.WhaleMap
output class for Map payloads | -| static class | Whale.ClassName
schema class | -| static class | Whale.HasTeeth
schema class | -| static class | Whale.HasBaleen
schema class | +| static class | [Whale.Whale1](#whale1)
schema class | +| static class | [Whale.WhaleMap](#whalemap)
output class for Map payloads | +| static class | [Whale.ClassName](#classname)
schema class | +| static class | [Whale.HasTeeth](#hasteeth)
schema class | +| static class | [Whale.HasBaleen](#hasbaleen)
schema class | ## Whale1 public class Whale1 diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 8e24d3d7a1d..1478305ed8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Zebra.Zebra1
schema class | -| static class | Zebra.ZebraMap
output class for Map payloads | -| static class | Zebra.ClassName
schema class | -| static class | Zebra.Type
schema class | -| static class | Zebra.AdditionalProperties
schema class | +| static class | [Zebra.Zebra1](#zebra1)
schema class | +| static class | [Zebra.ZebraMap](#zebramap)
output class for Map payloads | +| static class | [Zebra.ClassName](#classname)
schema class | +| static class | [Zebra.Type](#type)
schema class | +| static class | [Zebra.AdditionalProperties](#additionalproperties)
schema class | ## Zebra1 public class Zebra1 diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index d200aef89c2..e4469d8d8c1 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index ce3e27ac3da..a37b416ca84 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index ccf952a4cf8..2a2c522e797 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index a24e998f829..344b49703a3 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 141222ebf3b..03e53ad045c 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | PathParamSchema0.PathParamSchema01
schema class | +| static class | [PathParamSchema0.PathParamSchema01](#pathparamschema01)
schema class | ## PathParamSchema01 public class PathParamSchema01 diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index ab1e7492b8b..c9559f75846 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index 87dcbaec602..c92cffe15c8 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 47ff6cce488..91091a2d113 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index 8bc8f48058e..c653d32030f 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema2.Schema21
schema class | +| static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 public class Schema21 diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index d8b47f51252..9d37d0210d2 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema3.Schema31
schema class | +| static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 public class Schema31 diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index 4f965e85a8f..375688979ec 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema4.Schema41
schema class | +| static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 public class Schema41 diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 82f0fbf799d..096e7b55921 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema5.Schema51
schema class | +| static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 public class Schema51 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 197f8564b39..4a90adef6a8 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | -| static class | Schema0.SchemaList0
output class for List payloads | -| static class | Schema0.Items0
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | +| static class | [Schema0.SchemaList0](#schemalist0)
output class for List payloads | +| static class | [Schema0.Items0](#items0)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index 4c014081dcf..66ca9d890a3 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 27d00ad7dfe..75658440ec6 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema2.Schema21
schema class | -| static class | Schema2.SchemaList2
output class for List payloads | -| static class | Schema2.Items2
schema class | +| static class | [Schema2.Schema21](#schema21)
schema class | +| static class | [Schema2.SchemaList2](#schemalist2)
output class for List payloads | +| static class | [Schema2.Items2](#items2)
schema class | ## Schema21 public class Schema21 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index ddf7182b6b6..b10a6f47e6c 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema3.Schema31
schema class | +| static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 public class Schema31 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 0dc3c7d1ad8..5e927b6f748 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema4.Schema41
schema class | +| static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 public class Schema41 diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index adb654ba162..52ca1f19eaf 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema5.Schema51
schema class | +| static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 public class Schema51 diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 951f10ffeeb..d05c7780d29 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,12 +7,12 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.EnumFormString
schema class | -| static class | Schema.EnumFormStringArray
schema class | -| static class | Schema.EnumFormStringArrayList
output class for List payloads | -| static class | Schema.Items
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.EnumFormString](#enumformstring)
schema class | +| static class | [Schema.EnumFormStringArray](#enumformstringarray)
schema class | +| static class | [Schema.EnumFormStringArrayList](#enumformstringarraylist)
output class for List payloads | +| static class | [Schema.Items](#items)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index e505d9d71c3..36a6953e334 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index a28880c1fe5..aaeec93603d 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index f046bde2bef..f6e8abe607c 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,22 +7,22 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.Callback
schema class | -| static class | Schema.Password
schema class | -| static class | Schema.DateTime
schema class | -| static class | Schema.Date
schema class | -| static class | Schema.Binary
schema class | -| static class | Schema.ByteSchema
schema class | -| static class | Schema.PatternWithoutDelimiter
schema class | -| static class | Schema.StringSchema
schema class | -| static class | Schema.DoubleSchema
schema class | -| static class | Schema.FloatSchema
schema class | -| static class | Schema.NumberSchema
schema class | -| static class | Schema.Int64
schema class | -| static class | Schema.Int32
schema class | -| static class | Schema.IntegerSchema
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.Callback](#callback)
schema class | +| static class | [Schema.Password](#password)
schema class | +| static class | [Schema.DateTime](#datetime)
schema class | +| static class | [Schema.Date](#date)
schema class | +| static class | [Schema.Binary](#binary)
schema class | +| static class | [Schema.ByteSchema](#byteschema)
schema class | +| static class | [Schema.PatternWithoutDelimiter](#patternwithoutdelimiter)
schema class | +| static class | [Schema.StringSchema](#stringschema)
schema class | +| static class | [Schema.DoubleSchema](#doubleschema)
schema class | +| static class | [Schema.FloatSchema](#floatschema)
schema class | +| static class | [Schema.NumberSchema](#numberschema)
schema class | +| static class | [Schema.Int64](#int64)
schema class | +| static class | [Schema.Int32](#int32)
schema class | +| static class | [Schema.IntegerSchema](#integerschema)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index ca950f76be8..f8b013918d7 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index 70cb2e7fde1..098356259d8 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index 0b4091f80a4..bd5b00660f0 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index e8a05592138..969d2c34835 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index 9bee29eea16..182fbd6956b 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index f5e396e9c4e..7ca96c12888 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index c20c9275e0e..53cb55fb364 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 7086d7d516d..59e37147066 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema2.Schema21
schema class | +| static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 public class Schema21 diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index d465af377c4..e651f112d81 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 6c892500fe5..f621714e6a0 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index 78758cdc28e..6f574ea5847 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 569185d2724..03ad017216b 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.AdditionalProperties
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.AdditionalProperties](#additionalproperties)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index a63a303ecae..f3ac9e039d3 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | -| static class | Schema0.Schema00
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | +| static class | [Schema0.Schema00](#schema00)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 2ce7b515453..bac9ab3dee8 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | -| static class | Schema1.SchemaMap1
output class for Map payloads | -| static class | Schema1.SomeProp1
schema class | -| static class | Schema1.Schema01
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | +| static class | [Schema1.SchemaMap1](#schemamap1)
output class for Map payloads | +| static class | [Schema1.SomeProp1](#someprop1)
schema class | +| static class | [Schema1.Schema01](#schema01)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index 04d03e9dfe4..4c68a7e6520 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.Schema0
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index d34f2b1fd4c..fe9c2c127c4 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.SomeProp
schema class | -| static class | Schema.Schema0
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.SomeProp](#someprop)
schema class | +| static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 1ad5c3094af..366443aad84 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.Schema0
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index a926ea0554b..4964e406cec 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.SomeProp
schema class | -| static class | Schema.Schema0
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.SomeProp](#someprop)
schema class | +| static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index a6a3d11ea28..4e59457eefb 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.Param2
schema class | -| static class | Schema.Param
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.Param2](#param2)
schema class | +| static class | [Schema.Param](#param)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index 5c04b5f23d9..1f5998b0f50 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 1bca640b082..0914bbc3f83 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 60987d50611..f23aa0143cd 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 1c62fc0b174..b9a9dfdc817 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.A
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.A](#a)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index cab44b0d570..ee45e0cd520 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.B
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.B](#b)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index 125460238a5..8602fc910a8 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index c232c03eedc..4aa4e23bb1f 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 00d65f78413..89fc1ca26e6 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index e01c336664a..277777e9e9d 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 060e88df5d4..da388277551 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | -| static class | Schema0.SchemaMap0
output class for Map payloads | -| static class | Schema0.Keyword0
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | +| static class | [Schema0.SchemaMap0](#schemamap0)
output class for Map payloads | +| static class | [Schema0.Keyword0](#keyword0)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index f1d44a70118..ed2ccc35883 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index f4f6bfd7bcb..c036c8a23b0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 9c6da69781f..2b0cb1ed73f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema10.Schema101
schema class | +| static class | [Schema10.Schema101](#schema101)
schema class | ## Schema101 public class Schema101 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 4e5dd9c82b5..351f4286488 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema11.Schema111
schema class | +| static class | [Schema11.Schema111](#schema111)
schema class | ## Schema111 public class Schema111 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index 9401be98435..394436bbe90 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema12.Schema121
schema class | +| static class | [Schema12.Schema121](#schema121)
schema class | ## Schema121 public class Schema121 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index a7d17412a6d..66dd2c146ed 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema13.Schema131
schema class | +| static class | [Schema13.Schema131](#schema131)
schema class | ## Schema131 public class Schema131 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index 16841373431..f4d616a8f0a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema14.Schema141
schema class | +| static class | [Schema14.Schema141](#schema141)
schema class | ## Schema141 public class Schema141 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index e6bdac99190..4dc9e7abb1e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema15.Schema151
schema class | +| static class | [Schema15.Schema151](#schema151)
schema class | ## Schema151 public class Schema151 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 199d94494d6..d533d76346e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema16.Schema161
schema class | +| static class | [Schema16.Schema161](#schema161)
schema class | ## Schema161 public class Schema161 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 092e39a6ba7..1ae9cb09b86 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema17.Schema171
schema class | +| static class | [Schema17.Schema171](#schema171)
schema class | ## Schema171 public class Schema171 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index eb77b8384df..2f4ebff1814 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema18.Schema181
schema class | +| static class | [Schema18.Schema181](#schema181)
schema class | ## Schema181 public class Schema181 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index b7d535338b4..6baa373c51e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema2.Schema21
schema class | +| static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 public class Schema21 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index f7585fa6fda..c24c958f5c5 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema3.Schema31
schema class | +| static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 public class Schema31 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 69991b48bef..9b566beaffe 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema4.Schema41
schema class | +| static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 public class Schema41 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index 34223afad68..da8dfd18f40 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema5.Schema51
schema class | +| static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 public class Schema51 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index da63f6a6217..7b125369758 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema6.Schema61
schema class | +| static class | [Schema6.Schema61](#schema61)
schema class | ## Schema61 public class Schema61 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index e68aed8fbce..cce0553fa3c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema7.Schema71
schema class | +| static class | [Schema7.Schema71](#schema71)
schema class | ## Schema71 public class Schema71 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 03670ef9c22..48c22822ddf 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema8.Schema81
schema class | +| static class | [Schema8.Schema81](#schema81)
schema class | ## Schema81 public class Schema81 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index 361c51e49b3..f20032cb9eb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema9.Schema91
schema class | +| static class | [Schema9.Schema91](#schema91)
schema class | ## Schema91 public class Schema91 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index d522676f2e0..a88b2fd8080 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index 4ed940956f5..454f6ba54db 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index 34cc8947581..347b01478e0 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 5d877d70cb3..4ffc2724360 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.RequiredFile
schema class | -| static class | Schema.AdditionalMetadata
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.RequiredFile](#requiredfile)
schema class | +| static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 1ed5c661c67..890c9c49a48 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 82a3cb844f8..6a58f14c8c9 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index 10a707861f6..27ac57a5f41 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index 9f6dac43558..466e5903231 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index f4f87ef8abe..5f34d52b881 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index 9b147db3cc3..3233a6ba4a3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 191c6fdf5bf..82f55ecc054 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index 8d623f8d750..90e8325f7c8 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index 88bd89126e3..b768ca34c9a 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index 66357b0f351..9b1e5b0a7a8 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index e995ceeeaec..878ae7c9dcd 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index 0eb8277e59a..f9d41b625d9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index 366432ee2c2..5473e5bba83 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index e3a4a07494c..c037a0af234 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index aecf1434a46..894d241ce9f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 9abe973c7aa..4fb23d08bf7 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index 53137caa5ca..cdd351bf3eb 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index ea4d82d7cb6..82ba67e1296 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index f801324ef16..15c6adba9fc 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index 042aedbfb06..41142360e68 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index fb48e5d5c58..30ddedd0b0f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index 0950b13c1c0..93e8331a831 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index a99d0f6a7c0..9ecf6f8cfba 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | -| static class | Schema0.SchemaList0
output class for List payloads | -| static class | Schema0.Items0
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | +| static class | [Schema0.SchemaList0](#schemalist0)
output class for List payloads | +| static class | [Schema0.Items0](#items0)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 06cd54f71c3..6cc9c0d7eef 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | -| static class | Schema1.SchemaList1
output class for List payloads | -| static class | Schema1.Items1
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | +| static class | [Schema1.SchemaList1](#schemalist1)
output class for List payloads | +| static class | [Schema1.Items1](#items1)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 6f257512e5c..599beb615ed 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema2.Schema21
schema class | -| static class | Schema2.SchemaList2
output class for List payloads | -| static class | Schema2.Items2
schema class | +| static class | [Schema2.Schema21](#schema21)
schema class | +| static class | [Schema2.SchemaList2](#schemalist2)
output class for List payloads | +| static class | [Schema2.Items2](#items2)
schema class | ## Schema21 public class Schema21 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 8a92773881d..22011e53467 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema3.Schema31
schema class | -| static class | Schema3.SchemaList3
output class for List payloads | -| static class | Schema3.Items3
schema class | +| static class | [Schema3.Schema31](#schema31)
schema class | +| static class | [Schema3.SchemaList3](#schemalist3)
output class for List payloads | +| static class | [Schema3.Items3](#items3)
schema class | ## Schema31 public class Schema31 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index ba93f8c1b20..8811df42cb2 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema4.Schema41
schema class | -| static class | Schema4.SchemaList4
output class for List payloads | -| static class | Schema4.Items4
schema class | +| static class | [Schema4.Schema41](#schema41)
schema class | +| static class | [Schema4.SchemaList4](#schemalist4)
output class for List payloads | +| static class | [Schema4.Items4](#items4)
schema class | ## Schema41 public class Schema41 diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index 2822b0f8efc..ca5c6f09491 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema5.Schema51
schema class | +| static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 public class Schema51 diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index b9246452ddc..1914e5b452d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index da4b576ca40..ab3f85198b6 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 977f8e55e59..d40ceacdbab 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.File
schema class | -| static class | Schema.AdditionalMetadata
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.File](#file)
schema class | +| static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index 6769b55cbb7..8b4f2628ec4 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index cb24ba23619..0752902591d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -7,11 +7,11 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.Files
schema class | -| static class | Schema.FilesList
output class for List payloads | -| static class | Schema.Items
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.Files](#files)
schema class | +| static class | [Schema.FilesList](#fileslist)
output class for List payloads | +| static class | [Schema.Items](#items)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index 1cebab09602..fb6fbaf9828 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 8a07980ee99..9734d58073b 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 586cf34de72..2d352963298 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index 51ba810b7ae..57492888a32 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 22f4912d3ea..03cb28a1950 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index f81df961546..771f31f2480 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 9413627b75b..699c6c589a1 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 493f2b37ff1..a72a9363f1a 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -7,8 +7,8 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 3a5cb80c857..164fe88ecb3 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | -| static class | Schema0.SchemaList0
output class for List payloads | -| static class | Schema0.Items0
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | +| static class | [Schema0.SchemaList0](#schemalist0)
output class for List payloads | +| static class | [Schema0.Items0](#items0)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 8afeb094ddf..fc3cb6c6368 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -7,9 +7,9 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | -| static class | Schema0.SchemaList0
output class for List payloads | -| static class | Schema0.Items0
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | +| static class | [Schema0.SchemaList0](#schemalist0)
output class for List payloads | +| static class | [Schema0.Items0](#items0)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index bb6dc02cf22..6d1f94a92bb 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index c359725f186..4b33d1dc917 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index 8134e64c101..544941cad4f 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index ed29b3b68c6..26173ff57cb 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index 7884919ad9f..f9a4fe46914 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 05f55ce78d4..0fd82a53e7c 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index d6357e28d37..e85a3416494 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.Status
schema class | -| static class | Schema.Name
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.Status](#status)
schema class | +| static class | [Schema.Name](#name)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 7a6ece0c136..fed0dd5f82e 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index a5b6f52ff64..8af7eb55df7 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -7,10 +7,10 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | -| static class | Schema.SchemaMap
output class for Map payloads | -| static class | Schema.File
schema class | -| static class | Schema.AdditionalMetadata
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | +| static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | +| static class | [Schema.File](#file)
schema class | +| static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index 8384164e7f1..2710d7c59c7 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index 2bb804aea2b..7506c4a54ab 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index deebb7df18f..fdb24a48990 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 41ce297cf4b..9d6595d6dfd 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index dd572b740b7..515f0ae6127 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index dd9488d3434..586fb504aad 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index 486cea0b1d2..6d9cdab01ff 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index 84806760a9d..6ffb8a33173 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index aae9fa8354d..500851c48a2 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema0.Schema01
schema class | +| static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 public class Schema01 diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index ade05c83a64..62a8ef00656 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema1.Schema11
schema class | +| static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 public class Schema11 diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index aebed7c376d..7d7de223d09 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 648c67aad7b..9da0f031061 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index c5da01017ac..8471fc73776 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | XExpiresAfterSchema.XExpiresAfterSchema1
schema class | +| static class | [XExpiresAfterSchema.XExpiresAfterSchema1](#xexpiresafterschema1)
schema class | ## XExpiresAfterSchema1 public class XExpiresAfterSchema1 diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index e496071e19b..66064c518b1 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | XRateLimitSchema.XRateLimitSchema1
schema class | +| static class | [XRateLimitSchema.XRateLimitSchema1](#xratelimitschema1)
schema class | ## XRateLimitSchema1 public class XRateLimitSchema1 diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index 3088489b581..1ebe8d10d8b 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index b4109005c64..b9ee20b27f1 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index 265018c530d..40e72c37051 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -7,7 +7,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Nested Class Summary | Modifier and Type | Class and Description | | ----------------- | ---------------------- | -| static class | Schema.Schema1
schema class | +| static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 public class Schema1 diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index de43ff3c148..9b6a113799b 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -20,13 +20,13 @@ A class that contains necessary nested schema classes, and classes to store vali | ----------------- | ---------------------- | {{#each (reverse getSchemas)}} {{#eq instanceType "schema"}} -| static class | {{../containerJsonPathPiece.camelCase}}.{{jsonPathPiece.camelCase}}
schema class | +| static class | [{{../containerJsonPathPiece.camelCase}}.{{jsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces jsonPathPiece) }})
schema class | {{else}} {{#eq instanceType "propertiesOutputType"}} -| static class | {{../containerJsonPathPiece.camelCase}}.{{mapOutputJsonPathPiece.camelCase}}
output class for Map payloads | +| static class | [{{../containerJsonPathPiece.camelCase}}.{{mapOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }})
output class for Map payloads | {{else}} {{#eq instanceType "arrayOutputType"}} -| static class | {{../containerJsonPathPiece.camelCase}}.{{arrayOutputJsonPathPiece.camelCase}}
output class for List payloads | +| static class | [{{../containerJsonPathPiece.camelCase}}.{{arrayOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }})
output class for List payloads | {{/eq}} {{/eq}} {{/eq}} @@ -40,7 +40,7 @@ public class {{jsonPathPiece.camelCase}} {{#if refInfo.refModule}} extends {{#if refInfo.refModule}}[{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}]({{docRoot}}components/schemas/{{refInfo.refModule}}.md#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append (newArray) refInfo.ref.jsonPathPiece) }}) {{else}} -extends [{{refInfo.refClass}}]((#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces refInfo.ref) }})) +extends [{{refInfo.refClass}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces refInfo.ref) }}) {{/if}} {{else}} extends JsonSchema From 6f0bda8446b8ab8a9546c92fd6e68477f0929312 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 14:15:07 -0800 Subject: [PATCH 38/72] Improves list output type docs --- .../content/applicationjson/Schema.md | 8 ++-- .../content/applicationjson/Schema.md | 8 ++-- .../content/applicationxml/Schema.md | 8 ++-- .../AdditionalPropertiesWithArrayOfEnums.md | 8 ++-- .../docs/components/schemas/AnimalFarm.md | 8 ++-- .../components/schemas/ArrayHoldingAnyType.md | 8 ++-- .../schemas/ArrayOfArrayOfNumberOnly.md | 16 ++++---- .../docs/components/schemas/ArrayOfEnums.md | 8 ++-- .../components/schemas/ArrayOfNumberOnly.md | 8 ++-- .../java/docs/components/schemas/ArrayTest.md | 40 +++++++++---------- .../schemas/ArrayWithValidationsInItems.md | 8 ++-- ...omposedAnyOfDifferentTypesNoValidations.md | 8 ++-- .../docs/components/schemas/ComposedArray.md | 8 ++-- .../schemas/ComposedOneOfDifferentTypes.md | 8 ++-- .../java/docs/components/schemas/Drawing.md | 8 ++-- .../docs/components/schemas/EnumArrays.md | 8 ++-- .../components/schemas/FileSchemaTestClass.md | 8 ++-- .../docs/components/schemas/FormatTest.md | 8 ++-- .../java/docs/components/schemas/Items.md | 8 ++-- .../components/schemas/JSONPatchRequest.md | 8 ++-- .../docs/components/schemas/NullableClass.md | 24 +++++------ .../schemas/PaginatedResultMyObjectDto.md | 8 ++-- .../java/docs/components/schemas/Pet.md | 16 ++++---- .../schemas/SelfReferencingArrayModel.md | 8 ++-- .../fake/get/parameters/parameter0/Schema0.md | 8 ++-- .../fake/get/parameters/parameter2/Schema2.md | 8 ++-- .../applicationxwwwformurlencoded/Schema.md | 8 ++-- .../put/parameters/parameter0/Schema0.md | 8 ++-- .../put/parameters/parameter1/Schema1.md | 8 ++-- .../put/parameters/parameter2/Schema2.md | 8 ++-- .../put/parameters/parameter3/Schema3.md | 8 ++-- .../put/parameters/parameter4/Schema4.md | 8 ++-- .../content/multipartformdata/Schema.md | 8 ++-- .../get/parameters/parameter0/Schema0.md | 8 ++-- .../get/parameters/parameter0/Schema0.md | 8 ++-- .../content/applicationjson/Schema.java | 2 +- .../responses/headerswithnobody/Headers.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/applicationxml/Schema.java | 2 +- .../Headers.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../successwithjsonapiresponse/Headers.java | 2 +- .../schemas/AbstractStepMessage.java | 2 +- .../schemas/AdditionalPropertiesClass.java | 14 +++---- .../schemas/AdditionalPropertiesSchema.java | 12 +++--- .../AdditionalPropertiesWithArrayOfEnums.java | 4 +- .../components/schemas/Address.java | 2 +- .../components/schemas/Animal.java | 4 +- .../components/schemas/AnimalFarm.java | 2 +- .../components/schemas/AnyTypeAndFormat.java | 20 +++++----- .../components/schemas/AnyTypeNotString.java | 2 +- .../components/schemas/ApiResponseSchema.java | 2 +- .../components/schemas/Apple.java | 6 +-- .../components/schemas/AppleReq.java | 2 +- .../schemas/ArrayHoldingAnyType.java | 2 +- .../schemas/ArrayOfArrayOfNumberOnly.java | 6 +-- .../components/schemas/ArrayOfEnums.java | 2 +- .../components/schemas/ArrayOfNumberOnly.java | 4 +- .../components/schemas/ArrayTest.java | 12 +++--- .../schemas/ArrayWithValidationsInItems.java | 4 +- .../components/schemas/Banana.java | 2 +- .../components/schemas/BananaReq.java | 2 +- .../components/schemas/Bar.java | 2 +- .../components/schemas/BasquePig.java | 4 +- .../components/schemas/BooleanEnum.java | 2 +- .../components/schemas/Capitalization.java | 2 +- .../components/schemas/Cat.java | 4 +- .../components/schemas/Category.java | 4 +- .../components/schemas/ChildCat.java | 4 +- .../components/schemas/ClassModel.java | 2 +- .../components/schemas/Client.java | 2 +- .../schemas/ComplexQuadrilateral.java | 6 +-- ...posedAnyOfDifferentTypesNoValidations.java | 4 +- .../components/schemas/ComposedArray.java | 2 +- .../components/schemas/ComposedBool.java | 2 +- .../components/schemas/ComposedNone.java | 2 +- .../components/schemas/ComposedNumber.java | 2 +- .../components/schemas/ComposedObject.java | 2 +- .../schemas/ComposedOneOfDifferentTypes.java | 8 ++-- .../components/schemas/ComposedString.java | 2 +- .../components/schemas/Currency.java | 2 +- .../components/schemas/DanishPig.java | 4 +- .../components/schemas/DateTimeTest.java | 2 +- .../schemas/DateTimeWithValidations.java | 2 +- .../schemas/DateWithValidations.java | 2 +- .../components/schemas/Dog.java | 4 +- .../components/schemas/Drawing.java | 4 +- .../components/schemas/EnumArrays.java | 8 ++-- .../components/schemas/EnumClass.java | 2 +- .../components/schemas/EnumTest.java | 10 ++--- .../schemas/EquilateralTriangle.java | 6 +-- .../components/schemas/File.java | 2 +- .../schemas/FileSchemaTestClass.java | 4 +- .../components/schemas/Foo.java | 2 +- .../components/schemas/FormatTest.java | 22 +++++----- .../components/schemas/FromSchema.java | 2 +- .../components/schemas/Fruit.java | 2 +- .../components/schemas/FruitReq.java | 2 +- .../components/schemas/GmFruit.java | 2 +- .../components/schemas/GrandparentAnimal.java | 2 +- .../components/schemas/HasOnlyReadOnly.java | 2 +- .../components/schemas/HealthCheckResult.java | 4 +- .../components/schemas/IntegerEnum.java | 2 +- .../components/schemas/IntegerEnumBig.java | 2 +- .../schemas/IntegerEnumOneValue.java | 2 +- .../schemas/IntegerEnumWithDefaultValue.java | 2 +- .../components/schemas/IntegerMax10.java | 2 +- .../components/schemas/IntegerMin15.java | 2 +- .../components/schemas/IsoscelesTriangle.java | 6 +-- .../components/schemas/Items.java | 2 +- .../components/schemas/JSONPatchRequest.java | 4 +- .../JSONPatchRequestAddReplaceTest.java | 4 +- .../schemas/JSONPatchRequestMoveCopy.java | 4 +- .../schemas/JSONPatchRequestRemove.java | 4 +- .../components/schemas/Mammal.java | 2 +- .../components/schemas/MapTest.java | 12 +++--- ...ropertiesAndAdditionalPropertiesClass.java | 4 +- .../components/schemas/Money.java | 2 +- .../components/schemas/MyObjectDto.java | 2 +- .../components/schemas/Name.java | 2 +- .../schemas/NoAdditionalProperties.java | 2 +- .../components/schemas/NullableClass.java | 36 ++++++++--------- .../components/schemas/NullableShape.java | 2 +- .../components/schemas/NullableString.java | 2 +- .../components/schemas/NumberOnly.java | 2 +- .../schemas/NumberWithValidations.java | 2 +- .../schemas/ObjWithRequiredProps.java | 2 +- .../schemas/ObjWithRequiredPropsBase.java | 2 +- .../ObjectModelWithArgAndArgsProperties.java | 2 +- .../schemas/ObjectModelWithRefProps.java | 2 +- ...hAllOfWithReqTestPropFromUnsetAddProp.java | 4 +- .../ObjectWithCollidingProperties.java | 2 +- .../schemas/ObjectWithDecimalProperties.java | 2 +- .../ObjectWithDifficultlyNamedProps.java | 2 +- .../ObjectWithInlineCompositionProperty.java | 6 +-- ...ObjectWithInvalidNamedRefedProperties.java | 2 +- .../ObjectWithNonIntersectingValues.java | 2 +- .../schemas/ObjectWithOnlyOptionalProps.java | 2 +- .../schemas/ObjectWithOptionalTestProp.java | 2 +- .../schemas/ObjectWithValidations.java | 2 +- .../components/schemas/Order.java | 4 +- .../schemas/PaginatedResultMyObjectDto.java | 4 +- .../components/schemas/ParentPet.java | 2 +- .../components/schemas/Pet.java | 8 ++-- .../components/schemas/Pig.java | 2 +- .../components/schemas/Player.java | 2 +- .../components/schemas/PublicKey.java | 2 +- .../components/schemas/Quadrilateral.java | 2 +- .../schemas/QuadrilateralInterface.java | 4 +- .../components/schemas/ReadOnlyFirst.java | 2 +- .../schemas/ReqPropsFromExplicitAddProps.java | 2 +- .../schemas/ReqPropsFromTrueAddProps.java | 2 +- .../schemas/ReqPropsFromUnsetAddProps.java | 2 +- .../components/schemas/ReturnSchema.java | 2 +- .../components/schemas/ScaleneTriangle.java | 6 +-- .../components/schemas/Schema200Response.java | 2 +- .../schemas/SelfReferencingArrayModel.java | 2 +- .../schemas/SelfReferencingObjectModel.java | 2 +- .../components/schemas/Shape.java | 2 +- .../components/schemas/ShapeOrNull.java | 2 +- .../schemas/SimpleQuadrilateral.java | 6 +-- .../components/schemas/SomeObject.java | 2 +- .../components/schemas/SpecialModelname.java | 2 +- .../components/schemas/StringBooleanMap.java | 2 +- .../components/schemas/StringEnum.java | 2 +- .../schemas/StringEnumWithDefaultValue.java | 2 +- .../schemas/StringWithValidation.java | 2 +- .../components/schemas/Tag.java | 2 +- .../components/schemas/Triangle.java | 2 +- .../components/schemas/TriangleInterface.java | 4 +- .../components/schemas/UUIDString.java | 2 +- .../components/schemas/User.java | 6 +-- .../components/schemas/Whale.java | 4 +- .../components/schemas/Zebra.java | 6 +-- .../delete/HeaderParameters.java | 2 +- .../delete/PathParameters.java | 2 +- .../delete/parameters/parameter1/Schema1.java | 2 +- .../commonparamsubdir/get/PathParameters.java | 2 +- .../get/QueryParameters.java | 2 +- .../parameter0/PathParamSchema0.java | 2 +- .../post/HeaderParameters.java | 2 +- .../post/PathParameters.java | 2 +- .../paths/fake/delete/HeaderParameters.java | 2 +- .../paths/fake/delete/QueryParameters.java | 2 +- .../delete/parameters/parameter1/Schema1.java | 2 +- .../delete/parameters/parameter4/Schema4.java | 2 +- .../paths/fake/get/HeaderParameters.java | 2 +- .../paths/fake/get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 4 +- .../get/parameters/parameter1/Schema1.java | 2 +- .../get/parameters/parameter2/Schema2.java | 4 +- .../get/parameters/parameter3/Schema3.java | 2 +- .../get/parameters/parameter4/Schema4.java | 2 +- .../get/parameters/parameter5/Schema5.java | 2 +- .../applicationxwwwformurlencoded/Schema.java | 8 ++-- .../applicationxwwwformurlencoded/Schema.java | 20 +++++----- .../put/QueryParameters.java | 2 +- .../put/QueryParameters.java | 2 +- .../delete/PathParameters.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../post/QueryParameters.java | 2 +- .../post/parameters/parameter0/Schema0.java | 4 +- .../post/parameters/parameter1/Schema1.java | 6 +-- .../content/applicationjson/Schema.java | 4 +- .../content/multipartformdata/Schema.java | 6 +-- .../content/applicationjson/Schema.java | 4 +- .../content/multipartformdata/Schema.java | 6 +-- .../applicationxwwwformurlencoded/Schema.java | 2 +- .../content/applicationjson/Schema.java | 2 +- .../content/multipartformdata/Schema.java | 2 +- .../fakeobjinquery/get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../post/CookieParameters.java | 2 +- .../post/HeaderParameters.java | 2 +- .../post/PathParameters.java | 2 +- .../post/QueryParameters.java | 2 +- .../post/PathParameters.java | 2 +- .../content/multipartformdata/Schema.java | 2 +- .../get/QueryParameters.java | 2 +- .../get/QueryParameters.java | 2 +- .../put/QueryParameters.java | 2 +- .../put/parameters/parameter0/Schema0.java | 2 +- .../put/parameters/parameter1/Schema1.java | 2 +- .../put/parameters/parameter2/Schema2.java | 2 +- .../put/parameters/parameter3/Schema3.java | 2 +- .../put/parameters/parameter4/Schema4.java | 2 +- .../content/multipartformdata/Schema.java | 2 +- .../content/multipartformdata/Schema.java | 4 +- .../content/applicationjson/Schema.java | 2 +- .../petfindbystatus/get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 4 +- .../petfindbytags/get/QueryParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../petpetid/delete/HeaderParameters.java | 2 +- .../paths/petpetid/delete/PathParameters.java | 2 +- .../paths/petpetid/get/PathParameters.java | 2 +- .../paths/petpetid/post/PathParameters.java | 2 +- .../applicationxwwwformurlencoded/Schema.java | 2 +- .../post/PathParameters.java | 2 +- .../content/multipartformdata/Schema.java | 2 +- .../delete/PathParameters.java | 2 +- .../storeorderorderid/get/PathParameters.java | 2 +- .../get/parameters/parameter0/Schema0.java | 2 +- .../paths/userlogin/get/QueryParameters.java | 2 +- .../get/responses/response200/Headers.java | 2 +- .../userusername/delete/PathParameters.java | 2 +- .../userusername/get/PathParameters.java | 2 +- .../userusername/put/PathParameters.java | 2 +- .../_Schema_anytypeOrMultitype.hbs | 2 +- .../schemas/SchemaClass/_Schema_boolean.hbs | 2 +- .../schemas/SchemaClass/_Schema_list.hbs | 2 +- .../schemas/SchemaClass/_Schema_map.hbs | 2 +- .../schemas/SchemaClass/_Schema_null.hbs | 2 +- .../schemas/SchemaClass/_Schema_number.hbs | 2 +- .../schemas/SchemaClass/_Schema_string.hbs | 2 +- .../components/schemas/Schema_doc.hbs | 22 +++------- 256 files changed, 538 insertions(+), 548 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 34c02b169c4..0db73b71a31 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -27,10 +27,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 17e7a0f6fab..dd9438a310f 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -27,10 +27,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 9f0bbb6e865..fb46433393b 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -27,10 +27,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 428ac2962c4..d2af9b081c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -60,10 +60,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AdditionalPropertiesList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index b7ea7dfc35c..8bac3e81833 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -27,10 +27,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static AnimalFarmList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 7d802d376a2..6033cb73ccb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayHoldingAnyTypeList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index be746ce0588..05dc4ffb0da 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -65,10 +65,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayArrayNumberList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -95,10 +95,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ItemsList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 7036b93d3de..f39f9868afd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -27,10 +27,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayOfEnumsList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 82e4dbfb2b7..cf404899793 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -63,10 +63,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayNumberList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 21616030377..69eec82f8f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -76,10 +76,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayArrayOfModelList | of(List>> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -106,10 +106,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ItemsList1 | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -136,10 +136,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayArrayOfIntegerList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -166,10 +166,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ItemsList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -207,10 +207,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayOfStringList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 7817662f2e2..48ae6f3cfd1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayWithValidationsInItemsList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index fd900f1957a..f4d400d401c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -129,10 +129,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema9List | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 1315684c163..94b3c9282c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ComposedArrayList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 44ccb9a05f9..fdfb3bc7a96 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -66,10 +66,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static Schema5List | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index f3c98bd52d0..e133fb3820b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -68,10 +68,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ShapesList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index a7188058f8f..b0d54776eab 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -66,10 +66,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayEnumList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 172f21bc81c..cbe6f5b8025 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -64,10 +64,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FilesList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 755d1179530..5ab2a8610d5 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -244,10 +244,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayWithUniqueItemsList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 78efa7a5d7e..0bca8fe58e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -31,10 +31,10 @@ extends FrozenList> A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ItemsList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index ab4ebe230a4..4d5e7322cc4 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static JSONPatchRequestList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index dd5eb0110f2..69b67c12e7e 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -237,10 +237,10 @@ extends FrozenList> A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayItemsNullableList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -280,10 +280,10 @@ extends FrozenList> A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayAndItemsNullablePropList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -323,10 +323,10 @@ extends FrozenList> A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ArrayNullablePropList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index dd15b8796ab..deb7166a71e 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -64,10 +64,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static ResultsList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 503d234c6f3..0d8b247f4c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -81,10 +81,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static TagsList | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -125,10 +125,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static PhotoUrlsList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index b05e29886c7..bacf5be869b 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -27,10 +27,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SelfReferencingArrayModelList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 4a90adef6a8..5eea9cb0e11 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList0 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 75658440ec6..ade273261e3 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList2 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index d05c7780d29..c35d2855af3 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -83,10 +83,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static EnumFormStringArrayList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 9ecf6f8cfba..b8de7c5a8c3 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList0 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 6cc9c0d7eef..b0c22a65741 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList1 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 599beb615ed..1043a33cfb9 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList2 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 22011e53467..d105a3e7424 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList3 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 8811df42cb2..8cfb0705072 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList4 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 0752902591d..fade8c8b744 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -63,10 +63,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static FilesList | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 164fe88ecb3..b46f0a024d0 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList0 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index fc3cb6c6368..b9dbbef8c48 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -28,10 +28,10 @@ extends FrozenList A class to store validated List payloads -### methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | | This method is used under the hood when instance[0] is called +### Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static SchemaList0 | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java index 1e921121360..8ed0340001f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java @@ -27,7 +27,7 @@ public static SchemaList of(List> arg, SchemaConfiguration c } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(User.User1.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java index 9c696da7410..c0bf1821383 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java @@ -43,7 +43,7 @@ public String location() { } } - public class Headers1 extends JsonSchema { + public static class Headers1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java index 775c13948d1..608919b6d24 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java @@ -28,7 +28,7 @@ public static SchemaList of(List> arg, SchemaConfiguration c } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java index 9bad7298392..14c74978a86 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java @@ -27,7 +27,7 @@ public static SchemaList of(List> arg, SchemaConfiguration c } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java index 44b41f492d3..7e02ed1220b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java @@ -43,7 +43,7 @@ public String someHeader() { } } - public class Headers1 extends JsonSchema { + public static class Headers1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java index 0fc0a8d5494..0cb66ec093f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java @@ -35,7 +35,7 @@ public int getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java index a1a2236ca14..4943f3a0f22 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java @@ -60,7 +60,7 @@ public String numberHeader() { } } - public class Headers1 extends JsonSchema { + public static class Headers1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java index 8c38d0f547a..2863395972c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java @@ -54,7 +54,7 @@ public Object getAdditionalProperty(String name) { } } - public class AbstractStepMessage1 extends JsonSchema { + public static class AbstractStepMessage1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java index 62949017774..5885b344a82 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java @@ -40,7 +40,7 @@ public String getAdditionalProperty(String name) { } } - public class MapProperty extends JsonSchema { + public static class MapProperty extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) @@ -73,7 +73,7 @@ public String getAdditionalProperty(String name) { } } - public class AdditionalProperties1 extends JsonSchema { + public static class AdditionalProperties1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) @@ -103,7 +103,7 @@ public AdditionalPropertiesMap getAdditionalProperty(String name) { } } - public class MapOfMapProperty extends JsonSchema { + public static class MapOfMapProperty extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) @@ -145,7 +145,7 @@ public Object getAdditionalProperty(String name) { } } - public class MapWithUndeclaredPropertiesAnytype3 extends JsonSchema { + public static class MapWithUndeclaredPropertiesAnytype3 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) @@ -175,7 +175,7 @@ public static EmptyMapMap of(Map arg, SchemaConfiguration config } } - public class EmptyMap extends JsonSchema { + public static class EmptyMap extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) @@ -208,7 +208,7 @@ public String getAdditionalProperty(String name) { } } - public class MapWithUndeclaredPropertiesString extends JsonSchema { + public static class MapWithUndeclaredPropertiesString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) @@ -296,7 +296,7 @@ public Object getAdditionalProperty(String name) { } } - public class AdditionalPropertiesClass1 extends JsonSchema { + public static class AdditionalPropertiesClass1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java index 45ff52800d1..21de7c6932c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java @@ -40,7 +40,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema0 extends JsonSchema { + public static class Schema0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) @@ -54,7 +54,7 @@ public static Schema0Map validate(Map arg, SchemaConfiguration c } - public class AdditionalProperties1 extends JsonSchema { + public static class AdditionalProperties1 extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AdditionalProperties1.class, arg, configuration); } @@ -120,7 +120,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) @@ -134,7 +134,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class AdditionalProperties2 extends JsonSchema { + public static class AdditionalProperties2 extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AdditionalProperties2.class, arg, configuration); } @@ -200,7 +200,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema2 extends JsonSchema { + public static class Schema2 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) @@ -214,7 +214,7 @@ public static Schema2Map validate(Map arg, SchemaConfiguration c } - public class AdditionalPropertiesSchema1 extends JsonSchema { + public static class AdditionalPropertiesSchema1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java index a31a6d1c470..8e76631bb07 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java @@ -28,7 +28,7 @@ public static AdditionalPropertiesList of(List arg, SchemaConfiguration } - public class AdditionalProperties extends JsonSchema { + public static class AdditionalProperties extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) @@ -57,7 +57,7 @@ public AdditionalPropertiesList getAdditionalProperty(String name) { } } - public class AdditionalPropertiesWithArrayOfEnums1 extends JsonSchema { + public static class AdditionalPropertiesWithArrayOfEnums1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java index 9f614dfeaad..8d79eeed9a1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java @@ -35,7 +35,7 @@ public long getAdditionalProperty(String name) { } } - public class Address1 extends JsonSchema { + public static class Address1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java index d9a32615564..01d816dc6de 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java @@ -21,7 +21,7 @@ public class Animal { public static class ClassName extends StringJsonSchema {} - public class Color extends JsonSchema { + public static class Color extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -63,7 +63,7 @@ public Object getAdditionalProperty(String name) { } } - public class Animal1 extends JsonSchema { + public static class Animal1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java index a68f111bfe7..420cac55537 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java @@ -26,7 +26,7 @@ public static AnimalFarmList of(List> arg, SchemaConfigurati } - public class AnimalFarm1 extends JsonSchema { + public static class AnimalFarm1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java index 70043574853..78a460b0d0b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java @@ -22,7 +22,7 @@ public class AnyTypeAndFormat { // nest classes so all schemas and input/output classes can be public - public class UuidSchema extends JsonSchema { + public static class UuidSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("uuid")) )); @@ -75,7 +75,7 @@ public static U validate(List arg, SchemaConfigur } } - public class Date extends JsonSchema { + public static class Date extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("date")) )); @@ -128,7 +128,7 @@ public static U validate(List arg, SchemaConfigur } } - public class Datetime extends JsonSchema { + public static class Datetime extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("date-time")) )); @@ -181,7 +181,7 @@ public static U validate(List arg, SchemaConfigur } } - public class NumberSchema extends JsonSchema { + public static class NumberSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("number")) )); @@ -234,7 +234,7 @@ public static U validate(List arg, SchemaConfigur } } - public class Binary extends JsonSchema { + public static class Binary extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("binary")) )); @@ -287,7 +287,7 @@ public static U validate(List arg, SchemaConfigur } } - public class Int32 extends JsonSchema { + public static class Int32 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("int32")) )); @@ -340,7 +340,7 @@ public static U validate(List arg, SchemaConfigur } } - public class Int64 extends JsonSchema { + public static class Int64 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("int64")) )); @@ -393,7 +393,7 @@ public static U validate(List arg, SchemaConfigur } } - public class DoubleSchema extends JsonSchema { + public static class DoubleSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("double")) )); @@ -446,7 +446,7 @@ public static U validate(List arg, SchemaConfigur } } - public class FloatSchema extends JsonSchema { + public static class FloatSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("format", new FormatValidator("float")) )); @@ -550,7 +550,7 @@ public Object getAdditionalProperty(String name) { } } - public class AnyTypeAndFormat1 extends JsonSchema { + public static class AnyTypeAndFormat1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeNotString.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeNotString.java index 57c034c5b3b..adbba3f52d3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeNotString.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeNotString.java @@ -21,7 +21,7 @@ public class AnyTypeNotString { public static class Not extends StringJsonSchema {} - public class AnyTypeNotString1 extends JsonSchema { + public static class AnyTypeNotString1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java index 1ce4220447e..f3ba35e9a35 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java @@ -66,7 +66,7 @@ public Object getAdditionalProperty(String name) { } } - public class ApiResponseSchema1 extends JsonSchema { + public static class ApiResponseSchema1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java index 5617dce2946..9a6768263e3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java @@ -17,7 +17,7 @@ public class Apple { // nest classes so all schemas and input/output classes can be public - public class Cultivar extends JsonSchema { + public static class Cultivar extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -28,7 +28,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Origin extends JsonSchema { + public static class Origin extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -70,7 +70,7 @@ public Object getAdditionalProperty(String name) { } } - public class Apple1 extends JsonSchema { + public static class Apple1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java index f4a881737af..82cfb9b7675 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java @@ -57,7 +57,7 @@ public boolean mealy() { } } - public class AppleReq1 extends JsonSchema { + public static class AppleReq1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java index d17c9926fdc..d51c63adaa6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java @@ -30,7 +30,7 @@ public static ArrayHoldingAnyTypeList of(List arg, SchemaConfiguration c } - public class ArrayHoldingAnyType1 extends JsonSchema { + public static class ArrayHoldingAnyType1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java index 661ee3ef129..edddb81e0bb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java @@ -33,7 +33,7 @@ public static ItemsList of(List arg, SchemaConfiguration configuration) } - public class Items extends JsonSchema { + public static class Items extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) @@ -56,7 +56,7 @@ public static ArrayArrayNumberList of(List> arg, SchemaConfiguratio } - public class ArrayArrayNumber extends JsonSchema { + public static class ArrayArrayNumber extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -94,7 +94,7 @@ public Object getAdditionalProperty(String name) { } } - public class ArrayOfArrayOfNumberOnly1 extends JsonSchema { + public static class ArrayOfArrayOfNumberOnly1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java index 25528926f03..6a175e84688 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java @@ -26,7 +26,7 @@ public static ArrayOfEnumsList of(List arg, SchemaConfiguration configur } - public class ArrayOfEnums1 extends JsonSchema { + public static class ArrayOfEnums1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java index 67e74e1a68f..3deca781c22 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java @@ -33,7 +33,7 @@ public static ArrayNumberList of(List arg, SchemaConfiguration configura } - public class ArrayNumber extends JsonSchema { + public static class ArrayNumber extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -71,7 +71,7 @@ public Object getAdditionalProperty(String name) { } } - public class ArrayOfNumberOnly1 extends JsonSchema { + public static class ArrayOfNumberOnly1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java index aab8dd8fd9b..71343a5d5e8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java @@ -34,7 +34,7 @@ public static ArrayOfStringList of(List arg, SchemaConfiguration configu } - public class ArrayOfString extends JsonSchema { + public static class ArrayOfString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -60,7 +60,7 @@ public static ItemsList of(List arg, SchemaConfiguration configuration) th } - public class Items1 extends JsonSchema { + public static class Items1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) @@ -83,7 +83,7 @@ public static ArrayArrayOfIntegerList of(List> arg, SchemaConfigurati } - public class ArrayArrayOfInteger extends JsonSchema { + public static class ArrayArrayOfInteger extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) @@ -106,7 +106,7 @@ public static ItemsList1 of(List> arg, SchemaConfiguration c } - public class Items3 extends JsonSchema { + public static class Items3 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) @@ -129,7 +129,7 @@ public static ArrayArrayOfModelList of(List>> arg, Sche } - public class ArrayArrayOfModel extends JsonSchema { + public static class ArrayArrayOfModel extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items3.class)) @@ -181,7 +181,7 @@ public Object getAdditionalProperty(String name) { } } - public class ArrayTest1 extends JsonSchema { + public static class ArrayTest1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java index 4c6c502e830..a73de1e33a2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java @@ -17,7 +17,7 @@ public class ArrayWithValidationsInItems { // nest classes so all schemas and input/output classes can be public - public class Items extends JsonSchema { + public static class Items extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -54,7 +54,7 @@ public static ArrayWithValidationsInItemsList of(List arg, SchemaConfigura } - public class ArrayWithValidationsInItems1 extends JsonSchema { + public static class ArrayWithValidationsInItems1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java index b10f77eccd9..61d640447cc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java @@ -44,7 +44,7 @@ public Object getAdditionalProperty(String name) { } } - public class Banana1 extends JsonSchema { + public static class Banana1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java index ce2776e23ca..aef7109063f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java @@ -57,7 +57,7 @@ public boolean sweet() { } } - public class BananaReq1 extends JsonSchema { + public static class BananaReq1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Bar.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Bar.java index 5dc771d0785..24cbf4d134e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Bar.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Bar.java @@ -13,7 +13,7 @@ public class Bar { // nest classes so all schemas and input/output classes can be public - public class Bar1 extends JsonSchema { + public static class Bar1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java index 789c7d212d5..2a0a2c8195a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java @@ -17,7 +17,7 @@ public class BasquePig { // nest classes so all schemas and input/output classes can be public - public class ClassName extends JsonSchema { + public static class ClassName extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -51,7 +51,7 @@ public Object getAdditionalProperty(String name) { } } - public class BasquePig1 extends JsonSchema { + public static class BasquePig1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BooleanEnum.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BooleanEnum.java index e04f516c373..35f130b1f0e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BooleanEnum.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BooleanEnum.java @@ -13,7 +13,7 @@ public class BooleanEnum { // nest classes so all schemas and input/output classes can be public - public class BooleanEnum1 extends JsonSchema { + public static class BooleanEnum1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java index 38ae67dbc0c..e3b0f80bc24 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java @@ -95,7 +95,7 @@ public Object getAdditionalProperty(String name) { } } - public class Capitalization1 extends JsonSchema { + public static class Capitalization1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java index a3c61e7f5f3..eb21a6ac08e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java @@ -50,7 +50,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -66,7 +66,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class Cat1 extends JsonSchema { + public static class Cat1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java index 2ec8e592906..7bef2b614ad 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java @@ -21,7 +21,7 @@ public class Category { public static class Id extends Int64JsonSchema {} - public class Name extends JsonSchema { + public static class Name extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -63,7 +63,7 @@ public Object getAdditionalProperty(String name) { } } - public class Category1 extends JsonSchema { + public static class Category1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java index 8d8d7e542bf..ac386a35ff5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java @@ -50,7 +50,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -66,7 +66,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class ChildCat1 extends JsonSchema { + public static class ChildCat1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java index 73e576f0c0a..b23c5080482 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java @@ -43,7 +43,7 @@ public Object getAdditionalProperty(String name) { } } - public class ClassModel1 extends JsonSchema { + public static class ClassModel1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java index 628efd9b214..c81fcd28be5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class Client1 extends JsonSchema { + public static class Client1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java index d210604cfde..bf1131179bd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java @@ -21,7 +21,7 @@ public class ComplexQuadrilateral { // nest classes so all schemas and input/output classes can be public - public class QuadrilateralType extends JsonSchema { + public static class QuadrilateralType extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -73,7 +73,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class ComplexQuadrilateral1 extends JsonSchema { + public static class ComplexQuadrilateral1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java index 10f50a5ee2a..1cf35ad81bd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java @@ -75,7 +75,7 @@ public static Schema9List of(List arg, SchemaConfiguration configuration } - public class Schema9 extends JsonSchema { + public static class Schema9 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -106,7 +106,7 @@ public static class Schema14 extends Int32JsonSchema {} public static class Schema15 extends Int64JsonSchema {} - public class ComposedAnyOfDifferentTypesNoValidations1 extends JsonSchema { + public static class ComposedAnyOfDifferentTypesNoValidations1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java index 2cf4a19574b..4e7d5fd4fb7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java @@ -30,7 +30,7 @@ public static ComposedArrayList of(List arg, SchemaConfiguration configu } - public class ComposedArray1 extends JsonSchema { + public static class ComposedArray1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedBool.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedBool.java index 00285760f21..d33abc38bb0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedBool.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedBool.java @@ -17,7 +17,7 @@ public class ComposedBool { public static class Schema0 extends AnyTypeJsonSchema {} - public class ComposedBool1 extends JsonSchema { + public static class ComposedBool1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNone.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNone.java index 19cab0456f5..87214e617cc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNone.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNone.java @@ -17,7 +17,7 @@ public class ComposedNone { public static class Schema0 extends AnyTypeJsonSchema {} - public class ComposedNone1 extends JsonSchema { + public static class ComposedNone1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNumber.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNumber.java index 40d9eea1770..e5701a97829 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNumber.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedNumber.java @@ -17,7 +17,7 @@ public class ComposedNumber { public static class Schema0 extends AnyTypeJsonSchema {} - public class ComposedNumber1 extends JsonSchema { + public static class ComposedNumber1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedObject.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedObject.java index 931225cbaf5..f7c15be938c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedObject.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedObject.java @@ -18,7 +18,7 @@ public class ComposedObject { public static class Schema0 extends AnyTypeJsonSchema {} - public class ComposedObject1 extends JsonSchema { + public static class ComposedObject1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java index 25c1243145a..fa3bf646bf8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java @@ -30,7 +30,7 @@ public static class Schema2 extends NullJsonSchema {} public static class Schema3 extends DateJsonSchema {} - public class Schema4 extends JsonSchema { + public static class Schema4 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) )); @@ -53,7 +53,7 @@ public static Schema5List of(List arg, SchemaConfiguration configuration } - public class Schema5 extends JsonSchema { + public static class Schema5 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -66,7 +66,7 @@ public static Schema5List validate(List arg, SchemaConfiguration configu } } - public class Schema6 extends JsonSchema { + public static class Schema6 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -78,7 +78,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class ComposedOneOfDifferentTypes1 extends JsonSchema { + public static class ComposedOneOfDifferentTypes1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedString.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedString.java index 56d33c3b8de..33447095a7b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedString.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedString.java @@ -17,7 +17,7 @@ public class ComposedString { public static class Schema0 extends AnyTypeJsonSchema {} - public class ComposedString1 extends JsonSchema { + public static class ComposedString1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Currency.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Currency.java index bfa2fe4117d..9e43846feb7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Currency.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Currency.java @@ -13,7 +13,7 @@ public class Currency { // nest classes so all schemas and input/output classes can be public - public class Currency1 extends JsonSchema { + public static class Currency1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java index 4431bd1ac3c..03f9eaf3ccf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java @@ -17,7 +17,7 @@ public class DanishPig { // nest classes so all schemas and input/output classes can be public - public class ClassName extends JsonSchema { + public static class ClassName extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -51,7 +51,7 @@ public Object getAdditionalProperty(String name) { } } - public class DanishPig1 extends JsonSchema { + public static class DanishPig1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateTimeTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateTimeTest.java index 0b62542bbe8..1c1c2826d3f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateTimeTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateTimeTest.java @@ -15,7 +15,7 @@ public class DateTimeTest { // nest classes so all schemas and input/output classes can be public - public class DateTimeTest1 extends JsonSchema { + public static class DateTimeTest1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateTimeWithValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateTimeWithValidations.java index bf8e29c717d..670e56a3479 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateTimeWithValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateTimeWithValidations.java @@ -15,7 +15,7 @@ public class DateTimeWithValidations { // nest classes so all schemas and input/output classes can be public - public class DateTimeWithValidations1 extends JsonSchema { + public static class DateTimeWithValidations1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateWithValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateWithValidations.java index 99ec611e6d6..0c69fa8f5c3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateWithValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DateWithValidations.java @@ -15,7 +15,7 @@ public class DateWithValidations { // nest classes so all schemas and input/output classes can be public - public class DateWithValidations1 extends JsonSchema { + public static class DateWithValidations1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java index 2d63e8e1534..9d52c8ff27b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java @@ -50,7 +50,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -66,7 +66,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class Dog1 extends JsonSchema { + public static class Dog1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java index ae5c66439f3..b27ca73d017 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java @@ -30,7 +30,7 @@ public static ShapesList of(List arg, SchemaConfiguration configuration) } - public class Shapes extends JsonSchema { + public static class Shapes extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) @@ -88,7 +88,7 @@ public Object getAdditionalProperty(String name) { } } - public class Drawing1 extends JsonSchema { + public static class Drawing1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java index 6c6396b73be..0a49143504e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java @@ -19,7 +19,7 @@ public class EnumArrays { // nest classes so all schemas and input/output classes can be public - public class JustSymbol extends JsonSchema { + public static class JustSymbol extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -30,7 +30,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Items extends JsonSchema { + public static class Items extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -51,7 +51,7 @@ public static ArrayEnumList of(List arg, SchemaConfiguration configurati } - public class ArrayEnum extends JsonSchema { + public static class ArrayEnum extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -96,7 +96,7 @@ public Object getAdditionalProperty(String name) { } } - public class EnumArrays1 extends JsonSchema { + public static class EnumArrays1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumClass.java index 7eae07cd671..0b2ee6b4757 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumClass.java @@ -13,7 +13,7 @@ public class EnumClass { // nest classes so all schemas and input/output classes can be public - public class EnumClass1 extends JsonSchema { + public static class EnumClass1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java index 48f1139d552..0e04aebf37d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java @@ -18,7 +18,7 @@ public class EnumTest { // nest classes so all schemas and input/output classes can be public - public class EnumString extends JsonSchema { + public static class EnumString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -29,7 +29,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class EnumStringRequired extends JsonSchema { + public static class EnumStringRequired extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -40,7 +40,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class EnumInteger extends JsonSchema { + public static class EnumInteger extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -67,7 +67,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw } } - public class EnumNumber extends JsonSchema { + public static class EnumNumber extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -162,7 +162,7 @@ public Object getAdditionalProperty(String name) { } } - public class EnumTest1 extends JsonSchema { + public static class EnumTest1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java index c9e17665b6c..925178557aa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java @@ -21,7 +21,7 @@ public class EquilateralTriangle { // nest classes so all schemas and input/output classes can be public - public class TriangleType extends JsonSchema { + public static class TriangleType extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -73,7 +73,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class EquilateralTriangle1 extends JsonSchema { + public static class EquilateralTriangle1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java index 44cfcf9461b..7e7e9c66b77 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class File1 extends JsonSchema { + public static class File1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java index b4354443dfc..cf52130417d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java @@ -29,7 +29,7 @@ public static FilesList of(List> arg, SchemaConfiguration co } - public class Files extends JsonSchema { + public static class Files extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(File.File1.class)) @@ -74,7 +74,7 @@ public Object getAdditionalProperty(String name) { } } - public class FileSchemaTestClass1 extends JsonSchema { + public static class FileSchemaTestClass1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java index 3d1108ccd2a..5cfc15cb69a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java @@ -41,7 +41,7 @@ public Object getAdditionalProperty(String name) { } } - public class Foo1 extends JsonSchema { + public static class Foo1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java index f78c842058c..609edeb3d29 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java @@ -31,7 +31,7 @@ public class FormatTest { // nest classes so all schemas and input/output classes can be public - public class IntegerSchema extends JsonSchema { + public static class IntegerSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -60,7 +60,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw public static class Int32 extends Int32JsonSchema {} - public class Int32withValidations extends JsonSchema { + public static class Int32withValidations extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -90,7 +90,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw public static class Int64 extends Int64JsonSchema {} - public class NumberSchema extends JsonSchema { + public static class NumberSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -116,7 +116,7 @@ public static Number validate(double arg, SchemaConfiguration configuration) thr } } - public class FloatSchema extends JsonSchema { + public static class FloatSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -134,7 +134,7 @@ public static float validate(float arg, SchemaConfiguration configuration) throw public static class Float32 extends FloatJsonSchema {} - public class DoubleSchema extends JsonSchema { + public static class DoubleSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -165,7 +165,7 @@ public static ArrayWithUniqueItemsList of(List arg, SchemaConfiguration } - public class ArrayWithUniqueItems extends JsonSchema { + public static class ArrayWithUniqueItems extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -178,7 +178,7 @@ public static ArrayWithUniqueItemsList validate(List arg, SchemaConfigur } } - public class StringSchema extends JsonSchema { + public static class StringSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -209,7 +209,7 @@ public static class UuidSchema extends UuidJsonSchema {} public static class UuidNoExample extends UuidJsonSchema {} - public class Password extends JsonSchema { + public static class Password extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -221,7 +221,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class PatternWithDigits extends JsonSchema { + public static class PatternWithDigits extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -232,7 +232,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class PatternWithDigitsAndDelimiter extends JsonSchema { + public static class PatternWithDigitsAndDelimiter extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -366,7 +366,7 @@ public Object getAdditionalProperty(String name) { } } - public class FormatTest1 extends JsonSchema { + public static class FormatTest1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java index 79cb87de572..2238730f43f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java @@ -56,7 +56,7 @@ public Object getAdditionalProperty(String name) { } } - public class FromSchema1 extends JsonSchema { + public static class FromSchema1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java index f107cf7b033..24ab50a693f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java @@ -49,7 +49,7 @@ public Object getAdditionalProperty(String name) { } } - public class Fruit1 extends JsonSchema { + public static class Fruit1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FruitReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FruitReq.java index b9d06e1a5ac..71b6d85c349 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FruitReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FruitReq.java @@ -21,7 +21,7 @@ public class FruitReq { public static class Schema0 extends NullJsonSchema {} - public class FruitReq1 extends JsonSchema { + public static class FruitReq1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java index a57ba9f40bf..c1c781b9b11 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java @@ -49,7 +49,7 @@ public Object getAdditionalProperty(String name) { } } - public class GmFruit1 extends JsonSchema { + public static class GmFruit1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java index dc180612b21..39277901cfc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java @@ -44,7 +44,7 @@ public Object getAdditionalProperty(String name) { } } - public class GrandparentAnimal1 extends JsonSchema { + public static class GrandparentAnimal1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java index 921728bf285..8cc4fa069b7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java @@ -55,7 +55,7 @@ public Object getAdditionalProperty(String name) { } } - public class HasOnlyReadOnly1 extends JsonSchema { + public static class HasOnlyReadOnly1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java index f466cb4a272..3360323acc8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java @@ -16,7 +16,7 @@ public class HealthCheckResult { // nest classes so all schemas and input/output classes can be public - public class NullableMessage extends JsonSchema { + public static class NullableMessage extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -56,7 +56,7 @@ public Object getAdditionalProperty(String name) { } } - public class HealthCheckResult1 extends JsonSchema { + public static class HealthCheckResult1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnum.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnum.java index 228274eb4dd..6f1ea149da1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnum.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnum.java @@ -13,7 +13,7 @@ public class IntegerEnum { // nest classes so all schemas and input/output classes can be public - public class IntegerEnum1 extends JsonSchema { + public static class IntegerEnum1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumBig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumBig.java index 9e41a2d44e8..aebe9047135 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumBig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumBig.java @@ -13,7 +13,7 @@ public class IntegerEnumBig { // nest classes so all schemas and input/output classes can be public - public class IntegerEnumBig1 extends JsonSchema { + public static class IntegerEnumBig1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumOneValue.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumOneValue.java index b5e9060c94c..9cd56cb9a76 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumOneValue.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumOneValue.java @@ -13,7 +13,7 @@ public class IntegerEnumOneValue { // nest classes so all schemas and input/output classes can be public - public class IntegerEnumOneValue1 extends JsonSchema { + public static class IntegerEnumOneValue1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumWithDefaultValue.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumWithDefaultValue.java index b57212b6693..52281bcfecb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumWithDefaultValue.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerEnumWithDefaultValue.java @@ -13,7 +13,7 @@ public class IntegerEnumWithDefaultValue { // nest classes so all schemas and input/output classes can be public - public class IntegerEnumWithDefaultValue1 extends JsonSchema { + public static class IntegerEnumWithDefaultValue1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerMax10.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerMax10.java index ff9604e175c..cfdeca01c45 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerMax10.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerMax10.java @@ -14,7 +14,7 @@ public class IntegerMax10 { // nest classes so all schemas and input/output classes can be public - public class IntegerMax101 extends JsonSchema { + public static class IntegerMax101 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerMin15.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerMin15.java index c55983c7e38..4bfe8733274 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerMin15.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IntegerMin15.java @@ -14,7 +14,7 @@ public class IntegerMin15 { // nest classes so all schemas and input/output classes can be public - public class IntegerMin151 extends JsonSchema { + public static class IntegerMin151 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java index 784237a1b77..8083fa60719 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java @@ -21,7 +21,7 @@ public class IsoscelesTriangle { // nest classes so all schemas and input/output classes can be public - public class TriangleType extends JsonSchema { + public static class TriangleType extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -73,7 +73,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class IsoscelesTriangle1 extends JsonSchema { + public static class IsoscelesTriangle1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java index d0c4a429bea..bc1b725629a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java @@ -31,7 +31,7 @@ public static ItemsList of(List> arg, SchemaConfiguration co } - public class Items1 extends JsonSchema { + public static class Items1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java index 99501e0a214..1115b4c5e51 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java @@ -20,7 +20,7 @@ public class JSONPatchRequest { // nest classes so all schemas and input/output classes can be public - public class Items extends JsonSchema { + public static class Items extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Items.class, arg, configuration); } @@ -80,7 +80,7 @@ public static JSONPatchRequestList of(List arg, SchemaConfiguration conf } - public class JSONPatchRequest1 extends JsonSchema { + public static class JSONPatchRequest1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java index 76a4685eee2..3fffc5d70b9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java @@ -31,7 +31,7 @@ public static class Path extends StringJsonSchema {} public static class Value extends AnyTypeJsonSchema {} - public class Op extends JsonSchema { + public static class Op extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -69,7 +69,7 @@ public Object value() { } } - public class JSONPatchRequestAddReplaceTest1 extends JsonSchema { + public static class JSONPatchRequestAddReplaceTest1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java index f368f6fbf6c..30b27b24ebf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java @@ -31,7 +31,7 @@ public static class From extends StringJsonSchema {} public static class Path extends StringJsonSchema {} - public class Op extends JsonSchema { + public static class Op extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -69,7 +69,7 @@ public String path() { } } - public class JSONPatchRequestMoveCopy1 extends JsonSchema { + public static class JSONPatchRequestMoveCopy1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java index 6f5a9e4f5d9..73ee02c0e8b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java @@ -28,7 +28,7 @@ public static class AdditionalProperties extends NotAnyTypeJsonSchema {} public static class Path extends StringJsonSchema {} - public class Op extends JsonSchema { + public static class Op extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -61,7 +61,7 @@ public String path() { } } - public class JSONPatchRequestRemove1 extends JsonSchema { + public static class JSONPatchRequestRemove1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Mammal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Mammal.java index 512319c6ef0..5378ac2b821 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Mammal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Mammal.java @@ -17,7 +17,7 @@ public class Mammal { // nest classes so all schemas and input/output classes can be public - public class Mammal1 extends JsonSchema { + public static class Mammal1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java index d8a2de2fffc..99f72551c25 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java @@ -38,7 +38,7 @@ public String getAdditionalProperty(String name) { } } - public class AdditionalProperties extends JsonSchema { + public static class AdditionalProperties extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) @@ -68,7 +68,7 @@ public AdditionalPropertiesMap getAdditionalProperty(String name) { } } - public class MapMapOfString extends JsonSchema { + public static class MapMapOfString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) @@ -82,7 +82,7 @@ public static MapMapOfStringMap validate(Map> arg, S } - public class AdditionalProperties2 extends JsonSchema { + public static class AdditionalProperties2 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -109,7 +109,7 @@ public String getAdditionalProperty(String name) { } } - public class MapOfEnumString extends JsonSchema { + public static class MapOfEnumString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) @@ -142,7 +142,7 @@ public boolean getAdditionalProperty(String name) { } } - public class DirectMap extends JsonSchema { + public static class DirectMap extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) @@ -202,7 +202,7 @@ public Object getAdditionalProperty(String name) { } } - public class MapTest1 extends JsonSchema { + public static class MapTest1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java index fdb1d79b14b..68658bcf3d6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java @@ -41,7 +41,7 @@ public Animal.AnimalMap getAdditionalProperty(String name) { } } - public class MapSchema extends JsonSchema { + public static class MapSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) @@ -82,7 +82,7 @@ public Object getAdditionalProperty(String name) { } } - public class MixedPropertiesAndAdditionalPropertiesClass1 extends JsonSchema { + public static class MixedPropertiesAndAdditionalPropertiesClass1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java index b5d009e6f57..d87436a8026 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java @@ -50,7 +50,7 @@ public String currency() { } } - public class Money1 extends JsonSchema { + public static class Money1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java index 0f0a9bc2538..8cb4e5b25ca 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java @@ -46,7 +46,7 @@ public String id() { } } - public class MyObjectDto1 extends JsonSchema { + public static class MyObjectDto1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java index 59935a1b887..371db759135 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java @@ -70,7 +70,7 @@ public Object getAdditionalProperty(String name) { } } - public class Name1 extends JsonSchema { + public static class Name1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java index f6802e6cad4..ec5d9eb1e7e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java @@ -56,7 +56,7 @@ public long petId() { } } - public class NoAdditionalProperties1 extends JsonSchema { + public static class NoAdditionalProperties1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java index 92efc726fd7..bdf31617877 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java @@ -24,7 +24,7 @@ public class NullableClass { // nest classes so all schemas and input/output classes can be public - public class AdditionalProperties3 extends JsonSchema { + public static class AdditionalProperties3 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -39,7 +39,7 @@ public static FrozenMap validate(Map arg, Schema } } - public class IntegerProp extends JsonSchema { + public static class IntegerProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -69,7 +69,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw } } - public class NumberProp extends JsonSchema { + public static class NumberProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -99,7 +99,7 @@ public static Number validate(double arg, SchemaConfiguration configuration) thr } } - public class BooleanProp extends JsonSchema { + public static class BooleanProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -114,7 +114,7 @@ public static boolean validate(boolean arg, SchemaConfiguration configuration) t } } - public class StringProp extends JsonSchema { + public static class StringProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -129,7 +129,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class DateProp extends JsonSchema { + public static class DateProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -145,7 +145,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class DatetimeProp extends JsonSchema { + public static class DatetimeProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -174,7 +174,7 @@ public static ArrayNullablePropList of(List> arg, SchemaConf } - public class ArrayNullableProp extends JsonSchema { + public static class ArrayNullableProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -190,7 +190,7 @@ public static ArrayNullablePropList validate(List> arg, Sche } } - public class Items1 extends JsonSchema { + public static class Items1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -215,7 +215,7 @@ public static ArrayAndItemsNullablePropList of(List> arg, Sc } - public class ArrayAndItemsNullableProp extends JsonSchema { + public static class ArrayAndItemsNullableProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -231,7 +231,7 @@ public static ArrayAndItemsNullablePropList validate(List> a } } - public class Items2 extends JsonSchema { + public static class Items2 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -256,7 +256,7 @@ public static ArrayItemsNullableList of(List> arg, SchemaCon } - public class ArrayItemsNullable extends JsonSchema { + public static class ArrayItemsNullable extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) @@ -288,7 +288,7 @@ public FrozenMap getAdditionalProperty(String name) { } } - public class ObjectNullableProp extends JsonSchema { + public static class ObjectNullableProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -304,7 +304,7 @@ public static ObjectNullablePropMap validate(Map> ar } } - public class AdditionalProperties1 extends JsonSchema { + public static class AdditionalProperties1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -335,7 +335,7 @@ public FrozenMap getAdditionalProperty(String name) { } } - public class ObjectAndItemsNullableProp extends JsonSchema { + public static class ObjectAndItemsNullableProp extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -351,7 +351,7 @@ public static ObjectAndItemsNullablePropMap validate(Map keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -382,7 +382,7 @@ public FrozenMap getAdditionalProperty(String name) { } } - public class ObjectItemsNullable extends JsonSchema { + public static class ObjectItemsNullable extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) @@ -497,7 +497,7 @@ public FrozenMap getAdditionalProperty(String name) { } } - public class NullableClass1 extends JsonSchema { + public static class NullableClass1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableShape.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableShape.java index b636102c869..a6b1d7cadf9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableShape.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableShape.java @@ -21,7 +21,7 @@ public class NullableShape { public static class Schema2 extends NullJsonSchema {} - public class NullableShape1 extends JsonSchema { + public static class NullableShape1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableString.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableString.java index 17d33d7e0ef..ca749541350 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableString.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableString.java @@ -13,7 +13,7 @@ public class NullableString { // nest classes so all schemas and input/output classes can be public - public class NullableString1 extends JsonSchema { + public static class NullableString1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java index 9cab73a2443..f9a864f900f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class NumberOnly1 extends JsonSchema { + public static class NumberOnly1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberWithValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberWithValidations.java index 1179ec0cd5f..4e3e4d8f215 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberWithValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberWithValidations.java @@ -13,7 +13,7 @@ public class NumberWithValidations { // nest classes so all schemas and input/output classes can be public - public class NumberWithValidations1 extends JsonSchema { + public static class NumberWithValidations1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java index fa3f6560e86..d70fe9a63d5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java @@ -44,7 +44,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjWithRequiredProps1 extends JsonSchema { + public static class ObjWithRequiredProps1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java index bf9b0984515..5423bfb0ae8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java @@ -44,7 +44,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjWithRequiredPropsBase1 extends JsonSchema { + public static class ObjWithRequiredPropsBase1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java index a763d16fd9e..803ed7e746f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java @@ -52,7 +52,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjectModelWithArgAndArgsProperties1 extends JsonSchema { + public static class ObjectModelWithArgAndArgsProperties1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java index 7b4dab79440..1460b736b7f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java @@ -55,7 +55,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjectModelWithRefProps1 extends JsonSchema { + public static class ObjectModelWithRefProps1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java index d7d29178e5f..0362508fb3c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -76,7 +76,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 extends JsonSchema { + public static class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java index c33ecad0151..586b32f4889 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java @@ -55,7 +55,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjectWithCollidingProperties1 extends JsonSchema { + public static class ObjectWithCollidingProperties1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java index 5338a7c88f6..f33e3e5f535 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java @@ -59,7 +59,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjectWithDecimalProperties1 extends JsonSchema { + public static class ObjectWithDecimalProperties1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java index 62f9eaba7ef..0149f3ab789 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java @@ -51,7 +51,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjectWithDifficultlyNamedProps1 extends JsonSchema { + public static class ObjectWithDifficultlyNamedProps1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java index ccfeb836c0b..6d2d0d18950 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java @@ -21,7 +21,7 @@ public class ObjectWithInlineCompositionProperty { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends JsonSchema { + public static class Schema0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -32,7 +32,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class SomeProp extends JsonSchema { + public static class SomeProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(SomeProp.class, arg, configuration); } @@ -107,7 +107,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjectWithInlineCompositionProperty1 extends JsonSchema { + public static class ObjectWithInlineCompositionProperty1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java index 969eec3e5bd..d132539d086 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java @@ -41,7 +41,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjectWithInvalidNamedRefedProperties1 extends JsonSchema { + public static class ObjectWithInvalidNamedRefedProperties1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java index b0923008748..0d0d60f3722 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java @@ -49,7 +49,7 @@ public String getAdditionalProperty(String name) { } } - public class ObjectWithNonIntersectingValues1 extends JsonSchema { + public static class ObjectWithNonIntersectingValues1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java index d0beb57cea0..9e296e193e7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java @@ -57,7 +57,7 @@ public Number b() { } } - public class ObjectWithOnlyOptionalProps1 extends JsonSchema { + public static class ObjectWithOnlyOptionalProps1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java index 13d660a6776..b77af5c7143 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class ObjectWithOptionalTestProp1 extends JsonSchema { + public static class ObjectWithOptionalTestProp1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithValidations.java index 0a46f0174db..99b04105ead 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithValidations.java @@ -14,7 +14,7 @@ public class ObjectWithValidations { // nest classes so all schemas and input/output classes can be public - public class ObjectWithValidations1 extends JsonSchema { + public static class ObjectWithValidations1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java index 3c9e6dbcbb7..6183d57a5b2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java @@ -32,7 +32,7 @@ public static class Quantity extends Int32JsonSchema {} public static class ShipDate extends DateTimeJsonSchema {} - public class Status extends JsonSchema { + public static class Status extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -106,7 +106,7 @@ public Object getAdditionalProperty(String name) { } } - public class Order1 extends JsonSchema { + public static class Order1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index b3b4ce1b3ac..947f97756d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -41,7 +41,7 @@ public static ResultsList of(List> arg, SchemaConfiguration } - public class Results extends JsonSchema { + public static class Results extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) @@ -76,7 +76,7 @@ public ResultsList results() { } } - public class PaginatedResultMyObjectDto1 extends JsonSchema { + public static class PaginatedResultMyObjectDto1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ParentPet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ParentPet.java index c63b3579d70..bb1b78eeb35 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ParentPet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ParentPet.java @@ -14,7 +14,7 @@ public class ParentPet { // nest classes so all schemas and input/output classes can be public - public class ParentPet1 extends JsonSchema { + public static class ParentPet1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java index 10abd2608c7..299f339bec4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java @@ -41,7 +41,7 @@ public static PhotoUrlsList of(List arg, SchemaConfiguration configurati } - public class PhotoUrls extends JsonSchema { + public static class PhotoUrls extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -54,7 +54,7 @@ public static PhotoUrlsList validate(List arg, SchemaConfiguration confi } } - public class Status extends JsonSchema { + public static class Status extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -75,7 +75,7 @@ public static TagsList of(List> arg, SchemaConfiguration con } - public class Tags extends JsonSchema { + public static class Tags extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) @@ -145,7 +145,7 @@ public Object getAdditionalProperty(String name) { } } - public class Pet1 extends JsonSchema { + public static class Pet1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pig.java index 0bb153a7143..5ca1aa8a00a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pig.java @@ -17,7 +17,7 @@ public class Pig { // nest classes so all schemas and input/output classes can be public - public class Pig1 extends JsonSchema { + public static class Pig1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java index fd6ce2b2b5a..69e5ffbff58 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java @@ -52,7 +52,7 @@ public Object getAdditionalProperty(String name) { } } - public class Player1 extends JsonSchema { + public static class Player1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java index 9bd848a525b..d9a5e947f92 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class PublicKey1 extends JsonSchema { + public static class PublicKey1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Quadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Quadrilateral.java index e7c737e5188..f86e65f3442 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Quadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Quadrilateral.java @@ -17,7 +17,7 @@ public class Quadrilateral { // nest classes so all schemas and input/output classes can be public - public class Quadrilateral1 extends JsonSchema { + public static class Quadrilateral1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java index 33877709c64..381b978b4e7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java @@ -23,7 +23,7 @@ public class QuadrilateralInterface { // nest classes so all schemas and input/output classes can be public - public class ShapeType extends JsonSchema { + public static class ShapeType extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -65,7 +65,7 @@ public Object getAdditionalProperty(String name) { } } - public class QuadrilateralInterface1 extends JsonSchema { + public static class QuadrilateralInterface1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java index a2315f926d3..546397dd755 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java @@ -55,7 +55,7 @@ public Object getAdditionalProperty(String name) { } } - public class ReadOnlyFirst1 extends JsonSchema { + public static class ReadOnlyFirst1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java index ff7f4cfa6bb..9bf9b31759c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java @@ -43,7 +43,7 @@ public String getAdditionalProperty(String name) { } } - public class ReqPropsFromExplicitAddProps1 extends JsonSchema { + public static class ReqPropsFromExplicitAddProps1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java index fb276463663..ab2cca79401 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java @@ -43,7 +43,7 @@ public Object getAdditionalProperty(String name) { } } - public class ReqPropsFromTrueAddProps1 extends JsonSchema { + public static class ReqPropsFromTrueAddProps1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java index cfec37a3493..43e7cb2f9a0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java @@ -39,7 +39,7 @@ public Object getAdditionalProperty(String name) { } } - public class ReqPropsFromUnsetAddProps1 extends JsonSchema { + public static class ReqPropsFromUnsetAddProps1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java index 278c85133e0..706f9e4477d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java @@ -43,7 +43,7 @@ public Object getAdditionalProperty(String name) { } } - public class ReturnSchema1 extends JsonSchema { + public static class ReturnSchema1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java index f2c9dae511d..209dd151d09 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java @@ -21,7 +21,7 @@ public class ScaleneTriangle { // nest classes so all schemas and input/output classes can be public - public class TriangleType extends JsonSchema { + public static class TriangleType extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -73,7 +73,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class ScaleneTriangle1 extends JsonSchema { + public static class ScaleneTriangle1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java index 238e2a6e7c2..9898a43b341 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java @@ -54,7 +54,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema200Response1 extends JsonSchema { + public static class Schema200Response1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java index 8bacd1fef10..c91a0033c71 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java @@ -26,7 +26,7 @@ public static SelfReferencingArrayModelList of(List arg, SchemaConfigurati } - public class SelfReferencingArrayModel1 extends JsonSchema { + public static class SelfReferencingArrayModel1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java index c0b3817377c..6a6e6026c58 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java @@ -41,7 +41,7 @@ public SelfReferencingObjectModelMap getAdditionalProperty(String name) { } } - public class SelfReferencingObjectModel1 extends JsonSchema { + public static class SelfReferencingObjectModel1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Shape.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Shape.java index 73ddf53e6a9..341a01a5c4e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Shape.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Shape.java @@ -17,7 +17,7 @@ public class Shape { // nest classes so all schemas and input/output classes can be public - public class Shape1 extends JsonSchema { + public static class Shape1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ShapeOrNull.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ShapeOrNull.java index 281b3b6762f..c632b1e78d8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ShapeOrNull.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ShapeOrNull.java @@ -21,7 +21,7 @@ public class ShapeOrNull { public static class Schema0 extends NullJsonSchema {} - public class ShapeOrNull1 extends JsonSchema { + public static class ShapeOrNull1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java index 14cbf3010c1..f9239da5b06 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java @@ -21,7 +21,7 @@ public class SimpleQuadrilateral { // nest classes so all schemas and input/output classes can be public - public class QuadrilateralType extends JsonSchema { + public static class QuadrilateralType extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( @@ -73,7 +73,7 @@ public static Schema1Map validate(Map arg, SchemaConfiguration c } - public class SimpleQuadrilateral1 extends JsonSchema { + public static class SimpleQuadrilateral1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SomeObject.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SomeObject.java index 0ba53c9a994..26d2231e43d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SomeObject.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SomeObject.java @@ -17,7 +17,7 @@ public class SomeObject { // nest classes so all schemas and input/output classes can be public - public class SomeObject1 extends JsonSchema { + public static class SomeObject1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java index ed216a08139..82670a4d7a5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class SpecialModelname1 extends JsonSchema { + public static class SpecialModelname1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java index d32b053aea9..931e173d67c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java @@ -35,7 +35,7 @@ public boolean getAdditionalProperty(String name) { } } - public class StringBooleanMap1 extends JsonSchema { + public static class StringBooleanMap1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringEnum.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringEnum.java index 00cb2627d5d..da1f52186f4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringEnum.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringEnum.java @@ -13,7 +13,7 @@ public class StringEnum { // nest classes so all schemas and input/output classes can be public - public class StringEnum1 extends JsonSchema { + public static class StringEnum1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringEnumWithDefaultValue.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringEnumWithDefaultValue.java index 4cb8d7100dd..b74d98ef533 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringEnumWithDefaultValue.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringEnumWithDefaultValue.java @@ -13,7 +13,7 @@ public class StringEnumWithDefaultValue { // nest classes so all schemas and input/output classes can be public - public class StringEnumWithDefaultValue1 extends JsonSchema { + public static class StringEnumWithDefaultValue1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringWithValidation.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringWithValidation.java index 92a81bc222c..46eafaad17b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringWithValidation.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringWithValidation.java @@ -13,7 +13,7 @@ public class StringWithValidation { // nest classes so all schemas and input/output classes can be public - public class StringWithValidation1 extends JsonSchema { + public static class StringWithValidation1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java index c0cfb532450..94667d45afd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java @@ -56,7 +56,7 @@ public Object getAdditionalProperty(String name) { } } - public class Tag1 extends JsonSchema { + public static class Tag1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Triangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Triangle.java index 937768b0c97..95aaa71db10 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Triangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Triangle.java @@ -17,7 +17,7 @@ public class Triangle { // nest classes so all schemas and input/output classes can be public - public class Triangle1 extends JsonSchema { + public static class Triangle1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java index 29f9294c648..20cc78b8a89 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java @@ -23,7 +23,7 @@ public class TriangleInterface { // nest classes so all schemas and input/output classes can be public - public class ShapeType extends JsonSchema { + public static class ShapeType extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -65,7 +65,7 @@ public Object getAdditionalProperty(String name) { } } - public class TriangleInterface1 extends JsonSchema { + public static class TriangleInterface1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/UUIDString.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/UUIDString.java index 6162bb9a404..335bc2248a7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/UUIDString.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/UUIDString.java @@ -15,7 +15,7 @@ public class UUIDString { // nest classes so all schemas and input/output classes can be public - public class UUIDString1 extends JsonSchema { + public static class UUIDString1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java index 7831a0ad592..4a5fff3dfd5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java @@ -54,7 +54,7 @@ public static class UserStatus extends Int32JsonSchema {} public static class ObjectWithNoDeclaredProps extends MapJsonSchema {} - public class ObjectWithNoDeclaredPropsNullable extends JsonSchema { + public static class ObjectWithNoDeclaredPropsNullable extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Void.class, @@ -75,7 +75,7 @@ public static class AnyTypeProp extends AnyTypeJsonSchema {} public static class Not extends NullJsonSchema {} - public class AnyTypeExceptNullProp extends JsonSchema { + public static class AnyTypeExceptNullProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(AnyTypeExceptNullProp.class, arg, configuration); } @@ -237,7 +237,7 @@ public Object getAdditionalProperty(String name) { } } - public class User1 extends JsonSchema { + public static class User1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java index ba41bce7b1d..d99e705f65a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java @@ -24,7 +24,7 @@ public static class HasBaleen extends BooleanJsonSchema {} public static class HasTeeth extends BooleanJsonSchema {} - public class ClassName extends JsonSchema { + public static class ClassName extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -73,7 +73,7 @@ public Object getAdditionalProperty(String name) { } } - public class Whale1 extends JsonSchema { + public static class Whale1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java index 774661a8a0d..df856bd9e46 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java @@ -22,7 +22,7 @@ public class Zebra { public static class AdditionalProperties extends AnyTypeJsonSchema {} - public class Type extends JsonSchema { + public static class Type extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -33,7 +33,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class ClassName extends JsonSchema { + public static class ClassName extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -74,7 +74,7 @@ public Object getAdditionalProperty(String name) { } } - public class Zebra1 extends JsonSchema { + public static class Zebra1 extends JsonSchema { /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. Ref: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java index 427fe8b68f5..c35264a2274 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java @@ -43,7 +43,7 @@ public String someHeader() { } } - public class HeaderParameters1 extends JsonSchema { + public static class HeaderParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java index 3cba4ac0242..c62503a96ca 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java @@ -42,7 +42,7 @@ public String subDir() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.java index eaa2fc9d42d..caad2bb1946 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.java @@ -13,7 +13,7 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Schema11 extends JsonSchema { + public static class Schema11 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java index 59740e7837a..1372626b140 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java @@ -42,7 +42,7 @@ public String subDir() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java index ae29d30ade1..8f99378f777 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java @@ -43,7 +43,7 @@ public String searchStr() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.java index 775eac315ac..91749c8d302 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.java @@ -13,7 +13,7 @@ public class PathParamSchema0 { // nest classes so all schemas and input/output classes can be public - public class PathParamSchema01 extends JsonSchema { + public static class PathParamSchema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java index 799d4a65646..1b11f217404 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java @@ -43,7 +43,7 @@ public String someHeader() { } } - public class HeaderParameters1 extends JsonSchema { + public static class HeaderParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java index eaa7994a764..539724514b2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java @@ -42,7 +42,7 @@ public String subDir() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java index 45250d46eda..4673610425e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java @@ -51,7 +51,7 @@ public String boolean_group() { } } - public class HeaderParameters1 extends JsonSchema { + public static class HeaderParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java index f3cbde05b81..9c901e04870 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java @@ -65,7 +65,7 @@ public String string_group() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter1/Schema1.java index 272ed40a386..756ccabaa3a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter1/Schema1.java @@ -13,7 +13,7 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Schema11 extends JsonSchema { + public static class Schema11 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter4/Schema4.java index 9d16c29b0cf..2fb9ec100e3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/parameters/parameter4/Schema4.java @@ -13,7 +13,7 @@ public class Schema4 { // nest classes so all schemas and input/output classes can be public - public class Schema41 extends JsonSchema { + public static class Schema41 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java index 4a14d59ae02..3b5427d6b18 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java @@ -51,7 +51,7 @@ public Schema0.SchemaList0 enum_header_string_array() { } } - public class HeaderParameters1 extends JsonSchema { + public static class HeaderParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java index dec659b69b7..5295626d223 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java @@ -67,7 +67,7 @@ public Schema2.SchemaList2 enum_query_string_array() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java index c1366c60b4b..12cecf02148 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java @@ -16,7 +16,7 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Items0 extends JsonSchema { + public static class Items0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -37,7 +37,7 @@ public static SchemaList0 of(List arg, SchemaConfiguration configuration } - public class Schema01 extends JsonSchema { + public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter1/Schema1.java index cc8cdda08d9..2dc3db275e3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter1/Schema1.java @@ -13,7 +13,7 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Schema11 extends JsonSchema { + public static class Schema11 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java index 9576c8a68a6..48d4317b1bc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java @@ -16,7 +16,7 @@ public class Schema2 { // nest classes so all schemas and input/output classes can be public - public class Items2 extends JsonSchema { + public static class Items2 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -37,7 +37,7 @@ public static SchemaList2 of(List arg, SchemaConfiguration configuration } - public class Schema21 extends JsonSchema { + public static class Schema21 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter3/Schema3.java index 3a7de40b692..10213ca4a80 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter3/Schema3.java @@ -13,7 +13,7 @@ public class Schema3 { // nest classes so all schemas and input/output classes can be public - public class Schema31 extends JsonSchema { + public static class Schema31 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter4/Schema4.java index fa9aec1fc57..1562b2a9d17 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter4/Schema4.java @@ -14,7 +14,7 @@ public class Schema4 { // nest classes so all schemas and input/output classes can be public - public class Schema41 extends JsonSchema { + public static class Schema41 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter5/Schema5.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter5/Schema5.java index 96b09e6ca10..7ae3059678a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter5/Schema5.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter5/Schema5.java @@ -14,7 +14,7 @@ public class Schema5 { // nest classes so all schemas and input/output classes can be public - public class Schema51 extends JsonSchema { + public static class Schema51 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index 1b7efd4167c..03974b5aa58 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -19,7 +19,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Items extends JsonSchema { + public static class Items extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -40,7 +40,7 @@ public static EnumFormStringArrayList of(List arg, SchemaConfiguration c } - public class EnumFormStringArray extends JsonSchema { + public static class EnumFormStringArray extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -53,7 +53,7 @@ public static EnumFormStringArrayList validate(List arg, SchemaConfigura } } - public class EnumFormString extends JsonSchema { + public static class EnumFormString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -96,7 +96,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index 89e23e6d6a7..ba30d2cf077 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -22,7 +22,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class IntegerSchema extends JsonSchema { + public static class IntegerSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -48,7 +48,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw } } - public class Int32 extends JsonSchema { + public static class Int32 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -78,7 +78,7 @@ public static long validate(double arg, SchemaConfiguration configuration) throw public static class Int64 extends Int64JsonSchema {} - public class NumberSchema extends JsonSchema { + public static class NumberSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -104,7 +104,7 @@ public static Number validate(double arg, SchemaConfiguration configuration) thr } } - public class FloatSchema extends JsonSchema { + public static class FloatSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -119,7 +119,7 @@ public static float validate(float arg, SchemaConfiguration configuration) throw } } - public class DoubleSchema extends JsonSchema { + public static class DoubleSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, @@ -134,7 +134,7 @@ public static double validate(double arg, SchemaConfiguration configuration) thr } } - public class StringSchema extends JsonSchema { + public static class StringSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -145,7 +145,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class PatternWithoutDelimiter extends JsonSchema { + public static class PatternWithoutDelimiter extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -167,7 +167,7 @@ public static class Binary extends JsonSchema { public static class Date extends DateJsonSchema {} - public class DateTime extends JsonSchema { + public static class DateTime extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -179,7 +179,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Password extends JsonSchema { + public static class Password extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -273,7 +273,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java index 5139e44442b..3bae0a3fe78 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java @@ -42,7 +42,7 @@ public String query() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java index 9501a6170cd..5664f0b7e25 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java @@ -54,7 +54,7 @@ public String some_var() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java index e354141bbee..0efa23cf0c7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java @@ -42,7 +42,7 @@ public String id() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java index d901882146b..addf40735a2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java @@ -35,7 +35,7 @@ public String getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java index 089ac4270a4..623f6e9aafe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java @@ -51,7 +51,7 @@ public Schema1.SchemaMap1 compositionInProperty() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.java index 04803533a3c..a245d2dbf41 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.java @@ -19,7 +19,7 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema00 extends JsonSchema { + public static class Schema00 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -30,7 +30,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Schema01 extends JsonSchema { + public static class Schema01 extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema01.class, arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java index 33a7e595625..08e4d33c154 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java @@ -21,7 +21,7 @@ public class Schema1 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends JsonSchema { + public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -32,7 +32,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class SomeProp1 extends JsonSchema { + public static class SomeProp1 extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(SomeProp1.class, arg, configuration); } @@ -107,7 +107,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema11 extends JsonSchema { + public static class Schema11 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.java index ec8fb19610d..cbce470b9cd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.java @@ -19,7 +19,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends JsonSchema { + public static class Schema0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -30,7 +30,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java index b3c4338603f..cd68614dd56 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java @@ -21,7 +21,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends JsonSchema { + public static class Schema0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -32,7 +32,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class SomeProp extends JsonSchema { + public static class SomeProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(SomeProp.class, arg, configuration); } @@ -107,7 +107,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.java index 9c5d0353a8c..aa660b542e8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.java @@ -19,7 +19,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends JsonSchema { + public static class Schema0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -30,7 +30,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema1.class, arg, configuration); } diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java index 1a037cfc63b..7d78914e3d0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java @@ -21,7 +21,7 @@ public class Schema { // nest classes so all schemas and input/output classes can be public - public class Schema0 extends JsonSchema { + public static class Schema0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -32,7 +32,7 @@ public static String validate(String arg, SchemaConfiguration configuration) thr } } - public class SomeProp extends JsonSchema { + public static class SomeProp extends JsonSchema { public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(SomeProp.class, arg, configuration); } @@ -107,7 +107,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index bdec22e4965..b6bbfc2a4da 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -52,7 +52,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java index 8f493863e10..2f101d6c240 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java index b8db03d00f0..c5336c48417 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java index 6d3801aaf0e..c9a239a3f4f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java @@ -43,7 +43,7 @@ public Schema0.SchemaMap0 mapBean() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java index 366282a28bf..a592dcb0c2d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java @@ -45,7 +45,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema01 extends JsonSchema { + public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java index e53714a7243..5f2547f6d6f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java @@ -63,7 +63,7 @@ public String self() { } } - public class CookieParameters1 extends JsonSchema { + public static class CookieParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java index 183d0b78c0f..ad9e932510e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java @@ -55,7 +55,7 @@ public String self() { } } - public class HeaderParameters1 extends JsonSchema { + public static class HeaderParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java index 16b864506ea..1f819c3b809 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java @@ -58,7 +58,7 @@ public String self() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java index cbb6a4711f8..cc191014ada 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java @@ -63,7 +63,7 @@ public String self() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java index 007cf53fac0..0d998b9659d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java @@ -42,7 +42,7 @@ public long petId() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java index 4b36e8afbc2..9d965ea361a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java index 69f64a409f5..8d6189e833c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java @@ -42,7 +42,7 @@ public Object someParam() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java index 3a017408971..fde6fe87cee 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java @@ -43,7 +43,7 @@ public Foo.FooMap mapBean() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index 76df818809a..21c7b6086c6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -72,7 +72,7 @@ public Schema3.SchemaList3 url() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java index 7c9cecec142..6fef4759013 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java @@ -30,7 +30,7 @@ public static SchemaList0 of(List arg, SchemaConfiguration configuration } - public class Schema01 extends JsonSchema { + public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java index 0bc8f57e5b6..9ef05b8c147 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java @@ -30,7 +30,7 @@ public static SchemaList1 of(List arg, SchemaConfiguration configuration } - public class Schema11 extends JsonSchema { + public static class Schema11 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java index a5e02a86e1c..3106153896c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java @@ -30,7 +30,7 @@ public static SchemaList2 of(List arg, SchemaConfiguration configuration } - public class Schema21 extends JsonSchema { + public static class Schema21 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java index 3fe22f5f7c1..b54f0b08556 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java @@ -30,7 +30,7 @@ public static SchemaList3 of(List arg, SchemaConfiguration configuration } - public class Schema31 extends JsonSchema { + public static class Schema31 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items3.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java index 0dfbd7ad082..0ef93fdfcc0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java @@ -30,7 +30,7 @@ public static SchemaList4 of(List arg, SchemaConfiguration configuration } - public class Schema41 extends JsonSchema { + public static class Schema41 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items4.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java index 4bd4f3ffa1b..ede8cf4b01a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java index 181a3bebd5d..79a7f610dac 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java @@ -34,7 +34,7 @@ public static FilesList of(List arg, SchemaConfiguration configuration) } - public class Files extends JsonSchema { + public static class Files extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) @@ -72,7 +72,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java index 9ac4b058056..1e885a79f3b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java @@ -36,7 +36,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java index ef4e28fa269..be7ec44b498 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java @@ -43,7 +43,7 @@ public Schema0.SchemaList0 status() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java index a511ca8ef2c..e69c7f9be65 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java @@ -16,7 +16,7 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Items0 extends JsonSchema { + public static class Items0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( String.class @@ -37,7 +37,7 @@ public static SchemaList0 of(List arg, SchemaConfiguration configuration } - public class Schema01 extends JsonSchema { + public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java index 59f4b0c9c76..ec5c433f505 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java @@ -43,7 +43,7 @@ public Schema0.SchemaList0 tags() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java index 62db21d0fd4..939f3d13bc5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java @@ -30,7 +30,7 @@ public static SchemaList0 of(List arg, SchemaConfiguration configuration } - public class Schema01 extends JsonSchema { + public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java index b8025aba7e6..26480fe0a46 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java @@ -43,7 +43,7 @@ public String api_key() { } } - public class HeaderParameters1 extends JsonSchema { + public static class HeaderParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java index e0fcd6190e4..c63f1f06fcc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java @@ -42,7 +42,7 @@ public long petId() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java index 6303bf860a9..0353c62797f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java @@ -42,7 +42,7 @@ public long petId() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java index ef197ca7226..80a66fff44e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java @@ -42,7 +42,7 @@ public long petId() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index fe190dd73dc..05b2183bdb0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -55,7 +55,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java index e57c0ca04f2..633efd2f0f6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java @@ -42,7 +42,7 @@ public long petId() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java index fc9249911b1..4c270db0e45 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java @@ -57,7 +57,7 @@ public Object getAdditionalProperty(String name) { } } - public class Schema1 extends JsonSchema { + public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java index c9da822106f..5f4897c47a2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java @@ -42,7 +42,7 @@ public String order_id() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java index 7e5c6c19c8d..a697e294f09 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java @@ -42,7 +42,7 @@ public long order_id() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/parameters/parameter0/Schema0.java index b08a7188da4..0611c8060a7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/parameters/parameter0/Schema0.java @@ -14,7 +14,7 @@ public class Schema0 { // nest classes so all schemas and input/output classes can be public - public class Schema01 extends JsonSchema { + public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of( Integer.class, diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java index 3f03933c0fe..7e2702fe16b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java @@ -48,7 +48,7 @@ public String username() { } } - public class QueryParameters1 extends JsonSchema { + public static class QueryParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java index 97f7c590188..9dea9dc619f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java @@ -57,7 +57,7 @@ public String numberHeader() { } } - public class Headers1 extends JsonSchema { + public static class Headers1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java index f1ac9fb8b07..bb3bc13724b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java @@ -42,7 +42,7 @@ public String username() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java index 381d390ca09..f73ee4b8dcd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java @@ -42,7 +42,7 @@ public String username() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java index 8bdb49a965d..0d2a2ccfa7d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java @@ -42,7 +42,7 @@ public String username() { } } - public class PathParameters1 extends JsonSchema { + public static class PathParameters1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_anytypeOrMultitype.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_anytypeOrMultitype.hbs index 7d8ce68e087..21a980661e0 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_anytypeOrMultitype.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_anytypeOrMultitype.hbs @@ -1,6 +1,6 @@ -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#if componentModule}} /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_boolean.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_boolean.hbs index f0ec0c6c3c2..92ffb9ba2d9 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_boolean.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_boolean.hbs @@ -1,6 +1,6 @@ -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#if componentModule}} /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list.hbs index dfe9d930834..1a6c52252b7 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list.hbs @@ -1,6 +1,6 @@ -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#if componentModule}} /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs index ef805e72d93..8766c0c728e 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map.hbs @@ -1,6 +1,6 @@ -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#if componentModule}} /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_null.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_null.hbs index f0ec0c6c3c2..92ffb9ba2d9 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_null.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_null.hbs @@ -1,6 +1,6 @@ -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#if componentModule}} /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_number.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_number.hbs index 2d0cc9f1093..c1f819237ca 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_number.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_number.hbs @@ -1,6 +1,6 @@ -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#if componentModule}} /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_string.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_string.hbs index 6b5936a9fb3..97fd91bf9e3 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_string.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_string.hbs @@ -1,6 +1,6 @@ -public class {{jsonPathPiece.camelCase}} extends JsonSchema { +public static class {{jsonPathPiece.camelCase}} extends JsonSchema { {{#if componentModule}} /* NOTE: This class is auto generated by OpenAPI JSON Schema Generator. diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 9b6a113799b..54574eef811 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -62,11 +62,7 @@ A schema class that validates payloads {{else}} {{#eq instanceType "propertiesOutputType"}} - {{#if mapOutputJsonPathPiece}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }} - {{else}} -{{headerSize}}# Output FrozenMap Keys - {{/if}} public class {{mapOutputJsonPathPiece.camelCase}} extends FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{else}}Object{{/with}}> @@ -137,21 +133,16 @@ Key | Type | Description | Notes {{else}} {{#eq instanceType "arrayOutputType"}} - {{#if arrayOutputJsonPathPiece}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }} - {{else}} -{{headerSize}}# Output FrozenList Items - {{/if}} public class {{arrayOutputJsonPathPiece.camelCase}} extends FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{else}}Object{{/with}}> A class to store validated List payloads -{{headerSize}}## methods -Method | Input Type | Return Type | Notes ------- | ---------- | ----------- | ------ -__getitem__ | int | {{#with items}}{{!> components/schemas/types/docschema_output_types }}{{else}}schemas.OUTPUT_BASE_TYPES{{/with}} |{{#with items}}{{!> components/schemas/helpers/notes_msg defaultUser="server" }}{{/with}} This method is used under the hood when instance[0] is called - {{#if items}} +{{headerSize}}## Method Summary +| Modifier and Type | Method and Description | +| ----------------- | ---------------------- | +| static {{arrayOutputJsonPathPiece.camelCase}} | of(List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> arg, SchemaConfiguration configuration) | {{headerSize}}# Input List Items ``` @@ -159,10 +150,9 @@ type: List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/ ``` List Item Type | Description | Notes -------------------- | ------------- | ------------- - {{#with items}} + {{#with items}} {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} - {{/with}} - {{/if}} + {{/with}} {{/eq}} {{/eq}} {{/eq}} From 74c3cfb5bf76363a75c08f03c59874620b9f17f8 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 14:20:16 -0800 Subject: [PATCH 39/72] Adds output type links for of methods --- .../userarray/content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../docs/components/schemas/AbstractStepMessage.md | 2 +- .../schemas/AdditionalPropertiesClass.md | 14 +++++++------- .../schemas/AdditionalPropertiesSchema.md | 6 +++--- .../AdditionalPropertiesWithArrayOfEnums.md | 4 ++-- .../java/docs/components/schemas/Address.md | 2 +- .../java/docs/components/schemas/Animal.md | 2 +- .../java/docs/components/schemas/AnimalFarm.md | 2 +- .../docs/components/schemas/AnyTypeAndFormat.md | 2 +- .../docs/components/schemas/ApiResponseSchema.md | 2 +- .../petstore/java/docs/components/schemas/Apple.md | 2 +- .../java/docs/components/schemas/AppleReq.md | 2 +- .../docs/components/schemas/ArrayHoldingAnyType.md | 2 +- .../components/schemas/ArrayOfArrayOfNumberOnly.md | 6 +++--- .../java/docs/components/schemas/ArrayOfEnums.md | 2 +- .../docs/components/schemas/ArrayOfNumberOnly.md | 4 ++-- .../java/docs/components/schemas/ArrayTest.md | 12 ++++++------ .../schemas/ArrayWithValidationsInItems.md | 2 +- .../java/docs/components/schemas/Banana.md | 2 +- .../java/docs/components/schemas/BananaReq.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 2 +- .../java/docs/components/schemas/Capitalization.md | 2 +- .../petstore/java/docs/components/schemas/Cat.md | 2 +- .../java/docs/components/schemas/Category.md | 2 +- .../java/docs/components/schemas/ChildCat.md | 2 +- .../java/docs/components/schemas/ClassModel.md | 2 +- .../java/docs/components/schemas/Client.md | 2 +- .../components/schemas/ComplexQuadrilateral.md | 2 +- .../ComposedAnyOfDifferentTypesNoValidations.md | 2 +- .../java/docs/components/schemas/ComposedArray.md | 2 +- .../schemas/ComposedOneOfDifferentTypes.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 2 +- .../petstore/java/docs/components/schemas/Dog.md | 2 +- .../java/docs/components/schemas/Drawing.md | 4 ++-- .../java/docs/components/schemas/EnumArrays.md | 4 ++-- .../java/docs/components/schemas/EnumTest.md | 2 +- .../docs/components/schemas/EquilateralTriangle.md | 2 +- .../petstore/java/docs/components/schemas/File.md | 2 +- .../docs/components/schemas/FileSchemaTestClass.md | 4 ++-- .../petstore/java/docs/components/schemas/Foo.md | 2 +- .../java/docs/components/schemas/FormatTest.md | 4 ++-- .../java/docs/components/schemas/FromSchema.md | 2 +- .../petstore/java/docs/components/schemas/Fruit.md | 2 +- .../java/docs/components/schemas/GmFruit.md | 2 +- .../docs/components/schemas/GrandparentAnimal.md | 2 +- .../docs/components/schemas/HasOnlyReadOnly.md | 2 +- .../docs/components/schemas/HealthCheckResult.md | 2 +- .../docs/components/schemas/IsoscelesTriangle.md | 2 +- .../petstore/java/docs/components/schemas/Items.md | 2 +- .../docs/components/schemas/JSONPatchRequest.md | 2 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 2 +- .../components/schemas/JSONPatchRequestMoveCopy.md | 2 +- .../components/schemas/JSONPatchRequestRemove.md | 2 +- .../java/docs/components/schemas/MapTest.md | 10 +++++----- .../MixedPropertiesAndAdditionalPropertiesClass.md | 4 ++-- .../petstore/java/docs/components/schemas/Money.md | 2 +- .../java/docs/components/schemas/MyObjectDto.md | 2 +- .../petstore/java/docs/components/schemas/Name.md | 2 +- .../components/schemas/NoAdditionalProperties.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 14 +++++++------- .../java/docs/components/schemas/NumberOnly.md | 2 +- .../components/schemas/ObjWithRequiredProps.md | 2 +- .../components/schemas/ObjWithRequiredPropsBase.md | 2 +- .../schemas/ObjectModelWithArgAndArgsProperties.md | 2 +- .../components/schemas/ObjectModelWithRefProps.md | 2 +- ...jectWithAllOfWithReqTestPropFromUnsetAddProp.md | 2 +- .../schemas/ObjectWithCollidingProperties.md | 2 +- .../schemas/ObjectWithDecimalProperties.md | 2 +- .../schemas/ObjectWithDifficultlyNamedProps.md | 2 +- .../schemas/ObjectWithInlineCompositionProperty.md | 2 +- .../ObjectWithInvalidNamedRefedProperties.md | 2 +- .../schemas/ObjectWithNonIntersectingValues.md | 2 +- .../schemas/ObjectWithOnlyOptionalProps.md | 2 +- .../schemas/ObjectWithOptionalTestProp.md | 2 +- .../petstore/java/docs/components/schemas/Order.md | 2 +- .../schemas/PaginatedResultMyObjectDto.md | 4 ++-- .../petstore/java/docs/components/schemas/Pet.md | 6 +++--- .../java/docs/components/schemas/Player.md | 2 +- .../java/docs/components/schemas/PublicKey.md | 2 +- .../components/schemas/QuadrilateralInterface.md | 2 +- .../java/docs/components/schemas/ReadOnlyFirst.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 2 +- .../components/schemas/ReqPropsFromTrueAddProps.md | 2 +- .../schemas/ReqPropsFromUnsetAddProps.md | 2 +- .../java/docs/components/schemas/ReturnSchema.md | 2 +- .../docs/components/schemas/ScaleneTriangle.md | 2 +- .../docs/components/schemas/Schema200Response.md | 2 +- .../schemas/SelfReferencingArrayModel.md | 2 +- .../schemas/SelfReferencingObjectModel.md | 2 +- .../docs/components/schemas/SimpleQuadrilateral.md | 2 +- .../docs/components/schemas/SpecialModelname.md | 2 +- .../docs/components/schemas/StringBooleanMap.md | 2 +- .../petstore/java/docs/components/schemas/Tag.md | 2 +- .../docs/components/schemas/TriangleInterface.md | 2 +- .../petstore/java/docs/components/schemas/User.md | 2 +- .../petstore/java/docs/components/schemas/Whale.md | 2 +- .../petstore/java/docs/components/schemas/Zebra.md | 2 +- .../fake/get/parameters/parameter0/Schema0.md | 2 +- .../fake/get/parameters/parameter2/Schema2.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 4 ++-- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../requestbody/content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../requestbody/content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../put/parameters/parameter3/Schema3.md | 2 +- .../put/parameters/parameter4/Schema4.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 4 ++-- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../openapitools/components/schemas/Schema_doc.hbs | 4 ++-- 126 files changed, 164 insertions(+), 164 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 0db73b71a31..d0e4ceb681b 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -30,7 +30,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList | of(List> arg, SchemaConfiguration configuration) | +| static [SchemaList](#schemalist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index dd9438a310f..0785838177e 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -30,7 +30,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList | of(List> arg, SchemaConfiguration configuration) | +| static [SchemaList](#schemalist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index fb46433393b..f3c91cf554a 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -30,7 +30,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList | of(List> arg, SchemaConfiguration configuration) | +| static [SchemaList](#schemalist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 1004c5a9c96..7bbc240b304 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | int | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 688cb2fdb8c..3fed83f0d76 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AbstractStepMessageMap | of(Map arg, SchemaConfiguration configuration) | +| static [AbstractStepMessageMap](#abstractstepmessagemap) | of(Map arg, SchemaConfiguration configuration) | | Object | description()
| | String | discriminator()
| | Object | sequenceNumber()
| diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index edb3f1d9f7e..aa46c298893 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -50,7 +50,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesClassMap | of(Map arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesClassMap](#additionalpropertiesclassmap) | of(Map arg, SchemaConfiguration configuration) | | MapPropertyMap | map_property()
[optional] | | MapOfMapPropertyMap | map_of_map_property()
[optional] | | Object | anytype_1()
[optional] | @@ -97,7 +97,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapWithUndeclaredPropertiesStringMap | of(Map arg, SchemaConfiguration configuration) | +| static [MapWithUndeclaredPropertiesStringMap](#mapwithundeclaredpropertiesstringmap) | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -142,7 +142,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static EmptyMapMap | of(Map arg, SchemaConfiguration configuration) | +| static [EmptyMapMap](#emptymapmap) | of(Map arg, SchemaConfiguration configuration) | ## Input Map Keys ``` @@ -190,7 +190,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapWithUndeclaredPropertiesAnytype3Map | of(Map arg, SchemaConfiguration configuration) | +| static [MapWithUndeclaredPropertiesAnytype3Map](#mapwithundeclaredpropertiesanytype3map) | of(Map arg, SchemaConfiguration configuration) | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -281,7 +281,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapOfMapPropertyMap | of(Map> arg, SchemaConfiguration configuration) | +| static [MapOfMapPropertyMap](#mapofmappropertymap) | of(Map> arg, SchemaConfiguration configuration) | | AdditionalPropertiesMap | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -312,7 +312,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesMap](#additionalpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -354,7 +354,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapPropertyMap | of(Map arg, SchemaConfiguration configuration) | +| static [MapPropertyMap](#mappropertymap) | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index dfc5e43ddc5..c290c0084b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -49,7 +49,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema2Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema2Map](#schema2map) | of(Map arg, SchemaConfiguration configuration) | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -99,7 +99,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -149,7 +149,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema0Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema0Map](#schema0map) | of(Map arg, SchemaConfiguration configuration) | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index d2af9b081c6..6e55665502e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesWithArrayOfEnumsMap | of(Map> arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesWithArrayOfEnumsMap](#additionalpropertieswitharrayofenumsmap) | of(Map> arg, SchemaConfiguration configuration) | | AdditionalPropertiesList | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -63,7 +63,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesList | of(List arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesList](#additionalpropertieslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 7ed8671031a..08f09ed67b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AddressMap | of(Map arg, SchemaConfiguration configuration) | +| static [AddressMap](#addressmap) | of(Map arg, SchemaConfiguration configuration) | | long | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index fbbf87d071b..2d4481e8080 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AnimalMap | of(Map arg, SchemaConfiguration configuration) | +| static [AnimalMap](#animalmap) | of(Map arg, SchemaConfiguration configuration) | | String | className()
| | String | color()
[optional] if omitted the server will use the default value of red | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 8bac3e81833..41909ada55e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -30,7 +30,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AnimalFarmList | of(List> arg, SchemaConfiguration configuration) | +| static [AnimalFarmList](#animalfarmlist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index d433e251cb3..5d09869b842 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -39,7 +39,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AnyTypeAndFormatMap | of(Map arg, SchemaConfiguration configuration) | +| static [AnyTypeAndFormatMap](#anytypeandformatmap) | of(Map arg, SchemaConfiguration configuration) | | Object | date()
[optional] value must conform to RFC-3339 full-date YYYY-MM-DD | | Object | binary()
[optional] | | Object | int32()
[optional] value must be a 32 bit integer | diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 915d3068128..1490075e6a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ApiResponseMap | of(Map arg, SchemaConfiguration configuration) | +| static [ApiResponseMap](#apiresponsemap) | of(Map arg, SchemaConfiguration configuration) | | int | code()
[optional] value must be a 32 bit integer | | String | type()
[optional] | | String | message()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index fde6d54e6c3..3665bc53bf2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AppleMap | of(Map arg, SchemaConfiguration configuration) | +| static [AppleMap](#applemap) | of(Map arg, SchemaConfiguration configuration) | | String | cultivar()
| | String | origin()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 12c674fcc82..5e340611536 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AppleReqMap | of(Map arg, SchemaConfiguration configuration) | +| static [AppleReqMap](#applereqmap) | of(Map arg, SchemaConfiguration configuration) | | String | cultivar()
| | boolean | mealy()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 6033cb73ccb..87b3f6103d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayHoldingAnyTypeList | of(List arg, SchemaConfiguration configuration) | +| static [ArrayHoldingAnyTypeList](#arrayholdinganytypelist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 05dc4ffb0da..db4fa86c1f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -35,7 +35,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayOfArrayOfNumberOnlyMap | of(Map arg, SchemaConfiguration configuration) | +| static [ArrayOfArrayOfNumberOnlyMap](#arrayofarrayofnumberonlymap) | of(Map arg, SchemaConfiguration configuration) | | ArrayArrayNumberList | ArrayArrayNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | @@ -68,7 +68,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayArrayNumberList | of(List> arg, SchemaConfiguration configuration) | +| static [ArrayArrayNumberList](#arrayarraynumberlist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -98,7 +98,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ItemsList | of(List arg, SchemaConfiguration configuration) | +| static [ItemsList](#itemslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index f39f9868afd..ca41e5fea64 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -30,7 +30,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayOfEnumsList | of(List arg, SchemaConfiguration configuration) | +| static [ArrayOfEnumsList](#arrayofenumslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index cf404899793..6664433072f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayOfNumberOnlyMap | of(Map arg, SchemaConfiguration configuration) | +| static [ArrayOfNumberOnlyMap](#arrayofnumberonlymap) | of(Map arg, SchemaConfiguration configuration) | | ArrayNumberList | ArrayNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | @@ -66,7 +66,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayNumberList | of(List arg, SchemaConfiguration configuration) | +| static [ArrayNumberList](#arraynumberlist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 69eec82f8f2..7a70403f4f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -42,7 +42,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayTestMap | of(Map arg, SchemaConfiguration configuration) | +| static [ArrayTestMap](#arraytestmap) | of(Map arg, SchemaConfiguration configuration) | | ArrayOfStringList | array_of_string()
[optional] | | ArrayArrayOfIntegerList | array_array_of_integer()
[optional] | | ArrayArrayOfModelList | array_array_of_model()
[optional] | @@ -79,7 +79,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayArrayOfModelList | of(List>> arg, SchemaConfiguration configuration) | +| static [ArrayArrayOfModelList](#arrayarrayofmodellist) | of(List>> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -109,7 +109,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ItemsList1 | of(List> arg, SchemaConfiguration configuration) | +| static [ItemsList1](#itemslist1) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -139,7 +139,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayArrayOfIntegerList | of(List> arg, SchemaConfiguration configuration) | +| static [ArrayArrayOfIntegerList](#arrayarrayofintegerlist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -169,7 +169,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ItemsList | of(List arg, SchemaConfiguration configuration) | +| static [ItemsList](#itemslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -210,7 +210,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayOfStringList | of(List arg, SchemaConfiguration configuration) | +| static [ArrayOfStringList](#arrayofstringlist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 48ae6f3cfd1..e0c7b81bf13 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayWithValidationsInItemsList | of(List arg, SchemaConfiguration configuration) | +| static [ArrayWithValidationsInItemsList](#arraywithvalidationsinitemslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 50c798d59e3..cb8ec2385ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static BananaMap | of(Map arg, SchemaConfiguration configuration) | +| static [BananaMap](#bananamap) | of(Map arg, SchemaConfiguration configuration) | | Number | lengthCm()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index dd891a829eb..5061f10befb 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static BananaReqMap | of(Map arg, SchemaConfiguration configuration) | +| static [BananaReqMap](#bananareqmap) | of(Map arg, SchemaConfiguration configuration) | | Number | lengthCm()
| | boolean | sweet()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index a8ec4888bc8..d5c2df1280c 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static BasquePigMap | of(Map arg, SchemaConfiguration configuration) | +| static [BasquePigMap](#basquepigmap) | of(Map arg, SchemaConfiguration configuration) | | String | className()
must be one of ["BasquePig"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index b4a8489276b..614bb566dd5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -36,7 +36,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static CapitalizationMap | of(Map arg, SchemaConfiguration configuration) | +| static [CapitalizationMap](#capitalizationmap) | of(Map arg, SchemaConfiguration configuration) | | String | smallCamel()
[optional] | | String | CapitalCamel()
[optional] | | String | small_Snake()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 3ed7099e6a4..9e3273fe184 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | boolean | declawed()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index cd765aa33cd..413bd45fdd1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static CategoryMap | of(Map arg, SchemaConfiguration configuration) | +| static [CategoryMap](#categorymap) | of(Map arg, SchemaConfiguration configuration) | | String | name()
if omitted the server will use the default value of default-name | | long | id()
[optional] value must be a 64 bit integer | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index c10dd9f0b97..78a147610e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | String | name()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index bdf27f6bced..dfb559c9602 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -42,7 +42,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ClassModelMap | of(Map arg, SchemaConfiguration configuration) | +| static [ClassModelMap](#classmodelmap) | of(Map arg, SchemaConfiguration configuration) | | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["_class"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index c0557a8d287..4ea51e1f3d3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ClientMap | of(Map arg, SchemaConfiguration configuration) | +| static [ClientMap](#clientmap) | of(Map arg, SchemaConfiguration configuration) | | String | client()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index f4088a1911e..8a792319b4f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | String | quadrilateralType()
[optional] must be one of ["ComplexQuadrilateral"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index f4d400d401c..8289ee0946f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -132,7 +132,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema9List | of(List arg, SchemaConfiguration configuration) | +| static [Schema9List](#schema9list) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 94b3c9282c3..54c1a2b40fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ComposedArrayList | of(List arg, SchemaConfiguration configuration) | +| static [ComposedArrayList](#composedarraylist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index fdfb3bc7a96..bdfc312b980 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -69,7 +69,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema5List | of(List arg, SchemaConfiguration configuration) | +| static [Schema5List](#schema5list) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index da9aa2a0115..60abd38aaa1 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static DanishPigMap | of(Map arg, SchemaConfiguration configuration) | +| static [DanishPigMap](#danishpigmap) | of(Map arg, SchemaConfiguration configuration) | | String | className()
must be one of ["DanishPig"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 0da41e98abc..c11cafa3580 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | String | breed()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index e133fb3820b..7f116de53c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static DrawingMap | of(Map arg, SchemaConfiguration configuration) | +| static [DrawingMap](#drawingmap) | of(Map arg, SchemaConfiguration configuration) | | Object | mainShape()
[optional] | | Object | shapeOrNull()
[optional] | | Object | nullableShape()
[optional] | @@ -71,7 +71,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ShapesList | of(List arg, SchemaConfiguration configuration) | +| static [ShapesList](#shapeslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index b0d54776eab..ae2438796e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static EnumArraysMap | of(Map arg, SchemaConfiguration configuration) | +| static [EnumArraysMap](#enumarraysmap) | of(Map arg, SchemaConfiguration configuration) | | String | just_symbol()
[optional] must be one of [">=", "$"] | | ArrayEnumList | array_enum()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | @@ -69,7 +69,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayEnumList | of(List arg, SchemaConfiguration configuration) | +| static [ArrayEnumList](#arrayenumlist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index a2ebaf45623..60af7b23e05 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static EnumTestMap | of(Map arg, SchemaConfiguration configuration) | +| static [EnumTestMap](#enumtestmap) | of(Map arg, SchemaConfiguration configuration) | | String | enum_string_required()
must be one of ["UPPER", "lower", ""] | | String | enum_string()
[optional] must be one of ["UPPER", "lower", ""] | | int | enum_integer()
[optional] must be one of [1, -1] value must be a 32 bit integer | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index db47e214bab..da8f50aee1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | String | triangleType()
[optional] must be one of ["EquilateralTriangle"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 30f9943ec11..07aaabb51fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FileMap | of(Map arg, SchemaConfiguration configuration) | +| static [FileMap](#filemap) | of(Map arg, SchemaConfiguration configuration) | | String | sourceURI()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index cbe6f5b8025..efdd9d1db50 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FileSchemaTestClassMap | of(Map arg, SchemaConfiguration configuration) | +| static [FileSchemaTestClassMap](#fileschematestclassmap) | of(Map arg, SchemaConfiguration configuration) | | File.FileMap | file()
[optional] | | FilesList | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | @@ -67,7 +67,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FilesList | of(List> arg, SchemaConfiguration configuration) | +| static [FilesList](#fileslist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index d5c72db2eb5..29050ffe516 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -30,7 +30,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FooMap | of(Map arg, SchemaConfiguration configuration) | +| static [FooMap](#foomap) | of(Map arg, SchemaConfiguration configuration) | | String | bar()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 5ab2a8610d5..89e3a93202e 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -53,7 +53,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FormatTestMap | of(Map arg, SchemaConfiguration configuration) | +| static [FormatTestMap](#formattestmap) | of(Map arg, SchemaConfiguration configuration) | | String | date()
value must conform to RFC-3339 full-date YYYY-MM-DD | | String | password()
| | int | int32()
[optional] value must be a 32 bit integer | @@ -247,7 +247,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayWithUniqueItemsList | of(List arg, SchemaConfiguration configuration) | +| static [ArrayWithUniqueItemsList](#arraywithuniqueitemslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index b07da32f329..7a9bbddd00d 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FromSchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [FromSchemaMap](#fromschemamap) | of(Map arg, SchemaConfiguration configuration) | | String | data()
[optional] | | long | id()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 3e8148e6876..d46c1b42417 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -39,7 +39,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FruitMap | of(Map arg, SchemaConfiguration configuration) | +| static [FruitMap](#fruitmap) | of(Map arg, SchemaConfiguration configuration) | | String | color()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 24522d8b5c9..77ff35de467 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -39,7 +39,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static GmFruitMap | of(Map arg, SchemaConfiguration configuration) | +| static [GmFruitMap](#gmfruitmap) | of(Map arg, SchemaConfiguration configuration) | | String | color()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 5089373f942..f46db865255 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static GrandparentAnimalMap | of(Map arg, SchemaConfiguration configuration) | +| static [GrandparentAnimalMap](#grandparentanimalmap) | of(Map arg, SchemaConfiguration configuration) | | String | pet_type()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index b0f2ca97741..815162cc4c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static HasOnlyReadOnlyMap | of(Map arg, SchemaConfiguration configuration) | +| static [HasOnlyReadOnlyMap](#hasonlyreadonlymap) | of(Map arg, SchemaConfiguration configuration) | | String | bar()
[optional] | | String | foo()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 923aa925d8d..8bcfe08a2ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static HealthCheckResultMap | of(Map arg, SchemaConfiguration configuration) | +| static [HealthCheckResultMap](#healthcheckresultmap) | of(Map arg, SchemaConfiguration configuration) | | String | NullableMessage()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 33933479df6..48f38779abb 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | String | triangleType()
[optional] must be one of ["IsoscelesTriangle"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 0bca8fe58e8..c2021a5be16 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -34,7 +34,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ItemsList | of(List> arg, SchemaConfiguration configuration) | +| static [ItemsList](#itemslist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 4d5e7322cc4..9fa82edddae 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static JSONPatchRequestList | of(List arg, SchemaConfiguration configuration) | +| static [JSONPatchRequestList](#jsonpatchrequestlist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 91140ad0f6e..57a2d5922dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static JSONPatchRequestAddReplaceTestMap | of(Map arg, SchemaConfiguration configuration) | +| static [JSONPatchRequestAddReplaceTestMap](#jsonpatchrequestaddreplacetestmap) | of(Map arg, SchemaConfiguration configuration) | | String | op()
must be one of ["add", "replace", "test"] | | String | path()
| | Object | value()
| diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 0f244a6b791..96eb83d3e38 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static JSONPatchRequestMoveCopyMap | of(Map arg, SchemaConfiguration configuration) | +| static [JSONPatchRequestMoveCopyMap](#jsonpatchrequestmovecopymap) | of(Map arg, SchemaConfiguration configuration) | | String | from()
| | String | op()
must be one of ["move", "copy"] | | String | path()
| diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 0bda3aa0a86..3bd7fe41271 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static JSONPatchRequestRemoveMap | of(Map arg, SchemaConfiguration configuration) | +| static [JSONPatchRequestRemoveMap](#jsonpatchrequestremovemap) | of(Map arg, SchemaConfiguration configuration) | | String | op()
must be one of ["remove"] | | String | path()
| diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 20ec26f228b..14f93126700 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -41,7 +41,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapTestMap | of(Map arg, SchemaConfiguration configuration) | +| static [MapTestMap](#maptestmap) | of(Map arg, SchemaConfiguration configuration) | | MapMapOfStringMap | map_map_of_string()
[optional] | | MapOfEnumStringMap | map_of_enum_string()
[optional] | | DirectMapMap | direct_map()
[optional] | @@ -80,7 +80,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static DirectMapMap | of(Map arg, SchemaConfiguration configuration) | +| static [DirectMapMap](#directmapmap) | of(Map arg, SchemaConfiguration configuration) | | boolean | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -122,7 +122,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapOfEnumStringMap | of(Map arg, SchemaConfiguration configuration) | +| static [MapOfEnumStringMap](#mapofenumstringmap) | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -164,7 +164,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapMapOfStringMap | of(Map> arg, SchemaConfiguration configuration) | +| static [MapMapOfStringMap](#mapmapofstringmap) | of(Map> arg, SchemaConfiguration configuration) | | AdditionalPropertiesMap | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -195,7 +195,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static AdditionalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| static [AdditionalPropertiesMap](#additionalpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index da60531941a..305847bffa8 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MixedPropertiesAndAdditionalPropertiesClassMap | of(Map arg, SchemaConfiguration configuration) | +| static [MixedPropertiesAndAdditionalPropertiesClassMap](#mixedpropertiesandadditionalpropertiesclassmap) | of(Map arg, SchemaConfiguration configuration) | | String | dateTime()
[optional] value must conform to RFC-3339 date-time | | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | @@ -70,7 +70,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MapMap | of(Map> arg, SchemaConfiguration configuration) | +| static [MapMap](#mapmap) | of(Map> arg, SchemaConfiguration configuration) | | Animal.AnimalMap | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 96932a142df..a33cb9646fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MoneyMap | of(Map arg, SchemaConfiguration configuration) | +| static [MoneyMap](#moneymap) | of(Map arg, SchemaConfiguration configuration) | | String | amount()
value must be int or float numeric | | String | currency()
| diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index c862f4c96b0..f0e61adbb2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static MyObjectDtoMap | of(Map arg, SchemaConfiguration configuration) | +| static [MyObjectDtoMap](#myobjectdtomap) | of(Map arg, SchemaConfiguration configuration) | | String | id()
[optional] value must be a uuid | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index cef3f8baea1..2a5cff1ef65 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -44,7 +44,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static NameMap | of(Map arg, SchemaConfiguration configuration) | +| static [NameMap](#namemap) | of(Map arg, SchemaConfiguration configuration) | | int | name()
value must be a 32 bit integer | | int | snake_case()
[optional] value must be a 32 bit integer | | String | property()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 7678e2f5802..0585c3e3c00 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static NoAdditionalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| static [NoAdditionalPropertiesMap](#noadditionalpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | long | id()
value must be a 64 bit integer | | long | petId()
[optional] value must be a 64 bit integer | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 69b67c12e7e..d91a1e8774e 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -55,7 +55,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static NullableClassMap | of(Map arg, SchemaConfiguration configuration) | +| static [NullableClassMap](#nullableclassmap) | of(Map arg, SchemaConfiguration configuration) | | Long | integer_prop()
[optional] | | Number | number_prop()
[optional] | | Boolean | boolean_prop()
[optional] | @@ -110,7 +110,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectItemsNullableMap | of(Map> arg, SchemaConfiguration configuration) | +| static [ObjectItemsNullableMap](#objectitemsnullablemap) | of(Map> arg, SchemaConfiguration configuration) | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -154,7 +154,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectAndItemsNullablePropMap | of(Map> arg, SchemaConfiguration configuration) | +| static [ObjectAndItemsNullablePropMap](#objectanditemsnullablepropmap) | of(Map> arg, SchemaConfiguration configuration) | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -198,7 +198,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectNullablePropMap | of(Map> arg, SchemaConfiguration configuration) | +| static [ObjectNullablePropMap](#objectnullablepropmap) | of(Map> arg, SchemaConfiguration configuration) | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -240,7 +240,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayItemsNullableList | of(List> arg, SchemaConfiguration configuration) | +| static [ArrayItemsNullableList](#arrayitemsnullablelist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -283,7 +283,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayAndItemsNullablePropList | of(List> arg, SchemaConfiguration configuration) | +| static [ArrayAndItemsNullablePropList](#arrayanditemsnullableproplist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -326,7 +326,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ArrayNullablePropList | of(List> arg, SchemaConfiguration configuration) | +| static [ArrayNullablePropList](#arraynullableproplist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 0937e116516..af04dc8b4b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static NumberOnlyMap | of(Map arg, SchemaConfiguration configuration) | +| static [NumberOnlyMap](#numberonlymap) | of(Map arg, SchemaConfiguration configuration) | | Number | JustNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 5937b81a803..35e41aad525 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjWithRequiredPropsMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjWithRequiredPropsMap](#objwithrequiredpropsmap) | of(Map arg, SchemaConfiguration configuration) | | String | a()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 55d1b557ff7..a82e3abf9b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjWithRequiredPropsBaseMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjWithRequiredPropsBaseMap](#objwithrequiredpropsbasemap) | of(Map arg, SchemaConfiguration configuration) | | String | b()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 1c1aa131fe2..7c617f26f9f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectModelWithArgAndArgsPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectModelWithArgAndArgsPropertiesMap](#objectmodelwithargandargspropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | String | arg()
| | String | args()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index ba5bd2b3c83..4f74be832d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectModelWithRefPropsMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectModelWithRefPropsMap](#objectmodelwithrefpropsmap) | of(Map arg, SchemaConfiguration configuration) | | Number | myNumber()
[optional] | | String | myString()
[optional] | | boolean | myBoolean()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index f89b32061ac..2d80c3a5b25 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | Object | test()
| | String | name()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index f433f155431..0ccd1e7b3e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -35,7 +35,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithCollidingPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithCollidingPropertiesMap](#objectwithcollidingpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | FrozenMap | someProp()
[optional] | | FrozenMap | someprop()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 8b0216ae177..1b80d8d88f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithDecimalPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithDecimalPropertiesMap](#objectwithdecimalpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | String | length()
[optional] | | String | width()
[optional] value must be int or float numeric | | Money.MoneyMap | cost()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 771bd116631..f6f2180802b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -36,7 +36,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithDifficultlyNamedPropsMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithDifficultlyNamedPropsMap](#objectwithdifficultlynamedpropsmap) | of(Map arg, SchemaConfiguration configuration) | | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index bb7bf1d2212..edc4ae2c147 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithInlineCompositionPropertyMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithInlineCompositionPropertyMap](#objectwithinlinecompositionpropertymap) | of(Map arg, SchemaConfiguration configuration) | | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index eb51cea957d..313df685955 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -30,7 +30,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithInvalidNamedRefedPropertiesMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | FromSchema.FromSchemaMap | from()
| | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["!reference"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 814cb83897c..ac754d7a79a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithNonIntersectingValuesMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithNonIntersectingValuesMap](#objectwithnonintersectingvaluesmap) | of(Map arg, SchemaConfiguration configuration) | | Number | a()
[optional] | | String | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 6c51932ebb5..b41ddefbf3a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithOnlyOptionalPropsMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithOnlyOptionalPropsMap](#objectwithonlyoptionalpropsmap) | of(Map arg, SchemaConfiguration configuration) | | String | a()
[optional] | | Number | b()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 6c508331232..01011911bbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ObjectWithOptionalTestPropMap | of(Map arg, SchemaConfiguration configuration) | +| static [ObjectWithOptionalTestPropMap](#objectwithoptionaltestpropmap) | of(Map arg, SchemaConfiguration configuration) | | String | test()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index d2bbd17fed0..1d358d37755 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -36,7 +36,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static OrderMap | of(Map arg, SchemaConfiguration configuration) | +| static [OrderMap](#ordermap) | of(Map arg, SchemaConfiguration configuration) | | long | id()
[optional] value must be a 64 bit integer | | long | petId()
[optional] value must be a 64 bit integer | | int | quantity()
[optional] value must be a 32 bit integer | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index deb7166a71e..7c3071d3f13 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PaginatedResultMyObjectDtoMap | of(Map arg, SchemaConfiguration configuration) | +| static [PaginatedResultMyObjectDtoMap](#paginatedresultmyobjectdtomap) | of(Map arg, SchemaConfiguration configuration) | | long | count()
| | ResultsList | results()
| @@ -67,7 +67,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ResultsList | of(List> arg, SchemaConfiguration configuration) | +| static [ResultsList](#resultslist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 0d8b247f4c4..8d053dd948d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -41,7 +41,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PetMap | of(Map arg, SchemaConfiguration configuration) | +| static [PetMap](#petmap) | of(Map arg, SchemaConfiguration configuration) | | String | name()
| | PhotoUrlsList | photoUrls()
| | long | id()
[optional] value must be a 64 bit integer | @@ -84,7 +84,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static TagsList | of(List> arg, SchemaConfiguration configuration) | +| static [TagsList](#tagslist) | of(List> arg, SchemaConfiguration configuration) | ## Input List Items ``` @@ -128,7 +128,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PhotoUrlsList | of(List arg, SchemaConfiguration configuration) | +| static [PhotoUrlsList](#photourlslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 39adb3c3157..94bf129016f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PlayerMap | of(Map arg, SchemaConfiguration configuration) | +| static [PlayerMap](#playermap) | of(Map arg, SchemaConfiguration configuration) | | String | name()
[optional] | | PlayerMap | enemyPlayer()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index a98b9b68f78..c20663ddfb3 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static PublicKeyMap | of(Map arg, SchemaConfiguration configuration) | +| static [PublicKeyMap](#publickeymap) | of(Map arg, SchemaConfiguration configuration) | | String | key()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 0b60074d29b..088af1dc072 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -40,7 +40,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static QuadrilateralInterfaceMap | of(Map arg, SchemaConfiguration configuration) | +| static [QuadrilateralInterfaceMap](#quadrilateralinterfacemap) | of(Map arg, SchemaConfiguration configuration) | | String | quadrilateralType()
| | String | shapeType()
must be one of ["Quadrilateral"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 66569d43f61..f395d52fd03 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReadOnlyFirstMap | of(Map arg, SchemaConfiguration configuration) | +| static [ReadOnlyFirstMap](#readonlyfirstmap) | of(Map arg, SchemaConfiguration configuration) | | String | bar()
[optional] | | String | baz()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index d58f812a1b1..84339e32a20 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReqPropsFromExplicitAddPropsMap | of(Map arg, SchemaConfiguration configuration) | +| static [ReqPropsFromExplicitAddPropsMap](#reqpropsfromexplicitaddpropsmap) | of(Map arg, SchemaConfiguration configuration) | | String | validName()
| | String | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | | String | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 61534a972b0..3c10f84a4cd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReqPropsFromTrueAddPropsMap | of(Map arg, SchemaConfiguration configuration) | +| static [ReqPropsFromTrueAddPropsMap](#reqpropsfromtrueaddpropsmap) | of(Map arg, SchemaConfiguration configuration) | | Object | validName()
| | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 3ee5a5dbe58..4f4940a0e6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -30,7 +30,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReqPropsFromUnsetAddPropsMap | of(Map arg, SchemaConfiguration configuration) | +| static [ReqPropsFromUnsetAddPropsMap](#reqpropsfromunsetaddpropsmap) | of(Map arg, SchemaConfiguration configuration) | | Object | validName()
| | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index d7c859109ff..5b5b82c0964 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -42,7 +42,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ReturnMap | of(Map arg, SchemaConfiguration configuration) | +| static [ReturnMap](#returnmap) | of(Map arg, SchemaConfiguration configuration) | | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["return"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 8f91bfe168f..1e850a22598 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | String | triangleType()
[optional] must be one of ["ScaleneTriangle"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 17f787f7346..1bdedfb70bf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -43,7 +43,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema200ResponseMap | of(Map arg, SchemaConfiguration configuration) | +| static [Schema200ResponseMap](#schema200responsemap) | of(Map arg, SchemaConfiguration configuration) | | int | name()
[optional] value must be a 32 bit integer | | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["class"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index bacf5be869b..e19769278e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -30,7 +30,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SelfReferencingArrayModelList | of(List arg, SchemaConfiguration configuration) | +| static [SelfReferencingArrayModelList](#selfreferencingarraymodellist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 45d99d7b4a8..db9533febda 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -30,7 +30,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SelfReferencingObjectModelMap | of(Map arg, SchemaConfiguration configuration) | +| static [SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap) | of(Map arg, SchemaConfiguration configuration) | | SelfReferencingObjectModelMap | selfRef()
[optional] | | SelfReferencingObjectModelMap | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 5a5701b990a..3fbd4d1cb0f 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -51,7 +51,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static Schema1Map | of(Map arg, SchemaConfiguration configuration) | +| static [Schema1Map](#schema1map) | of(Map arg, SchemaConfiguration configuration) | | String | quadrilateralType()
[optional] must be one of ["SimpleQuadrilateral"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 04e929fc351..a7d51e6cb70 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SpecialModelnameMap | of(Map arg, SchemaConfiguration configuration) | +| static [SpecialModelnameMap](#specialmodelnamemap) | of(Map arg, SchemaConfiguration configuration) | | String | a()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index edfbc0d68cd..09b788af0a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static StringBooleanMapMap | of(Map arg, SchemaConfiguration configuration) | +| static [StringBooleanMapMap](#stringbooleanmapmap) | of(Map arg, SchemaConfiguration configuration) | | boolean | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 60a5cb26047..1ac515ee3a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static TagMap | of(Map arg, SchemaConfiguration configuration) | +| static [TagMap](#tagmap) | of(Map arg, SchemaConfiguration configuration) | | long | id()
[optional] value must be a 64 bit integer | | String | name()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 8c09160f762..3f792f528af 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -40,7 +40,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static TriangleInterfaceMap | of(Map arg, SchemaConfiguration configuration) | +| static [TriangleInterfaceMap](#triangleinterfacemap) | of(Map arg, SchemaConfiguration configuration) | | String | shapeType()
must be one of ["Triangle"] | | String | triangleType()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 66521c59f80..672dda87869 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -44,7 +44,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static UserMap | of(Map arg, SchemaConfiguration configuration) | +| static [UserMap](#usermap) | of(Map arg, SchemaConfiguration configuration) | | long | id()
[optional] value must be a 64 bit integer | | String | username()
[optional] | | String | firstName()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index ea7d69af573..c5b405be9cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static WhaleMap | of(Map arg, SchemaConfiguration configuration) | +| static [WhaleMap](#whalemap) | of(Map arg, SchemaConfiguration configuration) | | String | className()
must be one of ["whale"] | | boolean | hasBaleen()
[optional] | | boolean | hasTeeth()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 1478305ed8e..8be81860689 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static ZebraMap | of(Map arg, SchemaConfiguration configuration) | +| static [ZebraMap](#zebramap) | of(Map arg, SchemaConfiguration configuration) | | String | className()
must be one of ["zebra"] | | String | type()
[optional] must be one of ["plains", "mountain", "grevys"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 5eea9cb0e11..050ee87574a 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList0 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList0](#schemalist0) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index ade273261e3..a5e71e033c9 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList2 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList2](#schemalist2) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index c35d2855af3..57bfea8fca7 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -34,7 +34,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | EnumFormStringArrayList | enum_form_string_array()
[optional] | | String | enum_form_string()
[optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | @@ -86,7 +86,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static EnumFormStringArrayList | of(List arg, SchemaConfiguration configuration) | +| static [EnumFormStringArrayList](#enumformstringarraylist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index f6e8abe607c..5ee6de13524 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -44,7 +44,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | pattern_without_delimiter()
| | int | int32()
[optional] value must be a 32 bit integer | | long | int64()
[optional] value must be a 64 bit integer | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 03ad017216b..966e349444f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index bac9ab3dee8..f5af5d0663e 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap1 | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap1](#schemamap1) | of(Map arg, SchemaConfiguration configuration) | | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index fe9c2c127c4..4b4a1f287b8 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 4964e406cec..af903afe547 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | Object | someProp()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 4e59457eefb..7cacde41ef0 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | param()
| | String | param2()
| | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index b9a9dfdc817..015c673d3e1 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | a()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index ee45e0cd520..ceea9cbf6e0 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | b()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index da388277551..edf2d29ef89 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -31,7 +31,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap0 | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap0](#schemamap0) | of(Map arg, SchemaConfiguration configuration) | | String | keyword()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 4ffc2724360..78d2b58b272 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | requiredFile()
| | String | additionalMetadata()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index b8de7c5a8c3..323692d755b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList0 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList0](#schemalist0) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index b0c22a65741..42bcdc4d5f5 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList1 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList1](#schemalist1) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 1043a33cfb9..39f6af82940 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList2 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList2](#schemalist2) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index d105a3e7424..5d1fbba4542 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList3 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList3](#schemalist3) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 8cfb0705072..1d6fdfdc510 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList4 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList4](#schemalist4) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index d40ceacdbab..bd56e63e19f 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | file()
| | String | additionalMetadata()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index fade8c8b744..2d3e1290ac9 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -33,7 +33,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | FilesList | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | @@ -66,7 +66,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FilesList | of(List arg, SchemaConfiguration configuration) | +| static [FilesList](#fileslist) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index a72a9363f1a..865e654bafb 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -30,7 +30,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["string"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index b46f0a024d0..847f2353ea3 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList0 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList0](#schemalist0) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index b9dbbef8c48..fb4fbbe12dd 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -31,7 +31,7 @@ A class to store validated List payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaList0 | of(List arg, SchemaConfiguration configuration) | +| static [SchemaList0](#schemalist0) | of(List arg, SchemaConfiguration configuration) | ## Input List Items ``` diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index e85a3416494..17692fd6808 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | name()
[optional] | | String | status()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 8af7eb55df7..3b298919832 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -32,7 +32,7 @@ A class to store validated Map payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static SchemaMap | of(Map arg, SchemaConfiguration configuration) | +| static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | | String | additionalMetadata()
[optional] | | String | file()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 54574eef811..2b7c9cd0d81 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -71,7 +71,7 @@ A class to store validated Map payloads {{headerSize}}## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static {{mapOutputJsonPathPiece.camelCase}} | of(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> arg, SchemaConfiguration configuration) | +| static [{{mapOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }}) | of(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> arg, SchemaConfiguration configuration) | {{#each requiredProperties}} {{#if @key.isValid}} | {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | {{@key.original}}()
{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | @@ -142,7 +142,7 @@ A class to store validated List payloads {{headerSize}}## Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static {{arrayOutputJsonPathPiece.camelCase}} | of(List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> arg, SchemaConfiguration configuration) | +| static [{{arrayOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }}) | of(List<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> arg, SchemaConfiguration configuration) | {{headerSize}}# Input List Items ``` From d8e99a28e543897b1279de4c44cbaf57ee575c2d Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 14:39:47 -0800 Subject: [PATCH 40/72] Improves doc validate signatures for array and map output types --- .../schemas/AdditionalPropertiesClass.md | 6 +++--- .../schemas/AdditionalPropertiesSchema.md | 2 +- .../ComposedAnyOfDifferentTypesNoValidations.md | 4 ++-- .../java/docs/components/schemas/ComposedObject.md | 2 +- .../schemas/ComposedOneOfDifferentTypes.md | 2 +- .../petstore/java/docs/components/schemas/Items.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 14 +++++++------- .../docs/components/schemas/ObjectInterface.md | 2 +- .../schemas/ObjectWithCollidingProperties.md | 4 ++-- .../components/schemas/ObjectWithValidations.md | 2 +- .../java/docs/components/schemas/ParentPet.md | 2 +- .../petstore/java/docs/components/schemas/User.md | 4 ++-- .../response404/content/applicationjson/Schema.md | 2 +- .../components/schemas/docschema_io_types.hbs | 12 ++++++------ 14 files changed, 30 insertions(+), 30 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index aa46c298893..328d1450df4 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -131,7 +131,7 @@ an object with no declared properties and no undeclared properties, hence it ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | +| static [EmptyMapMap](#emptymapmap) | validate(Map arg, SchemaConfiguration configuration) | ## EmptyMapMap public class EmptyMapMap @@ -229,7 +229,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype1 public class MapWithUndeclaredPropertiesAnytype1 @@ -240,7 +240,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Anytype1 public class Anytype1 diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index c290c0084b5..b51a5fb742e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -27,7 +27,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema2 public class Schema2 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 8289ee0946f..38784102e11 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -192,7 +192,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema5 public class Schema5 @@ -258,6 +258,6 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 2d2c4ec441f..eac7b47f6c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema0 public class Schema0 diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index bdfc312b980..cdf27319627 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -107,7 +107,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema3 public class Schema3 diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index c2021a5be16..1e0519a86a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -53,6 +53,6 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index d91a1e8774e..d09ddec9319 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -131,7 +131,7 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectAndItemsNullableProp public class ObjectAndItemsNullableProp @@ -175,7 +175,7 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectNullableProp public class ObjectNullableProp @@ -218,7 +218,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayItemsNullable public class ArrayItemsNullable @@ -260,7 +260,7 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayAndItemsNullableProp public class ArrayAndItemsNullableProp @@ -303,7 +303,7 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayNullableProp public class ArrayNullableProp @@ -345,7 +345,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## DatetimeProp public class DatetimeProp @@ -429,6 +429,6 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 7ea8a5bcf1c..2c55dca7018 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -18,6 +18,6 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 0ccd1e7b3e9..4a6377076ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -59,7 +59,7 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## SomeProp public class SomeProp @@ -70,6 +70,6 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 80c91515fe2..d8e6c6d9b47 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -18,6 +18,6 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index acc4ae4a6b4..cc6ed6db271 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -18,6 +18,6 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 672dda87869..6b14cfb4a0b 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -171,7 +171,7 @@ test code generation for nullable objects. Value must be a map of strings to val | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static Void | validate(Void arg, SchemaConfiguration configuration) | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithNoDeclaredProps public class ObjectWithNoDeclaredProps @@ -185,7 +185,7 @@ test code generation for objects Value must be a map of strings to values. It ca ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## UserStatus public class UserStatus diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 36a6953e334..5b9486a808f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -18,4 +18,4 @@ A schema class that validates payloads ### Method Summary | Modifier and Type | Method and Description | | ----------------- | ---------------------- | -| static [](#) | validate(Map arg, SchemaConfiguration configuration) | +| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs index d0e4230bc19..e96517fb63e 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_io_types.hbs @@ -65,18 +65,18 @@ {{/eq}} {{else}} {{#eq this "array"}} - {{#with ../items}} -| static [{{../../arrayOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces ../../arrayOutputJsonPathPiece) }}) | validate(List<{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> arg, SchemaConfiguration configuration) | + {{#if ../arrayOutputJsonPathPiece}} +| static [{{../arrayOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces ../arrayOutputJsonPathPiece) }}) | validate(List<{{#with ../items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{/with}}> arg, SchemaConfiguration configuration) | {{else}} | static FrozenList | validate(List arg, SchemaConfiguration configuration) | - {{/with}} + {{/if}} {{else}} {{#eq this "object"}} - {{#with ../mapValueSchema}} -| static [{{../../mapOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces ../../mapOutputJsonPathPiece) }}) | validate(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../../jsonPath forceNull=true }}> arg, SchemaConfiguration configuration) | + {{#if ../mapOutputJsonPathPiece}} +| static [{{../mapOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces ../mapOutputJsonPathPiece) }}) | validate(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> arg, SchemaConfiguration configuration) | {{else}} | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | - {{/with}} + {{/if}} {{/eq}} {{/eq}} {{/eq}} From 06fc3695fd8e5c799841d15905b99b94c386365e Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 14:47:25 -0800 Subject: [PATCH 41/72] Makes schema classes static --- .../Int32JsonContentTypeHeaderSchema.md | 2 +- .../numberheader/NumberHeaderSchema.md | 2 +- .../RefContentSchemaHeaderSchema.md | 2 +- .../refschemaheader/RefSchemaHeaderSchema.md | 2 +- .../stringheader/StringHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../parameters/pathusername/Schema.md | 2 +- .../refschemastringwithvalidation/Schema.md | 2 +- .../client/content/applicationjson/Schema.md | 2 +- .../pet/content/applicationjson/Schema.md | 2 +- .../pet/content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../headers/location/LocationSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +-- .../headers/someheader/SomeHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/AbstractStepMessage.md | 6 +-- .../schemas/AdditionalPropertiesClass.md | 44 ++++++++--------- .../schemas/AdditionalPropertiesSchema.md | 20 ++++---- .../AdditionalPropertiesWithArrayOfEnums.md | 6 +-- .../java/docs/components/schemas/Address.md | 6 +-- .../java/docs/components/schemas/Animal.md | 8 ++-- .../docs/components/schemas/AnimalFarm.md | 2 +- .../components/schemas/AnyTypeAndFormat.md | 22 ++++----- .../components/schemas/AnyTypeNotString.md | 4 +- .../components/schemas/ApiResponseSchema.md | 10 ++-- .../java/docs/components/schemas/Apple.md | 8 ++-- .../java/docs/components/schemas/AppleReq.md | 10 ++-- .../components/schemas/ArrayHoldingAnyType.md | 4 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 10 ++-- .../docs/components/schemas/ArrayOfEnums.md | 2 +- .../components/schemas/ArrayOfNumberOnly.md | 8 ++-- .../java/docs/components/schemas/ArrayTest.md | 18 +++---- .../schemas/ArrayWithValidationsInItems.md | 4 +- .../java/docs/components/schemas/Banana.md | 6 +-- .../java/docs/components/schemas/BananaReq.md | 10 ++-- .../java/docs/components/schemas/Bar.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 6 +-- .../docs/components/schemas/BooleanEnum.md | 2 +- .../docs/components/schemas/BooleanSchema.md | 2 +- .../docs/components/schemas/Capitalization.md | 16 +++---- .../java/docs/components/schemas/Cat.md | 8 ++-- .../java/docs/components/schemas/Category.md | 8 ++-- .../java/docs/components/schemas/ChildCat.md | 8 ++-- .../docs/components/schemas/ClassModel.md | 6 +-- .../java/docs/components/schemas/Client.md | 6 +-- .../schemas/ComplexQuadrilateral.md | 8 ++-- ...omposedAnyOfDifferentTypesNoValidations.md | 36 +++++++------- .../docs/components/schemas/ComposedArray.md | 4 +- .../docs/components/schemas/ComposedBool.md | 4 +- .../docs/components/schemas/ComposedNone.md | 4 +- .../docs/components/schemas/ComposedNumber.md | 4 +- .../docs/components/schemas/ComposedObject.md | 4 +- .../schemas/ComposedOneOfDifferentTypes.md | 14 +++--- .../docs/components/schemas/ComposedString.md | 4 +- .../java/docs/components/schemas/Currency.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 6 +-- .../docs/components/schemas/DateTimeTest.md | 2 +- .../schemas/DateTimeWithValidations.md | 2 +- .../components/schemas/DateWithValidations.md | 2 +- .../docs/components/schemas/DecimalPayload.md | 2 +- .../java/docs/components/schemas/Dog.md | 8 ++-- .../java/docs/components/schemas/Drawing.md | 6 +-- .../docs/components/schemas/EnumArrays.md | 10 ++-- .../java/docs/components/schemas/EnumClass.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 12 ++--- .../components/schemas/EquilateralTriangle.md | 8 ++-- .../java/docs/components/schemas/File.md | 6 +-- .../components/schemas/FileSchemaTestClass.md | 6 +-- .../java/docs/components/schemas/Foo.md | 4 +- .../docs/components/schemas/FormatTest.md | 48 +++++++++---------- .../docs/components/schemas/FromSchema.md | 8 ++-- .../java/docs/components/schemas/Fruit.md | 6 +-- .../java/docs/components/schemas/FruitReq.md | 4 +- .../java/docs/components/schemas/GmFruit.md | 6 +-- .../components/schemas/GrandparentAnimal.md | 6 +-- .../components/schemas/HasOnlyReadOnly.md | 8 ++-- .../components/schemas/HealthCheckResult.md | 6 +-- .../docs/components/schemas/IntegerEnum.md | 2 +- .../docs/components/schemas/IntegerEnumBig.md | 2 +- .../components/schemas/IntegerEnumOneValue.md | 2 +- .../schemas/IntegerEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/IntegerMax10.md | 2 +- .../docs/components/schemas/IntegerMin15.md | 2 +- .../components/schemas/IsoscelesTriangle.md | 8 ++-- .../java/docs/components/schemas/Items.md | 4 +- .../components/schemas/JSONPatchRequest.md | 4 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 12 ++--- .../schemas/JSONPatchRequestMoveCopy.md | 12 ++--- .../schemas/JSONPatchRequestRemove.md | 10 ++-- .../java/docs/components/schemas/Mammal.md | 2 +- .../java/docs/components/schemas/MapTest.md | 26 +++++----- ...dPropertiesAndAdditionalPropertiesClass.md | 12 ++--- .../java/docs/components/schemas/Money.md | 8 ++-- .../docs/components/schemas/MyObjectDto.md | 8 ++-- .../java/docs/components/schemas/Name.md | 10 ++-- .../schemas/NoAdditionalProperties.md | 10 ++-- .../docs/components/schemas/NullableClass.md | 48 +++++++++---------- .../docs/components/schemas/NullableShape.md | 4 +- .../docs/components/schemas/NullableString.md | 2 +- .../docs/components/schemas/NumberOnly.md | 6 +-- .../docs/components/schemas/NumberSchema.md | 2 +- .../schemas/NumberWithValidations.md | 2 +- .../schemas/ObjWithRequiredProps.md | 6 +-- .../schemas/ObjWithRequiredPropsBase.md | 6 +-- .../components/schemas/ObjectInterface.md | 2 +- .../ObjectModelWithArgAndArgsProperties.md | 8 ++-- .../schemas/ObjectModelWithRefProps.md | 4 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 8 ++-- .../schemas/ObjectWithCollidingProperties.md | 8 ++-- .../schemas/ObjectWithDecimalProperties.md | 6 +-- .../ObjectWithDifficultlyNamedProps.md | 10 ++-- .../ObjectWithInlineCompositionProperty.md | 8 ++-- .../ObjectWithInvalidNamedRefedProperties.md | 4 +- .../ObjectWithNonIntersectingValues.md | 8 ++-- .../schemas/ObjectWithOnlyOptionalProps.md | 10 ++-- .../schemas/ObjectWithOptionalTestProp.md | 6 +-- .../schemas/ObjectWithValidations.md | 2 +- .../java/docs/components/schemas/Order.md | 16 +++---- .../schemas/PaginatedResultMyObjectDto.md | 10 ++-- .../java/docs/components/schemas/ParentPet.md | 2 +- .../java/docs/components/schemas/Pet.md | 16 +++---- .../java/docs/components/schemas/Pig.md | 2 +- .../java/docs/components/schemas/Player.md | 6 +-- .../java/docs/components/schemas/PublicKey.md | 6 +-- .../docs/components/schemas/Quadrilateral.md | 2 +- .../schemas/QuadrilateralInterface.md | 8 ++-- .../docs/components/schemas/ReadOnlyFirst.md | 8 ++-- .../java/docs/components/schemas/RefPet.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 6 +-- .../schemas/ReqPropsFromTrueAddProps.md | 6 +-- .../schemas/ReqPropsFromUnsetAddProps.md | 4 +- .../docs/components/schemas/ReturnSchema.md | 6 +-- .../components/schemas/ScaleneTriangle.md | 8 ++-- .../components/schemas/Schema200Response.md | 8 ++-- .../schemas/SelfReferencingArrayModel.md | 2 +- .../schemas/SelfReferencingObjectModel.md | 4 +- .../java/docs/components/schemas/Shape.md | 2 +- .../docs/components/schemas/ShapeOrNull.md | 4 +- .../components/schemas/SimpleQuadrilateral.md | 8 ++-- .../docs/components/schemas/SomeObject.md | 2 +- .../components/schemas/SpecialModelname.md | 6 +-- .../components/schemas/StringBooleanMap.md | 6 +-- .../docs/components/schemas/StringEnum.md | 2 +- .../schemas/StringEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/StringSchema.md | 2 +- .../schemas/StringWithValidation.md | 2 +- .../java/docs/components/schemas/Tag.md | 8 ++-- .../java/docs/components/schemas/Triangle.md | 2 +- .../components/schemas/TriangleInterface.md | 8 ++-- .../docs/components/schemas/UUIDString.md | 2 +- .../java/docs/components/schemas/User.md | 32 ++++++------- .../java/docs/components/schemas/Whale.md | 10 ++-- .../java/docs/components/schemas/Zebra.md | 10 ++-- .../content/applicationjson/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../parameters/parameter0/PathParamSchema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../delete/parameters/parameter2/Schema2.md | 2 +- .../delete/parameters/parameter3/Schema3.md | 2 +- .../delete/parameters/parameter4/Schema4.md | 2 +- .../delete/parameters/parameter5/Schema5.md | 2 +- .../fake/get/parameters/parameter0/Schema0.md | 4 +- .../fake/get/parameters/parameter1/Schema1.md | 2 +- .../fake/get/parameters/parameter2/Schema2.md | 4 +- .../fake/get/parameters/parameter3/Schema3.md | 2 +- .../fake/get/parameters/parameter4/Schema4.md | 2 +- .../fake/get/parameters/parameter5/Schema5.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 10 ++-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 32 ++++++------- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +-- .../post/parameters/parameter0/Schema0.md | 4 +- .../post/parameters/parameter1/Schema1.md | 8 ++-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 8 ++-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 8 ++-- .../applicationxwwwformurlencoded/Schema.md | 8 ++-- .../applicationjsonpatchjson/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 6 +-- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../post/parameters/parameter10/Schema10.md | 2 +- .../post/parameters/parameter11/Schema11.md | 2 +- .../post/parameters/parameter12/Schema12.md | 2 +- .../post/parameters/parameter13/Schema13.md | 2 +- .../post/parameters/parameter14/Schema14.md | 2 +- .../post/parameters/parameter15/Schema15.md | 2 +- .../post/parameters/parameter16/Schema16.md | 2 +- .../post/parameters/parameter17/Schema17.md | 2 +- .../post/parameters/parameter18/Schema18.md | 2 +- .../post/parameters/parameter2/Schema2.md | 2 +- .../post/parameters/parameter3/Schema3.md | 2 +- .../post/parameters/parameter4/Schema4.md | 2 +- .../post/parameters/parameter5/Schema5.md | 2 +- .../post/parameters/parameter6/Schema6.md | 2 +- .../post/parameters/parameter7/Schema7.md | 2 +- .../post/parameters/parameter8/Schema8.md | 2 +- .../post/parameters/parameter9/Schema9.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 8 ++-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 4 +- .../put/parameters/parameter1/Schema1.md | 4 +- .../put/parameters/parameter2/Schema2.md | 4 +- .../put/parameters/parameter3/Schema3.md | 4 +- .../put/parameters/parameter4/Schema4.md | 4 +- .../put/parameters/parameter5/Schema5.md | 2 +- .../content/applicationoctetstream/Schema.md | 2 +- .../content/applicationoctetstream/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 8 ++-- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 8 ++-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 8 ++-- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 8 ++-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter1/Schema1.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../xexpiresafter/XExpiresAfterSchema.md | 2 +- .../applicationjson/XRateLimitSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/Schema_doc.hbs | 4 +- 300 files changed, 758 insertions(+), 758 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index f7e6ab4779e..18b70266d4f 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Int32JsonContentTypeHeaderSchema.Int32JsonContentTypeHeaderSchema1](#int32jsoncontenttypeheaderschema1)
schema class | ## Int32JsonContentTypeHeaderSchema1 -public class Int32JsonContentTypeHeaderSchema1 +public static class Int32JsonContentTypeHeaderSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 089d67a679f..f79e792cb6e 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NumberHeaderSchema.NumberHeaderSchema1](#numberheaderschema1)
schema class | ## NumberHeaderSchema1 -public class NumberHeaderSchema1 +public static class NumberHeaderSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index 105887f6407..e57de71da38 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [RefContentSchemaHeaderSchema.RefContentSchemaHeaderSchema1](#refcontentschemaheaderschema1)
schema class | ## RefContentSchemaHeaderSchema1 -public class RefContentSchemaHeaderSchema1 +public static class RefContentSchemaHeaderSchema1 extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 123c01466a2..72f7ba2e68d 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [RefSchemaHeaderSchema.RefSchemaHeaderSchema1](#refschemaheaderschema1)
schema class | ## RefSchemaHeaderSchema1 -public class RefSchemaHeaderSchema1 +public static class RefSchemaHeaderSchema1 extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index eede1060b51..ef994e7e4aa 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringHeaderSchema.StringHeaderSchema1](#stringheaderschema1)
schema class | ## StringHeaderSchema1 -public class StringHeaderSchema1 +public static class StringHeaderSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index ec12f1aeb04..1c792a95ebd 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index 502b10a2df7..45df99dfaed 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index a6dc400822b..f2b6c13c79f 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index 28d611d058a..43458576c8d 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Client.Client1](../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 409ed5fdab2..4e416912580 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Pet.Pet1](../../../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index 22916753020..574034fb98d 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [RefPet.RefPet1](../../../../components/schemas/RefPet.md#refpet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index d0e4ceb681b..68b440f204b 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index d0cd52a44c2..b6dbb30540d 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [LocationSchema.LocationSchema1](#locationschema1)
schema class | ## LocationSchema1 -public class LocationSchema1 +public static class LocationSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 0785838177e..e8f3dbd1a3d 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index f3c91cf554a..607fe02a98d 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 7bbc240b304..0e598c43513 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalProperties](#additionalproperties)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -43,7 +43,7 @@ Key | Type | Description | Notes **anyStringName** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 95d14131ecf..19bdbca4c96 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SomeHeaderSchema.SomeHeaderSchema1](#someheaderschema1)
schema class | ## SomeHeaderSchema1 -public class SomeHeaderSchema1 +public static class SomeHeaderSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index 0c1d3eaec8f..87af4b576e8 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ApiResponseSchema.ApiResponseSchema1](../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 3fed83f0d76..1e5c1f84c04 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AbstractStepMessage.Discriminator](#discriminator)
schema class | ## AbstractStepMessage1 -public class AbstractStepMessage1 +public static class AbstractStepMessage1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ Abstract Step | static [AbstractStepMessageMap](#abstractstepmessagemap) | validate(Map arg, SchemaConfiguration configuration) | ## AbstractStepMessageMap -public class AbstractStepMessageMap +public static class AbstractStepMessageMap extends FrozenMap A class to store validated Map payloads @@ -52,7 +52,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Discriminator -public class Discriminator +public static class Discriminator extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 328d1450df4..24c602c6379 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -31,7 +31,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AdditionalPropertiesClass.AdditionalProperties](#additionalproperties)
schema class | ## AdditionalPropertiesClass1 -public class AdditionalPropertiesClass1 +public static class AdditionalPropertiesClass1 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ A schema class that validates payloads | static [AdditionalPropertiesClassMap](#additionalpropertiesclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesClassMap -public class AdditionalPropertiesClassMap +public static class AdditionalPropertiesClassMap extends FrozenMap A class to store validated Map payloads @@ -78,7 +78,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## MapWithUndeclaredPropertiesString -public class MapWithUndeclaredPropertiesString +public static class MapWithUndeclaredPropertiesString extends JsonSchema A schema class that validates payloads @@ -89,7 +89,7 @@ A schema class that validates payloads | static [MapWithUndeclaredPropertiesStringMap](#mapwithundeclaredpropertiesstringmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesStringMap -public class MapWithUndeclaredPropertiesStringMap +public static class MapWithUndeclaredPropertiesStringMap extends FrozenMap A class to store validated Map payloads @@ -109,7 +109,7 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties5 -public class AdditionalProperties5 +public static class AdditionalProperties5 extends JsonSchema A schema class that validates payloads @@ -120,7 +120,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## EmptyMap -public class EmptyMap +public static class EmptyMap extends JsonSchema A schema class that validates payloads @@ -134,7 +134,7 @@ an object with no declared properties and no undeclared properties, hence it | static [EmptyMapMap](#emptymapmap) | validate(Map arg, SchemaConfiguration configuration) | ## EmptyMapMap -public class EmptyMapMap +public static class EmptyMapMap extends FrozenMap A class to store validated Map payloads @@ -152,7 +152,7 @@ Key | Type | Description | Notes ------------ | ------------- | ------------- | ------------- ## AdditionalProperties4 -public class AdditionalProperties4 +public static class AdditionalProperties4 extends JsonSchema A schema class that validates payloads @@ -171,7 +171,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype3 -public class MapWithUndeclaredPropertiesAnytype3 +public static class MapWithUndeclaredPropertiesAnytype3 extends JsonSchema A schema class that validates payloads @@ -182,7 +182,7 @@ A schema class that validates payloads | static [MapWithUndeclaredPropertiesAnytype3Map](#mapwithundeclaredpropertiesanytype3map) | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype3Map -public class MapWithUndeclaredPropertiesAnytype3Map +public static class MapWithUndeclaredPropertiesAnytype3Map extends FrozenMap A class to store validated Map payloads @@ -202,7 +202,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties3 -public class AdditionalProperties3 +public static class AdditionalProperties3 extends JsonSchema A schema class that validates payloads @@ -221,7 +221,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype2 -public class MapWithUndeclaredPropertiesAnytype2 +public static class MapWithUndeclaredPropertiesAnytype2 extends JsonSchema A schema class that validates payloads @@ -232,7 +232,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype1 -public class MapWithUndeclaredPropertiesAnytype1 +public static class MapWithUndeclaredPropertiesAnytype1 extends JsonSchema A schema class that validates payloads @@ -243,7 +243,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Anytype1 -public class Anytype1 +public static class Anytype1 extends JsonSchema A schema class that validates payloads @@ -262,7 +262,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapOfMapProperty -public class MapOfMapProperty +public static class MapOfMapProperty extends JsonSchema A schema class that validates payloads @@ -273,7 +273,7 @@ A schema class that validates payloads | static [MapOfMapPropertyMap](#mapofmappropertymap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapOfMapPropertyMap -public class MapOfMapPropertyMap +public static class MapOfMapPropertyMap extends FrozenMap A class to store validated Map payloads @@ -293,7 +293,7 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties1 -public class AdditionalProperties1 +public static class AdditionalProperties1 extends JsonSchema A schema class that validates payloads @@ -304,7 +304,7 @@ A schema class that validates payloads | static [AdditionalPropertiesMap](#additionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesMap -public class AdditionalPropertiesMap +public static class AdditionalPropertiesMap extends FrozenMap A class to store validated Map payloads @@ -324,7 +324,7 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties2 -public class AdditionalProperties2 +public static class AdditionalProperties2 extends JsonSchema A schema class that validates payloads @@ -335,7 +335,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## MapProperty -public class MapProperty +public static class MapProperty extends JsonSchema A schema class that validates payloads @@ -346,7 +346,7 @@ A schema class that validates payloads | static [MapPropertyMap](#mappropertymap) | validate(Map arg, SchemaConfiguration configuration) | ## MapPropertyMap -public class MapPropertyMap +public static class MapPropertyMap extends FrozenMap A class to store validated Map payloads @@ -366,7 +366,7 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index b51a5fb742e..35764488350 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -19,7 +19,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AdditionalPropertiesSchema.AdditionalProperties](#additionalproperties)
schema class | ## AdditionalPropertiesSchema1 -public class AdditionalPropertiesSchema1 +public static class AdditionalPropertiesSchema1 extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema2 -public class Schema2 +public static class Schema2 extends JsonSchema A schema class that validates payloads @@ -41,7 +41,7 @@ A schema class that validates payloads | static [Schema2Map](#schema2map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema2Map -public class Schema2Map +public static class Schema2Map extends FrozenMap A class to store validated Map payloads @@ -61,7 +61,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties2 -public class AdditionalProperties2 +public static class AdditionalProperties2 extends JsonSchema A schema class that validates payloads @@ -80,7 +80,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -91,7 +91,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -111,7 +111,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties1 -public class AdditionalProperties1 +public static class AdditionalProperties1 extends JsonSchema A schema class that validates payloads @@ -130,7 +130,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads @@ -141,7 +141,7 @@ A schema class that validates payloads | static [Schema0Map](#schema0map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema0Map -public class Schema0Map +public static class Schema0Map extends FrozenMap A class to store validated Map payloads @@ -161,7 +161,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 6e55665502e..3583b717dbe 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesList](#additionalpropertieslist)
output class for List payloads | ## AdditionalPropertiesWithArrayOfEnums1 -public class AdditionalPropertiesWithArrayOfEnums1 +public static class AdditionalPropertiesWithArrayOfEnums1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [AdditionalPropertiesWithArrayOfEnumsMap](#additionalpropertieswitharrayofenumsmap) | validate(Map> arg, SchemaConfiguration configuration) | ## AdditionalPropertiesWithArrayOfEnumsMap -public class AdditionalPropertiesWithArrayOfEnumsMap +public static class AdditionalPropertiesWithArrayOfEnumsMap extends FrozenMap A class to store validated Map payloads @@ -44,7 +44,7 @@ Key | Type | Description | Notes **anyStringName** | List | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 08f09ed67b0..2d71db38b8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Address.AdditionalProperties](#additionalproperties)
schema class | ## Address1 -public class Address1 +public static class Address1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [AddressMap](#addressmap) | validate(Map arg, SchemaConfiguration configuration) | ## AddressMap -public class AddressMap +public static class AddressMap extends FrozenMap A class to store validated Map payloads @@ -43,7 +43,7 @@ Key | Type | Description | Notes **anyStringName** | long | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 2d4481e8080..64e27b6c189 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Animal.ClassName](#classname)
schema class | ## Animal1 -public class Animal1 +public static class Animal1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [AnimalMap](#animalmap) | validate(Map arg, SchemaConfiguration configuration) | ## AnimalMap -public class AnimalMap +public static class AnimalMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Color -public class Color +public static class Color extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## ClassName -public class ClassName +public static class ClassName extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 41909ada55e..7e6a69d04b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AnimalFarm.AnimalFarmList](#animalfarmlist)
output class for List payloads | ## AnimalFarm1 -public class AnimalFarm1 +public static class AnimalFarm1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 5d09869b842..7676cf46ec9 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -20,7 +20,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AnyTypeAndFormat.UuidSchema](#uuidschema)
schema class | ## AnyTypeAndFormat1 -public class AnyTypeAndFormat1 +public static class AnyTypeAndFormat1 extends JsonSchema A schema class that validates payloads @@ -31,7 +31,7 @@ A schema class that validates payloads | static [AnyTypeAndFormatMap](#anytypeandformatmap) | validate(Map arg, SchemaConfiguration configuration) | ## AnyTypeAndFormatMap -public class AnyTypeAndFormatMap +public static class AnyTypeAndFormatMap extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## FloatSchema -public class FloatSchema +public static class FloatSchema extends JsonSchema A schema class that validates payloads @@ -84,7 +84,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## DoubleSchema -public class DoubleSchema +public static class DoubleSchema extends JsonSchema A schema class that validates payloads @@ -103,7 +103,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Int64 -public class Int64 +public static class Int64 extends JsonSchema A schema class that validates payloads @@ -122,7 +122,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Int32 -public class Int32 +public static class Int32 extends JsonSchema A schema class that validates payloads @@ -141,7 +141,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Binary -public class Binary +public static class Binary extends JsonSchema A schema class that validates payloads @@ -160,7 +160,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## NumberSchema -public class NumberSchema +public static class NumberSchema extends JsonSchema A schema class that validates payloads @@ -179,7 +179,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Datetime -public class Datetime +public static class Datetime extends JsonSchema A schema class that validates payloads @@ -198,7 +198,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Date -public class Date +public static class Date extends JsonSchema A schema class that validates payloads @@ -217,7 +217,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## UuidSchema -public class UuidSchema +public static class UuidSchema extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index 7df4a6f9aa9..acfdaedb40b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AnyTypeNotString.Not](#not)
schema class | ## AnyTypeNotString1 -public class AnyTypeNotString1 +public static class AnyTypeNotString1 extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Not -public class Not +public static class Not extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 1490075e6a3..508df0986f2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ApiResponseSchema.Code](#code)
schema class | ## ApiResponseSchema1 -public class ApiResponseSchema1 +public static class ApiResponseSchema1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [ApiResponseMap](#apiresponsemap) | validate(Map arg, SchemaConfiguration configuration) | ## ApiResponseMap -public class ApiResponseMap +public static class ApiResponseMap extends FrozenMap A class to store validated Map payloads @@ -51,7 +51,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Message -public class Message +public static class Message extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Type -public class Type +public static class Type extends JsonSchema A schema class that validates payloads @@ -73,7 +73,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Code -public class Code +public static class Code extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 3665bc53bf2..ac02cb6e1e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Apple.Cultivar](#cultivar)
schema class | ## Apple1 -public class Apple1 +public static class Apple1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [AppleMap](#applemap) | validate(Map arg, SchemaConfiguration configuration) | ## AppleMap -public class AppleMap +public static class AppleMap extends FrozenMap A class to store validated Map payloads @@ -49,7 +49,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Origin -public class Origin +public static class Origin extends JsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Cultivar -public class Cultivar +public static class Cultivar extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 5e340611536..aa40aeb0be9 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AppleReq.AdditionalProperties](#additionalproperties)
schema class | ## AppleReq1 -public class AppleReq1 +public static class AppleReq1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [AppleReqMap](#applereqmap) | validate(Map arg, SchemaConfiguration configuration) | ## AppleReqMap -public class AppleReqMap +public static class AppleReqMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **mealy** | boolean | | [optional] ## Mealy -public class Mealy +public static class Mealy extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Cultivar -public class Cultivar +public static class Cultivar extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 87b3f6103d7..93e8c7c1a6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayHoldingAnyType.Items](#items)
schema class | ## ArrayHoldingAnyType1 -public class ArrayHoldingAnyType1 +public static class ArrayHoldingAnyType1 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes Object | any type can be stored here | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index db4fa86c1f4..b64b0f14723 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -16,7 +16,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayOfArrayOfNumberOnly.Items1](#items1)
schema class | ## ArrayOfArrayOfNumberOnly1 -public class ArrayOfArrayOfNumberOnly1 +public static class ArrayOfArrayOfNumberOnly1 extends JsonSchema A schema class that validates payloads @@ -27,7 +27,7 @@ A schema class that validates payloads | static [ArrayOfArrayOfNumberOnlyMap](#arrayofarrayofnumberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayOfArrayOfNumberOnlyMap -public class ArrayOfArrayOfNumberOnlyMap +public static class ArrayOfArrayOfNumberOnlyMap extends FrozenMap A class to store validated Map payloads @@ -49,7 +49,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayArrayNumber -public class ArrayArrayNumber +public static class ArrayArrayNumber extends JsonSchema A schema class that validates payloads @@ -79,7 +79,7 @@ List Item Type | Description | Notes List | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads @@ -109,7 +109,7 @@ List Item Type | Description | Notes Number | | ## Items1 -public class Items1 +public static class Items1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index ca41e5fea64..36d20bda1cd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayOfEnums.ArrayOfEnumsList](#arrayofenumslist)
output class for List payloads | ## ArrayOfEnums1 -public class ArrayOfEnums1 +public static class ArrayOfEnums1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 6664433072f..e54ba75f2c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayOfNumberOnly.Items](#items)
schema class | ## ArrayOfNumberOnly1 -public class ArrayOfNumberOnly1 +public static class ArrayOfNumberOnly1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [ArrayOfNumberOnlyMap](#arrayofnumberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayOfNumberOnlyMap -public class ArrayOfNumberOnlyMap +public static class ArrayOfNumberOnlyMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayNumber -public class ArrayNumber +public static class ArrayNumber extends JsonSchema A schema class that validates payloads @@ -77,7 +77,7 @@ List Item Type | Description | Notes Number | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 7a70403f4f1..9fad5a939c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -23,7 +23,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayTest.Items](#items)
schema class | ## ArrayTest1 -public class ArrayTest1 +public static class ArrayTest1 extends JsonSchema A schema class that validates payloads @@ -34,7 +34,7 @@ A schema class that validates payloads | static [ArrayTestMap](#arraytestmap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayTestMap -public class ArrayTestMap +public static class ArrayTestMap extends FrozenMap A class to store validated Map payloads @@ -60,7 +60,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayArrayOfModel -public class ArrayArrayOfModel +public static class ArrayArrayOfModel extends JsonSchema A schema class that validates payloads @@ -90,7 +90,7 @@ List Item Type | Description | Notes List> | | ## Items3 -public class Items3 +public static class Items3 extends JsonSchema A schema class that validates payloads @@ -120,7 +120,7 @@ List Item Type | Description | Notes Map | | ## ArrayArrayOfInteger -public class ArrayArrayOfInteger +public static class ArrayArrayOfInteger extends JsonSchema A schema class that validates payloads @@ -150,7 +150,7 @@ List Item Type | Description | Notes List | | ## Items1 -public class Items1 +public static class Items1 extends JsonSchema A schema class that validates payloads @@ -180,7 +180,7 @@ List Item Type | Description | Notes Long | | value must be a 64 bit integer ## Items2 -public class Items2 +public static class Items2 extends JsonSchema A schema class that validates payloads @@ -191,7 +191,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## ArrayOfString -public class ArrayOfString +public static class ArrayOfString extends JsonSchema A schema class that validates payloads @@ -221,7 +221,7 @@ List Item Type | Description | Notes String | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index e0c7b81bf13..e7e4a25db14 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayWithValidationsInItems.Items](#items)
schema class | ## ArrayWithValidationsInItems1 -public class ArrayWithValidationsInItems1 +public static class ArrayWithValidationsInItems1 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes Long | | value must be a 64 bit integer ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index cb8ec2385ff..c1e567ff687 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Banana.LengthCm](#lengthcm)
schema class | ## Banana1 -public class Banana1 +public static class Banana1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [BananaMap](#bananamap) | validate(Map arg, SchemaConfiguration configuration) | ## BananaMap -public class BananaMap +public static class BananaMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## LengthCm -public class LengthCm +public static class LengthCm extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 5061f10befb..a6afe4efb34 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [BananaReq.AdditionalProperties](#additionalproperties)
schema class | ## BananaReq1 -public class BananaReq1 +public static class BananaReq1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [BananaReqMap](#bananareqmap) | validate(Map arg, SchemaConfiguration configuration) | ## BananaReqMap -public class BananaReqMap +public static class BananaReqMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **sweet** | boolean | | [optional] ## Sweet -public class Sweet +public static class Sweet extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## LengthCm -public class LengthCm +public static class LengthCm extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 2f78009c4b6..f1fe9117364 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Bar.Bar1](#bar1)
schema class | ## Bar1 -public class Bar1 +public static class Bar1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index d5c2df1280c..890b7e26bf1 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [BasquePig.ClassName](#classname)
schema class | ## BasquePig1 -public class BasquePig1 +public static class BasquePig1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [BasquePigMap](#basquepigmap) | validate(Map arg, SchemaConfiguration configuration) | ## BasquePigMap -public class BasquePigMap +public static class BasquePigMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassName -public class ClassName +public static class ClassName extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 95824b4f0b9..269e16bc445 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [BooleanEnum.BooleanEnum1](#booleanenum1)
schema class | ## BooleanEnum1 -public class BooleanEnum1 +public static class BooleanEnum1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 646f6073c02..7655653959f 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [BooleanSchema.BooleanSchema1](#booleanschema1)
schema class | ## BooleanSchema1 -public class BooleanSchema1 +public static class BooleanSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 614bb566dd5..820f3b51ec3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -17,7 +17,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Capitalization.SmallCamel](#smallcamel)
schema class | ## Capitalization1 -public class Capitalization1 +public static class Capitalization1 extends JsonSchema A schema class that validates payloads @@ -28,7 +28,7 @@ A schema class that validates payloads | static [CapitalizationMap](#capitalizationmap) | validate(Map arg, SchemaConfiguration configuration) | ## CapitalizationMap -public class CapitalizationMap +public static class CapitalizationMap extends FrozenMap A class to store validated Map payloads @@ -60,7 +60,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ATTNAME -public class ATTNAME +public static class ATTNAME extends JsonSchema A schema class that validates payloads @@ -74,7 +74,7 @@ Name of the pet | static String | validate(String arg, SchemaConfiguration configuration) | ## SCAETHFlowPoints -public class SCAETHFlowPoints +public static class SCAETHFlowPoints extends JsonSchema A schema class that validates payloads @@ -85,7 +85,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## CapitalSnake -public class CapitalSnake +public static class CapitalSnake extends JsonSchema A schema class that validates payloads @@ -96,7 +96,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## SmallSnake -public class SmallSnake +public static class SmallSnake extends JsonSchema A schema class that validates payloads @@ -107,7 +107,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## CapitalCamel -public class CapitalCamel +public static class CapitalCamel extends JsonSchema A schema class that validates payloads @@ -118,7 +118,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## SmallCamel -public class SmallCamel +public static class SmallCamel extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 9e3273fe184..ac5a6b4d866 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Cat.Declawed](#declawed)
schema class | ## Cat1 -public class Cat1 +public static class Cat1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Declawed -public class Declawed +public static class Declawed extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 413bd45fdd1..613deddaaa2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Category.Id](#id)
schema class | ## Category1 -public class Category1 +public static class Category1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [CategoryMap](#categorymap) | validate(Map arg, SchemaConfiguration configuration) | ## CategoryMap -public class CategoryMap +public static class CategoryMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Name -public class Name +public static class Name extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Id -public class Id +public static class Id extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 78a147610e0..2182f43f039 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ChildCat.Name](#name)
schema class | ## ChildCat1 -public class ChildCat1 +public static class ChildCat1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Name -public class Name +public static class Name extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index dfb559c9602..bc40954be95 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ClassModel.ClassSchema](#classschema)
schema class | ## ClassModel1 -public class ClassModel1 +public static class ClassModel1 extends JsonSchema A schema class that validates payloads @@ -34,7 +34,7 @@ Model for testing model with \"_class\" property | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ClassModelMap -public class ClassModelMap +public static class ClassModelMap extends FrozenMap A class to store validated Map payloads @@ -56,7 +56,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassSchema -public class ClassSchema +public static class ClassSchema extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 4ea51e1f3d3..034463ba895 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Client.Client2](#client2)
schema class | ## Client1 -public class Client1 +public static class Client1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ClientMap](#clientmap) | validate(Map arg, SchemaConfiguration configuration) | ## ClientMap -public class ClientMap +public static class ClientMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Client2 -public class Client2 +public static class Client2 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 8a792319b4f..1ed7ce1921d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComplexQuadrilateral.QuadrilateralType](#quadrilateraltype)
schema class | ## ComplexQuadrilateral1 -public class ComplexQuadrilateral1 +public static class ComplexQuadrilateral1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## QuadrilateralType -public class QuadrilateralType +public static class QuadrilateralType extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 38784102e11..161b0bf5de1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -28,7 +28,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedAnyOfDifferentTypesNoValidations.Schema0](#schema0)
schema class | ## ComposedAnyOfDifferentTypesNoValidations1 -public class ComposedAnyOfDifferentTypesNoValidations1 +public static class ComposedAnyOfDifferentTypesNoValidations1 extends JsonSchema A schema class that validates payloads @@ -47,7 +47,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema15 -public class Schema15 +public static class Schema15 extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Schema14 -public class Schema14 +public static class Schema14 extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## Schema13 -public class Schema13 +public static class Schema13 extends JsonSchema A schema class that validates payloads @@ -80,7 +80,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Schema12 -public class Schema12 +public static class Schema12 extends JsonSchema A schema class that validates payloads @@ -91,7 +91,7 @@ A schema class that validates payloads | static double | validate(double arg, SchemaConfiguration configuration) | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads @@ -102,7 +102,7 @@ A schema class that validates payloads | static float | validate(float arg, SchemaConfiguration configuration) | ## Schema10 -public class Schema10 +public static class Schema10 extends JsonSchema A schema class that validates payloads @@ -113,7 +113,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Schema9 -public class Schema9 +public static class Schema9 extends JsonSchema A schema class that validates payloads @@ -143,7 +143,7 @@ List Item Type | Description | Notes Object | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads @@ -162,7 +162,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema8 -public class Schema8 +public static class Schema8 extends JsonSchema A schema class that validates payloads @@ -173,7 +173,7 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | ## Schema7 -public class Schema7 +public static class Schema7 extends JsonSchema A schema class that validates payloads @@ -184,7 +184,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Schema6 -public class Schema6 +public static class Schema6 extends JsonSchema A schema class that validates payloads @@ -195,7 +195,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema5 -public class Schema5 +public static class Schema5 extends JsonSchema A schema class that validates payloads @@ -206,7 +206,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema4 -public class Schema4 +public static class Schema4 extends JsonSchema A schema class that validates payloads @@ -217,7 +217,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema3 -public class Schema3 +public static class Schema3 extends JsonSchema A schema class that validates payloads @@ -228,7 +228,7 @@ A schema class that validates payloads | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## Schema2 -public class Schema2 +public static class Schema2 extends JsonSchema A schema class that validates payloads @@ -239,7 +239,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -250,7 +250,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 54c1a2b40fe..f1c40d502cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedArray.Items](#items)
schema class | ## ComposedArray1 -public class ComposedArray1 +public static class ComposedArray1 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes Object | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index a4409f80e38..e2c34467bb4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedBool.Schema0](#schema0)
schema class | ## ComposedBool1 -public class ComposedBool1 +public static class ComposedBool1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index da14a10f9e7..f2880e8a247 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedNone.Schema0](#schema0)
schema class | ## ComposedNone1 -public class ComposedNone1 +public static class ComposedNone1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index db93359fa1d..3f611e3deb1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedNumber.Schema0](#schema0)
schema class | ## ComposedNumber1 -public class ComposedNumber1 +public static class ComposedNumber1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index eac7b47f6c6..d9c00cad889 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedObject.Schema0](#schema0)
schema class | ## ComposedObject1 -public class ComposedObject1 +public static class ComposedObject1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index cdf27319627..15ebeca579f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -17,7 +17,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedOneOfDifferentTypes.Schema2](#schema2)
schema class | ## ComposedOneOfDifferentTypes1 -public class ComposedOneOfDifferentTypes1 +public static class ComposedOneOfDifferentTypes1 extends JsonSchema A schema class that validates payloads @@ -39,7 +39,7 @@ this is a model that allows payloads of type object or number | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema6 -public class Schema6 +public static class Schema6 extends JsonSchema A schema class that validates payloads @@ -50,7 +50,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema5 -public class Schema5 +public static class Schema5 extends JsonSchema A schema class that validates payloads @@ -80,7 +80,7 @@ List Item Type | Description | Notes Object | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads @@ -99,7 +99,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema4 -public class Schema4 +public static class Schema4 extends JsonSchema A schema class that validates payloads @@ -110,7 +110,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema3 -public class Schema3 +public static class Schema3 extends JsonSchema A schema class that validates payloads @@ -121,7 +121,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema2 -public class Schema2 +public static class Schema2 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index ccf6fb0c68e..29beef8899c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedString.Schema0](#schema0)
schema class | ## ComposedString1 -public class ComposedString1 +public static class ComposedString1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index af571ad67f7..f8bf54bb750 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Currency.Currency1](#currency1)
schema class | ## Currency1 -public class Currency1 +public static class Currency1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 60abd38aaa1..0874d832732 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DanishPig.ClassName](#classname)
schema class | ## DanishPig1 -public class DanishPig1 +public static class DanishPig1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [DanishPigMap](#danishpigmap) | validate(Map arg, SchemaConfiguration configuration) | ## DanishPigMap -public class DanishPigMap +public static class DanishPigMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassName -public class ClassName +public static class ClassName extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 6990f169b57..78444cff1fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DateTimeTest.DateTimeTest1](#datetimetest1)
schema class | ## DateTimeTest1 -public class DateTimeTest1 +public static class DateTimeTest1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index ee0c90e8b8b..425613264ae 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DateTimeWithValidations.DateTimeWithValidations1](#datetimewithvalidations1)
schema class | ## DateTimeWithValidations1 -public class DateTimeWithValidations1 +public static class DateTimeWithValidations1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index f3c42c37537..270fc98b8f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DateWithValidations.DateWithValidations1](#datewithvalidations1)
schema class | ## DateWithValidations1 -public class DateWithValidations1 +public static class DateWithValidations1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index ea729cc0dbf..aa7b1069fcf 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DecimalPayload.DecimalPayload1](#decimalpayload1)
schema class | ## DecimalPayload1 -public class DecimalPayload1 +public static class DecimalPayload1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index c11cafa3580..4f68ee3d3e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Dog.Breed](#breed)
schema class | ## Dog1 -public class Dog1 +public static class Dog1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Breed -public class Breed +public static class Breed extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 7f116de53c2..e5119d8d563 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Drawing.ShapesList](#shapeslist)
output class for List payloads | ## Drawing1 -public class Drawing1 +public static class Drawing1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [DrawingMap](#drawingmap) | validate(Map arg, SchemaConfiguration configuration) | ## DrawingMap -public class DrawingMap +public static class DrawingMap extends FrozenMap A class to store validated Map payloads @@ -52,7 +52,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Shapes -public class Shapes +public static class Shapes extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index ae2438796e9..1d6ee08566a 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [EnumArrays.JustSymbol](#justsymbol)
schema class | ## EnumArrays1 -public class EnumArrays1 +public static class EnumArrays1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [EnumArraysMap](#enumarraysmap) | validate(Map arg, SchemaConfiguration configuration) | ## EnumArraysMap -public class EnumArraysMap +public static class EnumArraysMap extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ArrayEnum -public class ArrayEnum +public static class ArrayEnum extends JsonSchema A schema class that validates payloads @@ -80,7 +80,7 @@ List Item Type | Description | Notes String | | must be one of ["fish", "crab"] ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads @@ -91,7 +91,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## JustSymbol -public class JustSymbol +public static class JustSymbol extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 3c85ea0ca0c..05a6fe78e6b 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [EnumClass.EnumClass1](#enumclass1)
schema class | ## EnumClass1 -public class EnumClass1 +public static class EnumClass1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 60af7b23e05..8e6cce70381 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [EnumTest.EnumString](#enumstring)
schema class | ## EnumTest1 -public class EnumTest1 +public static class EnumTest1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [EnumTestMap](#enumtestmap) | validate(Map arg, SchemaConfiguration configuration) | ## EnumTestMap -public class EnumTestMap +public static class EnumTestMap extends FrozenMap A class to store validated Map payloads @@ -64,7 +64,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## EnumNumber -public class EnumNumber +public static class EnumNumber extends JsonSchema A schema class that validates payloads @@ -75,7 +75,7 @@ A schema class that validates payloads | static double | validate(double arg, SchemaConfiguration configuration) | ## EnumInteger -public class EnumInteger +public static class EnumInteger extends JsonSchema A schema class that validates payloads @@ -86,7 +86,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## EnumStringRequired -public class EnumStringRequired +public static class EnumStringRequired extends JsonSchema A schema class that validates payloads @@ -97,7 +97,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## EnumString -public class EnumString +public static class EnumString extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index da8f50aee1c..868ed8d09bf 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [EquilateralTriangle.TriangleType](#triangletype)
schema class | ## EquilateralTriangle1 -public class EquilateralTriangle1 +public static class EquilateralTriangle1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## TriangleType -public class TriangleType +public static class TriangleType extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 07aaabb51fc..192d49f21b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [File.SourceURI](#sourceuri)
schema class | ## File1 -public class File1 +public static class File1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ Must be named `File` for test. | static [FileMap](#filemap) | validate(Map arg, SchemaConfiguration configuration) | ## FileMap -public class FileMap +public static class FileMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SourceURI -public class SourceURI +public static class SourceURI extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index efdd9d1db50..fe48427cbb0 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [FileSchemaTestClass.FilesList](#fileslist)
output class for List payloads | ## FileSchemaTestClass1 -public class FileSchemaTestClass1 +public static class FileSchemaTestClass1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [FileSchemaTestClassMap](#fileschematestclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## FileSchemaTestClassMap -public class FileSchemaTestClassMap +public static class FileSchemaTestClassMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Files -public class Files +public static class Files extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 29050ffe516..8f1d03fee99 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Foo.FooMap](#foomap)
output class for Map payloads | ## Foo1 -public class Foo1 +public static class Foo1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [FooMap](#foomap) | validate(Map arg, SchemaConfiguration configuration) | ## FooMap -public class FooMap +public static class FooMap extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 89e3a93202e..d8d23149be7 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -34,7 +34,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [FormatTest.IntegerSchema](#integerschema)
schema class | ## FormatTest1 -public class FormatTest1 +public static class FormatTest1 extends JsonSchema A schema class that validates payloads @@ -45,7 +45,7 @@ A schema class that validates payloads | static [FormatTestMap](#formattestmap) | validate(Map arg, SchemaConfiguration configuration) | ## FormatTestMap -public class FormatTestMap +public static class FormatTestMap extends FrozenMap A class to store validated Map payloads @@ -101,7 +101,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## NoneProp -public class NoneProp +public static class NoneProp extends JsonSchema A schema class that validates payloads @@ -112,7 +112,7 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | ## PatternWithDigitsAndDelimiter -public class PatternWithDigitsAndDelimiter +public static class PatternWithDigitsAndDelimiter extends JsonSchema A schema class that validates payloads @@ -126,7 +126,7 @@ A string starting with 'image_' (case insensitive) and one to three di | static String | validate(String arg, SchemaConfiguration configuration) | ## PatternWithDigits -public class PatternWithDigits +public static class PatternWithDigits extends JsonSchema A schema class that validates payloads @@ -140,7 +140,7 @@ A string that is a 10 digit number. Can have leading zeros. | static String | validate(String arg, SchemaConfiguration configuration) | ## Password -public class Password +public static class Password extends JsonSchema A schema class that validates payloads @@ -151,7 +151,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## UuidNoExample -public class UuidNoExample +public static class UuidNoExample extends JsonSchema A schema class that validates payloads @@ -162,7 +162,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## UuidSchema -public class UuidSchema +public static class UuidSchema extends JsonSchema A schema class that validates payloads @@ -173,7 +173,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## DateTime -public class DateTime +public static class DateTime extends JsonSchema A schema class that validates payloads @@ -184,7 +184,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Date -public class Date +public static class Date extends JsonSchema A schema class that validates payloads @@ -195,7 +195,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Binary -public class Binary +public static class Binary extends JsonSchema A schema class that validates payloads @@ -206,7 +206,7 @@ A schema class that validates payloads | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## ByteSchema -public class ByteSchema +public static class ByteSchema extends JsonSchema A schema class that validates payloads @@ -217,7 +217,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## StringSchema -public class StringSchema +public static class StringSchema extends JsonSchema A schema class that validates payloads @@ -228,7 +228,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## ArrayWithUniqueItems -public class ArrayWithUniqueItems +public static class ArrayWithUniqueItems extends JsonSchema A schema class that validates payloads @@ -258,7 +258,7 @@ List Item Type | Description | Notes Number | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads @@ -269,7 +269,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Float64 -public class Float64 +public static class Float64 extends JsonSchema A schema class that validates payloads @@ -280,7 +280,7 @@ A schema class that validates payloads | static double | validate(double arg, SchemaConfiguration configuration) | ## DoubleSchema -public class DoubleSchema +public static class DoubleSchema extends JsonSchema A schema class that validates payloads @@ -291,7 +291,7 @@ A schema class that validates payloads | static double | validate(double arg, SchemaConfiguration configuration) | ## Float32 -public class Float32 +public static class Float32 extends JsonSchema A schema class that validates payloads @@ -302,7 +302,7 @@ A schema class that validates payloads | static float | validate(float arg, SchemaConfiguration configuration) | ## FloatSchema -public class FloatSchema +public static class FloatSchema extends JsonSchema A schema class that validates payloads @@ -316,7 +316,7 @@ this is a reserved python keyword | static float | validate(float arg, SchemaConfiguration configuration) | ## NumberSchema -public class NumberSchema +public static class NumberSchema extends JsonSchema A schema class that validates payloads @@ -327,7 +327,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Int64 -public class Int64 +public static class Int64 extends JsonSchema A schema class that validates payloads @@ -338,7 +338,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Int32withValidations -public class Int32withValidations +public static class Int32withValidations extends JsonSchema A schema class that validates payloads @@ -349,7 +349,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## Int32 -public class Int32 +public static class Int32 extends JsonSchema A schema class that validates payloads @@ -360,7 +360,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## IntegerSchema -public class IntegerSchema +public static class IntegerSchema extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 7a9bbddd00d..78d81c3ad58 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [FromSchema.Data](#data)
schema class | ## FromSchema1 -public class FromSchema1 +public static class FromSchema1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [FromSchemaMap](#fromschemamap) | validate(Map arg, SchemaConfiguration configuration) | ## FromSchemaMap -public class FromSchemaMap +public static class FromSchemaMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Id -public class Id +public static class Id extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Data -public class Data +public static class Data extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index d46c1b42417..351b0a1ba32 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Fruit.Color](#color)
schema class | ## Fruit1 -public class Fruit1 +public static class Fruit1 extends JsonSchema A schema class that validates payloads @@ -31,7 +31,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## FruitMap -public class FruitMap +public static class FruitMap extends FrozenMap A class to store validated Map payloads @@ -53,7 +53,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Color -public class Color +public static class Color extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 5621e310568..709cc25cc04 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [FruitReq.Schema0](#schema0)
schema class | ## FruitReq1 -public class FruitReq1 +public static class FruitReq1 extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 77ff35de467..b93c357e699 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [GmFruit.Color](#color)
schema class | ## GmFruit1 -public class GmFruit1 +public static class GmFruit1 extends JsonSchema A schema class that validates payloads @@ -31,7 +31,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## GmFruitMap -public class GmFruitMap +public static class GmFruitMap extends FrozenMap A class to store validated Map payloads @@ -53,7 +53,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Color -public class Color +public static class Color extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index f46db865255..b84325acbad 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [GrandparentAnimal.PetType](#pettype)
schema class | ## GrandparentAnimal1 -public class GrandparentAnimal1 +public static class GrandparentAnimal1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [GrandparentAnimalMap](#grandparentanimalmap) | validate(Map arg, SchemaConfiguration configuration) | ## GrandparentAnimalMap -public class GrandparentAnimalMap +public static class GrandparentAnimalMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## PetType -public class PetType +public static class PetType extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 815162cc4c3..3b1991e386d 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [HasOnlyReadOnly.Bar](#bar)
schema class | ## HasOnlyReadOnly1 -public class HasOnlyReadOnly1 +public static class HasOnlyReadOnly1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [HasOnlyReadOnlyMap](#hasonlyreadonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## HasOnlyReadOnlyMap -public class HasOnlyReadOnlyMap +public static class HasOnlyReadOnlyMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Foo -public class Foo +public static class Foo extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Bar -public class Bar +public static class Bar extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 8bcfe08a2ac..02d2c69ea52 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [HealthCheckResult.NullableMessage](#nullablemessage)
schema class | ## HealthCheckResult1 -public class HealthCheckResult1 +public static class HealthCheckResult1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to | static [HealthCheckResultMap](#healthcheckresultmap) | validate(Map arg, SchemaConfiguration configuration) | ## HealthCheckResultMap -public class HealthCheckResultMap +public static class HealthCheckResultMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## NullableMessage -public class NullableMessage +public static class NullableMessage extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 4b6a336e073..64b76ab9ea3 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerEnum.IntegerEnum1](#integerenum1)
schema class | ## IntegerEnum1 -public class IntegerEnum1 +public static class IntegerEnum1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 511cf4abe6c..875d3170c47 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerEnumBig.IntegerEnumBig1](#integerenumbig1)
schema class | ## IntegerEnumBig1 -public class IntegerEnumBig1 +public static class IntegerEnumBig1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index 7035266ee3d..2e01ad21036 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerEnumOneValue.IntegerEnumOneValue1](#integerenumonevalue1)
schema class | ## IntegerEnumOneValue1 -public class IntegerEnumOneValue1 +public static class IntegerEnumOneValue1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 6ee9c30f2ca..f5831041d2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1](#integerenumwithdefaultvalue1)
schema class | ## IntegerEnumWithDefaultValue1 -public class IntegerEnumWithDefaultValue1 +public static class IntegerEnumWithDefaultValue1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 47549ebc931..40fc51b5698 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerMax10.IntegerMax101](#integermax101)
schema class | ## IntegerMax101 -public class IntegerMax101 +public static class IntegerMax101 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index a56f0ad4c02..34228ceb12a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerMin15.IntegerMin151](#integermin151)
schema class | ## IntegerMin151 -public class IntegerMin151 +public static class IntegerMin151 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 48f38779abb..6d5ceac208e 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IsoscelesTriangle.TriangleType](#triangletype)
schema class | ## IsoscelesTriangle1 -public class IsoscelesTriangle1 +public static class IsoscelesTriangle1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## TriangleType -public class TriangleType +public static class TriangleType extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 1e0519a86a5..97007270abb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Items.Items2](#items2)
schema class | ## Items1 -public class Items1 +public static class Items1 extends JsonSchema A schema class that validates payloads @@ -45,7 +45,7 @@ List Item Type | Description | Notes Map | | ## Items2 -public class Items2 +public static class Items2 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 9fa82edddae..b622bb60f88 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [JSONPatchRequest.Items](#items)
schema class | ## JSONPatchRequest1 -public class JSONPatchRequest1 +public static class JSONPatchRequest1 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes Object | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 57a2d5922dc..70b721de1a1 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [JSONPatchRequestAddReplaceTest.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestAddReplaceTest1 -public class JSONPatchRequestAddReplaceTest1 +public static class JSONPatchRequestAddReplaceTest1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [JSONPatchRequestAddReplaceTestMap](#jsonpatchrequestaddreplacetestmap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestAddReplaceTestMap -public class JSONPatchRequestAddReplaceTestMap +public static class JSONPatchRequestAddReplaceTestMap extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ Key | Type | Description | Notes **value** | Object | The value to add, replace or test. | ## Op -public class Op +public static class Op extends JsonSchema A schema class that validates payloads @@ -64,7 +64,7 @@ The operation to perform. | static String | validate(String arg, SchemaConfiguration configuration) | ## Value -public class Value +public static class Value extends JsonSchema A schema class that validates payloads @@ -86,7 +86,7 @@ The value to add, replace or test. | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Path -public class Path +public static class Path extends JsonSchema A schema class that validates payloads @@ -100,7 +100,7 @@ A JSON Pointer path. | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 96eb83d3e38..26bcdf5d6d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [JSONPatchRequestMoveCopy.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestMoveCopy1 -public class JSONPatchRequestMoveCopy1 +public static class JSONPatchRequestMoveCopy1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [JSONPatchRequestMoveCopyMap](#jsonpatchrequestmovecopymap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestMoveCopyMap -public class JSONPatchRequestMoveCopyMap +public static class JSONPatchRequestMoveCopyMap extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ Key | Type | Description | Notes **path** | String | A JSON Pointer path. | ## Op -public class Op +public static class Op extends JsonSchema A schema class that validates payloads @@ -64,7 +64,7 @@ The operation to perform. | static String | validate(String arg, SchemaConfiguration configuration) | ## Path -public class Path +public static class Path extends JsonSchema A schema class that validates payloads @@ -78,7 +78,7 @@ A JSON Pointer path. | static String | validate(String arg, SchemaConfiguration configuration) | ## From -public class From +public static class From extends JsonSchema A schema class that validates payloads @@ -92,7 +92,7 @@ A JSON Pointer path. | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 3bd7fe41271..a41a95f74ba 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [JSONPatchRequestRemove.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestRemove1 -public class JSONPatchRequestRemove1 +public static class JSONPatchRequestRemove1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [JSONPatchRequestRemoveMap](#jsonpatchrequestremovemap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestRemoveMap -public class JSONPatchRequestRemoveMap +public static class JSONPatchRequestRemoveMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **path** | String | A JSON Pointer path. | ## Op -public class Op +public static class Op extends JsonSchema A schema class that validates payloads @@ -61,7 +61,7 @@ The operation to perform. | static String | validate(String arg, SchemaConfiguration configuration) | ## Path -public class Path +public static class Path extends JsonSchema A schema class that validates payloads @@ -75,7 +75,7 @@ A JSON Pointer path. | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index 948af7f6b79..3cb41af0a6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Mammal.Mammal1](#mammal1)
schema class | ## Mammal1 -public class Mammal1 +public static class Mammal1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 14f93126700..972c31439c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -22,7 +22,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [MapTest.AdditionalProperties1](#additionalproperties1)
schema class | ## MapTest1 -public class MapTest1 +public static class MapTest1 extends JsonSchema A schema class that validates payloads @@ -33,7 +33,7 @@ A schema class that validates payloads | static [MapTestMap](#maptestmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapTestMap -public class MapTestMap +public static class MapTestMap extends FrozenMap A class to store validated Map payloads @@ -61,7 +61,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## DirectMap -public class DirectMap +public static class DirectMap extends JsonSchema A schema class that validates payloads @@ -72,7 +72,7 @@ A schema class that validates payloads | static [DirectMapMap](#directmapmap) | validate(Map arg, SchemaConfiguration configuration) | ## DirectMapMap -public class DirectMapMap +public static class DirectMapMap extends FrozenMap A class to store validated Map payloads @@ -92,7 +92,7 @@ Key | Type | Description | Notes **anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties3 -public class AdditionalProperties3 +public static class AdditionalProperties3 extends JsonSchema A schema class that validates payloads @@ -103,7 +103,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## MapOfEnumString -public class MapOfEnumString +public static class MapOfEnumString extends JsonSchema A schema class that validates payloads @@ -114,7 +114,7 @@ A schema class that validates payloads | static [MapOfEnumStringMap](#mapofenumstringmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapOfEnumStringMap -public class MapOfEnumStringMap +public static class MapOfEnumStringMap extends FrozenMap A class to store validated Map payloads @@ -134,7 +134,7 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] must be one of ["UPPER", "lower"] ## AdditionalProperties2 -public class AdditionalProperties2 +public static class AdditionalProperties2 extends JsonSchema A schema class that validates payloads @@ -145,7 +145,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## MapMapOfString -public class MapMapOfString +public static class MapMapOfString extends JsonSchema A schema class that validates payloads @@ -156,7 +156,7 @@ A schema class that validates payloads | static [MapMapOfStringMap](#mapmapofstringmap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapMapOfStringMap -public class MapMapOfStringMap +public static class MapMapOfStringMap extends FrozenMap A class to store validated Map payloads @@ -176,7 +176,7 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads @@ -187,7 +187,7 @@ A schema class that validates payloads | static [AdditionalPropertiesMap](#additionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesMap -public class AdditionalPropertiesMap +public static class AdditionalPropertiesMap extends FrozenMap A class to store validated Map payloads @@ -207,7 +207,7 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties1 -public class AdditionalProperties1 +public static class AdditionalProperties1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 305847bffa8..54abf36139d 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [MixedPropertiesAndAdditionalPropertiesClass.UuidSchema](#uuidschema)
schema class | ## MixedPropertiesAndAdditionalPropertiesClass1 -public class MixedPropertiesAndAdditionalPropertiesClass1 +public static class MixedPropertiesAndAdditionalPropertiesClass1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [MixedPropertiesAndAdditionalPropertiesClassMap](#mixedpropertiesandadditionalpropertiesclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## MixedPropertiesAndAdditionalPropertiesClassMap -public class MixedPropertiesAndAdditionalPropertiesClassMap +public static class MixedPropertiesAndAdditionalPropertiesClassMap extends FrozenMap A class to store validated Map payloads @@ -51,7 +51,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## MapSchema -public class MapSchema +public static class MapSchema extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ A schema class that validates payloads | static [MapMap](#mapmap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapMap -public class MapMap +public static class MapMap extends FrozenMap A class to store validated Map payloads @@ -82,7 +82,7 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## DateTime -public class DateTime +public static class DateTime extends JsonSchema A schema class that validates payloads @@ -93,7 +93,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## UuidSchema -public class UuidSchema +public static class UuidSchema extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index a33cb9646fc..339762ea7c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Money.AdditionalProperties](#additionalproperties)
schema class | ## Money1 -public class Money1 +public static class Money1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [MoneyMap](#moneymap) | validate(Map arg, SchemaConfiguration configuration) | ## MoneyMap -public class MoneyMap +public static class MoneyMap extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ Key | Type | Description | Notes **currency** | String | | ## Amount -public class Amount +public static class Amount extends JsonSchema A schema class that validates payloads @@ -57,7 +57,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index f0e61adbb2c..af25239bbff 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [MyObjectDto.AdditionalProperties](#additionalproperties)
schema class | ## MyObjectDto1 -public class MyObjectDto1 +public static class MyObjectDto1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [MyObjectDtoMap](#myobjectdtomap) | validate(Map arg, SchemaConfiguration configuration) | ## MyObjectDtoMap -public class MyObjectDtoMap +public static class MyObjectDtoMap extends FrozenMap A class to store validated Map payloads @@ -44,7 +44,7 @@ Key | Type | Description | Notes **id** | String | | [optional] value must be a uuid ## Id -public class Id +public static class Id extends JsonSchema A schema class that validates payloads @@ -55,7 +55,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 2a5cff1ef65..65dda3362c0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Name.Name2](#name2)
schema class | ## Name1 -public class Name1 +public static class Name1 extends JsonSchema A schema class that validates payloads @@ -36,7 +36,7 @@ Model for testing model name same as property name | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## NameMap -public class NameMap +public static class NameMap extends FrozenMap A class to store validated Map payloads @@ -62,7 +62,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Property -public class Property +public static class Property extends JsonSchema A schema class that validates payloads @@ -76,7 +76,7 @@ this is a reserved python keyword | static String | validate(String arg, SchemaConfiguration configuration) | ## SnakeCase -public class SnakeCase +public static class SnakeCase extends JsonSchema A schema class that validates payloads @@ -87,7 +87,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## Name2 -public class Name2 +public static class Name2 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 0585c3e3c00..05b7f4a0039 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NoAdditionalProperties.AdditionalProperties](#additionalproperties)
schema class | ## NoAdditionalProperties1 -public class NoAdditionalProperties1 +public static class NoAdditionalProperties1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [NoAdditionalPropertiesMap](#noadditionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## NoAdditionalPropertiesMap -public class NoAdditionalPropertiesMap +public static class NoAdditionalPropertiesMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **petId** | long | | [optional] value must be a 64 bit integer ## PetId -public class PetId +public static class PetId extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Id -public class Id +public static class Id extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index d09ddec9319..55e7485d668 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -36,7 +36,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NullableClass.AdditionalProperties3](#additionalproperties3)
schema class | ## NullableClass1 -public class NullableClass1 +public static class NullableClass1 extends JsonSchema A schema class that validates payloads @@ -47,7 +47,7 @@ A schema class that validates payloads | static [NullableClassMap](#nullableclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## NullableClassMap -public class NullableClassMap +public static class NullableClassMap extends FrozenMap A class to store validated Map payloads @@ -91,7 +91,7 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## ObjectItemsNullable -public class ObjectItemsNullable +public static class ObjectItemsNullable extends JsonSchema A schema class that validates payloads @@ -102,7 +102,7 @@ A schema class that validates payloads | static [ObjectItemsNullableMap](#objectitemsnullablemap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectItemsNullableMap -public class ObjectItemsNullableMap +public static class ObjectItemsNullableMap extends FrozenMap> A class to store validated Map payloads @@ -122,7 +122,7 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties2 -public class AdditionalProperties2 +public static class AdditionalProperties2 extends JsonSchema A schema class that validates payloads @@ -134,7 +134,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectAndItemsNullableProp -public class ObjectAndItemsNullableProp +public static class ObjectAndItemsNullableProp extends JsonSchema A schema class that validates payloads @@ -146,7 +146,7 @@ A schema class that validates payloads | static [ObjectAndItemsNullablePropMap](#objectanditemsnullablepropmap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectAndItemsNullablePropMap -public class ObjectAndItemsNullablePropMap +public static class ObjectAndItemsNullablePropMap extends FrozenMap> A class to store validated Map payloads @@ -166,7 +166,7 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties1 -public class AdditionalProperties1 +public static class AdditionalProperties1 extends JsonSchema A schema class that validates payloads @@ -178,7 +178,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectNullableProp -public class ObjectNullableProp +public static class ObjectNullableProp extends JsonSchema A schema class that validates payloads @@ -190,7 +190,7 @@ A schema class that validates payloads | static [ObjectNullablePropMap](#objectnullablepropmap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectNullablePropMap -public class ObjectNullablePropMap +public static class ObjectNullablePropMap extends FrozenMap> A class to store validated Map payloads @@ -210,7 +210,7 @@ Key | Type | Description | Notes **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads @@ -221,7 +221,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayItemsNullable -public class ArrayItemsNullable +public static class ArrayItemsNullable extends JsonSchema A schema class that validates payloads @@ -251,7 +251,7 @@ List Item Type | Description | Notes Map | | ## Items2 -public class Items2 +public static class Items2 extends JsonSchema A schema class that validates payloads @@ -263,7 +263,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayAndItemsNullableProp -public class ArrayAndItemsNullableProp +public static class ArrayAndItemsNullableProp extends JsonSchema A schema class that validates payloads @@ -294,7 +294,7 @@ List Item Type | Description | Notes Map | | ## Items1 -public class Items1 +public static class Items1 extends JsonSchema A schema class that validates payloads @@ -306,7 +306,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayNullableProp -public class ArrayNullableProp +public static class ArrayNullableProp extends JsonSchema A schema class that validates payloads @@ -337,7 +337,7 @@ List Item Type | Description | Notes Map | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads @@ -348,7 +348,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## DatetimeProp -public class DatetimeProp +public static class DatetimeProp extends JsonSchema A schema class that validates payloads @@ -360,7 +360,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## DateProp -public class DateProp +public static class DateProp extends JsonSchema A schema class that validates payloads @@ -372,7 +372,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## StringProp -public class StringProp +public static class StringProp extends JsonSchema A schema class that validates payloads @@ -384,7 +384,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## BooleanProp -public class BooleanProp +public static class BooleanProp extends JsonSchema A schema class that validates payloads @@ -396,7 +396,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## NumberProp -public class NumberProp +public static class NumberProp extends JsonSchema A schema class that validates payloads @@ -408,7 +408,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## IntegerProp -public class IntegerProp +public static class IntegerProp extends JsonSchema A schema class that validates payloads @@ -420,7 +420,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## AdditionalProperties3 -public class AdditionalProperties3 +public static class AdditionalProperties3 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index fd8c80dc0cf..8edba65f476 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NullableShape.Schema2](#schema2)
schema class | ## NullableShape1 -public class NullableShape1 +public static class NullableShape1 extends JsonSchema A schema class that validates payloads @@ -33,7 +33,7 @@ The value may be a shape or the 'null' value. For a composed schema to | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema2 -public class Schema2 +public static class Schema2 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 36bafdde70d..4f9c42ed3c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NullableString.NullableString1](#nullablestring1)
schema class | ## NullableString1 -public class NullableString1 +public static class NullableString1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index af04dc8b4b4..15f51f578db 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NumberOnly.JustNumber](#justnumber)
schema class | ## NumberOnly1 -public class NumberOnly1 +public static class NumberOnly1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [NumberOnlyMap](#numberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## NumberOnlyMap -public class NumberOnlyMap +public static class NumberOnlyMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## JustNumber -public class JustNumber +public static class JustNumber extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 12708ef4744..63ff9c20a5e 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NumberSchema.NumberSchema1](#numberschema1)
schema class | ## NumberSchema1 -public class NumberSchema1 +public static class NumberSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 43a9079d117..0b06734683c 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NumberWithValidations.NumberWithValidations1](#numberwithvalidations1)
schema class | ## NumberWithValidations1 -public class NumberWithValidations1 +public static class NumberWithValidations1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 35e41aad525..910aac91d7d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjWithRequiredProps.A](#a)
schema class | ## ObjWithRequiredProps1 -public class ObjWithRequiredProps1 +public static class ObjWithRequiredProps1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ObjWithRequiredPropsMap](#objwithrequiredpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjWithRequiredPropsMap -public class ObjWithRequiredPropsMap +public static class ObjWithRequiredPropsMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## A -public class A +public static class A extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index a82e3abf9b4..136eb9408a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjWithRequiredPropsBase.B](#b)
schema class | ## ObjWithRequiredPropsBase1 -public class ObjWithRequiredPropsBase1 +public static class ObjWithRequiredPropsBase1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ObjWithRequiredPropsBaseMap](#objwithrequiredpropsbasemap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjWithRequiredPropsBaseMap -public class ObjWithRequiredPropsBaseMap +public static class ObjWithRequiredPropsBaseMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## B -public class B +public static class B extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 2c55dca7018..82d5ed2ae65 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectInterface.ObjectInterface1](#objectinterface1)
schema class | ## ObjectInterface1 -public class ObjectInterface1 +public static class ObjectInterface1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 7c617f26f9f..c7b7f170df9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectModelWithArgAndArgsProperties.Arg](#arg)
schema class | ## ObjectModelWithArgAndArgsProperties1 -public class ObjectModelWithArgAndArgsProperties1 +public static class ObjectModelWithArgAndArgsProperties1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [ObjectModelWithArgAndArgsPropertiesMap](#objectmodelwithargandargspropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectModelWithArgAndArgsPropertiesMap -public class ObjectModelWithArgAndArgsPropertiesMap +public static class ObjectModelWithArgAndArgsPropertiesMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Args -public class Args +public static class Args extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Arg -public class Arg +public static class Arg extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 4f74be832d1..09b6b1ab27f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectModelWithRefProps.ObjectModelWithRefPropsMap](#objectmodelwithrefpropsmap)
output class for Map payloads | ## ObjectModelWithRefProps1 -public class ObjectModelWithRefProps1 +public static class ObjectModelWithRefProps1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ a model that includes properties which should stay primitive (String + Boolean) | static [ObjectModelWithRefPropsMap](#objectmodelwithrefpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectModelWithRefPropsMap -public class ObjectModelWithRefPropsMap +public static class ObjectModelWithRefPropsMap extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 2d80c3a5b25..37ac2a08cd1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Name](#name)
schema class | ## ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 -public class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 +public static class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -67,7 +67,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Name -public class Name +public static class Name extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 4a6377076ff..34f0f5ea9df 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithCollidingProperties.SomeProp](#someprop)
schema class | ## ObjectWithCollidingProperties1 -public class ObjectWithCollidingProperties1 +public static class ObjectWithCollidingProperties1 extends JsonSchema A schema class that validates payloads @@ -27,7 +27,7 @@ component with properties that have name collisions | static [ObjectWithCollidingPropertiesMap](#objectwithcollidingpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithCollidingPropertiesMap -public class ObjectWithCollidingPropertiesMap +public static class ObjectWithCollidingPropertiesMap extends FrozenMap A class to store validated Map payloads @@ -51,7 +51,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Someprop -public class Someprop +public static class Someprop extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## SomeProp -public class SomeProp +public static class SomeProp extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 1b80d8d88f5..3dea0985d85 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithDecimalProperties.Width](#width)
schema class | ## ObjectWithDecimalProperties1 -public class ObjectWithDecimalProperties1 +public static class ObjectWithDecimalProperties1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ObjectWithDecimalPropertiesMap](#objectwithdecimalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithDecimalPropertiesMap -public class ObjectWithDecimalPropertiesMap +public static class ObjectWithDecimalPropertiesMap extends FrozenMap A class to store validated Map payloads @@ -49,7 +49,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Width -public class Width +public static class Width extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index f6f2180802b..5ee13f67912 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithDifficultlyNamedProps.Specialpropertyname](#specialpropertyname)
schema class | ## ObjectWithDifficultlyNamedProps1 -public class ObjectWithDifficultlyNamedProps1 +public static class ObjectWithDifficultlyNamedProps1 extends JsonSchema A schema class that validates payloads @@ -28,7 +28,7 @@ model with properties that have invalid names for python | static [ObjectWithDifficultlyNamedPropsMap](#objectwithdifficultlynamedpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithDifficultlyNamedPropsMap -public class ObjectWithDifficultlyNamedPropsMap +public static class ObjectWithDifficultlyNamedPropsMap extends FrozenMap A class to store validated Map payloads @@ -52,7 +52,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Schema123Number -public class Schema123Number +public static class Schema123Number extends JsonSchema A schema class that validates payloads @@ -63,7 +63,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Schema123list -public class Schema123list +public static class Schema123list extends JsonSchema A schema class that validates payloads @@ -74,7 +74,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Specialpropertyname -public class Specialpropertyname +public static class Specialpropertyname extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index edc4ae2c147..4eee279608a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithInlineCompositionProperty.Schema0](#schema0)
schema class | ## ObjectWithInlineCompositionProperty1 -public class ObjectWithInlineCompositionProperty1 +public static class ObjectWithInlineCompositionProperty1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [ObjectWithInlineCompositionPropertyMap](#objectwithinlinecompositionpropertymap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithInlineCompositionPropertyMap -public class ObjectWithInlineCompositionPropertyMap +public static class ObjectWithInlineCompositionPropertyMap extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SomeProp -public class SomeProp +public static class SomeProp extends JsonSchema A schema class that validates payloads @@ -65,7 +65,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 313df685955..e1fa8074cf2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap)
output class for Map payloads | ## ObjectWithInvalidNamedRefedProperties1 -public class ObjectWithInvalidNamedRefedProperties1 +public static class ObjectWithInvalidNamedRefedProperties1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithInvalidNamedRefedPropertiesMap -public class ObjectWithInvalidNamedRefedPropertiesMap +public static class ObjectWithInvalidNamedRefedPropertiesMap extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index ac754d7a79a..05e4c4a37c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithNonIntersectingValues.AdditionalProperties](#additionalproperties)
schema class | ## ObjectWithNonIntersectingValues1 -public class ObjectWithNonIntersectingValues1 +public static class ObjectWithNonIntersectingValues1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [ObjectWithNonIntersectingValuesMap](#objectwithnonintersectingvaluesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithNonIntersectingValuesMap -public class ObjectWithNonIntersectingValuesMap +public static class ObjectWithNonIntersectingValuesMap extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## A -public class A +public static class A extends JsonSchema A schema class that validates payloads @@ -57,7 +57,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index b41ddefbf3a..c2f587b4996 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithOnlyOptionalProps.AdditionalProperties](#additionalproperties)
schema class | ## ObjectWithOnlyOptionalProps1 -public class ObjectWithOnlyOptionalProps1 +public static class ObjectWithOnlyOptionalProps1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [ObjectWithOnlyOptionalPropsMap](#objectwithonlyoptionalpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithOnlyOptionalPropsMap -public class ObjectWithOnlyOptionalPropsMap +public static class ObjectWithOnlyOptionalPropsMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **b** | Number | | [optional] ## B -public class B +public static class B extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## A -public class A +public static class A extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 01011911bbf..dcfec509145 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithOptionalTestProp.Test](#test)
schema class | ## ObjectWithOptionalTestProp1 -public class ObjectWithOptionalTestProp1 +public static class ObjectWithOptionalTestProp1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ObjectWithOptionalTestPropMap](#objectwithoptionaltestpropmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithOptionalTestPropMap -public class ObjectWithOptionalTestPropMap +public static class ObjectWithOptionalTestPropMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Test -public class Test +public static class Test extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index d8e6c6d9b47..ee447ed95a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithValidations.ObjectWithValidations1](#objectwithvalidations1)
schema class | ## ObjectWithValidations1 -public class ObjectWithValidations1 +public static class ObjectWithValidations1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 1d358d37755..5d8ec725fdf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -17,7 +17,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Order.Id](#id)
schema class | ## Order1 -public class Order1 +public static class Order1 extends JsonSchema A schema class that validates payloads @@ -28,7 +28,7 @@ A schema class that validates payloads | static [OrderMap](#ordermap) | validate(Map arg, SchemaConfiguration configuration) | ## OrderMap -public class OrderMap +public static class OrderMap extends FrozenMap A class to store validated Map payloads @@ -60,7 +60,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Complete -public class Complete +public static class Complete extends JsonSchema A schema class that validates payloads @@ -71,7 +71,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Status -public class Status +public static class Status extends JsonSchema A schema class that validates payloads @@ -85,7 +85,7 @@ Order Status | static String | validate(String arg, SchemaConfiguration configuration) | ## ShipDate -public class ShipDate +public static class ShipDate extends JsonSchema A schema class that validates payloads @@ -96,7 +96,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Quantity -public class Quantity +public static class Quantity extends JsonSchema A schema class that validates payloads @@ -107,7 +107,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## PetId -public class PetId +public static class PetId extends JsonSchema A schema class that validates payloads @@ -118,7 +118,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Id -public class Id +public static class Id extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 7c3071d3f13..fafedc0a986 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [PaginatedResultMyObjectDto.AdditionalProperties](#additionalproperties)
schema class | ## PaginatedResultMyObjectDto1 -public class PaginatedResultMyObjectDto1 +public static class PaginatedResultMyObjectDto1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [PaginatedResultMyObjectDtoMap](#paginatedresultmyobjectdtomap) | validate(Map arg, SchemaConfiguration configuration) | ## PaginatedResultMyObjectDtoMap -public class PaginatedResultMyObjectDtoMap +public static class PaginatedResultMyObjectDtoMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **results** | List> | | ## Results -public class Results +public static class Results extends JsonSchema A schema class that validates payloads @@ -78,7 +78,7 @@ List Item Type | Description | Notes Map | | ## Count -public class Count +public static class Count extends JsonSchema A schema class that validates payloads @@ -89,7 +89,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index cc6ed6db271..d7e35f0226e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ParentPet.ParentPet1](#parentpet1)
schema class | ## ParentPet1 -public class ParentPet1 +public static class ParentPet1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 8d053dd948d..262a4b5ad79 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -19,7 +19,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Pet.Id](#id)
schema class | ## Pet1 -public class Pet1 +public static class Pet1 extends JsonSchema A schema class that validates payloads @@ -33,7 +33,7 @@ Pet object that needs to be added to the store | static [PetMap](#petmap) | validate(Map arg, SchemaConfiguration configuration) | ## PetMap -public class PetMap +public static class PetMap extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Tags -public class Tags +public static class Tags extends JsonSchema A schema class that validates payloads @@ -95,7 +95,7 @@ List Item Type | Description | Notes Map | | ## Status -public class Status +public static class Status extends JsonSchema A schema class that validates payloads @@ -109,7 +109,7 @@ pet status in the store | static String | validate(String arg, SchemaConfiguration configuration) | ## PhotoUrls -public class PhotoUrls +public static class PhotoUrls extends JsonSchema A schema class that validates payloads @@ -139,7 +139,7 @@ List Item Type | Description | Notes String | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads @@ -150,7 +150,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Name -public class Name +public static class Name extends JsonSchema A schema class that validates payloads @@ -161,7 +161,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Id -public class Id +public static class Id extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 9a63f0c82d5..09ee527bb71 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Pig.Pig1](#pig1)
schema class | ## Pig1 -public class Pig1 +public static class Pig1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 94bf129016f..7e076b16f3e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Player.Name](#name)
schema class | ## Player1 -public class Player1 +public static class Player1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ a model that includes a self reference this forces properties and additionalProp | static [PlayerMap](#playermap) | validate(Map arg, SchemaConfiguration configuration) | ## PlayerMap -public class PlayerMap +public static class PlayerMap extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Name -public class Name +public static class Name extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index c20663ddfb3..310ae79a6bf 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [PublicKey.Key](#key)
schema class | ## PublicKey1 -public class PublicKey1 +public static class PublicKey1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ schema that contains a property named key | static [PublicKeyMap](#publickeymap) | validate(Map arg, SchemaConfiguration configuration) | ## PublicKeyMap -public class PublicKeyMap +public static class PublicKeyMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Key -public class Key +public static class Key extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index e5f9a249dba..aeaa75a5642 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Quadrilateral.Quadrilateral1](#quadrilateral1)
schema class | ## Quadrilateral1 -public class Quadrilateral1 +public static class Quadrilateral1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 088af1dc072..7297d339225 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [QuadrilateralInterface.ShapeType](#shapetype)
schema class | ## QuadrilateralInterface1 -public class QuadrilateralInterface1 +public static class QuadrilateralInterface1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## QuadrilateralInterfaceMap -public class QuadrilateralInterfaceMap +public static class QuadrilateralInterfaceMap extends FrozenMap A class to store validated Map payloads @@ -56,7 +56,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## QuadrilateralType -public class QuadrilateralType +public static class QuadrilateralType extends JsonSchema A schema class that validates payloads @@ -67,7 +67,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## ShapeType -public class ShapeType +public static class ShapeType extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index f395d52fd03..d5eeaff69f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReadOnlyFirst.Bar](#bar)
schema class | ## ReadOnlyFirst1 -public class ReadOnlyFirst1 +public static class ReadOnlyFirst1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [ReadOnlyFirstMap](#readonlyfirstmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReadOnlyFirstMap -public class ReadOnlyFirstMap +public static class ReadOnlyFirstMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Baz -public class Baz +public static class Baz extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Bar -public class Bar +public static class Bar extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 36acb6c8d1c..088a02a6a8d 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [RefPet.RefPet1](#refpet1)
schema class | ## RefPet1 -public class RefPet1 +public static class RefPet1 extends [Pet.Pet1](../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 84339e32a20..432614dca5e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReqPropsFromExplicitAddProps.AdditionalProperties](#additionalproperties)
schema class | ## ReqPropsFromExplicitAddProps1 -public class ReqPropsFromExplicitAddProps1 +public static class ReqPropsFromExplicitAddProps1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ReqPropsFromExplicitAddPropsMap](#reqpropsfromexplicitaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromExplicitAddPropsMap -public class ReqPropsFromExplicitAddPropsMap +public static class ReqPropsFromExplicitAddPropsMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 3c10f84a4cd..9407656c019 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReqPropsFromTrueAddProps.AdditionalProperties](#additionalproperties)
schema class | ## ReqPropsFromTrueAddProps1 -public class ReqPropsFromTrueAddProps1 +public static class ReqPropsFromTrueAddProps1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ReqPropsFromTrueAddPropsMap](#reqpropsfromtrueaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromTrueAddPropsMap -public class ReqPropsFromTrueAddPropsMap +public static class ReqPropsFromTrueAddPropsMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 4f4940a0e6c..7b83f2a7dfd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddPropsMap](#reqpropsfromunsetaddpropsmap)
output class for Map payloads | ## ReqPropsFromUnsetAddProps1 -public class ReqPropsFromUnsetAddProps1 +public static class ReqPropsFromUnsetAddProps1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [ReqPropsFromUnsetAddPropsMap](#reqpropsfromunsetaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromUnsetAddPropsMap -public class ReqPropsFromUnsetAddPropsMap +public static class ReqPropsFromUnsetAddPropsMap extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 5b5b82c0964..916d5aecbbb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReturnSchema.ReturnSchema2](#returnschema2)
schema class | ## ReturnSchema1 -public class ReturnSchema1 +public static class ReturnSchema1 extends JsonSchema A schema class that validates payloads @@ -34,7 +34,7 @@ Model for testing reserved words | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ReturnMap -public class ReturnMap +public static class ReturnMap extends FrozenMap A class to store validated Map payloads @@ -56,7 +56,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ReturnSchema2 -public class ReturnSchema2 +public static class ReturnSchema2 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 1e850a22598..d5b1dd507c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ScaleneTriangle.TriangleType](#triangletype)
schema class | ## ScaleneTriangle1 -public class ScaleneTriangle1 +public static class ScaleneTriangle1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## TriangleType -public class TriangleType +public static class TriangleType extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 1bdedfb70bf..be8a2fa3cb0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema200Response.Name](#name)
schema class | ## Schema200Response1 -public class Schema200Response1 +public static class Schema200Response1 extends JsonSchema A schema class that validates payloads @@ -35,7 +35,7 @@ model with an invalid class name for python, starts with a number | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema200ResponseMap -public class Schema200ResponseMap +public static class Schema200ResponseMap extends FrozenMap A class to store validated Map payloads @@ -59,7 +59,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassSchema -public class ClassSchema +public static class ClassSchema extends JsonSchema A schema class that validates payloads @@ -73,7 +73,7 @@ this is a reserved python keyword | static String | validate(String arg, SchemaConfiguration configuration) | ## Name -public class Name +public static class Name extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index e19769278e1..d620197658d 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SelfReferencingArrayModel.SelfReferencingArrayModelList](#selfreferencingarraymodellist)
output class for List payloads | ## SelfReferencingArrayModel1 -public class SelfReferencingArrayModel1 +public static class SelfReferencingArrayModel1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index db9533febda..4d8d250df33 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SelfReferencingObjectModel.SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap)
output class for Map payloads | ## SelfReferencingObjectModel1 -public class SelfReferencingObjectModel1 +public static class SelfReferencingObjectModel1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap) | validate(Map arg, SchemaConfiguration configuration) | ## SelfReferencingObjectModelMap -public class SelfReferencingObjectModelMap +public static class SelfReferencingObjectModelMap extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index 07964a6e765..eb313aedb4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Shape.Shape1](#shape1)
schema class | ## Shape1 -public class Shape1 +public static class Shape1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index d54add8390d..5c2dd7e04be 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ShapeOrNull.Schema0](#schema0)
schema class | ## ShapeOrNull1 -public class ShapeOrNull1 +public static class ShapeOrNull1 extends JsonSchema A schema class that validates payloads @@ -33,7 +33,7 @@ The value may be a shape or the 'null' value. This is introduced in OA | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 3fbd4d1cb0f..af7b7a5fef3 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SimpleQuadrilateral.QuadrilateralType](#quadrilateraltype)
schema class | ## SimpleQuadrilateral1 -public class SimpleQuadrilateral1 +public static class SimpleQuadrilateral1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public class Schema1Map +public static class Schema1Map extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## QuadrilateralType -public class QuadrilateralType +public static class QuadrilateralType extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 6c9562602fa..9a1ebeff88c 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SomeObject.SomeObject1](#someobject1)
schema class | ## SomeObject1 -public class SomeObject1 +public static class SomeObject1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index a7d51e6cb70..a724128de26 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SpecialModelname.A](#a)
schema class | ## SpecialModelname1 -public class SpecialModelname1 +public static class SpecialModelname1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ model with an invalid class name for python | static [SpecialModelnameMap](#specialmodelnamemap) | validate(Map arg, SchemaConfiguration configuration) | ## SpecialModelnameMap -public class SpecialModelnameMap +public static class SpecialModelnameMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## A -public class A +public static class A extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 09b788af0a8..3df3536a1b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringBooleanMap.AdditionalProperties](#additionalproperties)
schema class | ## StringBooleanMap1 -public class StringBooleanMap1 +public static class StringBooleanMap1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [StringBooleanMapMap](#stringbooleanmapmap) | validate(Map arg, SchemaConfiguration configuration) | ## StringBooleanMapMap -public class StringBooleanMapMap +public static class StringBooleanMapMap extends FrozenMap A class to store validated Map payloads @@ -43,7 +43,7 @@ Key | Type | Description | Notes **anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index a971ac8ac94..3b6d4751d81 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringEnum.StringEnum1](#stringenum1)
schema class | ## StringEnum1 -public class StringEnum1 +public static class StringEnum1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index f4af96099c7..023e4f0c2e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringEnumWithDefaultValue.StringEnumWithDefaultValue1](#stringenumwithdefaultvalue1)
schema class | ## StringEnumWithDefaultValue1 -public class StringEnumWithDefaultValue1 +public static class StringEnumWithDefaultValue1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index e963faca437..2009ac25c5b 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringSchema.StringSchema1](#stringschema1)
schema class | ## StringSchema1 -public class StringSchema1 +public static class StringSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 9bd061e3952..826b3f7a3e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringWithValidation.StringWithValidation1](#stringwithvalidation1)
schema class | ## StringWithValidation1 -public class StringWithValidation1 +public static class StringWithValidation1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 1ac515ee3a6..88de4e7857c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Tag.Id](#id)
schema class | ## Tag1 -public class Tag1 +public static class Tag1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [TagMap](#tagmap) | validate(Map arg, SchemaConfiguration configuration) | ## TagMap -public class TagMap +public static class TagMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Name -public class Name +public static class Name extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Id -public class Id +public static class Id extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index 6bb2f556a94..a262f400392 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Triangle.Triangle1](#triangle1)
schema class | ## Triangle1 -public class Triangle1 +public static class Triangle1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 3f792f528af..90b71eed426 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [TriangleInterface.ShapeType](#shapetype)
schema class | ## TriangleInterface1 -public class TriangleInterface1 +public static class TriangleInterface1 extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## TriangleInterfaceMap -public class TriangleInterfaceMap +public static class TriangleInterfaceMap extends FrozenMap A class to store validated Map payloads @@ -56,7 +56,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## TriangleType -public class TriangleType +public static class TriangleType extends JsonSchema A schema class that validates payloads @@ -67,7 +67,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## ShapeType -public class ShapeType +public static class ShapeType extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 7f11913fa37..fe6fe68e03e 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [UUIDString.UUIDString1](#uuidstring1)
schema class | ## UUIDString1 -public class UUIDString1 +public static class UUIDString1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 6b14cfb4a0b..80fe19a89e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -25,7 +25,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [User.Id](#id)
schema class | ## User1 -public class User1 +public static class User1 extends JsonSchema A schema class that validates payloads @@ -36,7 +36,7 @@ A schema class that validates payloads | static [UserMap](#usermap) | validate(Map arg, SchemaConfiguration configuration) | ## UserMap -public class UserMap +public static class UserMap extends FrozenMap A class to store validated Map payloads @@ -82,7 +82,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## AnyTypePropNullable -public class AnyTypePropNullable +public static class AnyTypePropNullable extends JsonSchema A schema class that validates payloads @@ -104,7 +104,7 @@ test code generation for any type Here the 'type' attribute is not spe | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## AnyTypeExceptNullProp -public class AnyTypeExceptNullProp +public static class AnyTypeExceptNullProp extends JsonSchema A schema class that validates payloads @@ -126,7 +126,7 @@ any type except 'null' Here the 'type' attribute is not spec | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Not -public class Not +public static class Not extends JsonSchema A schema class that validates payloads @@ -137,7 +137,7 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | ## AnyTypeProp -public class AnyTypeProp +public static class AnyTypeProp extends JsonSchema A schema class that validates payloads @@ -159,7 +159,7 @@ test code generation for any type Here the 'type' attribute is not spe | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ObjectWithNoDeclaredPropsNullable -public class ObjectWithNoDeclaredPropsNullable +public static class ObjectWithNoDeclaredPropsNullable extends JsonSchema A schema class that validates payloads @@ -174,7 +174,7 @@ test code generation for nullable objects. Value must be a map of strings to val | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithNoDeclaredProps -public class ObjectWithNoDeclaredProps +public static class ObjectWithNoDeclaredProps extends JsonSchema A schema class that validates payloads @@ -188,7 +188,7 @@ test code generation for objects Value must be a map of strings to values. It ca | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## UserStatus -public class UserStatus +public static class UserStatus extends JsonSchema A schema class that validates payloads @@ -202,7 +202,7 @@ User Status | static int | validate(int arg, SchemaConfiguration configuration) | ## Phone -public class Phone +public static class Phone extends JsonSchema A schema class that validates payloads @@ -213,7 +213,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Password -public class Password +public static class Password extends JsonSchema A schema class that validates payloads @@ -224,7 +224,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Email -public class Email +public static class Email extends JsonSchema A schema class that validates payloads @@ -235,7 +235,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## LastName -public class LastName +public static class LastName extends JsonSchema A schema class that validates payloads @@ -246,7 +246,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## FirstName -public class FirstName +public static class FirstName extends JsonSchema A schema class that validates payloads @@ -257,7 +257,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Username -public class Username +public static class Username extends JsonSchema A schema class that validates payloads @@ -268,7 +268,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Id -public class Id +public static class Id extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index c5b405be9cf..855f16022cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Whale.HasBaleen](#hasbaleen)
schema class | ## Whale1 -public class Whale1 +public static class Whale1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [WhaleMap](#whalemap) | validate(Map arg, SchemaConfiguration configuration) | ## WhaleMap -public class WhaleMap +public static class WhaleMap extends FrozenMap A class to store validated Map payloads @@ -51,7 +51,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassName -public class ClassName +public static class ClassName extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## HasTeeth -public class HasTeeth +public static class HasTeeth extends JsonSchema A schema class that validates payloads @@ -73,7 +73,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## HasBaleen -public class HasBaleen +public static class HasBaleen extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 8be81860689..3fd52f8f5e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Zebra.AdditionalProperties](#additionalproperties)
schema class | ## Zebra1 -public class Zebra1 +public static class Zebra1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [ZebraMap](#zebramap) | validate(Map arg, SchemaConfiguration configuration) | ## ZebraMap -public class ZebraMap +public static class ZebraMap extends FrozenMap A class to store validated Map payloads @@ -49,7 +49,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## ClassName -public class ClassName +public static class ClassName extends JsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Type -public class Type +public static class Type extends JsonSchema A schema class that validates payloads @@ -71,7 +71,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index e4469d8d8c1..ae716907bef 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index a37b416ca84..1b304df2fd3 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 2a2c522e797..f9b3e195a3d 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 344b49703a3..14e5a9f91f9 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 03e53ad045c..8468a17fd14 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [PathParamSchema0.PathParamSchema01](#pathparamschema01)
schema class | ## PathParamSchema01 -public class PathParamSchema01 +public static class PathParamSchema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index c9559f75846..c5bc68a384b 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index c92cffe15c8..72ab2efb394 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 91091a2d113..e25784a99cf 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index c653d32030f..ba55dccb3de 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 -public class Schema21 +public static class Schema21 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 9d37d0210d2..2efb3aa686f 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 -public class Schema31 +public static class Schema31 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index 375688979ec..dcc853d81c8 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 -public class Schema41 +public static class Schema41 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 096e7b55921..1c74fe48134 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 -public class Schema51 +public static class Schema51 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 050ee87574a..4ed06b869ec 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Items0](#items0)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## Items0 -public class Items0 +public static class Items0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index 66ca9d890a3..bc9001d42f8 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index a5e71e033c9..2675f061fdf 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Items2](#items2)
schema class | ## Schema21 -public class Schema21 +public static class Schema21 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## Items2 -public class Items2 +public static class Items2 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index b10a6f47e6c..436c9f225b2 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 -public class Schema31 +public static class Schema31 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 5e927b6f748..824106a1d09 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 -public class Schema41 +public static class Schema41 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 52ca1f19eaf..f37598013fa 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 -public class Schema51 +public static class Schema51 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 57bfea8fca7..d1db74641b7 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Items](#items)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## EnumFormString -public class EnumFormString +public static class EnumFormString extends JsonSchema A schema class that validates payloads @@ -64,7 +64,7 @@ Form parameter enum test (string) | static String | validate(String arg, SchemaConfiguration configuration) | ## EnumFormStringArray -public class EnumFormStringArray +public static class EnumFormStringArray extends JsonSchema A schema class that validates payloads @@ -97,7 +97,7 @@ List Item Type | Description | Notes String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index 5b9486a808f..fcb3879f408 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index aaeec93603d..5bfe1f342ab 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 5ee6de13524..acd1fc5ff72 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -25,7 +25,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.IntegerSchema](#integerschema)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -36,7 +36,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -79,7 +79,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Callback -public class Callback +public static class Callback extends JsonSchema A schema class that validates payloads @@ -93,7 +93,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## Password -public class Password +public static class Password extends JsonSchema A schema class that validates payloads @@ -107,7 +107,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## DateTime -public class DateTime +public static class DateTime extends JsonSchema A schema class that validates payloads @@ -121,7 +121,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## Date -public class Date +public static class Date extends JsonSchema A schema class that validates payloads @@ -135,7 +135,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## Binary -public class Binary +public static class Binary extends JsonSchema A schema class that validates payloads @@ -149,7 +149,7 @@ None | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## ByteSchema -public class ByteSchema +public static class ByteSchema extends JsonSchema A schema class that validates payloads @@ -163,7 +163,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## PatternWithoutDelimiter -public class PatternWithoutDelimiter +public static class PatternWithoutDelimiter extends JsonSchema A schema class that validates payloads @@ -177,7 +177,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## StringSchema -public class StringSchema +public static class StringSchema extends JsonSchema A schema class that validates payloads @@ -191,7 +191,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## DoubleSchema -public class DoubleSchema +public static class DoubleSchema extends JsonSchema A schema class that validates payloads @@ -205,7 +205,7 @@ None | static double | validate(double arg, SchemaConfiguration configuration) | ## FloatSchema -public class FloatSchema +public static class FloatSchema extends JsonSchema A schema class that validates payloads @@ -219,7 +219,7 @@ None | static float | validate(float arg, SchemaConfiguration configuration) | ## NumberSchema -public class NumberSchema +public static class NumberSchema extends JsonSchema A schema class that validates payloads @@ -233,7 +233,7 @@ None | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Int64 -public class Int64 +public static class Int64 extends JsonSchema A schema class that validates payloads @@ -247,7 +247,7 @@ None | static long | validate(long arg, SchemaConfiguration configuration) | ## Int32 -public class Int32 +public static class Int32 extends JsonSchema A schema class that validates payloads @@ -261,7 +261,7 @@ None | static int | validate(int arg, SchemaConfiguration configuration) | ## IntegerSchema -public class IntegerSchema +public static class IntegerSchema extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index f8b013918d7..88864c45bfa 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index 098356259d8..d9c92f51a5d 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index bd5b00660f0..deba82e51ce 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [FileSchemaTestClass.FileSchemaTestClass1](../../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index 969d2c34835..b651ef1a41f 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index 182fbd6956b..ffa59ee09d0 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 7ca96c12888..1fe3c001a87 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index 53cb55fb364..05f89cb00f8 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 59e37147066..8d904c386d1 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 -public class Schema21 +public static class Schema21 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index e651f112d81..7d4f153b169 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index f621714e6a0..54b78e7235d 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index 6f574ea5847..a0b4b1040da 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [HealthCheckResult.HealthCheckResult1](../../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 966e349444f..a5d4d820bfb 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalProperties](#additionalproperties)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -43,7 +43,7 @@ Key | Type | Description | Notes **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] ## AdditionalProperties -public class AdditionalProperties +public static class AdditionalProperties extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index f3ac9e039d3..11b6bde636f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema00](#schema00)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema00 -public class Schema00 +public static class Schema00 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index f5af5d0663e..dcbcb8537d7 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema01](#schema01)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap1](#schemamap1) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap1 -public class SchemaMap1 +public static class SchemaMap1 extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SomeProp1 -public class SomeProp1 +public static class SomeProp1 extends JsonSchema A schema class that validates payloads @@ -65,7 +65,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index 4c68a7e6520..8de0e59cf77 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 4b4a1f287b8..a1b1dda25bc 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SomeProp -public class SomeProp +public static class SomeProp extends JsonSchema A schema class that validates payloads @@ -65,7 +65,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 366443aad84..2bffc212ef7 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index af903afe547..fdc65e04143 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## SomeProp -public class SomeProp +public static class SomeProp extends JsonSchema A schema class that validates payloads @@ -65,7 +65,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public class Schema0 +public static class Schema0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 7cacde41ef0..5f22ff1b204 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Param](#param)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Param2 -public class Param2 +public static class Param2 extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ field2 | static String | validate(String arg, SchemaConfiguration configuration) | ## Param -public class Param +public static class Param extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index 1f5998b0f50..f0a7ad705bf 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [JSONPatchRequest.JSONPatchRequest1](../../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 0914bbc3f83..3261eaefdff 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index f23aa0143cd..0ab5f54864b 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 015c673d3e1..5ffbb2a4f9b 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.A](#a)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## A -public class A +public static class A extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index ceea9cbf6e0..1be92c7ca9f 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.B](#b)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## B -public class B +public static class B extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index 8602fc910a8..d3d7f4ac121 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index 4aa4e23bb1f..360590f7f4c 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 89fc1ca26e6..752c20ea4ba 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 277777e9e9d..33e872b9e47 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index edf2d29ef89..d01c8292cda 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Keyword0](#keyword0)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap0](#schemamap0) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap0 -public class SchemaMap0 +public static class SchemaMap0 extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Keyword0 -public class Keyword0 +public static class Keyword0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index ed2ccc35883..2309e1743b7 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index c036c8a23b0..528a4c0c4ed 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 2b0cb1ed73f..0176f7d6cee 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema10.Schema101](#schema101)
schema class | ## Schema101 -public class Schema101 +public static class Schema101 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 351f4286488..ad80d4bcf1b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema11.Schema111](#schema111)
schema class | ## Schema111 -public class Schema111 +public static class Schema111 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index 394436bbe90..94904943c32 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema12.Schema121](#schema121)
schema class | ## Schema121 -public class Schema121 +public static class Schema121 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index 66dd2c146ed..e90ff5e96c4 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema13.Schema131](#schema131)
schema class | ## Schema131 -public class Schema131 +public static class Schema131 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index f4d616a8f0a..2029c240692 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema14.Schema141](#schema141)
schema class | ## Schema141 -public class Schema141 +public static class Schema141 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index 4dc9e7abb1e..a663eb47b06 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema15.Schema151](#schema151)
schema class | ## Schema151 -public class Schema151 +public static class Schema151 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index d533d76346e..77d065e19b2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema16.Schema161](#schema161)
schema class | ## Schema161 -public class Schema161 +public static class Schema161 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 1ae9cb09b86..6886bb96b65 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema17.Schema171](#schema171)
schema class | ## Schema171 -public class Schema171 +public static class Schema171 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index 2f4ebff1814..66dce48fc1a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema18.Schema181](#schema181)
schema class | ## Schema181 -public class Schema181 +public static class Schema181 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 6baa373c51e..406a8581ed2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 -public class Schema21 +public static class Schema21 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index c24c958f5c5..3929f52fa38 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 -public class Schema31 +public static class Schema31 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 9b566beaffe..4f33c293e8e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 -public class Schema41 +public static class Schema41 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index da8dfd18f40..0b3e81f7eef 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 -public class Schema51 +public static class Schema51 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 7b125369758..d7c5cce1dd4 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema6.Schema61](#schema61)
schema class | ## Schema61 -public class Schema61 +public static class Schema61 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index cce0553fa3c..aa55fb895f1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema7.Schema71](#schema71)
schema class | ## Schema71 -public class Schema71 +public static class Schema71 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 48c22822ddf..a21b6fce95b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema8.Schema81](#schema81)
schema class | ## Schema81 -public class Schema81 +public static class Schema81 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index f20032cb9eb..a15e44f54da 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema9.Schema91](#schema91)
schema class | ## Schema91 -public class Schema91 +public static class Schema91 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index a88b2fd8080..c584c577e80 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index 454f6ba54db..a5b4fce98ae 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index 347b01478e0..a253fc6aeb5 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 78d2b58b272..399c38bb917 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## RequiredFile -public class RequiredFile +public static class RequiredFile extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ file to upload | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata -public class AdditionalMetadata +public static class AdditionalMetadata extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 890c9c49a48..b47deb64138 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 6a58f14c8c9..edd0e64bd65 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index 27ac57a5f41..cea63202b20 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index 466e5903231..743beb8072f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends [Foo.Foo1](../../../components/schemas/Foo.md#foo1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index 5f34d52b881..ecc180f5ad6 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [AnimalFarm.AnimalFarm1](../../../../../../components/schemas/AnimalFarm.md#animalfarm1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index 3233a6ba4a3..e53b170685c 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [AnimalFarm.AnimalFarm1](../../../../../../../../components/schemas/AnimalFarm.md#animalfarm1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 82f55ecc054..8bed4d61a74 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index 90e8325f7c8..4a450924cb9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index b768ca34c9a..52e65083a6b 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [BooleanSchema.BooleanSchema1](../../../../../../components/schemas/BooleanSchema.md#booleanschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index 9b1e5b0a7a8..189a6d815db 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [BooleanSchema.BooleanSchema1](../../../../../../../../components/schemas/BooleanSchema.md#booleanschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 878ae7c9dcd..2d59b2be2ef 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index f9d41b625d9..d0b0fe2edec 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index 5473e5bba83..9572801da80 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [StringEnum.StringEnum1](../../../../../../components/schemas/StringEnum.md#stringenum1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index c037a0af234..70cff646ae4 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [StringEnum.StringEnum1](../../../../../../../../components/schemas/StringEnum.md#stringenum1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index 894d241ce9f..3102eec0fad 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Mammal.Mammal1](../../../../../../components/schemas/Mammal.md#mammal1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 4fb23d08bf7..cac60de9cb2 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Mammal.Mammal1](../../../../../../../../components/schemas/Mammal.md#mammal1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index cdd351bf3eb..acdf9171d41 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [NumberWithValidations.NumberWithValidations1](../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index 82ba67e1296..fc5c911116a 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [NumberWithValidations.NumberWithValidations1](../../../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index 15c6adba9fc..147a5253428 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index 41142360e68..2e69a3552ea 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index 30ddedd0b0f..4ca568ff35f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [StringSchema.StringSchema1](../../../../../../components/schemas/StringSchema.md#stringschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index 93e8331a831..1fb3d01a240 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [StringSchema.StringSchema1](../../../../../../../../components/schemas/StringSchema.md#stringschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 323692d755b..364d0277604 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Items0](#items0)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items0 -public class Items0 +public static class Items0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 42bcdc4d5f5..6bc301c6210 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Items1](#items1)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items1 -public class Items1 +public static class Items1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 39f6af82940..fa26735473b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Items2](#items2)
schema class | ## Schema21 -public class Schema21 +public static class Schema21 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items2 -public class Items2 +public static class Items2 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 5d1fbba4542..1bd5d6bdddb 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema3.Items3](#items3)
schema class | ## Schema31 -public class Schema31 +public static class Schema31 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items3 -public class Items3 +public static class Items3 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 1d6fdfdc510..fc10aa4e097 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema4.Items4](#items4)
schema class | ## Schema41 -public class Schema41 +public static class Schema41 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items4 -public class Items4 +public static class Items4 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index ca5c6f09491..7b252409b35 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 -public class Schema51 +public static class Schema51 extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 1914e5b452d..31002bd1d2c 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index ab3f85198b6..6911659376d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index bd56e63e19f..b473d0d545f 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## File -public class File +public static class File extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ file to upload | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata -public class AdditionalMetadata +public static class AdditionalMetadata extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index 8b4f2628ec4..0f3d169bc2c 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 2d3e1290ac9..450644652f4 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Items](#items)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Files -public class Files +public static class Files extends JsonSchema A schema class that validates payloads @@ -77,7 +77,7 @@ List Item Type | Description | Notes String | | ## Items -public class Items +public static class Items extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index fb6fbaf9828..7daa7906a63 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 9734d58073b..488710d01b4 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 2d352963298..9a3180e487d 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index 57492888a32..717e187a20d 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 03cb28a1950..9c471f6105f 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index 771f31f2480..5647226f3bf 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 699c6c589a1..be5ecb88b7d 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 865e654bafb..6c2e7fd4c4f 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 847f2353ea3..fde466609c7 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Items0](#items0)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | must be one of ["available", "pending", "sold"] if omitted the server will use the default value of available ## Items0 -public class Items0 +public static class Items0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index fb4fbbe12dd..092f8b9e9ea 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Items0](#items0)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items0 -public class Items0 +public static class Items0 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 6d1f94a92bb..dcd714d5d22 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index 4b33d1dc917..49f90c506da 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index 544941cad4f..bc8ea12844f 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index 26173ff57cb..dbb6708d842 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [RefPet.RefPet1](../../../../../../../../components/schemas/RefPet.md#refpet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index f9a4fe46914..27e8df47914 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Pet.Pet1](../../../../../../../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 0fd82a53e7c..7c839e9c003 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 17692fd6808..be942035385 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Name](#name)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## Status -public class Status +public static class Status extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ Updated status of the pet | static String | validate(String arg, SchemaConfiguration configuration) | ## Name -public class Name +public static class Name extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index fed0dd5f82e..3f3ed2e6db4 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 3b298919832..f06332979ac 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public class SchemaMap +public static class SchemaMap extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ Key | Type | Description | Notes **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] ## File -public class File +public static class File extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ file to upload | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata -public class AdditionalMetadata +public static class AdditionalMetadata extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index 2710d7c59c7..ba0fecdd373 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Order.Order1](../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index 7506c4a54ab..7a87a8a76e1 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index fdb24a48990..1ea7b7564a2 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 9d6595d6dfd..fc726babdf2 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index 515f0ae6127..3efcd99704d 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index 586fb504aad..885ba0c4a7c 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index 6d9cdab01ff..6a3f69af6bd 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index 6ffb8a33173..c0580169aed 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 500851c48a2..6e577ec8600 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public class Schema01 +public static class Schema01 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 62a8ef00656..7275cf0655c 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public class Schema11 +public static class Schema11 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 7d7de223d09..6dad4ee260c 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 9da0f031061..40c21543a78 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 8471fc73776..57e23e471de 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [XExpiresAfterSchema.XExpiresAfterSchema1](#xexpiresafterschema1)
schema class | ## XExpiresAfterSchema1 -public class XExpiresAfterSchema1 +public static class XExpiresAfterSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index 66064c518b1..766aaea87e4 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [XRateLimitSchema.XRateLimitSchema1](#xratelimitschema1)
schema class | ## XRateLimitSchema1 -public class XRateLimitSchema1 +public static class XRateLimitSchema1 extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index 1ebe8d10d8b..71c06730e71 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [User.User1](../../../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index b9ee20b27f1..4e3399c3d17 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [User.User1](../../../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index 40e72c37051..3c66458bfa9 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public class Schema1 +public static class Schema1 extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 2b7c9cd0d81..d85a88f3a8b 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -35,7 +35,7 @@ A class that contains necessary nested schema classes, and classes to store vali {{#eq instanceType "schema"}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces jsonPathPiece) }} -public class {{jsonPathPiece.camelCase}} +public static class {{jsonPathPiece.camelCase}} {{#if refInfo}} {{#if refInfo.refModule}} extends {{#if refInfo.refModule}}[{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}]({{docRoot}}components/schemas/{{refInfo.refModule}}.md#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append (newArray) refInfo.ref.jsonPathPiece) }}) @@ -63,7 +63,7 @@ A schema class that validates payloads {{#eq instanceType "propertiesOutputType"}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }} -public class {{mapOutputJsonPathPiece.camelCase}} +public static class {{mapOutputJsonPathPiece.camelCase}} extends FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{else}}Object{{/with}}> A class to store validated Map payloads From c7272ee21bc0329229ede774ec48e73cc5aa0cbf Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 14:54:06 -0800 Subject: [PATCH 42/72] Fixes formatting for map input keys --- .../content/applicationjson/Schema.md | 6 +- .../components/schemas/AbstractStepMessage.md | 12 ++-- .../schemas/AdditionalPropertiesClass.md | 56 +++++++++---------- .../schemas/AdditionalPropertiesSchema.md | 18 +++--- .../AdditionalPropertiesWithArrayOfEnums.md | 6 +- .../java/docs/components/schemas/Address.md | 6 +- .../java/docs/components/schemas/Animal.md | 10 ++-- .../components/schemas/AnyTypeAndFormat.md | 24 ++++---- .../components/schemas/ApiResponseSchema.md | 12 ++-- .../java/docs/components/schemas/Apple.md | 10 ++-- .../java/docs/components/schemas/AppleReq.md | 8 +-- .../schemas/ArrayOfArrayOfNumberOnly.md | 8 +-- .../components/schemas/ArrayOfNumberOnly.md | 8 +-- .../java/docs/components/schemas/ArrayTest.md | 12 ++-- .../java/docs/components/schemas/Banana.md | 8 +-- .../java/docs/components/schemas/BananaReq.md | 8 +-- .../java/docs/components/schemas/BasquePig.md | 8 +-- .../docs/components/schemas/Capitalization.md | 18 +++--- .../java/docs/components/schemas/Cat.md | 8 +-- .../java/docs/components/schemas/Category.md | 10 ++-- .../java/docs/components/schemas/ChildCat.md | 8 +-- .../docs/components/schemas/ClassModel.md | 8 +-- .../java/docs/components/schemas/Client.md | 8 +-- .../schemas/ComplexQuadrilateral.md | 8 +-- .../java/docs/components/schemas/DanishPig.md | 8 +-- .../java/docs/components/schemas/Dog.md | 8 +-- .../java/docs/components/schemas/Drawing.md | 14 ++--- .../docs/components/schemas/EnumArrays.md | 10 ++-- .../java/docs/components/schemas/EnumTest.md | 24 ++++---- .../components/schemas/EquilateralTriangle.md | 8 +-- .../java/docs/components/schemas/File.md | 8 +-- .../components/schemas/FileSchemaTestClass.md | 10 ++-- .../java/docs/components/schemas/Foo.md | 8 +-- .../docs/components/schemas/FormatTest.md | 48 ++++++++-------- .../docs/components/schemas/FromSchema.md | 10 ++-- .../java/docs/components/schemas/Fruit.md | 8 +-- .../java/docs/components/schemas/GmFruit.md | 8 +-- .../components/schemas/GrandparentAnimal.md | 8 +-- .../components/schemas/HasOnlyReadOnly.md | 10 ++-- .../components/schemas/HealthCheckResult.md | 8 +-- .../components/schemas/IsoscelesTriangle.md | 8 +-- .../schemas/JSONPatchRequestAddReplaceTest.md | 10 ++-- .../schemas/JSONPatchRequestMoveCopy.md | 10 ++-- .../schemas/JSONPatchRequestRemove.md | 8 +-- .../java/docs/components/schemas/MapTest.md | 38 ++++++------- ...dPropertiesAndAdditionalPropertiesClass.md | 18 +++--- .../java/docs/components/schemas/Money.md | 8 +-- .../docs/components/schemas/MyObjectDto.md | 6 +- .../java/docs/components/schemas/Name.md | 12 ++-- .../schemas/NoAdditionalProperties.md | 8 +-- .../docs/components/schemas/NullableClass.md | 48 ++++++++-------- .../docs/components/schemas/NumberOnly.md | 8 +-- .../schemas/ObjWithRequiredProps.md | 8 +-- .../schemas/ObjWithRequiredPropsBase.md | 8 +-- .../ObjectModelWithArgAndArgsProperties.md | 10 ++-- .../schemas/ObjectModelWithRefProps.md | 12 ++-- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 10 ++-- .../schemas/ObjectWithCollidingProperties.md | 10 ++-- .../schemas/ObjectWithDecimalProperties.md | 12 ++-- .../ObjectWithDifficultlyNamedProps.md | 12 ++-- .../ObjectWithInlineCompositionProperty.md | 8 +-- .../ObjectWithInvalidNamedRefedProperties.md | 10 ++-- .../ObjectWithNonIntersectingValues.md | 8 +-- .../schemas/ObjectWithOnlyOptionalProps.md | 8 +-- .../schemas/ObjectWithOptionalTestProp.md | 8 +-- .../java/docs/components/schemas/Order.md | 18 +++--- .../schemas/PaginatedResultMyObjectDto.md | 8 +-- .../java/docs/components/schemas/Pet.md | 18 +++--- .../java/docs/components/schemas/Player.md | 10 ++-- .../java/docs/components/schemas/PublicKey.md | 8 +-- .../schemas/QuadrilateralInterface.md | 10 ++-- .../docs/components/schemas/ReadOnlyFirst.md | 10 ++-- .../schemas/ReqPropsFromExplicitAddProps.md | 10 ++-- .../schemas/ReqPropsFromTrueAddProps.md | 10 ++-- .../schemas/ReqPropsFromUnsetAddProps.md | 10 ++-- .../docs/components/schemas/ReturnSchema.md | 8 +-- .../components/schemas/ScaleneTriangle.md | 8 +-- .../components/schemas/Schema200Response.md | 10 ++-- .../schemas/SelfReferencingObjectModel.md | 8 +-- .../components/schemas/SimpleQuadrilateral.md | 8 +-- .../components/schemas/SpecialModelname.md | 8 +-- .../components/schemas/StringBooleanMap.md | 6 +- .../java/docs/components/schemas/Tag.md | 10 ++-- .../components/schemas/TriangleInterface.md | 10 ++-- .../java/docs/components/schemas/User.md | 32 +++++------ .../java/docs/components/schemas/Whale.md | 12 ++-- .../java/docs/components/schemas/Zebra.md | 10 ++-- .../applicationxwwwformurlencoded/Schema.md | 10 ++-- .../applicationxwwwformurlencoded/Schema.md | 34 +++++------ .../content/applicationjson/Schema.md | 6 +- .../post/parameters/parameter1/Schema1.md | 8 +-- .../content/multipartformdata/Schema.md | 8 +-- .../content/multipartformdata/Schema.md | 8 +-- .../applicationxwwwformurlencoded/Schema.md | 10 ++-- .../content/applicationjson/Schema.md | 8 +-- .../content/multipartformdata/Schema.md | 8 +-- .../get/parameters/parameter0/Schema0.md | 8 +-- .../content/multipartformdata/Schema.md | 10 ++-- .../content/multipartformdata/Schema.md | 10 ++-- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 8 +-- .../applicationxwwwformurlencoded/Schema.md | 10 ++-- .../content/multipartformdata/Schema.md | 10 ++-- .../components/schemas/Schema_doc.hbs | 14 ++--- 104 files changed, 606 insertions(+), 606 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 0e598c43513..7b931124142 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -38,9 +38,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 1e5c1f84c04..6854cdc5c9a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -44,12 +44,12 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**description** | Object | | -**discriminator** | String | | -**sequenceNumber** | Object | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **description** | Object | | | +| **discriminator** | String | | | +| **sequenceNumber** | Object | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Discriminator public static class Discriminator diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 24c602c6379..12fa2a86316 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -65,17 +65,17 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**map_property** | Map | | [optional] -**map_of_map_property** | Map> | | [optional] -**anytype_1** | Object | | [optional] -**map_with_undeclared_properties_anytype_1** | Map | | [optional] -**map_with_undeclared_properties_anytype_2** | Map | | [optional] -**map_with_undeclared_properties_anytype_3** | Map | | [optional] -**empty_map** | Map | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] -**map_with_undeclared_properties_string** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **map_property** | Map | | [optional] | +| **map_of_map_property** | Map> | | [optional] | +| **anytype_1** | Object | | [optional] | +| **map_with_undeclared_properties_anytype_1** | Map | | [optional] | +| **map_with_undeclared_properties_anytype_2** | Map | | [optional] | +| **map_with_undeclared_properties_anytype_3** | Map | | [optional] | +| **empty_map** | Map | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] | +| **map_with_undeclared_properties_string** | Map | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## MapWithUndeclaredPropertiesString public static class MapWithUndeclaredPropertiesString @@ -104,9 +104,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties5 public static class AdditionalProperties5 @@ -148,8 +148,8 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | ## AdditionalProperties4 public static class AdditionalProperties4 @@ -197,9 +197,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties3 public static class AdditionalProperties3 @@ -288,9 +288,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties1 public static class AdditionalProperties1 @@ -319,9 +319,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties2 public static class AdditionalProperties2 @@ -361,9 +361,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 35764488350..14aa5e7ea9e 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -56,9 +56,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties2 public static class AdditionalProperties2 @@ -106,9 +106,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties1 public static class AdditionalProperties1 @@ -156,9 +156,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 3583b717dbe..01ca8b84018 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -39,9 +39,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | List | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | List | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 2d71db38b8e..c4f392288f8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -38,9 +38,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | long | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | long | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 64e27b6c189..6c0a57a8183 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | -**color** | String | | [optional] if omitted the server will use the default value of red -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **className** | String | | | +| **color** | String | | [optional] if omitted the server will use the default value of red | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Color public static class Color diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 7676cf46ec9..f6eaec6f6a2 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -51,18 +51,18 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**uuid** | Object | | [optional] value must be a uuid -**date** | Object | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD -**date-time** | Object | | [optional] value must conform to RFC-3339 date-time -**number** | Object | | [optional] value must be int or float numeric -**binary** | Object | | [optional] -**int32** | Object | | [optional] value must be a 32 bit integer -**int64** | Object | | [optional] value must be a 64 bit integer -**double** | Object | | [optional] value must be a 64 bit float -**float** | Object | | [optional] value must be a 32 bit float -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **uuid** | Object | | [optional] value must be a uuid | +| **date** | Object | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD | +| **date-time** | Object | | [optional] value must conform to RFC-3339 date-time | +| **number** | Object | | [optional] value must be int or float numeric | +| **binary** | Object | | [optional] | +| **int32** | Object | | [optional] value must be a 32 bit integer | +| **int64** | Object | | [optional] value must be a 64 bit integer | +| **double** | Object | | [optional] value must be a 64 bit float | +| **float** | Object | | [optional] value must be a 32 bit float | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## FloatSchema public static class FloatSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 508df0986f2..ceb69f36238 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -43,12 +43,12 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**code** | int | | [optional] value must be a 32 bit integer -**type** | String | | [optional] -**message** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **code** | int | | [optional] value must be a 32 bit integer | +| **type** | String | | [optional] | +| **message** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Message public static class Message diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index ac02cb6e1e1..211d5dfcdcc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -42,11 +42,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**cultivar** | String | | -**origin** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **cultivar** | String | | | +| **origin** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Origin public static class Origin diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index aa40aeb0be9..b26d26dbc2b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -41,10 +41,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**cultivar** | String | | -**mealy** | boolean | | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **cultivar** | String | | | +| **mealy** | boolean | | [optional] | ## Mealy public static class Mealy diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index b64b0f14723..cfd0aa6498c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -43,10 +43,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ArrayArrayNumber** | List> | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **ArrayArrayNumber** | List> | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ArrayArrayNumber public static class ArrayArrayNumber diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index e54ba75f2c9..954dbc4e4b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -41,10 +41,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ArrayNumber** | List | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **ArrayNumber** | List | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ArrayNumber public static class ArrayNumber diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 9fad5a939c9..e4c083e1602 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -52,12 +52,12 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**array_of_string** | List | | [optional] -**array_array_of_integer** | List> | | [optional] -**array_array_of_model** | List>> | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **array_of_string** | List | | [optional] | +| **array_array_of_integer** | List> | | [optional] | +| **array_array_of_model** | List>> | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ArrayArrayOfModel public static class ArrayArrayOfModel diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index c1e567ff687..3d49af15b41 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**lengthCm** | Number | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **lengthCm** | Number | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## LengthCm public static class LengthCm diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index a6afe4efb34..110da31f7bb 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -41,10 +41,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**lengthCm** | Number | | -**sweet** | boolean | | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **lengthCm** | Number | | | +| **sweet** | boolean | | [optional] | ## Sweet public static class Sweet diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 890b7e26bf1..84919c5a847 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | must be one of ["BasquePig"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **className** | String | | must be one of ["BasquePig"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassName public static class ClassName diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 820f3b51ec3..08310cf8031 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -49,15 +49,15 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**smallCamel** | String | | [optional] -**CapitalCamel** | String | | [optional] -**small_Snake** | String | | [optional] -**Capital_Snake** | String | | [optional] -**SCA_ETH_Flow_Points** | String | | [optional] -**ATT_NAME** | String | Name of the pet | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **smallCamel** | String | | [optional] | +| **CapitalCamel** | String | | [optional] | +| **small_Snake** | String | | [optional] | +| **Capital_Snake** | String | | [optional] | +| **SCA_ETH_Flow_Points** | String | | [optional] | +| **ATT_NAME** | String | Name of the pet | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ATTNAME public static class ATTNAME diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index ac5a6b4d866..c87915c4562 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -59,10 +59,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**declawed** | boolean | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **declawed** | boolean | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Declawed public static class Declawed diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 613deddaaa2..5436eb0dae1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | | if omitted the server will use the default value of default-name -**id** | long | | [optional] value must be a 64 bit integer -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **name** | String | | if omitted the server will use the default value of default-name | +| **id** | long | | [optional] value must be a 64 bit integer | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name public static class Name diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 2182f43f039..90cb1845ac6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -59,10 +59,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **name** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name public static class Name diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index bc40954be95..ae5c9ce3ed0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -50,10 +50,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**_class** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **_class** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassSchema public static class ClassSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 034463ba895..54884fa6674 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**client** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **client** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Client2 public static class Client2 diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 1ed7ce1921d..86d4710477c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -59,10 +59,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**quadrilateralType** | String | | [optional] must be one of ["ComplexQuadrilateral"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **quadrilateralType** | String | | [optional] must be one of ["ComplexQuadrilateral"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## QuadrilateralType public static class QuadrilateralType diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 0874d832732..822f9708b52 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | must be one of ["DanishPig"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **className** | String | | must be one of ["DanishPig"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassName public static class ClassName diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 4f68ee3d3e8..0e5f4ac7ab3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -59,10 +59,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**breed** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **breed** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Breed public static class Breed diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index e5119d8d563..c35436b67d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -43,13 +43,13 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**mainShape** | Object | | [optional] -**shapeOrNull** | Object | | [optional] -**nullableShape** | Object | | [optional] -**shapes** | List | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **mainShape** | Object | | [optional] | +| **shapeOrNull** | Object | | [optional] | +| **nullableShape** | Object | | [optional] | +| **shapes** | List | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Shapes public static class Shapes diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 1d6ee08566a..77c24cf6928 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -43,11 +43,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**just_symbol** | String | | [optional] must be one of [">=", "$"] -**array_enum** | List | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **just_symbol** | String | | [optional] must be one of [">=", "$"] | +| **array_enum** | List | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ArrayEnum public static class ArrayEnum diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 8e6cce70381..ce62a220671 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -50,18 +50,18 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**enum_string_required** | String | | must be one of ["UPPER", "lower", ""] -**enum_string** | String | | [optional] must be one of ["UPPER", "lower", ""] -**enum_integer** | int | | [optional] must be one of [1, -1] value must be a 32 bit integer -**enum_number** | double | | [optional] must be one of [1.1, -1.2] value must be a 64 bit float -**stringEnum** | String | | [optional] -**IntegerEnum** | long | | [optional] -**StringEnumWithDefaultValue** | String | | [optional] -**IntegerEnumWithDefaultValue** | long | | [optional] -**IntegerEnumOneValue** | long | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **enum_string_required** | String | | must be one of ["UPPER", "lower", ""] | +| **enum_string** | String | | [optional] must be one of ["UPPER", "lower", ""] | +| **enum_integer** | int | | [optional] must be one of [1, -1] value must be a 32 bit integer | +| **enum_number** | double | | [optional] must be one of [1.1, -1.2] value must be a 64 bit float | +| **stringEnum** | String | | [optional] | +| **IntegerEnum** | long | | [optional] | +| **StringEnumWithDefaultValue** | String | | [optional] | +| **IntegerEnumWithDefaultValue** | long | | [optional] | +| **IntegerEnumOneValue** | long | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## EnumNumber public static class EnumNumber diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 868ed8d09bf..eebb0ca5be7 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -59,10 +59,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**triangleType** | String | | [optional] must be one of ["EquilateralTriangle"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **triangleType** | String | | [optional] must be one of ["EquilateralTriangle"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## TriangleType public static class TriangleType diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 192d49f21b3..5ec47411f18 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -42,10 +42,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**sourceURI** | String | Test capitalization | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **sourceURI** | String | Test capitalization | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SourceURI public static class SourceURI diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index fe48427cbb0..e04f9b91086 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**file** | Map | | [optional] -**files** | List> | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **file** | Map | | [optional] | +| **files** | List> | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Files public static class Files diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 8f1d03fee99..b01ef029f07 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -38,9 +38,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**bar** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **bar** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index d8d23149be7..0cceeac8efc 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -75,30 +75,30 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**byte** | String | | -**date** | String | | value must conform to RFC-3339 full-date YYYY-MM-DD -**number** | Number | | -**password** | String | | -**integer** | long | | [optional] -**int32** | int | | [optional] value must be a 32 bit integer -**int32withValidations** | int | | [optional] value must be a 32 bit integer -**int64** | long | | [optional] value must be a 64 bit integer -**float** | float | this is a reserved python keyword | [optional] value must be a 32 bit float -**float32** | float | | [optional] value must be a 32 bit float -**double** | double | | [optional] value must be a 64 bit float -**float64** | double | | [optional] value must be a 64 bit float -**arrayWithUniqueItems** | List | | [optional] -**string** | String | | [optional] -**binary** | String | | [optional] -**dateTime** | String | | [optional] value must conform to RFC-3339 date-time -**uuid** | String | | [optional] value must be a uuid -**uuidNoExample** | String | | [optional] value must be a uuid -**pattern_with_digits** | String | A string that is a 10 digit number. Can have leading zeros. | [optional] -**pattern_with_digits_and_delimiter** | String | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] -**noneProp** | Void | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **byte** | String | | | +| **date** | String | | value must conform to RFC-3339 full-date YYYY-MM-DD | +| **number** | Number | | | +| **password** | String | | | +| **integer** | long | | [optional] | +| **int32** | int | | [optional] value must be a 32 bit integer | +| **int32withValidations** | int | | [optional] value must be a 32 bit integer | +| **int64** | long | | [optional] value must be a 64 bit integer | +| **float** | float | this is a reserved python keyword | [optional] value must be a 32 bit float | +| **float32** | float | | [optional] value must be a 32 bit float | +| **double** | double | | [optional] value must be a 64 bit float | +| **float64** | double | | [optional] value must be a 64 bit float | +| **arrayWithUniqueItems** | List | | [optional] | +| **string** | String | | [optional] | +| **binary** | String | | [optional] | +| **dateTime** | String | | [optional] value must conform to RFC-3339 date-time | +| **uuid** | String | | [optional] value must be a uuid | +| **uuidNoExample** | String | | [optional] value must be a uuid | +| **pattern_with_digits** | String | A string that is a 10 digit number. Can have leading zeros. | [optional] | +| **pattern_with_digits_and_delimiter** | String | A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. | [optional] | +| **noneProp** | Void | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## NoneProp public static class NoneProp diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 78d81c3ad58..30f3cdde9de 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**data** | String | | [optional] -**id** | long | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **data** | String | | [optional] | +| **id** | long | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Id public static class Id diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 351b0a1ba32..83b9081d746 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -47,10 +47,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**color** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **color** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Color public static class Color diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index b93c357e699..3b35002e2c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -47,10 +47,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**color** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **color** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Color public static class Color diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index b84325acbad..5d7cdc6c5c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**pet_type** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **pet_type** | String | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## PetType public static class PetType diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 3b1991e386d..ec0dba13037 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**bar** | String | | [optional] -**foo** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **bar** | String | | [optional] | +| **foo** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Foo public static class Foo diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 02d2c69ea52..c7a18a012fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -42,10 +42,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**NullableMessage** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **NullableMessage** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## NullableMessage public static class NullableMessage diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 6d5ceac208e..aff24998b38 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -59,10 +59,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**triangleType** | String | | [optional] must be one of ["IsoscelesTriangle"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **triangleType** | String | | [optional] must be one of ["IsoscelesTriangle"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## TriangleType public static class TriangleType diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 70b721de1a1..cdd59e98170 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -43,11 +43,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**op** | String | The operation to perform. | must be one of ["add", "replace", "test"] -**path** | String | A JSON Pointer path. | -**value** | Object | The value to add, replace or test. | +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **op** | String | The operation to perform. | must be one of ["add", "replace", "test"] | +| **path** | String | A JSON Pointer path. | | +| **value** | Object | The value to add, replace or test. | | ## Op public static class Op diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 26bcdf5d6d7..ffe3e1c7b4d 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -43,11 +43,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**from** | String | A JSON Pointer path. | -**op** | String | The operation to perform. | must be one of ["move", "copy"] -**path** | String | A JSON Pointer path. | +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **from** | String | A JSON Pointer path. | | +| **op** | String | The operation to perform. | must be one of ["move", "copy"] | +| **path** | String | A JSON Pointer path. | | ## Op public static class Op diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index a41a95f74ba..a1615e8f52c 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -41,10 +41,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**op** | String | The operation to perform. | must be one of ["remove"] -**path** | String | A JSON Pointer path. | +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **op** | String | The operation to perform. | must be one of ["remove"] | +| **path** | String | A JSON Pointer path. | | ## Op public static class Op diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 972c31439c5..de41161168c 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -52,13 +52,13 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**map_map_of_string** | Map> | | [optional] -**map_of_enum_string** | Map | | [optional] -**direct_map** | Map | | [optional] -**indirect_map** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **map_map_of_string** | Map> | | [optional] | +| **map_of_enum_string** | Map | | [optional] | +| **direct_map** | Map | | [optional] | +| **indirect_map** | Map | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## DirectMap public static class DirectMap @@ -87,9 +87,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties3 public static class AdditionalProperties3 @@ -129,9 +129,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] must be one of ["UPPER", "lower"] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] must be one of ["UPPER", "lower"] | ## AdditionalProperties2 public static class AdditionalProperties2 @@ -171,9 +171,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties @@ -202,9 +202,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties1 public static class AdditionalProperties1 diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 54abf36139d..15e9158cab1 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -43,12 +43,12 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**uuid** | String | | [optional] value must be a uuid -**dateTime** | String | | [optional] value must conform to RFC-3339 date-time -**map** | Map> | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **uuid** | String | | [optional] value must be a uuid | +| **dateTime** | String | | [optional] value must conform to RFC-3339 date-time | +| **map** | Map> | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## MapSchema public static class MapSchema @@ -77,9 +77,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## DateTime public static class DateTime diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 339762ea7c1..48d3e3e86dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -40,10 +40,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**amount** | String | | value must be int or float numeric -**currency** | String | | +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **amount** | String | | value must be int or float numeric | +| **currency** | String | | | ## Amount public static class Amount diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index af25239bbff..2757ee48b6b 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -39,9 +39,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | String | | [optional] value must be a uuid +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **id** | String | | [optional] value must be a uuid | ## Id public static class Id diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 65dda3362c0..f50aa8a758d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -54,12 +54,12 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | int | | value must be a 32 bit integer -**snake_case** | int | | [optional] value must be a 32 bit integer -**property** | String | this is a reserved python keyword | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **name** | int | | value must be a 32 bit integer | +| **snake_case** | int | | [optional] value must be a 32 bit integer | +| **property** | String | this is a reserved python keyword | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Property public static class Property diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 05b7f4a0039..d2b93c77811 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -41,10 +41,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | long | | value must be a 64 bit integer -**petId** | long | | [optional] value must be a 64 bit integer +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **id** | long | | value must be a 64 bit integer | +| **petId** | long | | [optional] value must be a 64 bit integer | ## PetId public static class PetId diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 55e7485d668..5b03f646c36 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -74,21 +74,21 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**integer_prop** | Long | | [optional] -**number_prop** | Number | | [optional] -**boolean_prop** | Boolean | | [optional] -**string_prop** | String | | [optional] -**date_prop** | String | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD -**datetime_prop** | String | | [optional] value must conform to RFC-3339 date-time -**array_nullable_prop** | List> | | [optional] -**array_and_items_nullable_prop** | List> | | [optional] -**array_items_nullable** | List> | | [optional] -**object_nullable_prop** | Map> | | [optional] -**object_and_items_nullable_prop** | Map> | | [optional] -**object_items_nullable** | Map> | | [optional] -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **integer_prop** | Long | | [optional] | +| **number_prop** | Number | | [optional] | +| **boolean_prop** | Boolean | | [optional] | +| **string_prop** | String | | [optional] | +| **date_prop** | String | | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD | +| **datetime_prop** | String | | [optional] value must conform to RFC-3339 date-time | +| **array_nullable_prop** | List> | | [optional] | +| **array_and_items_nullable_prop** | List> | | [optional] | +| **array_items_nullable** | List> | | [optional] | +| **object_nullable_prop** | Map> | | [optional] | +| **object_and_items_nullable_prop** | Map> | | [optional] | +| **object_items_nullable** | Map> | | [optional] | +| **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## ObjectItemsNullable public static class ObjectItemsNullable @@ -117,9 +117,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties2 public static class AdditionalProperties2 @@ -161,9 +161,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties1 public static class AdditionalProperties1 @@ -205,9 +205,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 15f51f578db..c86e37fdfd3 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**JustNumber** | Number | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **JustNumber** | Number | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## JustNumber public static class JustNumber diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 910aac91d7d..1e4ee5ac91f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **a** | String | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## A public static class A diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 136eb9408a3..195f69c5f14 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**b** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **b** | String | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## B public static class B diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index c7b7f170df9..e96592196e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**arg** | String | | -**args** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **arg** | String | | | +| **args** | String | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Args public static class Args diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 09b6b1ab27f..33d8bf2893f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -43,11 +43,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**myNumber** | Number | | [optional] -**myString** | String | | [optional] -**myBoolean** | boolean | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **myNumber** | Number | | [optional] | +| **myString** | String | | [optional] | +| **myBoolean** | boolean | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 37ac2a08cd1..d92e08427ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -60,11 +60,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**test** | Object | | -**name** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **test** | Object | | | +| **name** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name public static class Name diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 34f0f5ea9df..70c586d56a9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -44,11 +44,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Map | | [optional] -**someprop** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **someProp** | Map | | [optional] | +| **someprop** | Map | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Someprop public static class Someprop diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 3dea0985d85..501804c2f12 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -41,12 +41,12 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**length** | String | | [optional] -**width** | String | | [optional] value must be int or float numeric -**cost** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **length** | String | | [optional] | +| **width** | String | | [optional] value must be int or float numeric | +| **cost** | Map | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Width public static class Width diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 5ee13f67912..ce799633ff2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -44,12 +44,12 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**123-list** | String | | -**$special[property.name]** | long | | [optional] value must be a 64 bit integer -**123Number** | long | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **123-list** | String | | | +| **$special[property.name]** | long | | [optional] value must be a 64 bit integer | +| **123Number** | long | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Schema123Number public static class Schema123Number diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 4eee279608a..d182bd479a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -40,10 +40,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Object | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **someProp** | Object | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SomeProp public static class SomeProp diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index e1fa8074cf2..eb756caae96 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**!reference** | List | | -**from** | Map | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **!reference** | List | | | +| **from** | Map | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 05e4c4a37c3..8fa95d8cadd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -40,10 +40,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | Number | | [optional] -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **a** | Number | | [optional] | +| **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## A public static class A diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index c2f587b4996..48d4b8d05b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -41,10 +41,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | String | | [optional] -**b** | Number | | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **a** | String | | [optional] | +| **b** | Number | | [optional] | ## B public static class B diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index dcfec509145..7a2e2c8e092 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**test** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **test** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Test public static class Test diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 5d8ec725fdf..5776407164c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -49,15 +49,15 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | long | | [optional] value must be a 64 bit integer -**petId** | long | | [optional] value must be a 64 bit integer -**quantity** | int | | [optional] value must be a 32 bit integer -**shipDate** | String | | [optional] value must conform to RFC-3339 date-time -**status** | String | Order Status | [optional] must be one of ["placed", "approved", "delivered"] -**complete** | boolean | | [optional] if omitted the server will use the default value of false -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **id** | long | | [optional] value must be a 64 bit integer | +| **petId** | long | | [optional] value must be a 64 bit integer | +| **quantity** | int | | [optional] value must be a 32 bit integer | +| **shipDate** | String | | [optional] value must conform to RFC-3339 date-time | +| **status** | String | Order Status | [optional] must be one of ["placed", "approved", "delivered"] | +| **complete** | boolean | | [optional] if omitted the server will use the default value of false | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Complete public static class Complete diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index fafedc0a986..f74201e9d2a 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -42,10 +42,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**count** | long | | -**results** | List> | | +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **count** | long | | | +| **results** | List> | | | ## Results public static class Results diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 262a4b5ad79..9e583753048 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -54,15 +54,15 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | | -**photoUrls** | List | | -**id** | long | | [optional] value must be a 64 bit integer -**category** | Map | | [optional] -**tags** | List> | | [optional] -**status** | String | pet status in the store | [optional] must be one of ["available", "pending", "sold"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **name** | String | | | +| **photoUrls** | List | | | +| **id** | long | | [optional] value must be a 64 bit integer | +| **category** | Map | | [optional] | +| **tags** | List> | | [optional] | +| **status** | String | pet status in the store | [optional] must be one of ["available", "pending", "sold"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Tags public static class Tags diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 7e076b16f3e..8e6dc193074 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -43,11 +43,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | | [optional] -**enemyPlayer** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **name** | String | | [optional] | +| **enemyPlayer** | Map | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name public static class Name diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 310ae79a6bf..6fbe76e98fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -42,10 +42,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**key** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **key** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Key public static class Key diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 7297d339225..8ad77064fdf 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -49,11 +49,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**quadrilateralType** | String | | -**shapeType** | String | | must be one of ["Quadrilateral"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **quadrilateralType** | String | | | +| **shapeType** | String | | must be one of ["Quadrilateral"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## QuadrilateralType public static class QuadrilateralType diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index d5eeaff69f3..6c8a4582fbf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**bar** | String | | [optional] -**baz** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **bar** | String | | [optional] | +| **baz** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Baz public static class Baz diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 432614dca5e..cf48dee2190 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -40,11 +40,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**invalid-name** | String | | -**validName** | String | | -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **invalid-name** | String | | | +| **validName** | String | | | +| **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 9407656c019..0f7f21b6463 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -40,11 +40,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**invalid-name** | Object | | -**validName** | Object | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **invalid-name** | Object | | | +| **validName** | Object | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 7b83f2a7dfd..0b1a7a9d0fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**invalid-name** | Object | | -**validName** | Object | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **invalid-name** | Object | | | +| **validName** | Object | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 916d5aecbbb..16d59dfcd2d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -50,10 +50,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**return** | int | this is a reserved python keyword | [optional] value must be a 32 bit integer -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **return** | int | this is a reserved python keyword | [optional] value must be a 32 bit integer | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ReturnSchema2 public static class ReturnSchema2 diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index d5b1dd507c2..e432dec9ea4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -59,10 +59,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**triangleType** | String | | [optional] must be one of ["ScaleneTriangle"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **triangleType** | String | | [optional] must be one of ["ScaleneTriangle"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## TriangleType public static class TriangleType diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index be8a2fa3cb0..b07c742fbc8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -52,11 +52,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | int | | [optional] value must be a 32 bit integer -**class** | String | this is a reserved python keyword | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **name** | int | | [optional] value must be a 32 bit integer | +| **class** | String | this is a reserved python keyword | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassSchema public static class ClassSchema diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 4d8d250df33..87d33151de7 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -38,9 +38,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**selfRef** | Map | | [optional] -**anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **selfRef** | Map | | [optional] | +| **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index af7b7a5fef3..1cc332f31bc 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -59,10 +59,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**quadrilateralType** | String | | [optional] must be one of ["SimpleQuadrilateral"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **quadrilateralType** | String | | [optional] must be one of ["SimpleQuadrilateral"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## QuadrilateralType public static class QuadrilateralType diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index a724128de26..8b488684064 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -42,10 +42,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **a** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## A public static class A diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 3df3536a1b8..5bf748af103 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -38,9 +38,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 88de4e7857c..e04f1d2c27a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | long | | [optional] value must be a 64 bit integer -**name** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **id** | long | | [optional] value must be a 64 bit integer | +| **name** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name public static class Name diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 90b71eed426..8e9ccfe3f6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -49,11 +49,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**shapeType** | String | | must be one of ["Triangle"] -**triangleType** | String | | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **shapeType** | String | | must be one of ["Triangle"] | +| **triangleType** | String | | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## TriangleType public static class TriangleType diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 80fe19a89e9..de5fb6ed195 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -64,22 +64,22 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | long | | [optional] value must be a 64 bit integer -**username** | String | | [optional] -**firstName** | String | | [optional] -**lastName** | String | | [optional] -**email** | String | | [optional] -**password** | String | | [optional] -**phone** | String | | [optional] -**userStatus** | int | User Status | [optional] value must be a 32 bit integer -**objectWithNoDeclaredProps** | Map | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] -**objectWithNoDeclaredPropsNullable** | Map | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] -**anyTypeProp** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] -**anyTypeExceptNullProp** | Object | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] -**anyTypePropNullable** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **id** | long | | [optional] value must be a 64 bit integer | +| **username** | String | | [optional] | +| **firstName** | String | | [optional] | +| **lastName** | String | | [optional] | +| **email** | String | | [optional] | +| **password** | String | | [optional] | +| **phone** | String | | [optional] | +| **userStatus** | int | User Status | [optional] value must be a 32 bit integer | +| **objectWithNoDeclaredProps** | Map | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] | +| **objectWithNoDeclaredPropsNullable** | Map | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] | +| **anyTypeProp** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] | +| **anyTypeExceptNullProp** | Object | any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. | [optional] | +| **anyTypePropNullable** | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AnyTypePropNullable public static class AnyTypePropNullable diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 855f16022cb..d5a468ed10e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -43,12 +43,12 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | must be one of ["whale"] -**hasBaleen** | boolean | | [optional] -**hasTeeth** | boolean | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **className** | String | | must be one of ["whale"] | +| **hasBaleen** | boolean | | [optional] | +| **hasTeeth** | boolean | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassName public static class ClassName diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 3fd52f8f5e2..ec55c794fd4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -42,11 +42,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**className** | String | | must be one of ["zebra"] -**type** | String | | [optional] must be one of ["plains", "mountain", "grevys"] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **className** | String | | must be one of ["zebra"] | +| **type** | String | | [optional] must be one of ["plains", "mountain", "grevys"] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassName public static class ClassName diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index d1db74641b7..f2de6ba29ba 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -43,11 +43,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**enum_form_string_array** | List | Form parameter enum test (string array) | [optional] -**enum_form_string** | String | Form parameter enum test (string) | [optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **enum_form_string_array** | List | Form parameter enum test (string array) | [optional] | +| **enum_form_string** | String | Form parameter enum test (string) | [optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## EnumFormString public static class EnumFormString diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index acd1fc5ff72..a904209caf5 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -60,23 +60,23 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**byte** | String | None | -**double** | double | None | value must be a 64 bit float -**number** | Number | None | -**pattern_without_delimiter** | String | None | -**integer** | long | None | [optional] -**int32** | int | None | [optional] value must be a 32 bit integer -**int64** | long | None | [optional] value must be a 64 bit integer -**float** | float | None | [optional] value must be a 32 bit float -**string** | String | None | [optional] -**binary** | String | None | [optional] -**date** | String | None | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD -**dateTime** | String | None | [optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time -**password** | String | None | [optional] -**callback** | String | None | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **byte** | String | None | | +| **double** | double | None | value must be a 64 bit float | +| **number** | Number | None | | +| **pattern_without_delimiter** | String | None | | +| **integer** | long | None | [optional] | +| **int32** | int | None | [optional] value must be a 32 bit integer | +| **int64** | long | None | [optional] value must be a 64 bit integer | +| **float** | float | None | [optional] value must be a 32 bit float | +| **string** | String | None | [optional] | +| **binary** | String | None | [optional] | +| **date** | String | None | [optional] value must conform to RFC-3339 full-date YYYY-MM-DD | +| **dateTime** | String | None | [optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time | +| **password** | String | None | [optional] | +| **callback** | String | None | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Callback public static class Callback diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index a5d4d820bfb..b805a085c56 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -38,9 +38,9 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**anyStringName** | String | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties public static class AdditionalProperties diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index dcbcb8537d7..50549179015 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -40,10 +40,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Object | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **someProp** | Object | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SomeProp1 public static class SomeProp1 diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index a1b1dda25bc..6ad423772aa 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -40,10 +40,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Object | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **someProp** | Object | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SomeProp public static class SomeProp diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index fdc65e04143..00118d1eea2 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -40,10 +40,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**someProp** | Object | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **someProp** | Object | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SomeProp public static class SomeProp diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 5f22ff1b204..34d79500f7f 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**param** | String | field1 | -**param2** | String | field2 | -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **param** | String | field1 | | +| **param2** | String | field2 | | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Param2 public static class Param2 diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 5ffbb2a4f9b..637f101410c 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**a** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **a** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## A public static class A diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 1be92c7ca9f..74ae5dd604b 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**b** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **b** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## B public static class B diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index d01c8292cda..744b07ba39e 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -39,10 +39,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**keyword** | String | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **keyword** | String | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Keyword0 public static class Keyword0 diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 399c38bb917..dda36221a82 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**requiredFile** | String | file to upload | -**additionalMetadata** | String | Additional data to pass to server | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **requiredFile** | String | file to upload | | +| **additionalMetadata** | String | Additional data to pass to server | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## RequiredFile public static class RequiredFile diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index b473d0d545f..202341f98ab 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**file** | String | file to upload | -**additionalMetadata** | String | Additional data to pass to server | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **file** | String | file to upload | | +| **additionalMetadata** | String | Additional data to pass to server | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## File public static class File diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 450644652f4..2dfaced9031 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -41,10 +41,10 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**files** | List | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **files** | List | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Files public static class Files diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 6c2e7fd4c4f..2760cc292b0 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -38,7 +38,7 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**string** | Map | | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **string** | Map | | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index be942035385..45b3e215f59 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | String | Updated name of the pet | [optional] -**status** | String | Updated status of the pet | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **name** | String | Updated name of the pet | [optional] | +| **status** | String | Updated status of the pet | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Status public static class Status diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index f06332979ac..63d5b4991ca 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -41,11 +41,11 @@ A class to store validated Map payloads ``` type: Map ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**additionalMetadata** | String | Additional data to pass to server | [optional] -**file** | String | file to upload | [optional] -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | +| **additionalMetadata** | String | Additional data to pass to server | [optional] | +| **file** | String | file to upload | [optional] | +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## File public static class File diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index d85a88f3a8b..828b4fe43bb 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -110,24 +110,24 @@ type: Map {{/with}} {{/eq}} ``` -Key | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +| Key | Type | Description | Notes | +| --- | ---- | ------------ | ----- | {{#each requiredProperties}} -**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} +| **{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} |{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | {{/each}} {{#each optionalProperties}} -**{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} +| **{{@key.original}}** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | {{#if description}}{{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | {{/each}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} -**anyStringName** | Object | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] +| **anyStringName** | Object | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional] | {{else}} -**anyStringName** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} +| **anyStringName** | {{> src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath }} | any string name can be used but the value must be the correct type{{#if description}} {{description}}{{/if}} | [optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | {{/if}} {{/unless}} {{else}} -**anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] +| **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | {{/with}} {{/or}} {{else}} From 54aafd4658314e6e35a72d923b13214ee323b4e7 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 15:17:07 -0800 Subject: [PATCH 43/72] Uses isSimpleString in schema class writing --- .../components/schemas/SchemaClass/SchemaClass.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs index a8525790563..8f829a75c16 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs @@ -41,11 +41,11 @@ {{/or}} {{else}} {{#eq this "string"}} - {{#or allOf anyOf oneOf not if_ then else_ enumInfo constInfo defaultValue (neq maxLength null) (neq minLength null) patternInfo }} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_string }} - {{else}} + {{#if isSimpleString}} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass }} - {{/or}} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_string }} + {{/if}} {{else}} {{#or allOf anyOf oneOf not if_ then else_ enumInfo constInfo }} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_null }} From edf3d6b24021f195ef151d3e4b5a04dd684bf0e2 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 15:20:26 -0800 Subject: [PATCH 44/72] Uses isSimpleNull --- .../components/schemas/SchemaClass/SchemaClass.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs index 8f829a75c16..a1f09543adf 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs @@ -47,11 +47,11 @@ {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_string }} {{/if}} {{else}} - {{#or allOf anyOf oneOf not if_ then else_ enumInfo constInfo }} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_null }} - {{else}} + {{#if isSimpleNull }} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass }} - {{/or}} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_null }} + {{/if}} {{/eq}} {{/or}} {{/eq}} From c9a9bd8da25553429b5ec1300a4d6891afbf249a Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 15:25:41 -0800 Subject: [PATCH 45/72] isSimpleInteger isSimpleNumber --- .../components/schemas/SchemaClass/SchemaClass.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs index a1f09543adf..cc07bd312cf 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs @@ -34,10 +34,10 @@ {{/or}} {{else}} {{#or (eq this "number") (eq this "integer") }} - {{#or allOf anyOf oneOf not if_ then else_ enumInfo constInfo maximum minimum multipleOf }} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_number }} - {{else}} + {{#or isSimpleInteger isSimpleNumber }} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_number }} {{/or}} {{else}} {{#eq this "string"}} From 0f6df206294383ae10593f54c5c0f41f5689c036 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 15:33:00 -0800 Subject: [PATCH 46/72] Uses isSimpleBoolean --- .../components/schemas/SchemaClass/SchemaClass.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs index cc07bd312cf..3a534a82d6c 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs @@ -27,11 +27,11 @@ {{/or}} {{else}} {{#eq this "boolean"}} - {{#or allOf anyOf oneOf not if_ then else_ enumInfo constInfo }} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_boolean }} - {{else}} + {{#if isSimpleBoolean }} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass }} - {{/or}} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_boolean }} + {{/if}} {{else}} {{#or (eq this "number") (eq this "integer") }} {{#or isSimpleInteger isSimpleNumber }} From ca368da7ac27f31a338c721278c7442c48227913 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 15:36:19 -0800 Subject: [PATCH 47/72] Uses isSimpleArray --- .../components/schemas/SchemaClass/SchemaClass.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs index 3a534a82d6c..5840653412b 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs @@ -20,11 +20,11 @@ {{/or}} {{else}} {{#eq this "array"}} - {{#or allOf anyOf oneOf not if_ then else_ items uniqueItems contains (neq maxContains null) (neq minContains null) (neq maxItems null) (neq minItems null) prefixItems unevaluatedItems }} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list }} - {{else}} + {{#if isSimpleArray }} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass }} - {{/or}} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_list }} + {{/if}} {{else}} {{#eq this "boolean"}} {{#if isSimpleBoolean }} From b343ba48cba76b2609331e53b46314ca0c94bbc7 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 15:41:03 -0800 Subject: [PATCH 48/72] Uses isSimpleObject --- .../components/schemas/SchemaClass/SchemaClass.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs index 5840653412b..6ed402ed7c9 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs @@ -13,11 +13,11 @@ {{! one type }} {{#each types}} {{#eq this "object"}} - {{#or allOf anyOf oneOf not if_ then else_ properties requiredProperties hasDiscriminatorWithNonEmptyMapping additionalProperties dependentRequired dependentSchemas propertyNames (neq maxProperties null) (neq minProperties null) patternProperties unevaluatedProperties }} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map }} - {{else}} + {{#if isSimpleObject }} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass }} - {{/or}} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_map }} + {{/if}} {{else}} {{#eq this "array"}} {{#if isSimpleArray }} From 9971d8a50b38ea77f79d5560093596514fc41f80 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 15:51:24 -0800 Subject: [PATCH 49/72] Uses isSimpleAnyType --- .../codegen/generators/openapimodels/CodegenSchema.java | 2 +- .../components/schemas/SchemaClass/SchemaClass.hbs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/openapijsonschematools/codegen/generators/openapimodels/CodegenSchema.java b/src/main/java/org/openapijsonschematools/codegen/generators/openapimodels/CodegenSchema.java index 94473715527..5a38d08faaa 100644 --- a/src/main/java/org/openapijsonschematools/codegen/generators/openapimodels/CodegenSchema.java +++ b/src/main/java/org/openapijsonschematools/codegen/generators/openapimodels/CodegenSchema.java @@ -271,7 +271,7 @@ public boolean isSimpleAnyType() { if (types != null) { return false; } - if (allOf != null || anyOf != null || oneOf != null || not != null || if_ != null || then != null || else_ != null || enumInfo != null || constInfo != null || properties != null || requiredProperties != null || hasDiscriminatorWithNonEmptyMapping() != false || additionalProperties != null || dependentRequired != null || dependentSchemas != null || propertyNames != null || maxProperties != null || minProperties != null || patternProperties != null || unevaluatedProperties != null || items != null || uniqueItems != null || maxItems != null || minItems != null || contains != null || maxContains != null || minContains != null || prefixItems != null || unevaluatedItems != null || format != null || maxLength != null || minLength != null || maximum != null || minimum != null || multipleOf != null || patternInfo != null || refInfo != null) { + if (allOf != null || anyOf != null || oneOf != null || not != null || if_ != null || then != null || else_ != null || enumInfo != null || constInfo != null || properties != null || requiredProperties != null || hasDiscriminatorWithNonEmptyMapping() != false || additionalProperties != null || dependentRequired != null || dependentSchemas != null || propertyNames != null || maxProperties != null || minProperties != null || patternProperties != null || unevaluatedProperties != null || items != null || uniqueItems != null || maxItems != null || minItems != null || contains != null || maxContains != null || minContains != null || prefixItems != null || unevaluatedItems != null || format != null || maxLength != null || minLength != null || maximum != null || minimum != null || multipleOf != null || patternInfo != null) { return false; } return true; diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs index 6ed402ed7c9..671e609fc2e 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/SchemaClass.hbs @@ -2,11 +2,11 @@ {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass }} {{else}} {{#eq types null }} - {{#or allOf anyOf oneOf not if_ then else_ enumInfo constInfo properties requiredProperties hasDiscriminatorWithNonEmptyMapping additionalProperties dependentRequired dependentSchemas propertyNames (neq maxProperties null) (neq minProperties null) patternProperties unevaluatedProperties items uniqueItems (neq maxItems null) (neq minItems null) contains (neq maxContains null) (neq minContains null) prefixItems unevaluatedItems format (neq maxLength null) (neq minLength null) maximum minimum multipleOf patternInfo }} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_anytypeOrMultitype }} - {{else}} + {{#if isSimpleAnyType }} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_varEqualsClass }} - {{/or}} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_Schema_anytypeOrMultitype }} + {{/if}} {{else}} {{! types exist }} {{#eq types.size 1}} From f928672a811c130bdc31c2ca2c2cc21b65672b6f Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 15:55:23 -0800 Subject: [PATCH 50/72] Adds line breaks before class extension line in schema docs --- .../Int32JsonContentTypeHeaderSchema.md | 2 +- .../numberheader/NumberHeaderSchema.md | 2 +- .../RefContentSchemaHeaderSchema.md | 2 +- .../refschemaheader/RefSchemaHeaderSchema.md | 2 +- .../stringheader/StringHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../parameters/pathusername/Schema.md | 2 +- .../refschemastringwithvalidation/Schema.md | 2 +- .../client/content/applicationjson/Schema.md | 2 +- .../pet/content/applicationjson/Schema.md | 2 +- .../pet/content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../headers/location/LocationSchema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../content/applicationxml/Schema.md | 4 +- .../content/applicationjson/Schema.md | 6 +-- .../headers/someheader/SomeHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/AbstractStepMessage.md | 6 +-- .../schemas/AdditionalPropertiesClass.md | 44 +++++++-------- .../schemas/AdditionalPropertiesSchema.md | 20 +++---- .../AdditionalPropertiesWithArrayOfEnums.md | 8 +-- .../java/docs/components/schemas/Address.md | 6 +-- .../java/docs/components/schemas/Animal.md | 8 +-- .../docs/components/schemas/AnimalFarm.md | 4 +- .../components/schemas/AnyTypeAndFormat.md | 22 ++++---- .../components/schemas/AnyTypeNotString.md | 4 +- .../components/schemas/ApiResponseSchema.md | 10 ++-- .../java/docs/components/schemas/Apple.md | 8 +-- .../java/docs/components/schemas/AppleReq.md | 10 ++-- .../components/schemas/ArrayHoldingAnyType.md | 6 +-- .../schemas/ArrayOfArrayOfNumberOnly.md | 14 ++--- .../docs/components/schemas/ArrayOfEnums.md | 4 +- .../components/schemas/ArrayOfNumberOnly.md | 10 ++-- .../java/docs/components/schemas/ArrayTest.md | 28 +++++----- .../schemas/ArrayWithValidationsInItems.md | 6 +-- .../java/docs/components/schemas/Banana.md | 6 +-- .../java/docs/components/schemas/BananaReq.md | 10 ++-- .../java/docs/components/schemas/Bar.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 6 +-- .../docs/components/schemas/BooleanEnum.md | 2 +- .../docs/components/schemas/BooleanSchema.md | 2 +- .../docs/components/schemas/Capitalization.md | 16 +++--- .../java/docs/components/schemas/Cat.md | 8 +-- .../java/docs/components/schemas/Category.md | 8 +-- .../java/docs/components/schemas/ChildCat.md | 8 +-- .../docs/components/schemas/ClassModel.md | 6 +-- .../java/docs/components/schemas/Client.md | 6 +-- .../schemas/ComplexQuadrilateral.md | 8 +-- ...omposedAnyOfDifferentTypesNoValidations.md | 38 ++++++------- .../docs/components/schemas/ComposedArray.md | 6 +-- .../docs/components/schemas/ComposedBool.md | 4 +- .../docs/components/schemas/ComposedNone.md | 4 +- .../docs/components/schemas/ComposedNumber.md | 4 +- .../docs/components/schemas/ComposedObject.md | 4 +- .../schemas/ComposedOneOfDifferentTypes.md | 16 +++--- .../docs/components/schemas/ComposedString.md | 4 +- .../java/docs/components/schemas/Currency.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 6 +-- .../docs/components/schemas/DateTimeTest.md | 2 +- .../schemas/DateTimeWithValidations.md | 2 +- .../components/schemas/DateWithValidations.md | 2 +- .../docs/components/schemas/DecimalPayload.md | 2 +- .../java/docs/components/schemas/Dog.md | 8 +-- .../java/docs/components/schemas/Drawing.md | 8 +-- .../docs/components/schemas/EnumArrays.md | 12 ++--- .../java/docs/components/schemas/EnumClass.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 12 ++--- .../components/schemas/EquilateralTriangle.md | 8 +-- .../java/docs/components/schemas/File.md | 6 +-- .../components/schemas/FileSchemaTestClass.md | 8 +-- .../java/docs/components/schemas/Foo.md | 4 +- .../docs/components/schemas/FormatTest.md | 50 ++++++++--------- .../docs/components/schemas/FromSchema.md | 8 +-- .../java/docs/components/schemas/Fruit.md | 6 +-- .../java/docs/components/schemas/FruitReq.md | 4 +- .../java/docs/components/schemas/GmFruit.md | 6 +-- .../components/schemas/GrandparentAnimal.md | 6 +-- .../components/schemas/HasOnlyReadOnly.md | 8 +-- .../components/schemas/HealthCheckResult.md | 6 +-- .../docs/components/schemas/IntegerEnum.md | 2 +- .../docs/components/schemas/IntegerEnumBig.md | 2 +- .../components/schemas/IntegerEnumOneValue.md | 2 +- .../schemas/IntegerEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/IntegerMax10.md | 2 +- .../docs/components/schemas/IntegerMin15.md | 2 +- .../components/schemas/IsoscelesTriangle.md | 8 +-- .../java/docs/components/schemas/Items.md | 6 +-- .../components/schemas/JSONPatchRequest.md | 6 +-- .../schemas/JSONPatchRequestAddReplaceTest.md | 12 ++--- .../schemas/JSONPatchRequestMoveCopy.md | 12 ++--- .../schemas/JSONPatchRequestRemove.md | 10 ++-- .../java/docs/components/schemas/Mammal.md | 2 +- .../java/docs/components/schemas/MapTest.md | 26 ++++----- ...dPropertiesAndAdditionalPropertiesClass.md | 12 ++--- .../java/docs/components/schemas/Money.md | 8 +-- .../docs/components/schemas/MyObjectDto.md | 8 +-- .../java/docs/components/schemas/Name.md | 10 ++-- .../schemas/NoAdditionalProperties.md | 10 ++-- .../docs/components/schemas/NullableClass.md | 54 +++++++++---------- .../docs/components/schemas/NullableShape.md | 4 +- .../docs/components/schemas/NullableString.md | 2 +- .../docs/components/schemas/NumberOnly.md | 6 +-- .../docs/components/schemas/NumberSchema.md | 2 +- .../schemas/NumberWithValidations.md | 2 +- .../schemas/ObjWithRequiredProps.md | 6 +-- .../schemas/ObjWithRequiredPropsBase.md | 6 +-- .../components/schemas/ObjectInterface.md | 2 +- .../ObjectModelWithArgAndArgsProperties.md | 8 +-- .../schemas/ObjectModelWithRefProps.md | 4 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 8 +-- .../schemas/ObjectWithCollidingProperties.md | 8 +-- .../schemas/ObjectWithDecimalProperties.md | 6 +-- .../ObjectWithDifficultlyNamedProps.md | 10 ++-- .../ObjectWithInlineCompositionProperty.md | 8 +-- .../ObjectWithInvalidNamedRefedProperties.md | 4 +- .../ObjectWithNonIntersectingValues.md | 8 +-- .../schemas/ObjectWithOnlyOptionalProps.md | 10 ++-- .../schemas/ObjectWithOptionalTestProp.md | 6 +-- .../schemas/ObjectWithValidations.md | 2 +- .../java/docs/components/schemas/Order.md | 16 +++--- .../schemas/PaginatedResultMyObjectDto.md | 12 ++--- .../java/docs/components/schemas/ParentPet.md | 2 +- .../java/docs/components/schemas/Pet.md | 20 +++---- .../java/docs/components/schemas/Pig.md | 2 +- .../java/docs/components/schemas/Player.md | 6 +-- .../java/docs/components/schemas/PublicKey.md | 6 +-- .../docs/components/schemas/Quadrilateral.md | 2 +- .../schemas/QuadrilateralInterface.md | 8 +-- .../docs/components/schemas/ReadOnlyFirst.md | 8 +-- .../java/docs/components/schemas/RefPet.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 6 +-- .../schemas/ReqPropsFromTrueAddProps.md | 6 +-- .../schemas/ReqPropsFromUnsetAddProps.md | 4 +- .../docs/components/schemas/ReturnSchema.md | 6 +-- .../components/schemas/ScaleneTriangle.md | 8 +-- .../components/schemas/Schema200Response.md | 8 +-- .../schemas/SelfReferencingArrayModel.md | 4 +- .../schemas/SelfReferencingObjectModel.md | 4 +- .../java/docs/components/schemas/Shape.md | 2 +- .../docs/components/schemas/ShapeOrNull.md | 4 +- .../components/schemas/SimpleQuadrilateral.md | 8 +-- .../docs/components/schemas/SomeObject.md | 2 +- .../components/schemas/SpecialModelname.md | 6 +-- .../components/schemas/StringBooleanMap.md | 6 +-- .../docs/components/schemas/StringEnum.md | 2 +- .../schemas/StringEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/StringSchema.md | 2 +- .../schemas/StringWithValidation.md | 2 +- .../java/docs/components/schemas/Tag.md | 8 +-- .../java/docs/components/schemas/Triangle.md | 2 +- .../components/schemas/TriangleInterface.md | 8 +-- .../docs/components/schemas/UUIDString.md | 2 +- .../java/docs/components/schemas/User.md | 32 +++++------ .../java/docs/components/schemas/Whale.md | 10 ++-- .../java/docs/components/schemas/Zebra.md | 10 ++-- .../content/applicationjson/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../parameters/parameter0/PathParamSchema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../delete/parameters/parameter2/Schema2.md | 2 +- .../delete/parameters/parameter3/Schema3.md | 2 +- .../delete/parameters/parameter4/Schema4.md | 2 +- .../delete/parameters/parameter5/Schema5.md | 2 +- .../fake/get/parameters/parameter0/Schema0.md | 6 +-- .../fake/get/parameters/parameter1/Schema1.md | 2 +- .../fake/get/parameters/parameter2/Schema2.md | 6 +-- .../fake/get/parameters/parameter3/Schema3.md | 2 +- .../fake/get/parameters/parameter4/Schema4.md | 2 +- .../fake/get/parameters/parameter5/Schema5.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 12 ++--- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 32 +++++------ .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +-- .../post/parameters/parameter0/Schema0.md | 4 +- .../post/parameters/parameter1/Schema1.md | 8 +-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 4 +- .../content/multipartformdata/Schema.md | 8 +-- .../applicationxwwwformurlencoded/Schema.md | 8 +-- .../applicationjsonpatchjson/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../content/applicationjson/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 6 +-- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../post/parameters/parameter10/Schema10.md | 2 +- .../post/parameters/parameter11/Schema11.md | 2 +- .../post/parameters/parameter12/Schema12.md | 2 +- .../post/parameters/parameter13/Schema13.md | 2 +- .../post/parameters/parameter14/Schema14.md | 2 +- .../post/parameters/parameter15/Schema15.md | 2 +- .../post/parameters/parameter16/Schema16.md | 2 +- .../post/parameters/parameter17/Schema17.md | 2 +- .../post/parameters/parameter18/Schema18.md | 2 +- .../post/parameters/parameter2/Schema2.md | 2 +- .../post/parameters/parameter3/Schema3.md | 2 +- .../post/parameters/parameter4/Schema4.md | 2 +- .../post/parameters/parameter5/Schema5.md | 2 +- .../post/parameters/parameter6/Schema6.md | 2 +- .../post/parameters/parameter7/Schema7.md | 2 +- .../post/parameters/parameter8/Schema8.md | 2 +- .../post/parameters/parameter9/Schema9.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 6 +-- .../put/parameters/parameter1/Schema1.md | 6 +-- .../put/parameters/parameter2/Schema2.md | 6 +-- .../put/parameters/parameter3/Schema3.md | 6 +-- .../put/parameters/parameter4/Schema4.md | 6 +-- .../put/parameters/parameter5/Schema5.md | 2 +- .../content/applicationoctetstream/Schema.md | 2 +- .../content/applicationoctetstream/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 10 ++-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 4 +- .../get/parameters/parameter0/Schema0.md | 6 +-- .../get/parameters/parameter0/Schema0.md | 6 +-- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 8 +-- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 8 +-- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter1/Schema1.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../xexpiresafter/XExpiresAfterSchema.md | 2 +- .../applicationjson/XRateLimitSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/Schema_doc.hbs | 6 +-- 300 files changed, 802 insertions(+), 802 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index 18b70266d4f..a73e42d043f 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Int32JsonContentTypeHeaderSchema.Int32JsonContentTypeHeaderSchema1](#int32jsoncontenttypeheaderschema1)
schema class | ## Int32JsonContentTypeHeaderSchema1 -public static class Int32JsonContentTypeHeaderSchema1 +public static class Int32JsonContentTypeHeaderSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index f79e792cb6e..7a1b5e30382 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NumberHeaderSchema.NumberHeaderSchema1](#numberheaderschema1)
schema class | ## NumberHeaderSchema1 -public static class NumberHeaderSchema1 +public static class NumberHeaderSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index e57de71da38..57110b9f75d 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [RefContentSchemaHeaderSchema.RefContentSchemaHeaderSchema1](#refcontentschemaheaderschema1)
schema class | ## RefContentSchemaHeaderSchema1 -public static class RefContentSchemaHeaderSchema1 +public static class RefContentSchemaHeaderSchema1
extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 72f7ba2e68d..08555f07544 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [RefSchemaHeaderSchema.RefSchemaHeaderSchema1](#refschemaheaderschema1)
schema class | ## RefSchemaHeaderSchema1 -public static class RefSchemaHeaderSchema1 +public static class RefSchemaHeaderSchema1
extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index ef994e7e4aa..7b41c1066ea 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringHeaderSchema.StringHeaderSchema1](#stringheaderschema1)
schema class | ## StringHeaderSchema1 -public static class StringHeaderSchema1 +public static class StringHeaderSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 1c792a95ebd..3e5e3e577ce 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index 45df99dfaed..f75fd9653d6 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index f2b6c13c79f..b262ecc60ac 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index 43458576c8d..f4b633e85b8 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Client.Client1](../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 4e416912580..291cc4756dc 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Pet.Pet1](../../../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index 574034fb98d..2249a7e393f 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [RefPet.RefPet1](../../../../components/schemas/RefPet.md#refpet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 68b440f204b..35699c74abc 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [SchemaList](#schemalist) | validate(List> arg, SchemaConfiguration configuration) | ## SchemaList -public class SchemaList +public class SchemaList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index b6dbb30540d..0ff49c5ea44 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [LocationSchema.LocationSchema1](#locationschema1)
schema class | ## LocationSchema1 -public static class LocationSchema1 +public static class LocationSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index e8f3dbd1a3d..9210b068942 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [SchemaList](#schemalist) | validate(List> arg, SchemaConfiguration configuration) | ## SchemaList -public class SchemaList +public class SchemaList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 607fe02a98d..f17741208cc 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.SchemaList](#schemalist)
output class for List payloads | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [SchemaList](#schemalist) | validate(List> arg, SchemaConfiguration configuration) | ## SchemaList -public class SchemaList +public class SchemaList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 7b931124142..a3d7d3b4b5d 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalProperties](#additionalproperties)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -43,7 +43,7 @@ type: Map | **anyStringName** | int | any string name can be used but the value must be the correct type | [optional] value must be a 32 bit integer | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 19bdbca4c96..67f957ec6f1 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SomeHeaderSchema.SomeHeaderSchema1](#someheaderschema1)
schema class | ## SomeHeaderSchema1 -public static class SomeHeaderSchema1 +public static class SomeHeaderSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index 87af4b576e8..da8b7c0980c 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ApiResponseSchema.ApiResponseSchema1](../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 6854cdc5c9a..9e293e50f1b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AbstractStepMessage.Discriminator](#discriminator)
schema class | ## AbstractStepMessage1 -public static class AbstractStepMessage1 +public static class AbstractStepMessage1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ Abstract Step | static [AbstractStepMessageMap](#abstractstepmessagemap) | validate(Map arg, SchemaConfiguration configuration) | ## AbstractStepMessageMap -public static class AbstractStepMessageMap +public static class AbstractStepMessageMap
extends FrozenMap A class to store validated Map payloads @@ -52,7 +52,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Discriminator -public static class Discriminator +public static class Discriminator
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 12fa2a86316..b7c52394552 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -31,7 +31,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AdditionalPropertiesClass.AdditionalProperties](#additionalproperties)
schema class | ## AdditionalPropertiesClass1 -public static class AdditionalPropertiesClass1 +public static class AdditionalPropertiesClass1
extends JsonSchema A schema class that validates payloads @@ -42,7 +42,7 @@ A schema class that validates payloads | static [AdditionalPropertiesClassMap](#additionalpropertiesclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesClassMap -public static class AdditionalPropertiesClassMap +public static class AdditionalPropertiesClassMap
extends FrozenMap A class to store validated Map payloads @@ -78,7 +78,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## MapWithUndeclaredPropertiesString -public static class MapWithUndeclaredPropertiesString +public static class MapWithUndeclaredPropertiesString
extends JsonSchema A schema class that validates payloads @@ -89,7 +89,7 @@ A schema class that validates payloads | static [MapWithUndeclaredPropertiesStringMap](#mapwithundeclaredpropertiesstringmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesStringMap -public static class MapWithUndeclaredPropertiesStringMap +public static class MapWithUndeclaredPropertiesStringMap
extends FrozenMap A class to store validated Map payloads @@ -109,7 +109,7 @@ type: Map | **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties5 -public static class AdditionalProperties5 +public static class AdditionalProperties5
extends JsonSchema A schema class that validates payloads @@ -120,7 +120,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## EmptyMap -public static class EmptyMap +public static class EmptyMap
extends JsonSchema A schema class that validates payloads @@ -134,7 +134,7 @@ an object with no declared properties and no undeclared properties, hence it | static [EmptyMapMap](#emptymapmap) | validate(Map arg, SchemaConfiguration configuration) | ## EmptyMapMap -public static class EmptyMapMap +public static class EmptyMapMap
extends FrozenMap A class to store validated Map payloads @@ -152,7 +152,7 @@ type: Map | --- | ---- | ------------ | ----- | ## AdditionalProperties4 -public static class AdditionalProperties4 +public static class AdditionalProperties4
extends JsonSchema A schema class that validates payloads @@ -171,7 +171,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype3 -public static class MapWithUndeclaredPropertiesAnytype3 +public static class MapWithUndeclaredPropertiesAnytype3
extends JsonSchema A schema class that validates payloads @@ -182,7 +182,7 @@ A schema class that validates payloads | static [MapWithUndeclaredPropertiesAnytype3Map](#mapwithundeclaredpropertiesanytype3map) | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype3Map -public static class MapWithUndeclaredPropertiesAnytype3Map +public static class MapWithUndeclaredPropertiesAnytype3Map
extends FrozenMap A class to store validated Map payloads @@ -202,7 +202,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties3 -public static class AdditionalProperties3 +public static class AdditionalProperties3
extends JsonSchema A schema class that validates payloads @@ -221,7 +221,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype2 -public static class MapWithUndeclaredPropertiesAnytype2 +public static class MapWithUndeclaredPropertiesAnytype2
extends JsonSchema A schema class that validates payloads @@ -232,7 +232,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype1 -public static class MapWithUndeclaredPropertiesAnytype1 +public static class MapWithUndeclaredPropertiesAnytype1
extends JsonSchema A schema class that validates payloads @@ -243,7 +243,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Anytype1 -public static class Anytype1 +public static class Anytype1
extends JsonSchema A schema class that validates payloads @@ -262,7 +262,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapOfMapProperty -public static class MapOfMapProperty +public static class MapOfMapProperty
extends JsonSchema A schema class that validates payloads @@ -273,7 +273,7 @@ A schema class that validates payloads | static [MapOfMapPropertyMap](#mapofmappropertymap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapOfMapPropertyMap -public static class MapOfMapPropertyMap +public static class MapOfMapPropertyMap
extends FrozenMap A class to store validated Map payloads @@ -293,7 +293,7 @@ type: Map | **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties1 -public static class AdditionalProperties1 +public static class AdditionalProperties1
extends JsonSchema A schema class that validates payloads @@ -304,7 +304,7 @@ A schema class that validates payloads | static [AdditionalPropertiesMap](#additionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesMap -public static class AdditionalPropertiesMap +public static class AdditionalPropertiesMap
extends FrozenMap A class to store validated Map payloads @@ -324,7 +324,7 @@ type: Map | **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties2 -public static class AdditionalProperties2 +public static class AdditionalProperties2
extends JsonSchema A schema class that validates payloads @@ -335,7 +335,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## MapProperty -public static class MapProperty +public static class MapProperty
extends JsonSchema A schema class that validates payloads @@ -346,7 +346,7 @@ A schema class that validates payloads | static [MapPropertyMap](#mappropertymap) | validate(Map arg, SchemaConfiguration configuration) | ## MapPropertyMap -public static class MapPropertyMap +public static class MapPropertyMap
extends FrozenMap A class to store validated Map payloads @@ -366,7 +366,7 @@ type: Map | **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 14aa5e7ea9e..c522c5028ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -19,7 +19,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AdditionalPropertiesSchema.AdditionalProperties](#additionalproperties)
schema class | ## AdditionalPropertiesSchema1 -public static class AdditionalPropertiesSchema1 +public static class AdditionalPropertiesSchema1
extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema2 -public static class Schema2 +public static class Schema2
extends JsonSchema A schema class that validates payloads @@ -41,7 +41,7 @@ A schema class that validates payloads | static [Schema2Map](#schema2map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema2Map -public static class Schema2Map +public static class Schema2Map
extends FrozenMap A class to store validated Map payloads @@ -61,7 +61,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties2 -public static class AdditionalProperties2 +public static class AdditionalProperties2
extends JsonSchema A schema class that validates payloads @@ -80,7 +80,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -91,7 +91,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -111,7 +111,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties1 -public static class AdditionalProperties1 +public static class AdditionalProperties1
extends JsonSchema A schema class that validates payloads @@ -130,7 +130,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads @@ -141,7 +141,7 @@ A schema class that validates payloads | static [Schema0Map](#schema0map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema0Map -public static class Schema0Map +public static class Schema0Map
extends FrozenMap A class to store validated Map payloads @@ -161,7 +161,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 01ca8b84018..2444b469973 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesList](#additionalpropertieslist)
output class for List payloads | ## AdditionalPropertiesWithArrayOfEnums1 -public static class AdditionalPropertiesWithArrayOfEnums1 +public static class AdditionalPropertiesWithArrayOfEnums1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [AdditionalPropertiesWithArrayOfEnumsMap](#additionalpropertieswitharrayofenumsmap) | validate(Map> arg, SchemaConfiguration configuration) | ## AdditionalPropertiesWithArrayOfEnumsMap -public static class AdditionalPropertiesWithArrayOfEnumsMap +public static class AdditionalPropertiesWithArrayOfEnumsMap
extends FrozenMap A class to store validated Map payloads @@ -44,7 +44,7 @@ type: Map | **anyStringName** | List | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads @@ -55,7 +55,7 @@ A schema class that validates payloads | static [AdditionalPropertiesList](#additionalpropertieslist) | validate(List arg, SchemaConfiguration configuration) | ## AdditionalPropertiesList -public class AdditionalPropertiesList +public class AdditionalPropertiesList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index c4f392288f8..83a66c5fdbc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Address.AdditionalProperties](#additionalproperties)
schema class | ## Address1 -public static class Address1 +public static class Address1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [AddressMap](#addressmap) | validate(Map arg, SchemaConfiguration configuration) | ## AddressMap -public static class AddressMap +public static class AddressMap
extends FrozenMap A class to store validated Map payloads @@ -43,7 +43,7 @@ type: Map | **anyStringName** | long | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 6c0a57a8183..a65e796b754 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Animal.ClassName](#classname)
schema class | ## Animal1 -public static class Animal1 +public static class Animal1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [AnimalMap](#animalmap) | validate(Map arg, SchemaConfiguration configuration) | ## AnimalMap -public static class AnimalMap +public static class AnimalMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Color -public static class Color +public static class Color
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## ClassName -public static class ClassName +public static class ClassName
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 7e6a69d04b7..842c64b681b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AnimalFarm.AnimalFarmList](#animalfarmlist)
output class for List payloads | ## AnimalFarm1 -public static class AnimalFarm1 +public static class AnimalFarm1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [AnimalFarmList](#animalfarmlist) | validate(List> arg, SchemaConfiguration configuration) | ## AnimalFarmList -public class AnimalFarmList +public class AnimalFarmList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index f6eaec6f6a2..46feb686f36 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -20,7 +20,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AnyTypeAndFormat.UuidSchema](#uuidschema)
schema class | ## AnyTypeAndFormat1 -public static class AnyTypeAndFormat1 +public static class AnyTypeAndFormat1
extends JsonSchema A schema class that validates payloads @@ -31,7 +31,7 @@ A schema class that validates payloads | static [AnyTypeAndFormatMap](#anytypeandformatmap) | validate(Map arg, SchemaConfiguration configuration) | ## AnyTypeAndFormatMap -public static class AnyTypeAndFormatMap +public static class AnyTypeAndFormatMap
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## FloatSchema -public static class FloatSchema +public static class FloatSchema
extends JsonSchema A schema class that validates payloads @@ -84,7 +84,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## DoubleSchema -public static class DoubleSchema +public static class DoubleSchema
extends JsonSchema A schema class that validates payloads @@ -103,7 +103,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Int64 -public static class Int64 +public static class Int64
extends JsonSchema A schema class that validates payloads @@ -122,7 +122,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Int32 -public static class Int32 +public static class Int32
extends JsonSchema A schema class that validates payloads @@ -141,7 +141,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Binary -public static class Binary +public static class Binary
extends JsonSchema A schema class that validates payloads @@ -160,7 +160,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## NumberSchema -public static class NumberSchema +public static class NumberSchema
extends JsonSchema A schema class that validates payloads @@ -179,7 +179,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Datetime -public static class Datetime +public static class Datetime
extends JsonSchema A schema class that validates payloads @@ -198,7 +198,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Date -public static class Date +public static class Date
extends JsonSchema A schema class that validates payloads @@ -217,7 +217,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## UuidSchema -public static class UuidSchema +public static class UuidSchema
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index acfdaedb40b..0665f970ecf 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AnyTypeNotString.Not](#not)
schema class | ## AnyTypeNotString1 -public static class AnyTypeNotString1 +public static class AnyTypeNotString1
extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Not -public static class Not +public static class Not
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index ceb69f36238..2c08b4cb582 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ApiResponseSchema.Code](#code)
schema class | ## ApiResponseSchema1 -public static class ApiResponseSchema1 +public static class ApiResponseSchema1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [ApiResponseMap](#apiresponsemap) | validate(Map arg, SchemaConfiguration configuration) | ## ApiResponseMap -public static class ApiResponseMap +public static class ApiResponseMap
extends FrozenMap A class to store validated Map payloads @@ -51,7 +51,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Message -public static class Message +public static class Message
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Type -public static class Type +public static class Type
extends JsonSchema A schema class that validates payloads @@ -73,7 +73,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Code -public static class Code +public static class Code
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 211d5dfcdcc..639bfa047e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Apple.Cultivar](#cultivar)
schema class | ## Apple1 -public static class Apple1 +public static class Apple1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [AppleMap](#applemap) | validate(Map arg, SchemaConfiguration configuration) | ## AppleMap -public static class AppleMap +public static class AppleMap
extends FrozenMap A class to store validated Map payloads @@ -49,7 +49,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Origin -public static class Origin +public static class Origin
extends JsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Cultivar -public static class Cultivar +public static class Cultivar
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index b26d26dbc2b..dcfefd29221 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [AppleReq.AdditionalProperties](#additionalproperties)
schema class | ## AppleReq1 -public static class AppleReq1 +public static class AppleReq1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [AppleReqMap](#applereqmap) | validate(Map arg, SchemaConfiguration configuration) | ## AppleReqMap -public static class AppleReqMap +public static class AppleReqMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **mealy** | boolean | | [optional] | ## Mealy -public static class Mealy +public static class Mealy
extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Cultivar -public static class Cultivar +public static class Cultivar
extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 93e8c7c1a6c..bc58d26b722 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayHoldingAnyType.Items](#items)
schema class | ## ArrayHoldingAnyType1 -public static class ArrayHoldingAnyType1 +public static class ArrayHoldingAnyType1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ArrayHoldingAnyTypeList](#arrayholdinganytypelist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayHoldingAnyTypeList -public class ArrayHoldingAnyTypeList +public class ArrayHoldingAnyTypeList
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes Object | any type can be stored here | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index cfd0aa6498c..3e6de356a6e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -16,7 +16,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayOfArrayOfNumberOnly.Items1](#items1)
schema class | ## ArrayOfArrayOfNumberOnly1 -public static class ArrayOfArrayOfNumberOnly1 +public static class ArrayOfArrayOfNumberOnly1
extends JsonSchema A schema class that validates payloads @@ -27,7 +27,7 @@ A schema class that validates payloads | static [ArrayOfArrayOfNumberOnlyMap](#arrayofarrayofnumberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayOfArrayOfNumberOnlyMap -public static class ArrayOfArrayOfNumberOnlyMap +public static class ArrayOfArrayOfNumberOnlyMap
extends FrozenMap A class to store validated Map payloads @@ -49,7 +49,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ArrayArrayNumber -public static class ArrayArrayNumber +public static class ArrayArrayNumber
extends JsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads | static [ArrayArrayNumberList](#arrayarraynumberlist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayArrayNumberList -public class ArrayArrayNumberList +public class ArrayArrayNumberList
extends FrozenList A class to store validated List payloads @@ -79,7 +79,7 @@ List Item Type | Description | Notes List | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads @@ -90,7 +90,7 @@ A schema class that validates payloads | static [ItemsList](#itemslist) | validate(List arg, SchemaConfiguration configuration) | ## ItemsList -public class ItemsList +public class ItemsList
extends FrozenList A class to store validated List payloads @@ -109,7 +109,7 @@ List Item Type | Description | Notes Number | | ## Items1 -public static class Items1 +public static class Items1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 36d20bda1cd..ef750b37fa2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayOfEnums.ArrayOfEnumsList](#arrayofenumslist)
output class for List payloads | ## ArrayOfEnums1 -public static class ArrayOfEnums1 +public static class ArrayOfEnums1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [ArrayOfEnumsList](#arrayofenumslist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayOfEnumsList -public class ArrayOfEnumsList +public class ArrayOfEnumsList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 954dbc4e4b5..8ea9a5b48d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayOfNumberOnly.Items](#items)
schema class | ## ArrayOfNumberOnly1 -public static class ArrayOfNumberOnly1 +public static class ArrayOfNumberOnly1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [ArrayOfNumberOnlyMap](#arrayofnumberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayOfNumberOnlyMap -public static class ArrayOfNumberOnlyMap +public static class ArrayOfNumberOnlyMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ArrayNumber -public static class ArrayNumber +public static class ArrayNumber
extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static [ArrayNumberList](#arraynumberlist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayNumberList -public class ArrayNumberList +public class ArrayNumberList
extends FrozenList A class to store validated List payloads @@ -77,7 +77,7 @@ List Item Type | Description | Notes Number | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index e4c083e1602..4317d0dfeb2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -23,7 +23,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayTest.Items](#items)
schema class | ## ArrayTest1 -public static class ArrayTest1 +public static class ArrayTest1
extends JsonSchema A schema class that validates payloads @@ -34,7 +34,7 @@ A schema class that validates payloads | static [ArrayTestMap](#arraytestmap) | validate(Map arg, SchemaConfiguration configuration) | ## ArrayTestMap -public static class ArrayTestMap +public static class ArrayTestMap
extends FrozenMap A class to store validated Map payloads @@ -60,7 +60,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ArrayArrayOfModel -public static class ArrayArrayOfModel +public static class ArrayArrayOfModel
extends JsonSchema A schema class that validates payloads @@ -71,7 +71,7 @@ A schema class that validates payloads | static [ArrayArrayOfModelList](#arrayarrayofmodellist) | validate(List>> arg, SchemaConfiguration configuration) | ## ArrayArrayOfModelList -public class ArrayArrayOfModelList +public class ArrayArrayOfModelList
extends FrozenList A class to store validated List payloads @@ -90,7 +90,7 @@ List Item Type | Description | Notes List> | | ## Items3 -public static class Items3 +public static class Items3
extends JsonSchema A schema class that validates payloads @@ -101,7 +101,7 @@ A schema class that validates payloads | static [ItemsList1](#itemslist1) | validate(List> arg, SchemaConfiguration configuration) | ## ItemsList1 -public class ItemsList1 +public class ItemsList1
extends FrozenList A class to store validated List payloads @@ -120,7 +120,7 @@ List Item Type | Description | Notes Map | | ## ArrayArrayOfInteger -public static class ArrayArrayOfInteger +public static class ArrayArrayOfInteger
extends JsonSchema A schema class that validates payloads @@ -131,7 +131,7 @@ A schema class that validates payloads | static [ArrayArrayOfIntegerList](#arrayarrayofintegerlist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayArrayOfIntegerList -public class ArrayArrayOfIntegerList +public class ArrayArrayOfIntegerList
extends FrozenList A class to store validated List payloads @@ -150,7 +150,7 @@ List Item Type | Description | Notes List | | ## Items1 -public static class Items1 +public static class Items1
extends JsonSchema A schema class that validates payloads @@ -161,7 +161,7 @@ A schema class that validates payloads | static [ItemsList](#itemslist) | validate(List arg, SchemaConfiguration configuration) | ## ItemsList -public class ItemsList +public class ItemsList
extends FrozenList A class to store validated List payloads @@ -180,7 +180,7 @@ List Item Type | Description | Notes Long | | value must be a 64 bit integer ## Items2 -public static class Items2 +public static class Items2
extends JsonSchema A schema class that validates payloads @@ -191,7 +191,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## ArrayOfString -public static class ArrayOfString +public static class ArrayOfString
extends JsonSchema A schema class that validates payloads @@ -202,7 +202,7 @@ A schema class that validates payloads | static [ArrayOfStringList](#arrayofstringlist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayOfStringList -public class ArrayOfStringList +public class ArrayOfStringList
extends FrozenList A class to store validated List payloads @@ -221,7 +221,7 @@ List Item Type | Description | Notes String | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index e7e4a25db14..bbafc171e7e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ArrayWithValidationsInItems.Items](#items)
schema class | ## ArrayWithValidationsInItems1 -public static class ArrayWithValidationsInItems1 +public static class ArrayWithValidationsInItems1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ArrayWithValidationsInItemsList](#arraywithvalidationsinitemslist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayWithValidationsInItemsList -public class ArrayWithValidationsInItemsList +public class ArrayWithValidationsInItemsList
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes Long | | value must be a 64 bit integer ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 3d49af15b41..bbcade24fa1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Banana.LengthCm](#lengthcm)
schema class | ## Banana1 -public static class Banana1 +public static class Banana1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [BananaMap](#bananamap) | validate(Map arg, SchemaConfiguration configuration) | ## BananaMap -public static class BananaMap +public static class BananaMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## LengthCm -public static class LengthCm +public static class LengthCm
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 110da31f7bb..d6216d18f6f 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [BananaReq.AdditionalProperties](#additionalproperties)
schema class | ## BananaReq1 -public static class BananaReq1 +public static class BananaReq1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [BananaReqMap](#bananareqmap) | validate(Map arg, SchemaConfiguration configuration) | ## BananaReqMap -public static class BananaReqMap +public static class BananaReqMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **sweet** | boolean | | [optional] | ## Sweet -public static class Sweet +public static class Sweet
extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## LengthCm -public static class LengthCm +public static class LengthCm
extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index f1fe9117364..d9887c68151 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Bar.Bar1](#bar1)
schema class | ## Bar1 -public static class Bar1 +public static class Bar1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 84919c5a847..3bb36d84819 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [BasquePig.ClassName](#classname)
schema class | ## BasquePig1 -public static class BasquePig1 +public static class BasquePig1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [BasquePigMap](#basquepigmap) | validate(Map arg, SchemaConfiguration configuration) | ## BasquePigMap -public static class BasquePigMap +public static class BasquePigMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassName -public static class ClassName +public static class ClassName
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 269e16bc445..0b3e13e5b1e 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [BooleanEnum.BooleanEnum1](#booleanenum1)
schema class | ## BooleanEnum1 -public static class BooleanEnum1 +public static class BooleanEnum1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 7655653959f..5ca984bd03a 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [BooleanSchema.BooleanSchema1](#booleanschema1)
schema class | ## BooleanSchema1 -public static class BooleanSchema1 +public static class BooleanSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 08310cf8031..0c96dd1e13d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -17,7 +17,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Capitalization.SmallCamel](#smallcamel)
schema class | ## Capitalization1 -public static class Capitalization1 +public static class Capitalization1
extends JsonSchema A schema class that validates payloads @@ -28,7 +28,7 @@ A schema class that validates payloads | static [CapitalizationMap](#capitalizationmap) | validate(Map arg, SchemaConfiguration configuration) | ## CapitalizationMap -public static class CapitalizationMap +public static class CapitalizationMap
extends FrozenMap A class to store validated Map payloads @@ -60,7 +60,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ATTNAME -public static class ATTNAME +public static class ATTNAME
extends JsonSchema A schema class that validates payloads @@ -74,7 +74,7 @@ Name of the pet | static String | validate(String arg, SchemaConfiguration configuration) | ## SCAETHFlowPoints -public static class SCAETHFlowPoints +public static class SCAETHFlowPoints
extends JsonSchema A schema class that validates payloads @@ -85,7 +85,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## CapitalSnake -public static class CapitalSnake +public static class CapitalSnake
extends JsonSchema A schema class that validates payloads @@ -96,7 +96,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## SmallSnake -public static class SmallSnake +public static class SmallSnake
extends JsonSchema A schema class that validates payloads @@ -107,7 +107,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## CapitalCamel -public static class CapitalCamel +public static class CapitalCamel
extends JsonSchema A schema class that validates payloads @@ -118,7 +118,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## SmallCamel -public static class SmallCamel +public static class SmallCamel
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index c87915c4562..01383d55c86 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Cat.Declawed](#declawed)
schema class | ## Cat1 -public static class Cat1 +public static class Cat1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Declawed -public static class Declawed +public static class Declawed
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 5436eb0dae1..9b6e8782482 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Category.Id](#id)
schema class | ## Category1 -public static class Category1 +public static class Category1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [CategoryMap](#categorymap) | validate(Map arg, SchemaConfiguration configuration) | ## CategoryMap -public static class CategoryMap +public static class CategoryMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name -public static class Name +public static class Name
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Id -public static class Id +public static class Id
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 90cb1845ac6..21fe62e48dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ChildCat.Name](#name)
schema class | ## ChildCat1 -public static class ChildCat1 +public static class ChildCat1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name -public static class Name +public static class Name
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index ae5c9ce3ed0..e4729dd6329 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ClassModel.ClassSchema](#classschema)
schema class | ## ClassModel1 -public static class ClassModel1 +public static class ClassModel1
extends JsonSchema A schema class that validates payloads @@ -34,7 +34,7 @@ Model for testing model with \"_class\" property | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ClassModelMap -public static class ClassModelMap +public static class ClassModelMap
extends FrozenMap A class to store validated Map payloads @@ -56,7 +56,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassSchema -public static class ClassSchema +public static class ClassSchema
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 54884fa6674..0f58574aa2e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Client.Client2](#client2)
schema class | ## Client1 -public static class Client1 +public static class Client1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ClientMap](#clientmap) | validate(Map arg, SchemaConfiguration configuration) | ## ClientMap -public static class ClientMap +public static class ClientMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Client2 -public static class Client2 +public static class Client2
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 86d4710477c..7ee5e10b250 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComplexQuadrilateral.QuadrilateralType](#quadrilateraltype)
schema class | ## ComplexQuadrilateral1 -public static class ComplexQuadrilateral1 +public static class ComplexQuadrilateral1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## QuadrilateralType -public static class QuadrilateralType +public static class QuadrilateralType
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 161b0bf5de1..368584cbc48 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -28,7 +28,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedAnyOfDifferentTypesNoValidations.Schema0](#schema0)
schema class | ## ComposedAnyOfDifferentTypesNoValidations1 -public static class ComposedAnyOfDifferentTypesNoValidations1 +public static class ComposedAnyOfDifferentTypesNoValidations1
extends JsonSchema A schema class that validates payloads @@ -47,7 +47,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema15 -public static class Schema15 +public static class Schema15
extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Schema14 -public static class Schema14 +public static class Schema14
extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## Schema13 -public static class Schema13 +public static class Schema13
extends JsonSchema A schema class that validates payloads @@ -80,7 +80,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Schema12 -public static class Schema12 +public static class Schema12
extends JsonSchema A schema class that validates payloads @@ -91,7 +91,7 @@ A schema class that validates payloads | static double | validate(double arg, SchemaConfiguration configuration) | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads @@ -102,7 +102,7 @@ A schema class that validates payloads | static float | validate(float arg, SchemaConfiguration configuration) | ## Schema10 -public static class Schema10 +public static class Schema10
extends JsonSchema A schema class that validates payloads @@ -113,7 +113,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Schema9 -public static class Schema9 +public static class Schema9
extends JsonSchema A schema class that validates payloads @@ -124,7 +124,7 @@ A schema class that validates payloads | static [Schema9List](#schema9list) | validate(List arg, SchemaConfiguration configuration) | ## Schema9List -public class Schema9List +public class Schema9List
extends FrozenList A class to store validated List payloads @@ -143,7 +143,7 @@ List Item Type | Description | Notes Object | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads @@ -162,7 +162,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema8 -public static class Schema8 +public static class Schema8
extends JsonSchema A schema class that validates payloads @@ -173,7 +173,7 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | ## Schema7 -public static class Schema7 +public static class Schema7
extends JsonSchema A schema class that validates payloads @@ -184,7 +184,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Schema6 -public static class Schema6 +public static class Schema6
extends JsonSchema A schema class that validates payloads @@ -195,7 +195,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema5 -public static class Schema5 +public static class Schema5
extends JsonSchema A schema class that validates payloads @@ -206,7 +206,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema4 -public static class Schema4 +public static class Schema4
extends JsonSchema A schema class that validates payloads @@ -217,7 +217,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema3 -public static class Schema3 +public static class Schema3
extends JsonSchema A schema class that validates payloads @@ -228,7 +228,7 @@ A schema class that validates payloads | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## Schema2 -public static class Schema2 +public static class Schema2
extends JsonSchema A schema class that validates payloads @@ -239,7 +239,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -250,7 +250,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index f1c40d502cb..c6ba48a9616 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedArray.Items](#items)
schema class | ## ComposedArray1 -public static class ComposedArray1 +public static class ComposedArray1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ComposedArrayList](#composedarraylist) | validate(List arg, SchemaConfiguration configuration) | ## ComposedArrayList -public class ComposedArrayList +public class ComposedArrayList
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes Object | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index e2c34467bb4..7080e996f59 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedBool.Schema0](#schema0)
schema class | ## ComposedBool1 -public static class ComposedBool1 +public static class ComposedBool1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index f2880e8a247..cf99dc7ca4d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedNone.Schema0](#schema0)
schema class | ## ComposedNone1 -public static class ComposedNone1 +public static class ComposedNone1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 3f611e3deb1..2cdd5cedf86 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedNumber.Schema0](#schema0)
schema class | ## ComposedNumber1 -public static class ComposedNumber1 +public static class ComposedNumber1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index d9c00cad889..6deacc9952c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedObject.Schema0](#schema0)
schema class | ## ComposedObject1 -public static class ComposedObject1 +public static class ComposedObject1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 15ebeca579f..43f129cbfe1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -17,7 +17,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedOneOfDifferentTypes.Schema2](#schema2)
schema class | ## ComposedOneOfDifferentTypes1 -public static class ComposedOneOfDifferentTypes1 +public static class ComposedOneOfDifferentTypes1
extends JsonSchema A schema class that validates payloads @@ -39,7 +39,7 @@ this is a model that allows payloads of type object or number | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema6 -public static class Schema6 +public static class Schema6
extends JsonSchema A schema class that validates payloads @@ -50,7 +50,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema5 -public static class Schema5 +public static class Schema5
extends JsonSchema A schema class that validates payloads @@ -61,7 +61,7 @@ A schema class that validates payloads | static [Schema5List](#schema5list) | validate(List arg, SchemaConfiguration configuration) | ## Schema5List -public class Schema5List +public class Schema5List
extends FrozenList A class to store validated List payloads @@ -80,7 +80,7 @@ List Item Type | Description | Notes Object | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads @@ -99,7 +99,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema4 -public static class Schema4 +public static class Schema4
extends JsonSchema A schema class that validates payloads @@ -110,7 +110,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema3 -public static class Schema3 +public static class Schema3
extends JsonSchema A schema class that validates payloads @@ -121,7 +121,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema2 -public static class Schema2 +public static class Schema2
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 29beef8899c..26e85276ba0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ComposedString.Schema0](#schema0)
schema class | ## ComposedString1 -public static class ComposedString1 +public static class ComposedString1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index f8bf54bb750..92ebd5eb0b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Currency.Currency1](#currency1)
schema class | ## Currency1 -public static class Currency1 +public static class Currency1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 822f9708b52..f3e9ce2b8b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DanishPig.ClassName](#classname)
schema class | ## DanishPig1 -public static class DanishPig1 +public static class DanishPig1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [DanishPigMap](#danishpigmap) | validate(Map arg, SchemaConfiguration configuration) | ## DanishPigMap -public static class DanishPigMap +public static class DanishPigMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassName -public static class ClassName +public static class ClassName
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 78444cff1fc..366ff9ad579 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DateTimeTest.DateTimeTest1](#datetimetest1)
schema class | ## DateTimeTest1 -public static class DateTimeTest1 +public static class DateTimeTest1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 425613264ae..04e36b6fcaf 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DateTimeWithValidations.DateTimeWithValidations1](#datetimewithvalidations1)
schema class | ## DateTimeWithValidations1 -public static class DateTimeWithValidations1 +public static class DateTimeWithValidations1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 270fc98b8f4..769d30366eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DateWithValidations.DateWithValidations1](#datewithvalidations1)
schema class | ## DateWithValidations1 -public static class DateWithValidations1 +public static class DateWithValidations1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index aa7b1069fcf..2fe5d1f3772 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [DecimalPayload.DecimalPayload1](#decimalpayload1)
schema class | ## DecimalPayload1 -public static class DecimalPayload1 +public static class DecimalPayload1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 0e5f4ac7ab3..c8c8905aeb4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Dog.Breed](#breed)
schema class | ## Dog1 -public static class Dog1 +public static class Dog1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Breed -public static class Breed +public static class Breed
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index c35436b67d7..83365c6d185 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Drawing.ShapesList](#shapeslist)
output class for List payloads | ## Drawing1 -public static class Drawing1 +public static class Drawing1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [DrawingMap](#drawingmap) | validate(Map arg, SchemaConfiguration configuration) | ## DrawingMap -public static class DrawingMap +public static class DrawingMap
extends FrozenMap A class to store validated Map payloads @@ -52,7 +52,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Shapes -public static class Shapes +public static class Shapes
extends JsonSchema A schema class that validates payloads @@ -63,7 +63,7 @@ A schema class that validates payloads | static [ShapesList](#shapeslist) | validate(List arg, SchemaConfiguration configuration) | ## ShapesList -public class ShapesList +public class ShapesList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 77c24cf6928..4645ef14b84 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [EnumArrays.JustSymbol](#justsymbol)
schema class | ## EnumArrays1 -public static class EnumArrays1 +public static class EnumArrays1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [EnumArraysMap](#enumarraysmap) | validate(Map arg, SchemaConfiguration configuration) | ## EnumArraysMap -public static class EnumArraysMap +public static class EnumArraysMap
extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ArrayEnum -public static class ArrayEnum +public static class ArrayEnum
extends JsonSchema A schema class that validates payloads @@ -61,7 +61,7 @@ A schema class that validates payloads | static [ArrayEnumList](#arrayenumlist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayEnumList -public class ArrayEnumList +public class ArrayEnumList
extends FrozenList A class to store validated List payloads @@ -80,7 +80,7 @@ List Item Type | Description | Notes String | | must be one of ["fish", "crab"] ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads @@ -91,7 +91,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## JustSymbol -public static class JustSymbol +public static class JustSymbol
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 05a6fe78e6b..c4bbf907374 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [EnumClass.EnumClass1](#enumclass1)
schema class | ## EnumClass1 -public static class EnumClass1 +public static class EnumClass1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index ce62a220671..fc1df9edb94 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [EnumTest.EnumString](#enumstring)
schema class | ## EnumTest1 -public static class EnumTest1 +public static class EnumTest1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [EnumTestMap](#enumtestmap) | validate(Map arg, SchemaConfiguration configuration) | ## EnumTestMap -public static class EnumTestMap +public static class EnumTestMap
extends FrozenMap A class to store validated Map payloads @@ -64,7 +64,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## EnumNumber -public static class EnumNumber +public static class EnumNumber
extends JsonSchema A schema class that validates payloads @@ -75,7 +75,7 @@ A schema class that validates payloads | static double | validate(double arg, SchemaConfiguration configuration) | ## EnumInteger -public static class EnumInteger +public static class EnumInteger
extends JsonSchema A schema class that validates payloads @@ -86,7 +86,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## EnumStringRequired -public static class EnumStringRequired +public static class EnumStringRequired
extends JsonSchema A schema class that validates payloads @@ -97,7 +97,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## EnumString -public static class EnumString +public static class EnumString
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index eebb0ca5be7..d01cdc1331d 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [EquilateralTriangle.TriangleType](#triangletype)
schema class | ## EquilateralTriangle1 -public static class EquilateralTriangle1 +public static class EquilateralTriangle1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## TriangleType -public static class TriangleType +public static class TriangleType
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 5ec47411f18..fe58d16bf7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [File.SourceURI](#sourceuri)
schema class | ## File1 -public static class File1 +public static class File1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ Must be named `File` for test. | static [FileMap](#filemap) | validate(Map arg, SchemaConfiguration configuration) | ## FileMap -public static class FileMap +public static class FileMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SourceURI -public static class SourceURI +public static class SourceURI
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index e04f9b91086..4926dcdce61 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [FileSchemaTestClass.FilesList](#fileslist)
output class for List payloads | ## FileSchemaTestClass1 -public static class FileSchemaTestClass1 +public static class FileSchemaTestClass1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [FileSchemaTestClassMap](#fileschematestclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## FileSchemaTestClassMap -public static class FileSchemaTestClassMap +public static class FileSchemaTestClassMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Files -public static class Files +public static class Files
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static [FilesList](#fileslist) | validate(List> arg, SchemaConfiguration configuration) | ## FilesList -public class FilesList +public class FilesList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index b01ef029f07..6c622dd8a11 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Foo.FooMap](#foomap)
output class for Map payloads | ## Foo1 -public static class Foo1 +public static class Foo1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [FooMap](#foomap) | validate(Map arg, SchemaConfiguration configuration) | ## FooMap -public static class FooMap +public static class FooMap
extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 0cceeac8efc..9b3805aa91d 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -34,7 +34,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [FormatTest.IntegerSchema](#integerschema)
schema class | ## FormatTest1 -public static class FormatTest1 +public static class FormatTest1
extends JsonSchema A schema class that validates payloads @@ -45,7 +45,7 @@ A schema class that validates payloads | static [FormatTestMap](#formattestmap) | validate(Map arg, SchemaConfiguration configuration) | ## FormatTestMap -public static class FormatTestMap +public static class FormatTestMap
extends FrozenMap A class to store validated Map payloads @@ -101,7 +101,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## NoneProp -public static class NoneProp +public static class NoneProp
extends JsonSchema A schema class that validates payloads @@ -112,7 +112,7 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | ## PatternWithDigitsAndDelimiter -public static class PatternWithDigitsAndDelimiter +public static class PatternWithDigitsAndDelimiter
extends JsonSchema A schema class that validates payloads @@ -126,7 +126,7 @@ A string starting with 'image_' (case insensitive) and one to three di | static String | validate(String arg, SchemaConfiguration configuration) | ## PatternWithDigits -public static class PatternWithDigits +public static class PatternWithDigits
extends JsonSchema A schema class that validates payloads @@ -140,7 +140,7 @@ A string that is a 10 digit number. Can have leading zeros. | static String | validate(String arg, SchemaConfiguration configuration) | ## Password -public static class Password +public static class Password
extends JsonSchema A schema class that validates payloads @@ -151,7 +151,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## UuidNoExample -public static class UuidNoExample +public static class UuidNoExample
extends JsonSchema A schema class that validates payloads @@ -162,7 +162,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## UuidSchema -public static class UuidSchema +public static class UuidSchema
extends JsonSchema A schema class that validates payloads @@ -173,7 +173,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## DateTime -public static class DateTime +public static class DateTime
extends JsonSchema A schema class that validates payloads @@ -184,7 +184,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Date -public static class Date +public static class Date
extends JsonSchema A schema class that validates payloads @@ -195,7 +195,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Binary -public static class Binary +public static class Binary
extends JsonSchema A schema class that validates payloads @@ -206,7 +206,7 @@ A schema class that validates payloads | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## ByteSchema -public static class ByteSchema +public static class ByteSchema
extends JsonSchema A schema class that validates payloads @@ -217,7 +217,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## StringSchema -public static class StringSchema +public static class StringSchema
extends JsonSchema A schema class that validates payloads @@ -228,7 +228,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## ArrayWithUniqueItems -public static class ArrayWithUniqueItems +public static class ArrayWithUniqueItems
extends JsonSchema A schema class that validates payloads @@ -239,7 +239,7 @@ A schema class that validates payloads | static [ArrayWithUniqueItemsList](#arraywithuniqueitemslist) | validate(List arg, SchemaConfiguration configuration) | ## ArrayWithUniqueItemsList -public class ArrayWithUniqueItemsList +public class ArrayWithUniqueItemsList
extends FrozenList A class to store validated List payloads @@ -258,7 +258,7 @@ List Item Type | Description | Notes Number | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads @@ -269,7 +269,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Float64 -public static class Float64 +public static class Float64
extends JsonSchema A schema class that validates payloads @@ -280,7 +280,7 @@ A schema class that validates payloads | static double | validate(double arg, SchemaConfiguration configuration) | ## DoubleSchema -public static class DoubleSchema +public static class DoubleSchema
extends JsonSchema A schema class that validates payloads @@ -291,7 +291,7 @@ A schema class that validates payloads | static double | validate(double arg, SchemaConfiguration configuration) | ## Float32 -public static class Float32 +public static class Float32
extends JsonSchema A schema class that validates payloads @@ -302,7 +302,7 @@ A schema class that validates payloads | static float | validate(float arg, SchemaConfiguration configuration) | ## FloatSchema -public static class FloatSchema +public static class FloatSchema
extends JsonSchema A schema class that validates payloads @@ -316,7 +316,7 @@ this is a reserved python keyword | static float | validate(float arg, SchemaConfiguration configuration) | ## NumberSchema -public static class NumberSchema +public static class NumberSchema
extends JsonSchema A schema class that validates payloads @@ -327,7 +327,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Int64 -public static class Int64 +public static class Int64
extends JsonSchema A schema class that validates payloads @@ -338,7 +338,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Int32withValidations -public static class Int32withValidations +public static class Int32withValidations
extends JsonSchema A schema class that validates payloads @@ -349,7 +349,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## Int32 -public static class Int32 +public static class Int32
extends JsonSchema A schema class that validates payloads @@ -360,7 +360,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## IntegerSchema -public static class IntegerSchema +public static class IntegerSchema
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 30f3cdde9de..ab99780fcad 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [FromSchema.Data](#data)
schema class | ## FromSchema1 -public static class FromSchema1 +public static class FromSchema1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [FromSchemaMap](#fromschemamap) | validate(Map arg, SchemaConfiguration configuration) | ## FromSchemaMap -public static class FromSchemaMap +public static class FromSchemaMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Id -public static class Id +public static class Id
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Data -public static class Data +public static class Data
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 83b9081d746..bdadb224281 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Fruit.Color](#color)
schema class | ## Fruit1 -public static class Fruit1 +public static class Fruit1
extends JsonSchema A schema class that validates payloads @@ -31,7 +31,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## FruitMap -public static class FruitMap +public static class FruitMap
extends FrozenMap A class to store validated Map payloads @@ -53,7 +53,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Color -public static class Color +public static class Color
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 709cc25cc04..a90c9d6e97d 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [FruitReq.Schema0](#schema0)
schema class | ## FruitReq1 -public static class FruitReq1 +public static class FruitReq1
extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 3b35002e2c5..260eaf71988 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [GmFruit.Color](#color)
schema class | ## GmFruit1 -public static class GmFruit1 +public static class GmFruit1
extends JsonSchema A schema class that validates payloads @@ -31,7 +31,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## GmFruitMap -public static class GmFruitMap +public static class GmFruitMap
extends FrozenMap A class to store validated Map payloads @@ -53,7 +53,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Color -public static class Color +public static class Color
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 5d7cdc6c5c5..59a603775e5 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [GrandparentAnimal.PetType](#pettype)
schema class | ## GrandparentAnimal1 -public static class GrandparentAnimal1 +public static class GrandparentAnimal1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [GrandparentAnimalMap](#grandparentanimalmap) | validate(Map arg, SchemaConfiguration configuration) | ## GrandparentAnimalMap -public static class GrandparentAnimalMap +public static class GrandparentAnimalMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## PetType -public static class PetType +public static class PetType
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index ec0dba13037..4bfde5c0220 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [HasOnlyReadOnly.Bar](#bar)
schema class | ## HasOnlyReadOnly1 -public static class HasOnlyReadOnly1 +public static class HasOnlyReadOnly1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [HasOnlyReadOnlyMap](#hasonlyreadonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## HasOnlyReadOnlyMap -public static class HasOnlyReadOnlyMap +public static class HasOnlyReadOnlyMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Foo -public static class Foo +public static class Foo
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Bar -public static class Bar +public static class Bar
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index c7a18a012fc..8da3a04fd78 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [HealthCheckResult.NullableMessage](#nullablemessage)
schema class | ## HealthCheckResult1 -public static class HealthCheckResult1 +public static class HealthCheckResult1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to | static [HealthCheckResultMap](#healthcheckresultmap) | validate(Map arg, SchemaConfiguration configuration) | ## HealthCheckResultMap -public static class HealthCheckResultMap +public static class HealthCheckResultMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## NullableMessage -public static class NullableMessage +public static class NullableMessage
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 64b76ab9ea3..f1c0ff68c87 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerEnum.IntegerEnum1](#integerenum1)
schema class | ## IntegerEnum1 -public static class IntegerEnum1 +public static class IntegerEnum1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 875d3170c47..e6458558eb0 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerEnumBig.IntegerEnumBig1](#integerenumbig1)
schema class | ## IntegerEnumBig1 -public static class IntegerEnumBig1 +public static class IntegerEnumBig1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index 2e01ad21036..29a63dc2bc6 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerEnumOneValue.IntegerEnumOneValue1](#integerenumonevalue1)
schema class | ## IntegerEnumOneValue1 -public static class IntegerEnumOneValue1 +public static class IntegerEnumOneValue1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index f5831041d2c..038edebdf7a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1](#integerenumwithdefaultvalue1)
schema class | ## IntegerEnumWithDefaultValue1 -public static class IntegerEnumWithDefaultValue1 +public static class IntegerEnumWithDefaultValue1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 40fc51b5698..5918af98279 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerMax10.IntegerMax101](#integermax101)
schema class | ## IntegerMax101 -public static class IntegerMax101 +public static class IntegerMax101
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 34228ceb12a..dfd1d376803 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IntegerMin15.IntegerMin151](#integermin151)
schema class | ## IntegerMin151 -public static class IntegerMin151 +public static class IntegerMin151
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index aff24998b38..9e8c36ab669 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [IsoscelesTriangle.TriangleType](#triangletype)
schema class | ## IsoscelesTriangle1 -public static class IsoscelesTriangle1 +public static class IsoscelesTriangle1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## TriangleType -public static class TriangleType +public static class TriangleType
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 97007270abb..c0ced866b45 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Items.Items2](#items2)
schema class | ## Items1 -public static class Items1 +public static class Items1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ component's name collides with the inner schema name | static [ItemsList](#itemslist) | validate(List> arg, SchemaConfiguration configuration) | ## ItemsList -public class ItemsList +public class ItemsList
extends FrozenList> A class to store validated List payloads @@ -45,7 +45,7 @@ List Item Type | Description | Notes Map | | ## Items2 -public static class Items2 +public static class Items2
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index b622bb60f88..8ddbbf8dcb1 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [JSONPatchRequest.Items](#items)
schema class | ## JSONPatchRequest1 -public static class JSONPatchRequest1 +public static class JSONPatchRequest1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [JSONPatchRequestList](#jsonpatchrequestlist) | validate(List arg, SchemaConfiguration configuration) | ## JSONPatchRequestList -public class JSONPatchRequestList +public class JSONPatchRequestList
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes Object | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index cdd59e98170..6bdcbda99ca 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [JSONPatchRequestAddReplaceTest.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestAddReplaceTest1 -public static class JSONPatchRequestAddReplaceTest1 +public static class JSONPatchRequestAddReplaceTest1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [JSONPatchRequestAddReplaceTestMap](#jsonpatchrequestaddreplacetestmap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestAddReplaceTestMap -public static class JSONPatchRequestAddReplaceTestMap +public static class JSONPatchRequestAddReplaceTestMap
extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ type: Map | **value** | Object | The value to add, replace or test. | | ## Op -public static class Op +public static class Op
extends JsonSchema A schema class that validates payloads @@ -64,7 +64,7 @@ The operation to perform. | static String | validate(String arg, SchemaConfiguration configuration) | ## Value -public static class Value +public static class Value
extends JsonSchema A schema class that validates payloads @@ -86,7 +86,7 @@ The value to add, replace or test. | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Path -public static class Path +public static class Path
extends JsonSchema A schema class that validates payloads @@ -100,7 +100,7 @@ A JSON Pointer path. | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index ffe3e1c7b4d..79d36b03515 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [JSONPatchRequestMoveCopy.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestMoveCopy1 -public static class JSONPatchRequestMoveCopy1 +public static class JSONPatchRequestMoveCopy1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [JSONPatchRequestMoveCopyMap](#jsonpatchrequestmovecopymap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestMoveCopyMap -public static class JSONPatchRequestMoveCopyMap +public static class JSONPatchRequestMoveCopyMap
extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ type: Map | **path** | String | A JSON Pointer path. | | ## Op -public static class Op +public static class Op
extends JsonSchema A schema class that validates payloads @@ -64,7 +64,7 @@ The operation to perform. | static String | validate(String arg, SchemaConfiguration configuration) | ## Path -public static class Path +public static class Path
extends JsonSchema A schema class that validates payloads @@ -78,7 +78,7 @@ A JSON Pointer path. | static String | validate(String arg, SchemaConfiguration configuration) | ## From -public static class From +public static class From
extends JsonSchema A schema class that validates payloads @@ -92,7 +92,7 @@ A JSON Pointer path. | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index a1615e8f52c..6fc326c4a18 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [JSONPatchRequestRemove.AdditionalProperties](#additionalproperties)
schema class | ## JSONPatchRequestRemove1 -public static class JSONPatchRequestRemove1 +public static class JSONPatchRequestRemove1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [JSONPatchRequestRemoveMap](#jsonpatchrequestremovemap) | validate(Map arg, SchemaConfiguration configuration) | ## JSONPatchRequestRemoveMap -public static class JSONPatchRequestRemoveMap +public static class JSONPatchRequestRemoveMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **path** | String | A JSON Pointer path. | | ## Op -public static class Op +public static class Op
extends JsonSchema A schema class that validates payloads @@ -61,7 +61,7 @@ The operation to perform. | static String | validate(String arg, SchemaConfiguration configuration) | ## Path -public static class Path +public static class Path
extends JsonSchema A schema class that validates payloads @@ -75,7 +75,7 @@ A JSON Pointer path. | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index 3cb41af0a6f..df225400cc2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Mammal.Mammal1](#mammal1)
schema class | ## Mammal1 -public static class Mammal1 +public static class Mammal1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index de41161168c..ce0ea545672 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -22,7 +22,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [MapTest.AdditionalProperties1](#additionalproperties1)
schema class | ## MapTest1 -public static class MapTest1 +public static class MapTest1
extends JsonSchema A schema class that validates payloads @@ -33,7 +33,7 @@ A schema class that validates payloads | static [MapTestMap](#maptestmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapTestMap -public static class MapTestMap +public static class MapTestMap
extends FrozenMap A class to store validated Map payloads @@ -61,7 +61,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## DirectMap -public static class DirectMap +public static class DirectMap
extends JsonSchema A schema class that validates payloads @@ -72,7 +72,7 @@ A schema class that validates payloads | static [DirectMapMap](#directmapmap) | validate(Map arg, SchemaConfiguration configuration) | ## DirectMapMap -public static class DirectMapMap +public static class DirectMapMap
extends FrozenMap A class to store validated Map payloads @@ -92,7 +92,7 @@ type: Map | **anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties3 -public static class AdditionalProperties3 +public static class AdditionalProperties3
extends JsonSchema A schema class that validates payloads @@ -103,7 +103,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## MapOfEnumString -public static class MapOfEnumString +public static class MapOfEnumString
extends JsonSchema A schema class that validates payloads @@ -114,7 +114,7 @@ A schema class that validates payloads | static [MapOfEnumStringMap](#mapofenumstringmap) | validate(Map arg, SchemaConfiguration configuration) | ## MapOfEnumStringMap -public static class MapOfEnumStringMap +public static class MapOfEnumStringMap
extends FrozenMap A class to store validated Map payloads @@ -134,7 +134,7 @@ type: Map | **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] must be one of ["UPPER", "lower"] | ## AdditionalProperties2 -public static class AdditionalProperties2 +public static class AdditionalProperties2
extends JsonSchema A schema class that validates payloads @@ -145,7 +145,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## MapMapOfString -public static class MapMapOfString +public static class MapMapOfString
extends JsonSchema A schema class that validates payloads @@ -156,7 +156,7 @@ A schema class that validates payloads | static [MapMapOfStringMap](#mapmapofstringmap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapMapOfStringMap -public static class MapMapOfStringMap +public static class MapMapOfStringMap
extends FrozenMap A class to store validated Map payloads @@ -176,7 +176,7 @@ type: Map | **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads @@ -187,7 +187,7 @@ A schema class that validates payloads | static [AdditionalPropertiesMap](#additionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## AdditionalPropertiesMap -public static class AdditionalPropertiesMap +public static class AdditionalPropertiesMap
extends FrozenMap A class to store validated Map payloads @@ -207,7 +207,7 @@ type: Map | **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties1 -public static class AdditionalProperties1 +public static class AdditionalProperties1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 15e9158cab1..0854835486b 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [MixedPropertiesAndAdditionalPropertiesClass.UuidSchema](#uuidschema)
schema class | ## MixedPropertiesAndAdditionalPropertiesClass1 -public static class MixedPropertiesAndAdditionalPropertiesClass1 +public static class MixedPropertiesAndAdditionalPropertiesClass1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [MixedPropertiesAndAdditionalPropertiesClassMap](#mixedpropertiesandadditionalpropertiesclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## MixedPropertiesAndAdditionalPropertiesClassMap -public static class MixedPropertiesAndAdditionalPropertiesClassMap +public static class MixedPropertiesAndAdditionalPropertiesClassMap
extends FrozenMap A class to store validated Map payloads @@ -51,7 +51,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## MapSchema -public static class MapSchema +public static class MapSchema
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ A schema class that validates payloads | static [MapMap](#mapmap) | validate(Map> arg, SchemaConfiguration configuration) | ## MapMap -public static class MapMap +public static class MapMap
extends FrozenMap A class to store validated Map payloads @@ -82,7 +82,7 @@ type: Map | **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## DateTime -public static class DateTime +public static class DateTime
extends JsonSchema A schema class that validates payloads @@ -93,7 +93,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## UuidSchema -public static class UuidSchema +public static class UuidSchema
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 48d3e3e86dc..37c400e3ef0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Money.AdditionalProperties](#additionalproperties)
schema class | ## Money1 -public static class Money1 +public static class Money1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [MoneyMap](#moneymap) | validate(Map arg, SchemaConfiguration configuration) | ## MoneyMap -public static class MoneyMap +public static class MoneyMap
extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ type: Map | **currency** | String | | | ## Amount -public static class Amount +public static class Amount
extends JsonSchema A schema class that validates payloads @@ -57,7 +57,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 2757ee48b6b..f6132db46bd 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [MyObjectDto.AdditionalProperties](#additionalproperties)
schema class | ## MyObjectDto1 -public static class MyObjectDto1 +public static class MyObjectDto1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [MyObjectDtoMap](#myobjectdtomap) | validate(Map arg, SchemaConfiguration configuration) | ## MyObjectDtoMap -public static class MyObjectDtoMap +public static class MyObjectDtoMap
extends FrozenMap A class to store validated Map payloads @@ -44,7 +44,7 @@ type: Map | **id** | String | | [optional] value must be a uuid | ## Id -public static class Id +public static class Id
extends JsonSchema A schema class that validates payloads @@ -55,7 +55,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index f50aa8a758d..0731f2c5aae 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Name.Name2](#name2)
schema class | ## Name1 -public static class Name1 +public static class Name1
extends JsonSchema A schema class that validates payloads @@ -36,7 +36,7 @@ Model for testing model name same as property name | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## NameMap -public static class NameMap +public static class NameMap
extends FrozenMap A class to store validated Map payloads @@ -62,7 +62,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Property -public static class Property +public static class Property
extends JsonSchema A schema class that validates payloads @@ -76,7 +76,7 @@ this is a reserved python keyword | static String | validate(String arg, SchemaConfiguration configuration) | ## SnakeCase -public static class SnakeCase +public static class SnakeCase
extends JsonSchema A schema class that validates payloads @@ -87,7 +87,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## Name2 -public static class Name2 +public static class Name2
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index d2b93c77811..1a2eba57689 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NoAdditionalProperties.AdditionalProperties](#additionalproperties)
schema class | ## NoAdditionalProperties1 -public static class NoAdditionalProperties1 +public static class NoAdditionalProperties1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [NoAdditionalPropertiesMap](#noadditionalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## NoAdditionalPropertiesMap -public static class NoAdditionalPropertiesMap +public static class NoAdditionalPropertiesMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **petId** | long | | [optional] value must be a 64 bit integer | ## PetId -public static class PetId +public static class PetId
extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Id -public static class Id +public static class Id
extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 5b03f646c36..ffce5ecc8f6 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -36,7 +36,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NullableClass.AdditionalProperties3](#additionalproperties3)
schema class | ## NullableClass1 -public static class NullableClass1 +public static class NullableClass1
extends JsonSchema A schema class that validates payloads @@ -47,7 +47,7 @@ A schema class that validates payloads | static [NullableClassMap](#nullableclassmap) | validate(Map arg, SchemaConfiguration configuration) | ## NullableClassMap -public static class NullableClassMap +public static class NullableClassMap
extends FrozenMap A class to store validated Map payloads @@ -91,7 +91,7 @@ type: Map | **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## ObjectItemsNullable -public static class ObjectItemsNullable +public static class ObjectItemsNullable
extends JsonSchema A schema class that validates payloads @@ -102,7 +102,7 @@ A schema class that validates payloads | static [ObjectItemsNullableMap](#objectitemsnullablemap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectItemsNullableMap -public static class ObjectItemsNullableMap +public static class ObjectItemsNullableMap
extends FrozenMap> A class to store validated Map payloads @@ -122,7 +122,7 @@ type: Map | **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties2 -public static class AdditionalProperties2 +public static class AdditionalProperties2
extends JsonSchema A schema class that validates payloads @@ -134,7 +134,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectAndItemsNullableProp -public static class ObjectAndItemsNullableProp +public static class ObjectAndItemsNullableProp
extends JsonSchema A schema class that validates payloads @@ -146,7 +146,7 @@ A schema class that validates payloads | static [ObjectAndItemsNullablePropMap](#objectanditemsnullablepropmap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectAndItemsNullablePropMap -public static class ObjectAndItemsNullablePropMap +public static class ObjectAndItemsNullablePropMap
extends FrozenMap> A class to store validated Map payloads @@ -166,7 +166,7 @@ type: Map | **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties1 -public static class AdditionalProperties1 +public static class AdditionalProperties1
extends JsonSchema A schema class that validates payloads @@ -178,7 +178,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectNullableProp -public static class ObjectNullableProp +public static class ObjectNullableProp
extends JsonSchema A schema class that validates payloads @@ -190,7 +190,7 @@ A schema class that validates payloads | static [ObjectNullablePropMap](#objectnullablepropmap) | validate(Map> arg, SchemaConfiguration configuration) | ## ObjectNullablePropMap -public static class ObjectNullablePropMap +public static class ObjectNullablePropMap
extends FrozenMap> A class to store validated Map payloads @@ -210,7 +210,7 @@ type: Map | **anyStringName** | Map | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads @@ -221,7 +221,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayItemsNullable -public static class ArrayItemsNullable +public static class ArrayItemsNullable
extends JsonSchema A schema class that validates payloads @@ -232,7 +232,7 @@ A schema class that validates payloads | static [ArrayItemsNullableList](#arrayitemsnullablelist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayItemsNullableList -public class ArrayItemsNullableList +public class ArrayItemsNullableList
extends FrozenList> A class to store validated List payloads @@ -251,7 +251,7 @@ List Item Type | Description | Notes Map | | ## Items2 -public static class Items2 +public static class Items2
extends JsonSchema A schema class that validates payloads @@ -263,7 +263,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayAndItemsNullableProp -public static class ArrayAndItemsNullableProp +public static class ArrayAndItemsNullableProp
extends JsonSchema A schema class that validates payloads @@ -275,7 +275,7 @@ A schema class that validates payloads | static [ArrayAndItemsNullablePropList](#arrayanditemsnullableproplist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayAndItemsNullablePropList -public class ArrayAndItemsNullablePropList +public class ArrayAndItemsNullablePropList
extends FrozenList> A class to store validated List payloads @@ -294,7 +294,7 @@ List Item Type | Description | Notes Map | | ## Items1 -public static class Items1 +public static class Items1
extends JsonSchema A schema class that validates payloads @@ -306,7 +306,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayNullableProp -public static class ArrayNullableProp +public static class ArrayNullableProp
extends JsonSchema A schema class that validates payloads @@ -318,7 +318,7 @@ A schema class that validates payloads | static [ArrayNullablePropList](#arraynullableproplist) | validate(List> arg, SchemaConfiguration configuration) | ## ArrayNullablePropList -public class ArrayNullablePropList +public class ArrayNullablePropList
extends FrozenList> A class to store validated List payloads @@ -337,7 +337,7 @@ List Item Type | Description | Notes Map | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads @@ -348,7 +348,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## DatetimeProp -public static class DatetimeProp +public static class DatetimeProp
extends JsonSchema A schema class that validates payloads @@ -360,7 +360,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## DateProp -public static class DateProp +public static class DateProp
extends JsonSchema A schema class that validates payloads @@ -372,7 +372,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## StringProp -public static class StringProp +public static class StringProp
extends JsonSchema A schema class that validates payloads @@ -384,7 +384,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## BooleanProp -public static class BooleanProp +public static class BooleanProp
extends JsonSchema A schema class that validates payloads @@ -396,7 +396,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## NumberProp -public static class NumberProp +public static class NumberProp
extends JsonSchema A schema class that validates payloads @@ -408,7 +408,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## IntegerProp -public static class IntegerProp +public static class IntegerProp
extends JsonSchema A schema class that validates payloads @@ -420,7 +420,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## AdditionalProperties3 -public static class AdditionalProperties3 +public static class AdditionalProperties3
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 8edba65f476..2e80cde63c7 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NullableShape.Schema2](#schema2)
schema class | ## NullableShape1 -public static class NullableShape1 +public static class NullableShape1
extends JsonSchema A schema class that validates payloads @@ -33,7 +33,7 @@ The value may be a shape or the 'null' value. For a composed schema to | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema2 -public static class Schema2 +public static class Schema2
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 4f9c42ed3c4..b952c53386f 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NullableString.NullableString1](#nullablestring1)
schema class | ## NullableString1 -public static class NullableString1 +public static class NullableString1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index c86e37fdfd3..4f08be1b0f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NumberOnly.JustNumber](#justnumber)
schema class | ## NumberOnly1 -public static class NumberOnly1 +public static class NumberOnly1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [NumberOnlyMap](#numberonlymap) | validate(Map arg, SchemaConfiguration configuration) | ## NumberOnlyMap -public static class NumberOnlyMap +public static class NumberOnlyMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## JustNumber -public static class JustNumber +public static class JustNumber
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 63ff9c20a5e..a407d66477b 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NumberSchema.NumberSchema1](#numberschema1)
schema class | ## NumberSchema1 -public static class NumberSchema1 +public static class NumberSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 0b06734683c..7c8602d7b04 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [NumberWithValidations.NumberWithValidations1](#numberwithvalidations1)
schema class | ## NumberWithValidations1 -public static class NumberWithValidations1 +public static class NumberWithValidations1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 1e4ee5ac91f..17b418e7665 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjWithRequiredProps.A](#a)
schema class | ## ObjWithRequiredProps1 -public static class ObjWithRequiredProps1 +public static class ObjWithRequiredProps1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ObjWithRequiredPropsMap](#objwithrequiredpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjWithRequiredPropsMap -public static class ObjWithRequiredPropsMap +public static class ObjWithRequiredPropsMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## A -public static class A +public static class A
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 195f69c5f14..a6f0fb801d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjWithRequiredPropsBase.B](#b)
schema class | ## ObjWithRequiredPropsBase1 -public static class ObjWithRequiredPropsBase1 +public static class ObjWithRequiredPropsBase1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ObjWithRequiredPropsBaseMap](#objwithrequiredpropsbasemap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjWithRequiredPropsBaseMap -public static class ObjWithRequiredPropsBaseMap +public static class ObjWithRequiredPropsBaseMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## B -public static class B +public static class B
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 82d5ed2ae65..720e87eb958 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectInterface.ObjectInterface1](#objectinterface1)
schema class | ## ObjectInterface1 -public static class ObjectInterface1 +public static class ObjectInterface1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index e96592196e9..a7930d3753b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectModelWithArgAndArgsProperties.Arg](#arg)
schema class | ## ObjectModelWithArgAndArgsProperties1 -public static class ObjectModelWithArgAndArgsProperties1 +public static class ObjectModelWithArgAndArgsProperties1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [ObjectModelWithArgAndArgsPropertiesMap](#objectmodelwithargandargspropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectModelWithArgAndArgsPropertiesMap -public static class ObjectModelWithArgAndArgsPropertiesMap +public static class ObjectModelWithArgAndArgsPropertiesMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Args -public static class Args +public static class Args
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Arg -public static class Arg +public static class Arg
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 33d8bf2893f..276fba4ed6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectModelWithRefProps.ObjectModelWithRefPropsMap](#objectmodelwithrefpropsmap)
output class for Map payloads | ## ObjectModelWithRefProps1 -public static class ObjectModelWithRefProps1 +public static class ObjectModelWithRefProps1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ a model that includes properties which should stay primitive (String + Boolean) | static [ObjectModelWithRefPropsMap](#objectmodelwithrefpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectModelWithRefPropsMap -public static class ObjectModelWithRefPropsMap +public static class ObjectModelWithRefPropsMap
extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index d92e08427ac..0e1dba905ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithAllOfWithReqTestPropFromUnsetAddProp.Name](#name)
schema class | ## ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 -public static class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1 +public static class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -67,7 +67,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name -public static class Name +public static class Name
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 70c586d56a9..8c352ee9d31 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithCollidingProperties.SomeProp](#someprop)
schema class | ## ObjectWithCollidingProperties1 -public static class ObjectWithCollidingProperties1 +public static class ObjectWithCollidingProperties1
extends JsonSchema A schema class that validates payloads @@ -27,7 +27,7 @@ component with properties that have name collisions | static [ObjectWithCollidingPropertiesMap](#objectwithcollidingpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithCollidingPropertiesMap -public static class ObjectWithCollidingPropertiesMap +public static class ObjectWithCollidingPropertiesMap
extends FrozenMap A class to store validated Map payloads @@ -51,7 +51,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Someprop -public static class Someprop +public static class Someprop
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ A schema class that validates payloads | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## SomeProp -public static class SomeProp +public static class SomeProp
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 501804c2f12..0225a28e45d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithDecimalProperties.Width](#width)
schema class | ## ObjectWithDecimalProperties1 -public static class ObjectWithDecimalProperties1 +public static class ObjectWithDecimalProperties1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ObjectWithDecimalPropertiesMap](#objectwithdecimalpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithDecimalPropertiesMap -public static class ObjectWithDecimalPropertiesMap +public static class ObjectWithDecimalPropertiesMap
extends FrozenMap A class to store validated Map payloads @@ -49,7 +49,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Width -public static class Width +public static class Width
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index ce799633ff2..4a161283828 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithDifficultlyNamedProps.Specialpropertyname](#specialpropertyname)
schema class | ## ObjectWithDifficultlyNamedProps1 -public static class ObjectWithDifficultlyNamedProps1 +public static class ObjectWithDifficultlyNamedProps1
extends JsonSchema A schema class that validates payloads @@ -28,7 +28,7 @@ model with properties that have invalid names for python | static [ObjectWithDifficultlyNamedPropsMap](#objectwithdifficultlynamedpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithDifficultlyNamedPropsMap -public static class ObjectWithDifficultlyNamedPropsMap +public static class ObjectWithDifficultlyNamedPropsMap
extends FrozenMap A class to store validated Map payloads @@ -52,7 +52,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Schema123Number -public static class Schema123Number +public static class Schema123Number
extends JsonSchema A schema class that validates payloads @@ -63,7 +63,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Schema123list -public static class Schema123list +public static class Schema123list
extends JsonSchema A schema class that validates payloads @@ -74,7 +74,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Specialpropertyname -public static class Specialpropertyname +public static class Specialpropertyname
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index d182bd479a3..4379eee1d87 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithInlineCompositionProperty.Schema0](#schema0)
schema class | ## ObjectWithInlineCompositionProperty1 -public static class ObjectWithInlineCompositionProperty1 +public static class ObjectWithInlineCompositionProperty1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [ObjectWithInlineCompositionPropertyMap](#objectwithinlinecompositionpropertymap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithInlineCompositionPropertyMap -public static class ObjectWithInlineCompositionPropertyMap +public static class ObjectWithInlineCompositionPropertyMap
extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SomeProp -public static class SomeProp +public static class SomeProp
extends JsonSchema A schema class that validates payloads @@ -65,7 +65,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index eb756caae96..5a171694156 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap)
output class for Map payloads | ## ObjectWithInvalidNamedRefedProperties1 -public static class ObjectWithInvalidNamedRefedProperties1 +public static class ObjectWithInvalidNamedRefedProperties1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithInvalidNamedRefedPropertiesMap -public static class ObjectWithInvalidNamedRefedPropertiesMap +public static class ObjectWithInvalidNamedRefedPropertiesMap
extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 8fa95d8cadd..52bbf3d5f14 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithNonIntersectingValues.AdditionalProperties](#additionalproperties)
schema class | ## ObjectWithNonIntersectingValues1 -public static class ObjectWithNonIntersectingValues1 +public static class ObjectWithNonIntersectingValues1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [ObjectWithNonIntersectingValuesMap](#objectwithnonintersectingvaluesmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithNonIntersectingValuesMap -public static class ObjectWithNonIntersectingValuesMap +public static class ObjectWithNonIntersectingValuesMap
extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ type: Map | **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## A -public static class A +public static class A
extends JsonSchema A schema class that validates payloads @@ -57,7 +57,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 48d4b8d05b1..8d164242276 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithOnlyOptionalProps.AdditionalProperties](#additionalproperties)
schema class | ## ObjectWithOnlyOptionalProps1 -public static class ObjectWithOnlyOptionalProps1 +public static class ObjectWithOnlyOptionalProps1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [ObjectWithOnlyOptionalPropsMap](#objectwithonlyoptionalpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithOnlyOptionalPropsMap -public static class ObjectWithOnlyOptionalPropsMap +public static class ObjectWithOnlyOptionalPropsMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **b** | Number | | [optional] | ## B -public static class B +public static class B
extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static Number | validate(Number arg, SchemaConfiguration configuration) | ## A -public static class A +public static class A
extends JsonSchema A schema class that validates payloads @@ -69,7 +69,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 7a2e2c8e092..4ab648fe5ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithOptionalTestProp.Test](#test)
schema class | ## ObjectWithOptionalTestProp1 -public static class ObjectWithOptionalTestProp1 +public static class ObjectWithOptionalTestProp1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ObjectWithOptionalTestPropMap](#objectwithoptionaltestpropmap) | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithOptionalTestPropMap -public static class ObjectWithOptionalTestPropMap +public static class ObjectWithOptionalTestPropMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Test -public static class Test +public static class Test
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index ee447ed95a8..e2bd3a98321 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ObjectWithValidations.ObjectWithValidations1](#objectwithvalidations1)
schema class | ## ObjectWithValidations1 -public static class ObjectWithValidations1 +public static class ObjectWithValidations1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 5776407164c..dd158aa90ca 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -17,7 +17,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Order.Id](#id)
schema class | ## Order1 -public static class Order1 +public static class Order1
extends JsonSchema A schema class that validates payloads @@ -28,7 +28,7 @@ A schema class that validates payloads | static [OrderMap](#ordermap) | validate(Map arg, SchemaConfiguration configuration) | ## OrderMap -public static class OrderMap +public static class OrderMap
extends FrozenMap A class to store validated Map payloads @@ -60,7 +60,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Complete -public static class Complete +public static class Complete
extends JsonSchema A schema class that validates payloads @@ -71,7 +71,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Status -public static class Status +public static class Status
extends JsonSchema A schema class that validates payloads @@ -85,7 +85,7 @@ Order Status | static String | validate(String arg, SchemaConfiguration configuration) | ## ShipDate -public static class ShipDate +public static class ShipDate
extends JsonSchema A schema class that validates payloads @@ -96,7 +96,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Quantity -public static class Quantity +public static class Quantity
extends JsonSchema A schema class that validates payloads @@ -107,7 +107,7 @@ A schema class that validates payloads | static int | validate(int arg, SchemaConfiguration configuration) | ## PetId -public static class PetId +public static class PetId
extends JsonSchema A schema class that validates payloads @@ -118,7 +118,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## Id -public static class Id +public static class Id
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index f74201e9d2a..cb611266466 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [PaginatedResultMyObjectDto.AdditionalProperties](#additionalproperties)
schema class | ## PaginatedResultMyObjectDto1 -public static class PaginatedResultMyObjectDto1 +public static class PaginatedResultMyObjectDto1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [PaginatedResultMyObjectDtoMap](#paginatedresultmyobjectdtomap) | validate(Map arg, SchemaConfiguration configuration) | ## PaginatedResultMyObjectDtoMap -public static class PaginatedResultMyObjectDtoMap +public static class PaginatedResultMyObjectDtoMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **results** | List> | | | ## Results -public static class Results +public static class Results
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static [ResultsList](#resultslist) | validate(List> arg, SchemaConfiguration configuration) | ## ResultsList -public class ResultsList +public class ResultsList
extends FrozenList A class to store validated List payloads @@ -78,7 +78,7 @@ List Item Type | Description | Notes Map | | ## Count -public static class Count +public static class Count
extends JsonSchema A schema class that validates payloads @@ -89,7 +89,7 @@ A schema class that validates payloads | static long | validate(long arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index d7e35f0226e..0bfa5885789 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ParentPet.ParentPet1](#parentpet1)
schema class | ## ParentPet1 -public static class ParentPet1 +public static class ParentPet1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 9e583753048..bfe3cde9768 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -19,7 +19,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Pet.Id](#id)
schema class | ## Pet1 -public static class Pet1 +public static class Pet1
extends JsonSchema A schema class that validates payloads @@ -33,7 +33,7 @@ Pet object that needs to be added to the store | static [PetMap](#petmap) | validate(Map arg, SchemaConfiguration configuration) | ## PetMap -public static class PetMap +public static class PetMap
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Tags -public static class Tags +public static class Tags
extends JsonSchema A schema class that validates payloads @@ -76,7 +76,7 @@ A schema class that validates payloads | static [TagsList](#tagslist) | validate(List> arg, SchemaConfiguration configuration) | ## TagsList -public class TagsList +public class TagsList
extends FrozenList A class to store validated List payloads @@ -95,7 +95,7 @@ List Item Type | Description | Notes Map | | ## Status -public static class Status +public static class Status
extends JsonSchema A schema class that validates payloads @@ -109,7 +109,7 @@ pet status in the store | static String | validate(String arg, SchemaConfiguration configuration) | ## PhotoUrls -public static class PhotoUrls +public static class PhotoUrls
extends JsonSchema A schema class that validates payloads @@ -120,7 +120,7 @@ A schema class that validates payloads | static [PhotoUrlsList](#photourlslist) | validate(List arg, SchemaConfiguration configuration) | ## PhotoUrlsList -public class PhotoUrlsList +public class PhotoUrlsList
extends FrozenList A class to store validated List payloads @@ -139,7 +139,7 @@ List Item Type | Description | Notes String | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads @@ -150,7 +150,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Name -public static class Name +public static class Name
extends JsonSchema A schema class that validates payloads @@ -161,7 +161,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Id -public static class Id +public static class Id
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index 09ee527bb71..a5ee68505b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Pig.Pig1](#pig1)
schema class | ## Pig1 -public static class Pig1 +public static class Pig1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 8e6dc193074..abc5b1f531b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Player.Name](#name)
schema class | ## Player1 -public static class Player1 +public static class Player1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ a model that includes a self reference this forces properties and additionalProp | static [PlayerMap](#playermap) | validate(Map arg, SchemaConfiguration configuration) | ## PlayerMap -public static class PlayerMap +public static class PlayerMap
extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name -public static class Name +public static class Name
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 6fbe76e98fb..b750d340ed5 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [PublicKey.Key](#key)
schema class | ## PublicKey1 -public static class PublicKey1 +public static class PublicKey1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ schema that contains a property named key | static [PublicKeyMap](#publickeymap) | validate(Map arg, SchemaConfiguration configuration) | ## PublicKeyMap -public static class PublicKeyMap +public static class PublicKeyMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Key -public static class Key +public static class Key
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index aeaa75a5642..2d507b810aa 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Quadrilateral.Quadrilateral1](#quadrilateral1)
schema class | ## Quadrilateral1 -public static class Quadrilateral1 +public static class Quadrilateral1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 8ad77064fdf..8c084abbf65 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [QuadrilateralInterface.ShapeType](#shapetype)
schema class | ## QuadrilateralInterface1 -public static class QuadrilateralInterface1 +public static class QuadrilateralInterface1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## QuadrilateralInterfaceMap -public static class QuadrilateralInterfaceMap +public static class QuadrilateralInterfaceMap
extends FrozenMap A class to store validated Map payloads @@ -56,7 +56,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## QuadrilateralType -public static class QuadrilateralType +public static class QuadrilateralType
extends JsonSchema A schema class that validates payloads @@ -67,7 +67,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## ShapeType -public static class ShapeType +public static class ShapeType
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 6c8a4582fbf..356db5b597e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReadOnlyFirst.Bar](#bar)
schema class | ## ReadOnlyFirst1 -public static class ReadOnlyFirst1 +public static class ReadOnlyFirst1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [ReadOnlyFirstMap](#readonlyfirstmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReadOnlyFirstMap -public static class ReadOnlyFirstMap +public static class ReadOnlyFirstMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Baz -public static class Baz +public static class Baz
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Bar -public static class Bar +public static class Bar
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 088a02a6a8d..2562b5738c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [RefPet.RefPet1](#refpet1)
schema class | ## RefPet1 -public static class RefPet1 +public static class RefPet1
extends [Pet.Pet1](../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index cf48dee2190..483229c2f76 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReqPropsFromExplicitAddProps.AdditionalProperties](#additionalproperties)
schema class | ## ReqPropsFromExplicitAddProps1 -public static class ReqPropsFromExplicitAddProps1 +public static class ReqPropsFromExplicitAddProps1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ReqPropsFromExplicitAddPropsMap](#reqpropsfromexplicitaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromExplicitAddPropsMap -public static class ReqPropsFromExplicitAddPropsMap +public static class ReqPropsFromExplicitAddPropsMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 0f7f21b6463..050908c88a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReqPropsFromTrueAddProps.AdditionalProperties](#additionalproperties)
schema class | ## ReqPropsFromTrueAddProps1 -public static class ReqPropsFromTrueAddProps1 +public static class ReqPropsFromTrueAddProps1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [ReqPropsFromTrueAddPropsMap](#reqpropsfromtrueaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromTrueAddPropsMap -public static class ReqPropsFromTrueAddPropsMap +public static class ReqPropsFromTrueAddPropsMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 0b1a7a9d0fd..ac46ff6c42c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddPropsMap](#reqpropsfromunsetaddpropsmap)
output class for Map payloads | ## ReqPropsFromUnsetAddProps1 -public static class ReqPropsFromUnsetAddProps1 +public static class ReqPropsFromUnsetAddProps1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [ReqPropsFromUnsetAddPropsMap](#reqpropsfromunsetaddpropsmap) | validate(Map arg, SchemaConfiguration configuration) | ## ReqPropsFromUnsetAddPropsMap -public static class ReqPropsFromUnsetAddPropsMap +public static class ReqPropsFromUnsetAddPropsMap
extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 16d59dfcd2d..6e0349e9078 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ReturnSchema.ReturnSchema2](#returnschema2)
schema class | ## ReturnSchema1 -public static class ReturnSchema1 +public static class ReturnSchema1
extends JsonSchema A schema class that validates payloads @@ -34,7 +34,7 @@ Model for testing reserved words | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ReturnMap -public static class ReturnMap +public static class ReturnMap
extends FrozenMap A class to store validated Map payloads @@ -56,7 +56,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ReturnSchema2 -public static class ReturnSchema2 +public static class ReturnSchema2
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index e432dec9ea4..93cd87088a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ScaleneTriangle.TriangleType](#triangletype)
schema class | ## ScaleneTriangle1 -public static class ScaleneTriangle1 +public static class ScaleneTriangle1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## TriangleType -public static class TriangleType +public static class TriangleType
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index b07c742fbc8..595ff6952b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema200Response.Name](#name)
schema class | ## Schema200Response1 -public static class Schema200Response1 +public static class Schema200Response1
extends JsonSchema A schema class that validates payloads @@ -35,7 +35,7 @@ model with an invalid class name for python, starts with a number | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema200ResponseMap -public static class Schema200ResponseMap +public static class Schema200ResponseMap
extends FrozenMap A class to store validated Map payloads @@ -59,7 +59,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassSchema -public static class ClassSchema +public static class ClassSchema
extends JsonSchema A schema class that validates payloads @@ -73,7 +73,7 @@ this is a reserved python keyword | static String | validate(String arg, SchemaConfiguration configuration) | ## Name -public static class Name +public static class Name
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index d620197658d..8175e4dbf78 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SelfReferencingArrayModel.SelfReferencingArrayModelList](#selfreferencingarraymodellist)
output class for List payloads | ## SelfReferencingArrayModel1 -public static class SelfReferencingArrayModel1 +public static class SelfReferencingArrayModel1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [SelfReferencingArrayModelList](#selfreferencingarraymodellist) | validate(List arg, SchemaConfiguration configuration) | ## SelfReferencingArrayModelList -public class SelfReferencingArrayModelList +public class SelfReferencingArrayModelList
extends FrozenList A class to store validated List payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 87d33151de7..8c371c018d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SelfReferencingObjectModel.SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap)
output class for Map payloads | ## SelfReferencingObjectModel1 -public static class SelfReferencingObjectModel1 +public static class SelfReferencingObjectModel1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap) | validate(Map arg, SchemaConfiguration configuration) | ## SelfReferencingObjectModelMap -public static class SelfReferencingObjectModelMap +public static class SelfReferencingObjectModelMap
extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index eb313aedb4a..90e7a297c7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Shape.Shape1](#shape1)
schema class | ## Shape1 -public static class Shape1 +public static class Shape1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 5c2dd7e04be..fe98b83e027 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [ShapeOrNull.Schema0](#schema0)
schema class | ## ShapeOrNull1 -public static class ShapeOrNull1 +public static class ShapeOrNull1
extends JsonSchema A schema class that validates payloads @@ -33,7 +33,7 @@ The value may be a shape or the 'null' value. This is introduced in OA | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 1cc332f31bc..314b3303917 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SimpleQuadrilateral.QuadrilateralType](#quadrilateraltype)
schema class | ## SimpleQuadrilateral1 -public static class SimpleQuadrilateral1 +public static class SimpleQuadrilateral1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -43,7 +43,7 @@ A schema class that validates payloads | static [Schema1Map](#schema1map) | validate(Map arg, SchemaConfiguration configuration) | ## Schema1Map -public static class Schema1Map +public static class Schema1Map
extends FrozenMap A class to store validated Map payloads @@ -65,7 +65,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## QuadrilateralType -public static class QuadrilateralType +public static class QuadrilateralType
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 9a1ebeff88c..32a5a70130f 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SomeObject.SomeObject1](#someobject1)
schema class | ## SomeObject1 -public static class SomeObject1 +public static class SomeObject1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 8b488684064..4d492f3dee0 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [SpecialModelname.A](#a)
schema class | ## SpecialModelname1 -public static class SpecialModelname1 +public static class SpecialModelname1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ model with an invalid class name for python | static [SpecialModelnameMap](#specialmodelnamemap) | validate(Map arg, SchemaConfiguration configuration) | ## SpecialModelnameMap -public static class SpecialModelnameMap +public static class SpecialModelnameMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## A -public static class A +public static class A
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 5bf748af103..591acb22c14 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringBooleanMap.AdditionalProperties](#additionalproperties)
schema class | ## StringBooleanMap1 -public static class StringBooleanMap1 +public static class StringBooleanMap1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [StringBooleanMapMap](#stringbooleanmapmap) | validate(Map arg, SchemaConfiguration configuration) | ## StringBooleanMapMap -public static class StringBooleanMapMap +public static class StringBooleanMapMap
extends FrozenMap A class to store validated Map payloads @@ -43,7 +43,7 @@ type: Map | **anyStringName** | boolean | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 3b6d4751d81..3c4ec31b09f 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringEnum.StringEnum1](#stringenum1)
schema class | ## StringEnum1 -public static class StringEnum1 +public static class StringEnum1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 023e4f0c2e3..15a0406d28b 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringEnumWithDefaultValue.StringEnumWithDefaultValue1](#stringenumwithdefaultvalue1)
schema class | ## StringEnumWithDefaultValue1 -public static class StringEnumWithDefaultValue1 +public static class StringEnumWithDefaultValue1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 2009ac25c5b..0eef516ef0b 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringSchema.StringSchema1](#stringschema1)
schema class | ## StringSchema1 -public static class StringSchema1 +public static class StringSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 826b3f7a3e4..5e75c0ff23a 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [StringWithValidation.StringWithValidation1](#stringwithvalidation1)
schema class | ## StringWithValidation1 -public static class StringWithValidation1 +public static class StringWithValidation1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index e04f1d2c27a..1af38173573 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Tag.Id](#id)
schema class | ## Tag1 -public static class Tag1 +public static class Tag1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [TagMap](#tagmap) | validate(Map arg, SchemaConfiguration configuration) | ## TagMap -public static class TagMap +public static class TagMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Name -public static class Name +public static class Name
extends JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Id -public static class Id +public static class Id
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index a262f400392..bc78ae5a4de 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Triangle.Triangle1](#triangle1)
schema class | ## Triangle1 -public static class Triangle1 +public static class Triangle1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 8e9ccfe3f6f..b84e895b429 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [TriangleInterface.ShapeType](#shapetype)
schema class | ## TriangleInterface1 -public static class TriangleInterface1 +public static class TriangleInterface1
extends JsonSchema A schema class that validates payloads @@ -32,7 +32,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## TriangleInterfaceMap -public static class TriangleInterfaceMap +public static class TriangleInterfaceMap
extends FrozenMap A class to store validated Map payloads @@ -56,7 +56,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## TriangleType -public static class TriangleType +public static class TriangleType
extends JsonSchema A schema class that validates payloads @@ -67,7 +67,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## ShapeType -public static class ShapeType +public static class ShapeType
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index fe6fe68e03e..0a06fbb4ccf 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [UUIDString.UUIDString1](#uuidstring1)
schema class | ## UUIDString1 -public static class UUIDString1 +public static class UUIDString1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index de5fb6ed195..0d79184f7bb 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -25,7 +25,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [User.Id](#id)
schema class | ## User1 -public static class User1 +public static class User1
extends JsonSchema A schema class that validates payloads @@ -36,7 +36,7 @@ A schema class that validates payloads | static [UserMap](#usermap) | validate(Map arg, SchemaConfiguration configuration) | ## UserMap -public static class UserMap +public static class UserMap
extends FrozenMap A class to store validated Map payloads @@ -82,7 +82,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## AnyTypePropNullable -public static class AnyTypePropNullable +public static class AnyTypePropNullable
extends JsonSchema A schema class that validates payloads @@ -104,7 +104,7 @@ test code generation for any type Here the 'type' attribute is not spe | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## AnyTypeExceptNullProp -public static class AnyTypeExceptNullProp +public static class AnyTypeExceptNullProp
extends JsonSchema A schema class that validates payloads @@ -126,7 +126,7 @@ any type except 'null' Here the 'type' attribute is not spec | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Not -public static class Not +public static class Not
extends JsonSchema A schema class that validates payloads @@ -137,7 +137,7 @@ A schema class that validates payloads | static Void | validate(Void arg, SchemaConfiguration configuration) | ## AnyTypeProp -public static class AnyTypeProp +public static class AnyTypeProp
extends JsonSchema A schema class that validates payloads @@ -159,7 +159,7 @@ test code generation for any type Here the 'type' attribute is not spe | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ObjectWithNoDeclaredPropsNullable -public static class ObjectWithNoDeclaredPropsNullable +public static class ObjectWithNoDeclaredPropsNullable
extends JsonSchema A schema class that validates payloads @@ -174,7 +174,7 @@ test code generation for nullable objects. Value must be a map of strings to val | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ObjectWithNoDeclaredProps -public static class ObjectWithNoDeclaredProps +public static class ObjectWithNoDeclaredProps
extends JsonSchema A schema class that validates payloads @@ -188,7 +188,7 @@ test code generation for objects Value must be a map of strings to values. It ca | static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## UserStatus -public static class UserStatus +public static class UserStatus
extends JsonSchema A schema class that validates payloads @@ -202,7 +202,7 @@ User Status | static int | validate(int arg, SchemaConfiguration configuration) | ## Phone -public static class Phone +public static class Phone
extends JsonSchema A schema class that validates payloads @@ -213,7 +213,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Password -public static class Password +public static class Password
extends JsonSchema A schema class that validates payloads @@ -224,7 +224,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Email -public static class Email +public static class Email
extends JsonSchema A schema class that validates payloads @@ -235,7 +235,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## LastName -public static class LastName +public static class LastName
extends JsonSchema A schema class that validates payloads @@ -246,7 +246,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## FirstName -public static class FirstName +public static class FirstName
extends JsonSchema A schema class that validates payloads @@ -257,7 +257,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Username -public static class Username +public static class Username
extends JsonSchema A schema class that validates payloads @@ -268,7 +268,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Id -public static class Id +public static class Id
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index d5a468ed10e..0db5b8414e6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Whale.HasBaleen](#hasbaleen)
schema class | ## Whale1 -public static class Whale1 +public static class Whale1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [WhaleMap](#whalemap) | validate(Map arg, SchemaConfiguration configuration) | ## WhaleMap -public static class WhaleMap +public static class WhaleMap
extends FrozenMap A class to store validated Map payloads @@ -51,7 +51,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassName -public static class ClassName +public static class ClassName
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## HasTeeth -public static class HasTeeth +public static class HasTeeth
extends JsonSchema A schema class that validates payloads @@ -73,7 +73,7 @@ A schema class that validates payloads | static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## HasBaleen -public static class HasBaleen +public static class HasBaleen
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index ec55c794fd4..7dfa4bd8d9d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Zebra.AdditionalProperties](#additionalproperties)
schema class | ## Zebra1 -public static class Zebra1 +public static class Zebra1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [ZebraMap](#zebramap) | validate(Map arg, SchemaConfiguration configuration) | ## ZebraMap -public static class ZebraMap +public static class ZebraMap
extends FrozenMap A class to store validated Map payloads @@ -49,7 +49,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## ClassName -public static class ClassName +public static class ClassName
extends JsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## Type -public static class Type +public static class Type
extends JsonSchema A schema class that validates payloads @@ -71,7 +71,7 @@ A schema class that validates payloads | static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index ae716907bef..a9b8278896b 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index 1b304df2fd3..d820a199ee5 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index f9b3e195a3d..32695d77181 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 14e5a9f91f9..87b820686ea 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 8468a17fd14..b99264db25e 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [PathParamSchema0.PathParamSchema01](#pathparamschema01)
schema class | ## PathParamSchema01 -public static class PathParamSchema01 +public static class PathParamSchema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index c5bc68a384b..5028544485e 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index 72ab2efb394..a1f0efac317 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index e25784a99cf..cc2fd34c8e5 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index ba55dccb3de..75c5a75d5a7 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 -public static class Schema21 +public static class Schema21
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 2efb3aa686f..159644cab1e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 -public static class Schema31 +public static class Schema31
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index dcc853d81c8..cac35839b2a 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 -public static class Schema41 +public static class Schema41
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 1c74fe48134..27f12bba436 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 -public static class Schema51 +public static class Schema51
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 4ed06b869ec..f9ee637182d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Items0](#items0)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList0](#schemalist0) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList0 -public class SchemaList0 +public class SchemaList0
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## Items0 -public static class Items0 +public static class Items0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index bc9001d42f8..c11675255d6 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 2675f061fdf..96113c67523 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Items2](#items2)
schema class | ## Schema21 -public static class Schema21 +public static class Schema21
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList2](#schemalist2) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList2 -public class SchemaList2 +public class SchemaList2
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## Items2 -public static class Items2 +public static class Items2
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 436c9f225b2..3c5dbe728cc 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 -public static class Schema31 +public static class Schema31
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 824106a1d09..b60ea0ad32f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 -public static class Schema41 +public static class Schema41
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index f37598013fa..d1e2c9dc9d8 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 -public static class Schema51 +public static class Schema51
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index f2de6ba29ba..0aea612749a 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -15,7 +15,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Items](#items)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -26,7 +26,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -50,7 +50,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## EnumFormString -public static class EnumFormString +public static class EnumFormString
extends JsonSchema A schema class that validates payloads @@ -64,7 +64,7 @@ Form parameter enum test (string) | static String | validate(String arg, SchemaConfiguration configuration) | ## EnumFormStringArray -public static class EnumFormStringArray +public static class EnumFormStringArray
extends JsonSchema A schema class that validates payloads @@ -78,7 +78,7 @@ Form parameter enum test (string array) | static [EnumFormStringArrayList](#enumformstringarraylist) | validate(List arg, SchemaConfiguration configuration) | ## EnumFormStringArrayList -public class EnumFormStringArrayList +public class EnumFormStringArrayList
extends FrozenList A class to store validated List payloads @@ -97,7 +97,7 @@ List Item Type | Description | Notes String | | must be one of [">", "$"] if omitted the server will use the default value of $ ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index fcb3879f408..cfc120aa2e9 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index 5bfe1f342ab..ba1e8f6536a 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index a904209caf5..7ba483436e0 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -25,7 +25,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.IntegerSchema](#integerschema)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -36,7 +36,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -79,7 +79,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Callback -public static class Callback +public static class Callback
extends JsonSchema A schema class that validates payloads @@ -93,7 +93,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## Password -public static class Password +public static class Password
extends JsonSchema A schema class that validates payloads @@ -107,7 +107,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## DateTime -public static class DateTime +public static class DateTime
extends JsonSchema A schema class that validates payloads @@ -121,7 +121,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## Date -public static class Date +public static class Date
extends JsonSchema A schema class that validates payloads @@ -135,7 +135,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## Binary -public static class Binary +public static class Binary
extends JsonSchema A schema class that validates payloads @@ -149,7 +149,7 @@ None | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## ByteSchema -public static class ByteSchema +public static class ByteSchema
extends JsonSchema A schema class that validates payloads @@ -163,7 +163,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## PatternWithoutDelimiter -public static class PatternWithoutDelimiter +public static class PatternWithoutDelimiter
extends JsonSchema A schema class that validates payloads @@ -177,7 +177,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## StringSchema -public static class StringSchema +public static class StringSchema
extends JsonSchema A schema class that validates payloads @@ -191,7 +191,7 @@ None | static String | validate(String arg, SchemaConfiguration configuration) | ## DoubleSchema -public static class DoubleSchema +public static class DoubleSchema
extends JsonSchema A schema class that validates payloads @@ -205,7 +205,7 @@ None | static double | validate(double arg, SchemaConfiguration configuration) | ## FloatSchema -public static class FloatSchema +public static class FloatSchema
extends JsonSchema A schema class that validates payloads @@ -219,7 +219,7 @@ None | static float | validate(float arg, SchemaConfiguration configuration) | ## NumberSchema -public static class NumberSchema +public static class NumberSchema
extends JsonSchema A schema class that validates payloads @@ -233,7 +233,7 @@ None | static Number | validate(Number arg, SchemaConfiguration configuration) | ## Int64 -public static class Int64 +public static class Int64
extends JsonSchema A schema class that validates payloads @@ -247,7 +247,7 @@ None | static long | validate(long arg, SchemaConfiguration configuration) | ## Int32 -public static class Int32 +public static class Int32
extends JsonSchema A schema class that validates payloads @@ -261,7 +261,7 @@ None | static int | validate(int arg, SchemaConfiguration configuration) | ## IntegerSchema -public static class IntegerSchema +public static class IntegerSchema
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index 88864c45bfa..6f82efc7c3d 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index d9c92f51a5d..c762f37006d 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index deba82e51ce..e858c4a59ec 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [FileSchemaTestClass.FileSchemaTestClass1](../../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index b651ef1a41f..ea185109779 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index ffa59ee09d0..8642144c538 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 1fe3c001a87..0d1b9cbda01 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index 05f89cb00f8..c51af85dd11 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 8d904c386d1..8c76fae87f5 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 -public static class Schema21 +public static class Schema21
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index 7d4f153b169..f28d798687c 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 54b78e7235d..351ff95d49f 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index a0b4b1040da..82ee55ec633 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [HealthCheckResult.HealthCheckResult1](../../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index b805a085c56..2dac1651d06 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalProperties](#additionalproperties)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -43,7 +43,7 @@ type: Map | **anyStringName** | String | any string name can be used but the value must be the correct type | [optional] | ## AdditionalProperties -public static class AdditionalProperties +public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 11b6bde636f..4e436f33159 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema00](#schema00)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema00 -public static class Schema00 +public static class Schema00
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 50549179015..a1634682adf 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema01](#schema01)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap1](#schemamap1) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap1 -public static class SchemaMap1 +public static class SchemaMap1
extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SomeProp1 -public static class SomeProp1 +public static class SomeProp1
extends JsonSchema A schema class that validates payloads @@ -65,7 +65,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index 8de0e59cf77..f0f80b2fecf 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 6ad423772aa..4fae86343ce 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SomeProp -public static class SomeProp +public static class SomeProp
extends JsonSchema A schema class that validates payloads @@ -65,7 +65,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 2bffc212ef7..f5ce0f6b508 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -30,7 +30,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 00118d1eea2..5b700afe9b2 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema0](#schema0)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -46,7 +46,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## SomeProp -public static class SomeProp +public static class SomeProp
extends JsonSchema A schema class that validates payloads @@ -65,7 +65,7 @@ A schema class that validates payloads | FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema0 -public static class Schema0 +public static class Schema0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 34d79500f7f..4ee232dded8 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Param](#param)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Param2 -public static class Param2 +public static class Param2
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ field2 | static String | validate(String arg, SchemaConfiguration configuration) | ## Param -public static class Param +public static class Param
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index f0a7ad705bf..95838727ff4 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [JSONPatchRequest.JSONPatchRequest1](../../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 3261eaefdff..bf7d49929bc 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 0ab5f54864b..a6b0dc7dc69 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 637f101410c..106f56cfb00 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.A](#a)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## A -public static class A +public static class A
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 74ae5dd604b..e4c06dfd7c2 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.B](#b)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## B -public static class B +public static class B
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index d3d7f4ac121..d120a8998b2 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index 360590f7f4c..d5e75d4d411 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 752c20ea4ba..f7a26a8ac43 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 33e872b9e47..0799af31ef2 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 744b07ba39e..d4c6583f2ac 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Keyword0](#keyword0)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaMap0](#schemamap0) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap0 -public static class SchemaMap0 +public static class SchemaMap0
extends FrozenMap A class to store validated Map payloads @@ -45,7 +45,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Keyword0 -public static class Keyword0 +public static class Keyword0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 2309e1743b7..1d346fee634 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 528a4c0c4ed..a4f518ca9e9 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 0176f7d6cee..9a469442be0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema10.Schema101](#schema101)
schema class | ## Schema101 -public static class Schema101 +public static class Schema101
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index ad80d4bcf1b..201e54de033 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema11.Schema111](#schema111)
schema class | ## Schema111 -public static class Schema111 +public static class Schema111
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index 94904943c32..768941be7e1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema12.Schema121](#schema121)
schema class | ## Schema121 -public static class Schema121 +public static class Schema121
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index e90ff5e96c4..e7729a7f86a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema13.Schema131](#schema131)
schema class | ## Schema131 -public static class Schema131 +public static class Schema131
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index 2029c240692..f814b7dec3b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema14.Schema141](#schema141)
schema class | ## Schema141 -public static class Schema141 +public static class Schema141
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index a663eb47b06..b870f5fe581 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema15.Schema151](#schema151)
schema class | ## Schema151 -public static class Schema151 +public static class Schema151
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 77d065e19b2..4c6938fb247 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema16.Schema161](#schema161)
schema class | ## Schema161 -public static class Schema161 +public static class Schema161
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 6886bb96b65..a36576f5a8b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema17.Schema171](#schema171)
schema class | ## Schema171 -public static class Schema171 +public static class Schema171
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index 66dce48fc1a..dacb44697cc 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema18.Schema181](#schema181)
schema class | ## Schema181 -public static class Schema181 +public static class Schema181
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 406a8581ed2..b5ea8f95502 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Schema21](#schema21)
schema class | ## Schema21 -public static class Schema21 +public static class Schema21
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index 3929f52fa38..bf8f988c498 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema3.Schema31](#schema31)
schema class | ## Schema31 -public static class Schema31 +public static class Schema31
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 4f33c293e8e..9956333fede 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema4.Schema41](#schema41)
schema class | ## Schema41 -public static class Schema41 +public static class Schema41
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index 0b3e81f7eef..df3d9d36ced 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 -public static class Schema51 +public static class Schema51
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index d7c5cce1dd4..08c4887f3f0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema6.Schema61](#schema61)
schema class | ## Schema61 -public static class Schema61 +public static class Schema61
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index aa55fb895f1..36dfba3a9b3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema7.Schema71](#schema71)
schema class | ## Schema71 -public static class Schema71 +public static class Schema71
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index a21b6fce95b..5e0d716f6b2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema8.Schema81](#schema81)
schema class | ## Schema81 -public static class Schema81 +public static class Schema81
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index a15e44f54da..7ce7c468845 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema9.Schema91](#schema91)
schema class | ## Schema91 -public static class Schema91 +public static class Schema91
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index c584c577e80..a206a12ae15 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index a5b4fce98ae..60a63c16a0d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index a253fc6aeb5..a049722acae 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index dda36221a82..90a594cc648 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## RequiredFile -public static class RequiredFile +public static class RequiredFile
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ file to upload | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata -public static class AdditionalMetadata +public static class AdditionalMetadata
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index b47deb64138..0132e33b416 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index edd0e64bd65..e98910071cc 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index cea63202b20..99fc7039e9c 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index 743beb8072f..dc7a2678101 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends [Foo.Foo1](../../../components/schemas/Foo.md#foo1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index ecc180f5ad6..0f93c12ff34 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [AnimalFarm.AnimalFarm1](../../../../../../components/schemas/AnimalFarm.md#animalfarm1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index e53b170685c..8d561edc3da 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [AnimalFarm.AnimalFarm1](../../../../../../../../components/schemas/AnimalFarm.md#animalfarm1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 8bed4d61a74..19b57b51941 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index 4a450924cb9..eef4337a080 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index 52e65083a6b..9cd9164c618 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [BooleanSchema.BooleanSchema1](../../../../../../components/schemas/BooleanSchema.md#booleanschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index 189a6d815db..c3eb1a341a1 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [BooleanSchema.BooleanSchema1](../../../../../../../../components/schemas/BooleanSchema.md#booleanschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 2d59b2be2ef..8fe21f1c8c5 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index d0b0fe2edec..d46d5dd8d00 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index 9572801da80..dd0dd83bed2 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [StringEnum.StringEnum1](../../../../../../components/schemas/StringEnum.md#stringenum1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index 70cff646ae4..5aece3039a3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [StringEnum.StringEnum1](../../../../../../../../components/schemas/StringEnum.md#stringenum1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index 3102eec0fad..7e7afe7996c 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Mammal.Mammal1](../../../../../../components/schemas/Mammal.md#mammal1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index cac60de9cb2..6e16d5f7944 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Mammal.Mammal1](../../../../../../../../components/schemas/Mammal.md#mammal1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index acdf9171d41..a113568bd20 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [NumberWithValidations.NumberWithValidations1](../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index fc5c911116a..10c5ec30c15 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [NumberWithValidations.NumberWithValidations1](../../../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index 147a5253428..f4e188c8a76 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index 2e69a3552ea..5cc55f115ce 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index 4ca568ff35f..4662303ce60 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [StringSchema.StringSchema1](../../../../../../components/schemas/StringSchema.md#stringschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index 1fb3d01a240..1a0fafd40b3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [StringSchema.StringSchema1](../../../../../../../../components/schemas/StringSchema.md#stringschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 364d0277604..1d69cbaa92c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Items0](#items0)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList0](#schemalist0) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList0 -public class SchemaList0 +public class SchemaList0
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items0 -public static class Items0 +public static class Items0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 6bc301c6210..8ba18a57a7b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Items1](#items1)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList1](#schemalist1) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList1 -public class SchemaList1 +public class SchemaList1
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items1 -public static class Items1 +public static class Items1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index fa26735473b..7649c4af2e5 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema2.Items2](#items2)
schema class | ## Schema21 -public static class Schema21 +public static class Schema21
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList2](#schemalist2) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList2 -public class SchemaList2 +public class SchemaList2
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items2 -public static class Items2 +public static class Items2
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 1bd5d6bdddb..cd3926c6bd4 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema3.Items3](#items3)
schema class | ## Schema31 -public static class Schema31 +public static class Schema31
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList3](#schemalist3) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList3 -public class SchemaList3 +public class SchemaList3
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items3 -public static class Items3 +public static class Items3
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index fc10aa4e097..f449be71e0c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema4.Items4](#items4)
schema class | ## Schema41 -public static class Schema41 +public static class Schema41
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList4](#schemalist4) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList4 -public class SchemaList4 +public class SchemaList4
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items4 -public static class Items4 +public static class Items4
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index 7b252409b35..ac16b1c3ebd 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema5.Schema51](#schema51)
schema class | ## Schema51 -public static class Schema51 +public static class Schema51
extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 31002bd1d2c..4fe120ead50 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index 6911659376d..84cc4420041 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 202341f98ab..bdf4f67fc32 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## File -public static class File +public static class File
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ file to upload | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata -public static class AdditionalMetadata +public static class AdditionalMetadata
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index 0f3d169bc2c..d13d5fec844 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 2dfaced9031..997e712191d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -14,7 +14,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Items](#items)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -25,7 +25,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -47,7 +47,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Files -public static class Files +public static class Files
extends JsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads | static [FilesList](#fileslist) | validate(List arg, SchemaConfiguration configuration) | ## FilesList -public class FilesList +public class FilesList
extends FrozenList A class to store validated List payloads @@ -77,7 +77,7 @@ List Item Type | Description | Notes String | | ## Items -public static class Items +public static class Items
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index 7daa7906a63..2e03fcc9fe0 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 488710d01b4..327b61bbf7e 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 9a3180e487d..400580a816b 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index 717e187a20d..6da3aa096eb 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 9c471f6105f..9b07017c6a0 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index 5647226f3bf..f5bb9bfb3a2 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index be5ecb88b7d..3543a577a7d 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 2760cc292b0..59c39393af3 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.SchemaMap](#schemamap)
output class for Map payloads | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -22,7 +22,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index fde466609c7..ff708c31c86 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Items0](#items0)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList0](#schemalist0) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList0 -public class SchemaList0 +public class SchemaList0
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | must be one of ["available", "pending", "sold"] if omitted the server will use the default value of available ## Items0 -public static class Items0 +public static class Items0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 092f8b9e9ea..e5cf11cbe1a 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -12,7 +12,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Items0](#items0)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads @@ -23,7 +23,7 @@ A schema class that validates payloads | static [SchemaList0](#schemalist0) | validate(List arg, SchemaConfiguration configuration) | ## SchemaList0 -public class SchemaList0 +public class SchemaList0
extends FrozenList A class to store validated List payloads @@ -42,7 +42,7 @@ List Item Type | Description | Notes String | | ## Items0 -public static class Items0 +public static class Items0
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index dcd714d5d22..57a230b41db 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index 49f90c506da..fb34bbeef9d 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index bc8ea12844f..cd5ecc24846 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index dbb6708d842..5ba41d444bb 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [RefPet.RefPet1](../../../../../../../../components/schemas/RefPet.md#refpet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index 27e8df47914..48c0d2d51a8 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Pet.Pet1](../../../../../../../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 7c839e9c003..e47674f2b22 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 45b3e215f59..dc31473367d 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Name](#name)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## Status -public static class Status +public static class Status
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ Updated status of the pet | static String | validate(String arg, SchemaConfiguration configuration) | ## Name -public static class Name +public static class Name
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 3f3ed2e6db4..93a5626683d 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 63d5b4991ca..99fb76e177a 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -13,7 +13,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.AdditionalMetadata](#additionalmetadata)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads @@ -24,7 +24,7 @@ A schema class that validates payloads | static [SchemaMap](#schemamap) | validate(Map arg, SchemaConfiguration configuration) | ## SchemaMap -public static class SchemaMap +public static class SchemaMap
extends FrozenMap A class to store validated Map payloads @@ -48,7 +48,7 @@ type: Map | **anyStringName** | Object | any string name can be used but the value must be the correct type | [optional] | ## File -public static class File +public static class File
extends JsonSchema A schema class that validates payloads @@ -62,7 +62,7 @@ file to upload | static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata -public static class AdditionalMetadata +public static class AdditionalMetadata
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index ba0fecdd373..cf32d1275d8 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Order.Order1](../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index 7a87a8a76e1..7e66f9686d4 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index 1ea7b7564a2..011827bb4cb 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index fc726babdf2..73c50475bed 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index 3efcd99704d..e02fe60bf6c 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index 885ba0c4a7c..0fd49fd0710 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index 6a3f69af6bd..c97effdbae6 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index c0580169aed..e24a463f819 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 6e577ec8600..4fc35a78434 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema0.Schema01](#schema01)
schema class | ## Schema01 -public static class Schema01 +public static class Schema01
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 7275cf0655c..06d3b82f171 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema1.Schema11](#schema11)
schema class | ## Schema11 -public static class Schema11 +public static class Schema11
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 6dad4ee260c..4c46375ee81 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 40c21543a78..4b1766f775e 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 57e23e471de..32f1eaee630 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [XExpiresAfterSchema.XExpiresAfterSchema1](#xexpiresafterschema1)
schema class | ## XExpiresAfterSchema1 -public static class XExpiresAfterSchema1 +public static class XExpiresAfterSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index 766aaea87e4..4e14dfa1c35 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [XRateLimitSchema.XRateLimitSchema1](#xratelimitschema1)
schema class | ## XRateLimitSchema1 -public static class XRateLimitSchema1 +public static class XRateLimitSchema1
extends JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index 71c06730e71..dbac43f750e 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [User.User1](../../../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index 4e3399c3d17..e7e2a3908eb 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [User.User1](../../../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index 3c66458bfa9..daca1b77b8c 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -10,7 +10,7 @@ A class that contains necessary nested schema classes, and classes to store vali | static class | [Schema.Schema1](#schema1)
schema class | ## Schema1 -public static class Schema1 +public static class Schema1
extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 828b4fe43bb..014c0bb27ce 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -35,7 +35,7 @@ A class that contains necessary nested schema classes, and classes to store vali {{#eq instanceType "schema"}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces jsonPathPiece) }} -public static class {{jsonPathPiece.camelCase}} +public static class {{jsonPathPiece.camelCase}}
{{#if refInfo}} {{#if refInfo.refModule}} extends {{#if refInfo.refModule}}[{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}]({{docRoot}}components/schemas/{{refInfo.refModule}}.md#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append (newArray) refInfo.ref.jsonPathPiece) }}) @@ -63,7 +63,7 @@ A schema class that validates payloads {{#eq instanceType "propertiesOutputType"}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }} -public static class {{mapOutputJsonPathPiece.camelCase}} +public static class {{mapOutputJsonPathPiece.camelCase}}
extends FrozenMap src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{else}}Object{{/with}}> A class to store validated Map payloads @@ -134,7 +134,7 @@ type: Map {{#eq instanceType "arrayOutputType"}} {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces arrayOutputJsonPathPiece) }} -public class {{arrayOutputJsonPathPiece.camelCase}} +public class {{arrayOutputJsonPathPiece.camelCase}}
extends FrozenList<{{#with items}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type forceNull=true }}{{else}}Object{{/with}}> A class to store validated List payloads From dc08408f887b6e8be083193e8afec670fe9af577 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 16:13:37 -0800 Subject: [PATCH 51/72] Corrects schema extension lines --- .../Int32JsonContentTypeHeaderSchema.md | 2 +- .../numberheader/NumberHeaderSchema.md | 2 +- .../RefContentSchemaHeaderSchema.md | 2 +- .../refschemaheader/RefSchemaHeaderSchema.md | 2 +- .../stringheader/StringHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../parameters/pathusername/Schema.md | 2 +- .../refschemastringwithvalidation/Schema.md | 2 +- .../client/content/applicationjson/Schema.md | 2 +- .../pet/content/applicationjson/Schema.md | 2 +- .../pet/content/applicationxml/Schema.md | 2 +- .../headers/location/LocationSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../headers/someheader/SomeHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/AbstractStepMessage.md | 2 +- .../schemas/AdditionalPropertiesClass.md | 17 ++-- .../schemas/AdditionalPropertiesSchema.md | 2 +- .../java/docs/components/schemas/Address.md | 2 +- .../java/docs/components/schemas/Animal.md | 2 +- .../components/schemas/AnyTypeNotString.md | 2 +- .../components/schemas/ApiResponseSchema.md | 6 +- .../java/docs/components/schemas/AppleReq.md | 7 +- .../components/schemas/ArrayHoldingAnyType.md | 2 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 2 +- .../components/schemas/ArrayOfNumberOnly.md | 2 +- .../java/docs/components/schemas/ArrayTest.md | 4 +- .../java/docs/components/schemas/Banana.md | 2 +- .../java/docs/components/schemas/BananaReq.md | 7 +- .../docs/components/schemas/BooleanSchema.md | 2 +- .../docs/components/schemas/Capitalization.md | 12 +-- .../java/docs/components/schemas/Cat.md | 2 +- .../java/docs/components/schemas/Category.md | 2 +- .../java/docs/components/schemas/ChildCat.md | 2 +- .../docs/components/schemas/ClassModel.md | 2 +- .../java/docs/components/schemas/Client.md | 2 +- ...omposedAnyOfDifferentTypesNoValidations.md | 30 +++---- .../docs/components/schemas/ComposedArray.md | 2 +- .../docs/components/schemas/ComposedBool.md | 2 +- .../docs/components/schemas/ComposedNone.md | 2 +- .../docs/components/schemas/ComposedNumber.md | 2 +- .../docs/components/schemas/ComposedObject.md | 2 +- .../schemas/ComposedOneOfDifferentTypes.md | 6 +- .../docs/components/schemas/ComposedString.md | 2 +- .../docs/components/schemas/DecimalPayload.md | 2 +- .../java/docs/components/schemas/Dog.md | 2 +- .../java/docs/components/schemas/File.md | 2 +- .../docs/components/schemas/FormatTest.md | 22 ++--- .../docs/components/schemas/FromSchema.md | 4 +- .../java/docs/components/schemas/Fruit.md | 2 +- .../java/docs/components/schemas/FruitReq.md | 2 +- .../java/docs/components/schemas/GmFruit.md | 2 +- .../components/schemas/GrandparentAnimal.md | 2 +- .../components/schemas/HasOnlyReadOnly.md | 4 +- .../java/docs/components/schemas/Items.md | 2 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 7 +- .../schemas/JSONPatchRequestMoveCopy.md | 7 +- .../schemas/JSONPatchRequestRemove.md | 5 +- .../java/docs/components/schemas/MapTest.md | 4 +- ...dPropertiesAndAdditionalPropertiesClass.md | 4 +- .../java/docs/components/schemas/Money.md | 5 +- .../docs/components/schemas/MyObjectDto.md | 5 +- .../java/docs/components/schemas/Name.md | 6 +- .../schemas/NoAdditionalProperties.md | 7 +- .../docs/components/schemas/NullableClass.md | 4 +- .../docs/components/schemas/NullableShape.md | 2 +- .../docs/components/schemas/NumberOnly.md | 2 +- .../docs/components/schemas/NumberSchema.md | 2 +- .../schemas/ObjWithRequiredProps.md | 2 +- .../schemas/ObjWithRequiredPropsBase.md | 2 +- .../components/schemas/ObjectInterface.md | 2 +- .../ObjectModelWithArgAndArgsProperties.md | 4 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 2 +- .../schemas/ObjectWithCollidingProperties.md | 4 +- .../schemas/ObjectWithDecimalProperties.md | 2 +- .../ObjectWithDifficultlyNamedProps.md | 6 +- .../ObjectWithNonIntersectingValues.md | 4 +- .../schemas/ObjectWithOnlyOptionalProps.md | 7 +- .../schemas/ObjectWithOptionalTestProp.md | 2 +- .../java/docs/components/schemas/Order.md | 10 +-- .../schemas/PaginatedResultMyObjectDto.md | 5 +- .../java/docs/components/schemas/Pet.md | 6 +- .../java/docs/components/schemas/Player.md | 2 +- .../java/docs/components/schemas/PublicKey.md | 2 +- .../schemas/QuadrilateralInterface.md | 2 +- .../docs/components/schemas/ReadOnlyFirst.md | 4 +- .../java/docs/components/schemas/RefPet.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 2 +- .../schemas/ReqPropsFromTrueAddProps.md | 2 +- .../docs/components/schemas/ReturnSchema.md | 2 +- .../components/schemas/Schema200Response.md | 4 +- .../docs/components/schemas/ShapeOrNull.md | 2 +- .../components/schemas/SpecialModelname.md | 2 +- .../components/schemas/StringBooleanMap.md | 2 +- .../docs/components/schemas/StringSchema.md | 2 +- .../java/docs/components/schemas/Tag.md | 4 +- .../components/schemas/TriangleInterface.md | 2 +- .../java/docs/components/schemas/User.md | 24 ++--- .../java/docs/components/schemas/Whale.md | 4 +- .../java/docs/components/schemas/Zebra.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter2/Schema2.md | 2 +- .../delete/parameters/parameter3/Schema3.md | 2 +- .../delete/parameters/parameter5/Schema5.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 8 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 4 +- .../applicationjsonpatchjson/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../applicationjsoncharsetutf8/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../post/parameters/parameter10/Schema10.md | 2 +- .../post/parameters/parameter11/Schema11.md | 2 +- .../post/parameters/parameter12/Schema12.md | 2 +- .../post/parameters/parameter13/Schema13.md | 2 +- .../post/parameters/parameter14/Schema14.md | 2 +- .../post/parameters/parameter15/Schema15.md | 2 +- .../post/parameters/parameter16/Schema16.md | 2 +- .../post/parameters/parameter17/Schema17.md | 2 +- .../post/parameters/parameter18/Schema18.md | 2 +- .../post/parameters/parameter2/Schema2.md | 2 +- .../post/parameters/parameter3/Schema3.md | 2 +- .../post/parameters/parameter4/Schema4.md | 2 +- .../post/parameters/parameter5/Schema5.md | 2 +- .../post/parameters/parameter6/Schema6.md | 2 +- .../post/parameters/parameter7/Schema7.md | 2 +- .../post/parameters/parameter8/Schema8.md | 2 +- .../post/parameters/parameter9/Schema9.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../put/parameters/parameter3/Schema3.md | 2 +- .../put/parameters/parameter4/Schema4.md | 2 +- .../put/parameters/parameter5/Schema5.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 4 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../delete/parameters/parameter0/Schema0.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter1/Schema1.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../xexpiresafter/XExpiresAfterSchema.md | 2 +- .../applicationjson/XRateLimitSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/Schema_doc.hbs | 10 +-- .../components/schemas/docschema_extends.hbs | 66 ++++++++++++++ .../docschema_extends_varEqualsClass.hbs | 89 +++++++++++++++++++ 223 files changed, 482 insertions(+), 324 deletions(-) create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends.hbs create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index a73e42d043f..be135b57c87 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Int32JsonContentTypeHeaderSchema1 public static class Int32JsonContentTypeHeaderSchema1
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 7a1b5e30382..24d7f2b8a22 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## NumberHeaderSchema1 public static class NumberHeaderSchema1
-extends JsonSchema +extends DecimalJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index 57110b9f75d..46c2d0a93dd 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefContentSchemaHeaderSchema1 public static class RefContentSchemaHeaderSchema1
-extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 08555f07544..461e650281f 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefSchemaHeaderSchema1 public static class RefSchemaHeaderSchema1
-extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 7b41c1066ea..8d2a59e0ba3 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## StringHeaderSchema1 public static class StringHeaderSchema1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 3e5e3e577ce..6b58f286c29 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index f75fd9653d6..ed5476eba10 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index b262ecc60ac..ac906f60ad8 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index f4b633e85b8..d7f6d7c44ff 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Client.Client1](../../../../components/schemas/Client.md#client1) +extends Client.Client1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index 291cc4756dc..f3a09f1798c 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Pet.Pet1](../../../../components/schemas/Pet.md#pet1) +extends Pet.Pet1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index 2249a7e393f..784129f466c 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [RefPet.RefPet1](../../../../components/schemas/RefPet.md#refpet1) +extends RefPet.RefPet1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index 0ff49c5ea44..a9c29c905b6 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## LocationSchema1 public static class LocationSchema1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index a3d7d3b4b5d..ffa877daa51 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -44,7 +44,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 67f957ec6f1..1713b30388e 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## SomeHeaderSchema1 public static class SomeHeaderSchema1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index da8b7c0980c..e9d3fa54636 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ApiResponseSchema.ApiResponseSchema1](../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) +extends ApiResponseSchema.ApiResponseSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 9e293e50f1b..37a2d3e6b1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -53,7 +53,7 @@ type: Map ## Discriminator public static class Discriminator
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index b7c52394552..cc9ddc2625c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -110,7 +110,7 @@ type: Map ## AdditionalProperties5 public static class AdditionalProperties5
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -153,7 +153,8 @@ type: Map ## AdditionalProperties4 public static class AdditionalProperties4
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads @@ -203,7 +204,7 @@ type: Map ## AdditionalProperties3 public static class AdditionalProperties3
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads @@ -222,7 +223,7 @@ A schema class that validates payloads ## MapWithUndeclaredPropertiesAnytype2 public static class MapWithUndeclaredPropertiesAnytype2
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads @@ -233,7 +234,7 @@ A schema class that validates payloads ## MapWithUndeclaredPropertiesAnytype1 public static class MapWithUndeclaredPropertiesAnytype1
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads @@ -244,7 +245,7 @@ A schema class that validates payloads ## Anytype1 public static class Anytype1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads @@ -325,7 +326,7 @@ type: Map ## AdditionalProperties2 public static class AdditionalProperties2
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -367,7 +368,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index c522c5028ac..91fd9636f39 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -162,7 +162,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 83a66c5fdbc..7bf061d6af4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -44,7 +44,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends IntJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index a65e796b754..f3658834143 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -60,7 +60,7 @@ A schema class that validates payloads ## ClassName public static class ClassName
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index 0665f970ecf..fc213704959 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -31,7 +31,7 @@ A schema class that validates payloads ## Not public static class Not
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 2c08b4cb582..8e096cfb95f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -52,7 +52,7 @@ type: Map ## Message public static class Message
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -63,7 +63,7 @@ A schema class that validates payloads ## Type public static class Type
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -74,7 +74,7 @@ A schema class that validates payloads ## Code public static class Code
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index dcfefd29221..556c3a77f63 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -48,7 +48,7 @@ type: Map ## Mealy public static class Mealy
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads ## Cultivar public static class Cultivar
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -70,7 +70,8 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index bc58d26b722..3411764d16e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -43,7 +43,7 @@ Object | any type can be stored here | ## Items public static class Items
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 3e6de356a6e..eb870a621c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -110,7 +110,7 @@ Number | | ## Items1 public static class Items1
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 8ea9a5b48d2..d0549ee94ba 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -78,7 +78,7 @@ Number | | ## Items public static class Items
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 4317d0dfeb2..966a9ce0cd0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -181,7 +181,7 @@ Long | | value must be a 64 bit integer ## Items2 public static class Items2
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads @@ -222,7 +222,7 @@ String | | ## Items public static class Items
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index bbcade24fa1..2190cfb5ea3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -46,7 +46,7 @@ type: Map ## LengthCm public static class LengthCm
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index d6216d18f6f..e2347066a8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -48,7 +48,7 @@ type: Map ## Sweet public static class Sweet
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads ## LengthCm public static class LengthCm
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads @@ -70,7 +70,8 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 5ca984bd03a..3e9c1741727 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## BooleanSchema1 public static class BooleanSchema1
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 0c96dd1e13d..3f6ffbc28c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -61,7 +61,7 @@ type: Map ## ATTNAME public static class ATTNAME
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -75,7 +75,7 @@ Name of the pet ## SCAETHFlowPoints public static class SCAETHFlowPoints
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -86,7 +86,7 @@ A schema class that validates payloads ## CapitalSnake public static class CapitalSnake
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -97,7 +97,7 @@ A schema class that validates payloads ## SmallSnake public static class SmallSnake
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -108,7 +108,7 @@ A schema class that validates payloads ## CapitalCamel public static class CapitalCamel
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -119,7 +119,7 @@ A schema class that validates payloads ## SmallCamel public static class SmallCamel
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 01383d55c86..41fe85fc4dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -66,7 +66,7 @@ type: Map ## Declawed public static class Declawed
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 9b6e8782482..4f04b676681 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -60,7 +60,7 @@ A schema class that validates payloads ## Id public static class Id
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 21fe62e48dd..da3f1ed2c0c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -66,7 +66,7 @@ type: Map ## Name public static class Name
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index e4729dd6329..b438d6c3ef1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -57,7 +57,7 @@ type: Map ## ClassSchema public static class ClassSchema
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 0f58574aa2e..37741699f69 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -46,7 +46,7 @@ type: Map ## Client2 public static class Client2
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 368584cbc48..91c4796c323 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -48,7 +48,7 @@ A schema class that validates payloads ## Schema15 public static class Schema15
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads ## Schema14 public static class Schema14
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads @@ -70,7 +70,7 @@ A schema class that validates payloads ## Schema13 public static class Schema13
-extends JsonSchema +extends IntJsonSchema A schema class that validates payloads @@ -81,7 +81,7 @@ A schema class that validates payloads ## Schema12 public static class Schema12
-extends JsonSchema +extends DoubleJsonSchema A schema class that validates payloads @@ -92,7 +92,7 @@ A schema class that validates payloads ## Schema11 public static class Schema11
-extends JsonSchema +extends FloatJsonSchema A schema class that validates payloads @@ -103,7 +103,7 @@ A schema class that validates payloads ## Schema10 public static class Schema10
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads @@ -144,7 +144,7 @@ Object | | ## Items public static class Items
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads @@ -163,7 +163,7 @@ A schema class that validates payloads ## Schema8 public static class Schema8
-extends JsonSchema +extends NullJsonSchema A schema class that validates payloads @@ -174,7 +174,7 @@ A schema class that validates payloads ## Schema7 public static class Schema7
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads @@ -185,7 +185,7 @@ A schema class that validates payloads ## Schema6 public static class Schema6
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads @@ -196,7 +196,7 @@ A schema class that validates payloads ## Schema5 public static class Schema5
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -207,7 +207,7 @@ A schema class that validates payloads ## Schema4 public static class Schema4
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -229,7 +229,7 @@ A schema class that validates payloads ## Schema2 public static class Schema2
-extends JsonSchema +extends DateTimeJsonSchema A schema class that validates payloads @@ -240,7 +240,7 @@ A schema class that validates payloads ## Schema1 public static class Schema1
-extends JsonSchema +extends DateJsonSchema A schema class that validates payloads @@ -251,7 +251,7 @@ A schema class that validates payloads ## Schema0 public static class Schema0
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index c6ba48a9616..79518063a89 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -43,7 +43,7 @@ Object | | ## Items public static class Items
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 7080e996f59..82b09b50a15 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -23,7 +23,7 @@ A schema class that validates payloads ## Schema0 public static class Schema0
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index cf99dc7ca4d..314638cdd57 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -23,7 +23,7 @@ A schema class that validates payloads ## Schema0 public static class Schema0
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 2cdd5cedf86..68a1b01b4b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -23,7 +23,7 @@ A schema class that validates payloads ## Schema0 public static class Schema0
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 6deacc9952c..43604355f0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -23,7 +23,7 @@ A schema class that validates payloads ## Schema0 public static class Schema0
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 43f129cbfe1..632b43cdbfb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -81,7 +81,7 @@ Object | | ## Items public static class Items
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads @@ -111,7 +111,7 @@ A schema class that validates payloads ## Schema3 public static class Schema3
-extends JsonSchema +extends DateJsonSchema A schema class that validates payloads @@ -122,7 +122,7 @@ A schema class that validates payloads ## Schema2 public static class Schema2
-extends JsonSchema +extends NullJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 26e85276ba0..c7f02456ee1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -23,7 +23,7 @@ A schema class that validates payloads ## Schema0 public static class Schema0
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index 2fe5d1f3772..946435f7cb8 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## DecimalPayload1 public static class DecimalPayload1
-extends JsonSchema +extends DecimalJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index c8c8905aeb4..3ea0cb12f1a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -66,7 +66,7 @@ type: Map ## Breed public static class Breed
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index fe58d16bf7b..146e0baa7e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -49,7 +49,7 @@ type: Map ## SourceURI public static class SourceURI
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 9b3805aa91d..1d602698d6b 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -102,7 +102,7 @@ type: Map ## NoneProp public static class NoneProp
-extends JsonSchema +extends NullJsonSchema A schema class that validates payloads @@ -152,7 +152,7 @@ A schema class that validates payloads ## UuidNoExample public static class UuidNoExample
-extends JsonSchema +extends UuidJsonSchema A schema class that validates payloads @@ -163,7 +163,7 @@ A schema class that validates payloads ## UuidSchema public static class UuidSchema
-extends JsonSchema +extends UuidJsonSchema A schema class that validates payloads @@ -174,7 +174,7 @@ A schema class that validates payloads ## DateTime public static class DateTime
-extends JsonSchema +extends DateTimeJsonSchema A schema class that validates payloads @@ -185,7 +185,7 @@ A schema class that validates payloads ## Date public static class Date
-extends JsonSchema +extends DateJsonSchema A schema class that validates payloads @@ -207,7 +207,7 @@ A schema class that validates payloads ## ByteSchema public static class ByteSchema
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -259,7 +259,7 @@ Number | | ## Items public static class Items
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads @@ -270,7 +270,7 @@ A schema class that validates payloads ## Float64 public static class Float64
-extends JsonSchema +extends DoubleJsonSchema A schema class that validates payloads @@ -292,7 +292,7 @@ A schema class that validates payloads ## Float32 public static class Float32
-extends JsonSchema +extends FloatJsonSchema A schema class that validates payloads @@ -328,7 +328,7 @@ A schema class that validates payloads ## Int64 public static class Int64
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads @@ -350,7 +350,7 @@ A schema class that validates payloads ## Int32 public static class Int32
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index ab99780fcad..4f50966abad 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -49,7 +49,7 @@ type: Map ## Id public static class Id
-extends JsonSchema +extends IntJsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads ## Data public static class Data
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index bdadb224281..53bbf99efb5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -54,7 +54,7 @@ type: Map ## Color public static class Color
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index a90c9d6e97d..b3891b4989f 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -31,7 +31,7 @@ A schema class that validates payloads ## Schema0 public static class Schema0
-extends JsonSchema +extends NullJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 260eaf71988..282c861b0c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -54,7 +54,7 @@ type: Map ## Color public static class Color
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 59a603775e5..ca0ae209e51 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -46,7 +46,7 @@ type: Map ## PetType public static class PetType
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 4bfde5c0220..f65ed8356bf 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -49,7 +49,7 @@ type: Map ## Foo public static class Foo
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads ## Bar public static class Bar
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index c0ced866b45..c4e96d44260 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -46,7 +46,7 @@ Map | | ## Items2 public static class Items2
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 6bdcbda99ca..2b065ab6c35 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -65,7 +65,7 @@ The operation to perform. ## Value public static class Value
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads @@ -87,7 +87,7 @@ The value to add, replace or test. ## Path public static class Path
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -101,7 +101,8 @@ A JSON Pointer path. ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 79d36b03515..f4979273aa0 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -65,7 +65,7 @@ The operation to perform. ## Path public static class Path
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -79,7 +79,7 @@ A JSON Pointer path. ## From public static class From
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -93,7 +93,8 @@ A JSON Pointer path. ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 6fc326c4a18..2d7c7b51970 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -62,7 +62,7 @@ The operation to perform. ## Path public static class Path
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -76,7 +76,8 @@ A JSON Pointer path. ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index ce0ea545672..64e00c6822f 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -93,7 +93,7 @@ type: Map ## AdditionalProperties3 public static class AdditionalProperties3
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads @@ -208,7 +208,7 @@ type: Map ## AdditionalProperties1 public static class AdditionalProperties1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 0854835486b..226d55d81c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -83,7 +83,7 @@ type: Map ## DateTime public static class DateTime
-extends JsonSchema +extends DateTimeJsonSchema A schema class that validates payloads @@ -94,7 +94,7 @@ A schema class that validates payloads ## UuidSchema public static class UuidSchema
-extends JsonSchema +extends UuidJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 37c400e3ef0..e5cea29a744 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -47,7 +47,7 @@ type: Map ## Amount public static class Amount
-extends JsonSchema +extends DecimalJsonSchema A schema class that validates payloads @@ -58,7 +58,8 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index f6132db46bd..245010f84b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -45,7 +45,7 @@ type: Map ## Id public static class Id
-extends JsonSchema +extends UuidJsonSchema A schema class that validates payloads @@ -56,7 +56,8 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 0731f2c5aae..d03275ad828 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -63,7 +63,7 @@ type: Map ## Property public static class Property
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -77,7 +77,7 @@ this is a reserved python keyword ## SnakeCase public static class SnakeCase
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads @@ -88,7 +88,7 @@ A schema class that validates payloads ## Name2 public static class Name2
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 1a2eba57689..ce48e6e060f 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -48,7 +48,7 @@ type: Map ## PetId public static class PetId
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads ## Id public static class Id
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads @@ -70,7 +70,8 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index ffce5ecc8f6..1d310ff7545 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -211,7 +211,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads @@ -338,7 +338,7 @@ Map | | ## Items public static class Items
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 2e80cde63c7..6935b216d3c 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -34,7 +34,7 @@ The value may be a shape or the 'null' value. For a composed schema to ## Schema2 public static class Schema2
-extends JsonSchema +extends NullJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 4f08be1b0f5..4ad423a4502 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -46,7 +46,7 @@ type: Map ## JustNumber public static class JustNumber
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index a407d66477b..d3b858f3b52 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## NumberSchema1 public static class NumberSchema1
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 17b418e7665..3a386696d15 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -46,7 +46,7 @@ type: Map ## A public static class A
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index a6f0fb801d2..51d5510fede 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -46,7 +46,7 @@ type: Map ## B public static class B
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 720e87eb958..be075ba9b02 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## ObjectInterface1 public static class ObjectInterface1
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index a7930d3753b..43a0773cd07 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -49,7 +49,7 @@ type: Map ## Args public static class Args
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads ## Arg public static class Arg
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 0e1dba905ac..dfa682c4a26 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -68,7 +68,7 @@ type: Map ## Name public static class Name
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 8c352ee9d31..e2d2dcd388c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -52,7 +52,7 @@ type: Map ## Someprop public static class Someprop
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads @@ -63,7 +63,7 @@ A schema class that validates payloads ## SomeProp public static class SomeProp
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 0225a28e45d..d1f96df9f4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -50,7 +50,7 @@ type: Map ## Width public static class Width
-extends JsonSchema +extends DecimalJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 4a161283828..95920c976b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -53,7 +53,7 @@ type: Map ## Schema123Number public static class Schema123Number
-extends JsonSchema +extends IntJsonSchema A schema class that validates payloads @@ -64,7 +64,7 @@ A schema class that validates payloads ## Schema123list public static class Schema123list
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -75,7 +75,7 @@ A schema class that validates payloads ## Specialpropertyname public static class Specialpropertyname
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 52bbf3d5f14..dc9ddebb133 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -47,7 +47,7 @@ type: Map ## A public static class A
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads @@ -58,7 +58,7 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 8d164242276..58043b2e3fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -48,7 +48,7 @@ type: Map ## B public static class B
-extends JsonSchema +extends NumberJsonSchema A schema class that validates payloads @@ -59,7 +59,7 @@ A schema class that validates payloads ## A public static class A
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -70,7 +70,8 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 4ab648fe5ac..8dd54e49e3b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -46,7 +46,7 @@ type: Map ## Test public static class Test
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index dd158aa90ca..b021c52b4d6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -61,7 +61,7 @@ type: Map ## Complete public static class Complete
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads @@ -86,7 +86,7 @@ Order Status ## ShipDate public static class ShipDate
-extends JsonSchema +extends DateTimeJsonSchema A schema class that validates payloads @@ -97,7 +97,7 @@ A schema class that validates payloads ## Quantity public static class Quantity
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads @@ -108,7 +108,7 @@ A schema class that validates payloads ## PetId public static class PetId
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads @@ -119,7 +119,7 @@ A schema class that validates payloads ## Id public static class Id
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index cb611266466..16f54938724 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -79,7 +79,7 @@ Map | | ## Count public static class Count
-extends JsonSchema +extends IntJsonSchema A schema class that validates payloads @@ -90,7 +90,8 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index bfe3cde9768..fd30f5fd99c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -140,7 +140,7 @@ String | | ## Items public static class Items
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -151,7 +151,7 @@ A schema class that validates payloads ## Name public static class Name
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -162,7 +162,7 @@ A schema class that validates payloads ## Id public static class Id
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index abc5b1f531b..e22f7f43829 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -51,7 +51,7 @@ type: Map ## Name public static class Name
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index b750d340ed5..675c18abf58 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -49,7 +49,7 @@ type: Map ## Key public static class Key
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 8c084abbf65..8e8e5f8ce9b 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -57,7 +57,7 @@ type: Map ## QuadrilateralType public static class QuadrilateralType
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 356db5b597e..7d20571d084 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -49,7 +49,7 @@ type: Map ## Baz public static class Baz
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads ## Bar public static class Bar
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 2562b5738c3..3ab88661f4c 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefPet1 public static class RefPet1
-extends [Pet.Pet1](../../components/schemas/Pet.md#pet1) +extends Pet.Pet1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 483229c2f76..d4ff298e6c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -48,7 +48,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 050908c88a3..8776882a015 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -48,7 +48,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 6e0349e9078..9d67407c561 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -57,7 +57,7 @@ type: Map ## ReturnSchema2 public static class ReturnSchema2
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 595ff6952b3..7bbe42b7fd2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -60,7 +60,7 @@ type: Map ## ClassSchema public static class ClassSchema
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -74,7 +74,7 @@ this is a reserved python keyword ## Name public static class Name
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index fe98b83e027..795e4b03630 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -34,7 +34,7 @@ The value may be a shape or the 'null' value. This is introduced in OA ## Schema0 public static class Schema0
-extends JsonSchema +extends NullJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 4d492f3dee0..fd8f317e44f 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -49,7 +49,7 @@ type: Map ## A public static class A
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 591acb22c14..9ff18aa656c 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -44,7 +44,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 0eef516ef0b..5054cc38238 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## StringSchema1 public static class StringSchema1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 1af38173573..1d0c8305c70 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -49,7 +49,7 @@ type: Map ## Name public static class Name
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -60,7 +60,7 @@ A schema class that validates payloads ## Id public static class Id
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index b84e895b429..2ab9bf5e635 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -57,7 +57,7 @@ type: Map ## TriangleType public static class TriangleType
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 0d79184f7bb..3d47320607a 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -83,7 +83,7 @@ type: Map ## AnyTypePropNullable public static class AnyTypePropNullable
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads @@ -127,7 +127,7 @@ any type except 'null' Here the 'type' attribute is not spec ## Not public static class Not
-extends JsonSchema +extends NullJsonSchema A schema class that validates payloads @@ -138,7 +138,7 @@ A schema class that validates payloads ## AnyTypeProp public static class AnyTypeProp
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads @@ -175,7 +175,7 @@ test code generation for nullable objects. Value must be a map of strings to val ## ObjectWithNoDeclaredProps public static class ObjectWithNoDeclaredProps
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads @@ -189,7 +189,7 @@ test code generation for objects Value must be a map of strings to values. It ca ## UserStatus public static class UserStatus
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads @@ -203,7 +203,7 @@ User Status ## Phone public static class Phone
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -214,7 +214,7 @@ A schema class that validates payloads ## Password public static class Password
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -225,7 +225,7 @@ A schema class that validates payloads ## Email public static class Email
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -236,7 +236,7 @@ A schema class that validates payloads ## LastName public static class LastName
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -247,7 +247,7 @@ A schema class that validates payloads ## FirstName public static class FirstName
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -258,7 +258,7 @@ A schema class that validates payloads ## Username public static class Username
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -269,7 +269,7 @@ A schema class that validates payloads ## Id public static class Id
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 0db5b8414e6..1e45c3ef346 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -63,7 +63,7 @@ A schema class that validates payloads ## HasTeeth public static class HasTeeth
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads @@ -74,7 +74,7 @@ A schema class that validates payloads ## HasBaleen public static class HasBaleen
-extends JsonSchema +extends BooleanJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 7dfa4bd8d9d..7f04d83d960 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -72,7 +72,7 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index a9b8278896b..87d2e2e2105 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) +extends Client.Client1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index d820a199ee5..ce079d517f1 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 87b820686ea..57394183171 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index 5028544485e..8944c48c754 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index a1f0efac317..49418e538cf 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index 75c5a75d5a7..92b647baf63 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema21 public static class Schema21
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 159644cab1e..fe7c631a3e0 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema31 public static class Schema31
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 27f12bba436..8314f6324d2 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema51 public static class Schema51
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index cfc120aa2e9..dbd443bbad5 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends MapJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index ba1e8f6536a..6080d47ff19 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) +extends Client.Client1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 7ba483436e0..a001e524dbd 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -80,7 +80,7 @@ type: Map ## Callback public static class Callback
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -122,7 +122,7 @@ None ## Date public static class Date
-extends JsonSchema +extends DateJsonSchema A schema class that validates payloads @@ -150,7 +150,7 @@ None ## ByteSchema public static class ByteSchema
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -234,7 +234,7 @@ None ## Int64 public static class Int64
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index 6f82efc7c3d..63747ec9ee3 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) +extends AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index c762f37006d..1bc85d26f77 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) +extends AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index e858c4a59ec..80c2f3adeac 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [FileSchemaTestClass.FileSchemaTestClass1](../../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass1) +extends FileSchemaTestClass.FileSchemaTestClass1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index ea185109779..5f105cfc676 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index 8642144c538..ca0f5050580 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [User.User1](../../../../../../components/schemas/User.md#user1) +extends User.User1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 0d1b9cbda01..0b6ecd7a11a 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index c51af85dd11..e48ffe139ee 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema11 public static class Schema11
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 8c76fae87f5..8403aec477e 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema21 public static class Schema21
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index f28d798687c..e8bdccbfeeb 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) +extends Client.Client1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 351ff95d49f..b0ff7629aaa 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index 82ee55ec633..d54ed5bf6be 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [HealthCheckResult.HealthCheckResult1](../../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1) +extends HealthCheckResult.HealthCheckResult1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 2dac1651d06..ee965296ba1 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -44,7 +44,7 @@ type: Map ## AdditionalProperties public static class AdditionalProperties
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 4ee232dded8..ef181409cf1 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -49,7 +49,7 @@ type: Map ## Param2 public static class Param2
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -63,7 +63,7 @@ field2 ## Param public static class Param
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index 95838727ff4..eed45f4e820 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [JSONPatchRequest.JSONPatchRequest1](../../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest1) +extends JSONPatchRequest.JSONPatchRequest1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index bf7d49929bc..1394008bd13 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index a6b0dc7dc69..7ba60655a45 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 106f56cfb00..04b78912d09 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -46,7 +46,7 @@ type: Map ## A public static class A
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index e4c06dfd7c2..48648daab0d 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -46,7 +46,7 @@ type: Map ## B public static class B
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index d120a8998b2..0e89ba16e3d 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index d5e75d4d411..2722a58aa5c 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index f7a26a8ac43..8fb7bc4902d 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 0799af31ef2..39c00bb873d 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index d4c6583f2ac..00572dea706 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -46,7 +46,7 @@ type: Map ## Keyword0 public static class Keyword0
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 1d346fee634..d1a0422f628 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index a4f518ca9e9..522862d54a1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema11 public static class Schema11
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 9a469442be0..abfcfcef98a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema101 public static class Schema101
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 201e54de033..9bbfcf4a40d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema111 public static class Schema111
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index 768941be7e1..d4bf48567cc 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema121 public static class Schema121
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index e7729a7f86a..70975ce9b22 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema131 public static class Schema131
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index f814b7dec3b..dc226b58683 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema141 public static class Schema141
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index b870f5fe581..880e47cdb0f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema151 public static class Schema151
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 4c6938fb247..8f58befb7d8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema161 public static class Schema161
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index a36576f5a8b..6099af4a508 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema171 public static class Schema171
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index dacb44697cc..ec606e0195f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema181 public static class Schema181
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index b5ea8f95502..6332abe8d01 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema21 public static class Schema21
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index bf8f988c498..fe9c2c8e9a2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema31 public static class Schema31
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 9956333fede..7db995f2568 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema41 public static class Schema41
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index df3d9d36ced..29f91761604 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema51 public static class Schema51
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 08c4887f3f0..a6f40427913 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema61 public static class Schema61
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index 36dfba3a9b3..3947d6bb8b0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema71 public static class Schema71
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 5e0d716f6b2..8aff392bc1d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema81 public static class Schema81
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index 7ce7c468845..7bde98047c2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema91 public static class Schema91
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index a206a12ae15..ef780255f37 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index 60a63c16a0d..b61a35f80fc 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index a049722acae..c0bb1525b64 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 90a594cc648..f5c811ad17a 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -63,7 +63,7 @@ file to upload ## AdditionalMetadata public static class AdditionalMetadata
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 0132e33b416..6760e4e6c16 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) +extends ApiResponseSchema.ApiResponseSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index e98910071cc..7fa077d1ee3 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index 99fc7039e9c..e75b3c58afd 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index dc7a2678101..9a42b953c49 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends [Foo.Foo1](../../../components/schemas/Foo.md#foo1) +extends Foo.Foo1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index 0f93c12ff34..b2ea803dcdf 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [AnimalFarm.AnimalFarm1](../../../../../../components/schemas/AnimalFarm.md#animalfarm1) +extends AnimalFarm.AnimalFarm1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index 8d561edc3da..c7c3165763f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [AnimalFarm.AnimalFarm1](../../../../../../../../components/schemas/AnimalFarm.md#animalfarm1) +extends AnimalFarm.AnimalFarm1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 19b57b51941..8c8966c9e6b 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) +extends ArrayOfEnums.ArrayOfEnums1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index eef4337a080..c4edcdd8a48 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) +extends ArrayOfEnums.ArrayOfEnums1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index 9cd9164c618..5e3c460d76f 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [BooleanSchema.BooleanSchema1](../../../../../../components/schemas/BooleanSchema.md#booleanschema1) +extends BooleanSchema.BooleanSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index c3eb1a341a1..31c2a577ca3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [BooleanSchema.BooleanSchema1](../../../../../../../../components/schemas/BooleanSchema.md#booleanschema1) +extends BooleanSchema.BooleanSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 8fe21f1c8c5..4a3789ef835 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) +extends ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index d46d5dd8d00..2bd2c097a76 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) +extends ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index dd0dd83bed2..be42edbed80 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [StringEnum.StringEnum1](../../../../../../components/schemas/StringEnum.md#stringenum1) +extends StringEnum.StringEnum1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index 5aece3039a3..39390c75bae 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [StringEnum.StringEnum1](../../../../../../../../components/schemas/StringEnum.md#stringenum1) +extends StringEnum.StringEnum1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index 7e7afe7996c..39622de87a9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Mammal.Mammal1](../../../../../../components/schemas/Mammal.md#mammal1) +extends Mammal.Mammal1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 6e16d5f7944..88e62afa9e1 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Mammal.Mammal1](../../../../../../../../components/schemas/Mammal.md#mammal1) +extends Mammal.Mammal1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index a113568bd20..0e91d0930fa 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [NumberWithValidations.NumberWithValidations1](../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) +extends NumberWithValidations.NumberWithValidations1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index 10c5ec30c15..ea1bd804d48 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [NumberWithValidations.NumberWithValidations1](../../../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) +extends NumberWithValidations.NumberWithValidations1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index f4e188c8a76..71190f52bc9 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) +extends ObjectModelWithRefProps.ObjectModelWithRefProps1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index 5cc55f115ce..45ebd5f7ff0 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) +extends ObjectModelWithRefProps.ObjectModelWithRefProps1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index 4662303ce60..d77c59b7aa6 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [StringSchema.StringSchema1](../../../../../../components/schemas/StringSchema.md#stringschema1) +extends StringSchema.StringSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index 1a0fafd40b3..7eb8bb1fee3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [StringSchema.StringSchema1](../../../../../../../../components/schemas/StringSchema.md#stringschema1) +extends StringSchema.StringSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 1d69cbaa92c..3cd9ac4279e 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -43,7 +43,7 @@ String | | ## Items0 public static class Items0
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 8ba18a57a7b..90fca945e5b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -43,7 +43,7 @@ String | | ## Items1 public static class Items1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 7649c4af2e5..45629420f66 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -43,7 +43,7 @@ String | | ## Items2 public static class Items2
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index cd3926c6bd4..5979f2cf4ec 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -43,7 +43,7 @@ String | | ## Items3 public static class Items3
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index f449be71e0c..35dee5734e0 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -43,7 +43,7 @@ String | | ## Items4 public static class Items4
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index ac16b1c3ebd..a4bb7d7182c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema51 public static class Schema51
-extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) +extends StringWithValidation.StringWithValidation1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index bdf4f67fc32..8c35f744b80 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -63,7 +63,7 @@ file to upload ## AdditionalMetadata public static class AdditionalMetadata
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index d13d5fec844..5ced03c1e4a 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) +extends ApiResponseSchema.ApiResponseSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index 2e03fcc9fe0..7c8f3504fac 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) +extends ApiResponseSchema.ApiResponseSchema1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 327b61bbf7e..33d50d53afb 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 400580a816b..5123cf12468 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index 6da3aa096eb..a7fcfa28fd1 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 9b07017c6a0..1dd3b787b58 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index f5bb9bfb3a2..347f7011201 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 3543a577a7d..64d222f6898 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends AnyTypeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index e5cf11cbe1a..b1ede8de40a 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -43,7 +43,7 @@ String | | ## Items0 public static class Items0
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 57a230b41db..036e8efb4d7 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index fb34bbeef9d..a43018d7f79 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema11 public static class Schema11
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index cd5ecc24846..eb7a3176b13 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index 5ba41d444bb..850aac13cee 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [RefPet.RefPet1](../../../../../../../../components/schemas/RefPet.md#refpet1) +extends RefPet.RefPet1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index 48c0d2d51a8..29aae792a92 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Pet.Pet1](../../../../../../../../components/schemas/Pet.md#pet1) +extends Pet.Pet1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index e47674f2b22..5c336325978 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index dc31473367d..cd7b64e3016 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -49,7 +49,7 @@ type: Map ## Status public static class Status
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads @@ -63,7 +63,7 @@ Updated status of the pet ## Name public static class Name
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 93a5626683d..9c9798eb62b 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends Int64JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 99fb76e177a..3cc04ad21fa 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -63,7 +63,7 @@ file to upload ## AdditionalMetadata public static class AdditionalMetadata
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index cf32d1275d8..c09ab3a7080 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Order.Order1](../../../../../../components/schemas/Order.md#order1) +extends Order.Order1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index 7e66f9686d4..f2707c75b08 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) +extends Order.Order1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index 011827bb4cb..fa9eaf2eb09 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) +extends Order.Order1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 73c50475bed..9dfe4c9ccc2 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index 0fd49fd0710..8fc0320f0d7 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) +extends Order.Order1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index c97effdbae6..914468fd56b 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) +extends Order.Order1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index e24a463f819..8eff869601a 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [User.User1](../../../../../../components/schemas/User.md#user1) +extends User.User1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 4fc35a78434..0acacced558 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 06d3b82f171..1f528983f95 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema11 public static class Schema11
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 4c46375ee81..873853d0d79 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 4b1766f775e..ac8ab753ab2 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JsonSchema +extends StringJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 32f1eaee630..af9e667e5ff 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## XExpiresAfterSchema1 public static class XExpiresAfterSchema1
-extends JsonSchema +extends DateTimeJsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index 4e14dfa1c35..c3b19d12c6e 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## XRateLimitSchema1 public static class XRateLimitSchema1
-extends JsonSchema +extends Int32JsonSchema A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index dbac43f750e..19aa18f0314 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [User.User1](../../../../../../../../components/schemas/User.md#user1) +extends User.User1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index e7e2a3908eb..fa78b0e6a8b 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [User.User1](../../../../../../../../components/schemas/User.md#user1) +extends User.User1 A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index daca1b77b8c..04dad426c48 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends [User.User1](../../../../../../components/schemas/User.md#user1) +extends User.User1 A schema class that validates payloads diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 014c0bb27ce..07c629cd78c 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -36,15 +36,7 @@ A class that contains necessary nested schema classes, and classes to store vali {{> src/main/java/org/openapitools/components/_helper_header_from_identifier_pieces headerSize=(join headerSize "#" "") identifierPieces=(append identifierPieces jsonPathPiece) }} public static class {{jsonPathPiece.camelCase}}
- {{#if refInfo}} - {{#if refInfo.refModule}} -extends {{#if refInfo.refModule}}[{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}]({{docRoot}}components/schemas/{{refInfo.refModule}}.md#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append (newArray) refInfo.ref.jsonPathPiece) }}) - {{else}} -extends [{{refInfo.refClass}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces refInfo.ref) }}) - {{/if}} - {{else}} -extends JsonSchema - {{/if}} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends }} A schema class that validates payloads {{#if description}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends.hbs new file mode 100644 index 00000000000..f88d54b1dca --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends.hbs @@ -0,0 +1,66 @@ +{{#or isBooleanSchemaFalse isBooleanSchemaTrue}} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass }} +{{else}} + {{#eq types null }} + {{#if isSimpleAnyType }} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass }} + {{else}} +extends JsonSchema + {{/if}} + {{else}} + {{! types exist }} + {{#eq types.size 1}} + {{! one type }} + {{#each types}} + {{#eq this "object"}} + {{#if isSimpleObject }} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass }} + {{else}} +extends JsonSchema + {{/if}} + {{else}} + {{#eq this "array"}} + {{#if isSimpleArray }} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass }} + {{else}} +extends JsonSchema + {{/if}} + {{else}} + {{#eq this "boolean"}} + {{#if isSimpleBoolean }} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass }} + {{else}} +extends JsonSchema + {{/if}} + {{else}} + {{#or (eq this "number") (eq this "integer") }} + {{#or isSimpleInteger isSimpleNumber }} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass }} + {{else}} +extends JsonSchema + {{/or}} + {{else}} + {{#eq this "string"}} + {{#if isSimpleString}} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass }} + {{else}} +extends JsonSchema + {{/if}} + {{else}} + {{#if isSimpleNull }} +{{> src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass }} + {{else}} +extends JsonSchema + {{/if}} + {{/eq}} + {{/or}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/each}} + {{else}} + {{! multiple types }} +extends JsonSchema + {{/eq}} + {{/eq}} +{{/or}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs new file mode 100644 index 00000000000..fecd6fabe99 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs @@ -0,0 +1,89 @@ +{{#or isBooleanSchemaTrue isBooleanSchemaFalse}} + {{#if isBooleanSchemaTrue}} +extends AnyTypeJsonSchema + {{else}} +extends NotAnyTypeJsonSchema + // NotAnyTypeSchema + {{/if}} +{{else}} + {{#if refInfo.refClass}} + {{#if refInfo.refModule}} +extends {{refInfo.refModule}}.{{refInfo.refClass}} + {{else}} +extends {{refInfo.refClass}} + {{/if}} + {{else}} + {{#eq types null}} +extends AnyTypeJsonSchema + {{else}} + {{#each types}} + {{#eq this "null"}} +extends NullJsonSchema + {{/eq}} + {{#eq this "object"}} +extends MapJsonSchema + {{/eq}} + {{#eq this "array"}} +extends ListJsonSchema + {{/eq}} + {{#eq this "boolean"}} +extends BooleanJsonSchema + {{/eq}} + {{#eq this "string"}} + {{#eq ../format "date"}} +extends DateJsonSchema + {{/eq}} + {{#eq ../format "date-time"}} +extends DateTimeJsonSchema + {{/eq}} + {{#eq ../format "uuid"}} +extends UuidJsonSchema + {{/eq}} + {{#eq ../format "number"}} +extends DecimalJsonSchema + {{/eq}} + {{#eq ../format "binary"}} +extends JsonSchema + {{/eq}} + {{#neq ../format "date"}} + {{#neq ../format "date-time"}} + {{#neq ../format "uuid"}} + {{#neq ../format "number"}} + {{#neq ../format "binary"}} +extends StringJsonSchema + {{/neq}} + {{/neq}} + {{/neq}} + {{/neq}} + {{/neq}} + {{/eq}} + {{#eq this "integer"}} + {{#eq ../format "int32"}} +extends Int32JsonSchema + {{/eq}} + {{#eq ../format "int64"}} +extends Int64JsonSchema + {{/eq}} + {{#neq ../format "int32"}} + {{#neq ../format "int64"}} +extends IntJsonSchema + {{/neq}} + {{/neq}} + {{/eq}} + {{#eq this "number"}} + {{#eq ../format null}} +extends NumberJsonSchema + {{else}} + {{#eq ../format "float"}} +extends FloatJsonSchema + {{else}} + {{#eq ../format "double"}} +extends DoubleJsonSchema + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/each}} + {{/eq}} + {{/if}} +{{/or}} \ No newline at end of file From 0796b838d94b465eb1cf32c8d154187bef21b159 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 16:18:32 -0800 Subject: [PATCH 52/72] Adds doc link for self ref --- .../components/schemas/docschema_extends_varEqualsClass.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs index fecd6fabe99..73a25ffeaa1 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs @@ -10,7 +10,7 @@ extends NotAnyTypeJsonSchema {{#if refInfo.refModule}} extends {{refInfo.refModule}}.{{refInfo.refClass}} {{else}} -extends {{refInfo.refClass}} +extends [{{refInfo.refClass}}](#{{refInfo.ref.jsonPathPiece.anchorPiece}}) {{/if}} {{else}} {{#eq types null}} From 0a9bac4debcbd2ff955bc4f85697d55b7027e2ff Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 16:30:05 -0800 Subject: [PATCH 53/72] Adds ref schema extension to docs with links --- .../content/applicationjson/RefContentSchemaHeaderSchema.md | 2 +- .../components/headers/refschemaheader/RefSchemaHeaderSchema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../parameters/refschemastringwithvalidation/Schema.md | 2 +- .../requestbodies/client/content/applicationjson/Schema.md | 2 +- .../requestbodies/pet/content/applicationjson/Schema.md | 2 +- .../requestbodies/pet/content/applicationxml/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- samples/client/petstore/java/docs/components/schemas/RefPet.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../get/requestbody/content/applicationjson/Schema.md | 2 +- .../get/responses/response200/content/applicationjson/Schema.md | 2 +- .../put/requestbody/content/applicationjson/Schema.md | 2 +- .../put/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../get/responses/response200/content/applicationjson/Schema.md | 2 +- .../requestbody/content/applicationjsonpatchjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../fakerefobjinquery/get/parameters/parameter0/Schema0.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../faketestqueryparamters/put/parameters/parameter5/Schema5.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../get/responses/response200/content/applicationjson/Schema.md | 2 +- .../get/responses/response200/content/applicationxml/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../responses/response200/content/applicationjson/Schema.md | 2 +- .../post/responses/response200/content/applicationxml/Schema.md | 2 +- .../get/responses/response200/content/applicationjson/Schema.md | 2 +- .../get/responses/response200/content/applicationxml/Schema.md | 2 +- .../user/post/requestbody/content/applicationjson/Schema.md | 2 +- .../get/responses/response200/content/applicationjson/Schema.md | 2 +- .../get/responses/response200/content/applicationxml/Schema.md | 2 +- .../put/requestbody/content/applicationjson/Schema.md | 2 +- .../components/schemas/docschema_extends_varEqualsClass.hbs | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md index 46c2d0a93dd..57110b9f75d 100644 --- a/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refcontentschemaheader/content/applicationjson/RefContentSchemaHeaderSchema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefContentSchemaHeaderSchema1 public static class RefContentSchemaHeaderSchema1
-extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md index 461e650281f..08555f07544 100644 --- a/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/refschemaheader/RefSchemaHeaderSchema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefSchemaHeaderSchema1 public static class RefSchemaHeaderSchema1
-extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md index 6b58f286c29..3e5e3e577ce 100644 --- a/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/componentrefschemastringwithvalidation/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md index ac906f60ad8..b262ecc60ac 100644 --- a/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/refschemastringwithvalidation/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md index d7f6d7c44ff..f4b633e85b8 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/client/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Client.Client1 +extends [Client.Client1](../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md index f3a09f1798c..291cc4756dc 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Pet.Pet1 +extends [Pet.Pet1](../../../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md index 784129f466c..2249a7e393f 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/pet/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends RefPet.RefPet1 +extends [RefPet.RefPet1](../../../../components/schemas/RefPet.md#refpet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md index e9d3fa54636..da8b7c0980c 100644 --- a/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successwithjsonapiresponse/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ApiResponseSchema.ApiResponseSchema1 +extends [ApiResponseSchema.ApiResponseSchema1](../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/components/schemas/RefPet.md b/samples/client/petstore/java/docs/components/schemas/RefPet.md index 3ab88661f4c..2562b5738c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/RefPet.md +++ b/samples/client/petstore/java/docs/components/schemas/RefPet.md @@ -11,7 +11,7 @@ A class that contains necessary nested schema classes, and classes to store vali ## RefPet1 public static class RefPet1
-extends Pet.Pet1 +extends [Pet.Pet1](../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md index 87d2e2e2105..a9b8278896b 100644 --- a/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/anotherfakedummy/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Client.Client1 +extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md index 6080d47ff19..ba1e8f6536a 100644 --- a/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Client.Client1 +extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md index 63747ec9ee3..6f82efc7c3d 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1 +extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md index 1bc85d26f77..c762f37006d 100644 --- a/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeadditionalpropertieswitharrayofenums/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1 +extends [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](../../../../../../../../components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md index 80c2f3adeac..e858c4a59ec 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithfileschema/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends FileSchemaTestClass.FileSchemaTestClass1 +extends [FileSchemaTestClass.FileSchemaTestClass1](../../../../../../components/schemas/FileSchemaTestClass.md#fileschematestclass1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md index ca0f5050580..8642144c538 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends User.User1 +extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md index e8bdccbfeeb..f28d798687c 100644 --- a/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeclassnametest/patch/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Client.Client1 +extends [Client.Client1](../../../../../../../../components/schemas/Client.md#client1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md index d54ed5bf6be..82ee55ec633 100644 --- a/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakehealth/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends HealthCheckResult.HealthCheckResult1 +extends [HealthCheckResult.HealthCheckResult1](../../../../../../../../components/schemas/HealthCheckResult.md#healthcheckresult1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md index eed45f4e820..95838727ff4 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonpatch/patch/requestbody/content/applicationjsonpatchjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends JSONPatchRequest.JSONPatchRequest1 +extends [JSONPatchRequest.JSONPatchRequest1](../../../../../../components/schemas/JSONPatchRequest.md#jsonpatchrequest1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md index 6760e4e6c16..0132e33b416 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ApiResponseSchema.ApiResponseSchema1 +extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md index 9a42b953c49..dc7a2678101 100644 --- a/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakerefobjinquery/get/parameters/parameter0/Schema0.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema01 public static class Schema01
-extends Foo.Foo1 +extends [Foo.Foo1](../../../components/schemas/Foo.md#foo1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md index b2ea803dcdf..0f93c12ff34 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends AnimalFarm.AnimalFarm1 +extends [AnimalFarm.AnimalFarm1](../../../../../../components/schemas/AnimalFarm.md#animalfarm1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md index c7c3165763f..8d561edc3da 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarraymodel/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends AnimalFarm.AnimalFarm1 +extends [AnimalFarm.AnimalFarm1](../../../../../../../../components/schemas/AnimalFarm.md#animalfarm1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md index 8c8966c9e6b..19b57b51941 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ArrayOfEnums.ArrayOfEnums1 +extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md index c4edcdd8a48..eef4337a080 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsarrayofenums/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ArrayOfEnums.ArrayOfEnums1 +extends [ArrayOfEnums.ArrayOfEnums1](../../../../../../../../components/schemas/ArrayOfEnums.md#arrayofenums1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md index 5e3c460d76f..9cd9164c618 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends BooleanSchema.BooleanSchema1 +extends [BooleanSchema.BooleanSchema1](../../../../../../components/schemas/BooleanSchema.md#booleanschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md index 31c2a577ca3..c3eb1a341a1 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsboolean/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends BooleanSchema.BooleanSchema1 +extends [BooleanSchema.BooleanSchema1](../../../../../../../../components/schemas/BooleanSchema.md#booleanschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md index 4a3789ef835..8fe21f1c8c5 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1 +extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md index 2bd2c097a76..d46d5dd8d00 100644 --- a/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefscomposedoneofnumberwithvalidations/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1 +extends [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](../../../../../../../../components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md index be42edbed80..dd0dd83bed2 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends StringEnum.StringEnum1 +extends [StringEnum.StringEnum1](../../../../../../components/schemas/StringEnum.md#stringenum1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md index 39390c75bae..5aece3039a3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsenum/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends StringEnum.StringEnum1 +extends [StringEnum.StringEnum1](../../../../../../../../components/schemas/StringEnum.md#stringenum1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md index 39622de87a9..7e7afe7996c 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Mammal.Mammal1 +extends [Mammal.Mammal1](../../../../../../components/schemas/Mammal.md#mammal1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md index 88e62afa9e1..6e16d5f7944 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsmammal/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Mammal.Mammal1 +extends [Mammal.Mammal1](../../../../../../../../components/schemas/Mammal.md#mammal1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md index 0e91d0930fa..a113568bd20 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends NumberWithValidations.NumberWithValidations1 +extends [NumberWithValidations.NumberWithValidations1](../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md index ea1bd804d48..10c5ec30c15 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsnumber/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends NumberWithValidations.NumberWithValidations1 +extends [NumberWithValidations.NumberWithValidations1](../../../../../../../../components/schemas/NumberWithValidations.md#numberwithvalidations1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md index 71190f52bc9..f4e188c8a76 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ObjectModelWithRefProps.ObjectModelWithRefProps1 +extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md index 45ebd5f7ff0..5cc55f115ce 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsobjectmodelwithrefprops/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ObjectModelWithRefProps.ObjectModelWithRefProps1 +extends [ObjectModelWithRefProps.ObjectModelWithRefProps1](../../../../../../../../components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md index d77c59b7aa6..4662303ce60 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends StringSchema.StringSchema1 +extends [StringSchema.StringSchema1](../../../../../../components/schemas/StringSchema.md#stringschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md index 7eb8bb1fee3..1a0fafd40b3 100644 --- a/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakerefsstring/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends StringSchema.StringSchema1 +extends [StringSchema.StringSchema1](../../../../../../../../components/schemas/StringSchema.md#stringschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md index a4bb7d7182c..ac16b1c3ebd 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter5/Schema5.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema51 public static class Schema51
-extends StringWithValidation.StringWithValidation1 +extends [StringWithValidation.StringWithValidation1](../../../components/schemas/StringWithValidation.md#stringwithvalidation1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md index 5ced03c1e4a..d13d5fec844 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ApiResponseSchema.ApiResponseSchema1 +extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md index 7c8f3504fac..2e03fcc9fe0 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends ApiResponseSchema.ApiResponseSchema1 +extends [ApiResponseSchema.ApiResponseSchema1](../../../../../../../../components/schemas/ApiResponseSchema.md#apiresponseschema1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md index 850aac13cee..5ba41d444bb 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends RefPet.RefPet1 +extends [RefPet.RefPet1](../../../../../../../../components/schemas/RefPet.md#refpet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md index 29aae792a92..48c0d2d51a8 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Pet.Pet1 +extends [Pet.Pet1](../../../../../../../../components/schemas/Pet.md#pet1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md index c09ab3a7080..cf32d1275d8 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Order.Order1 +extends [Order.Order1](../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md index f2707c75b08..7e66f9686d4 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Order.Order1 +extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md index fa9eaf2eb09..011827bb4cb 100644 --- a/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorder/post/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Order.Order1 +extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md index 8fc0320f0d7..0fd49fd0710 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Order.Order1 +extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md index 914468fd56b..c97effdbae6 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends Order.Order1 +extends [Order.Order1](../../../../../../../../components/schemas/Order.md#order1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md index 8eff869601a..e24a463f819 100644 --- a/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/user/post/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends User.User1 +extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md index 19aa18f0314..dbac43f750e 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends User.User1 +extends [User.User1](../../../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md index fa78b0e6a8b..e7e2a3908eb 100644 --- a/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/get/responses/response200/content/applicationxml/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends User.User1 +extends [User.User1](../../../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md index 04dad426c48..daca1b77b8c 100644 --- a/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userusername/put/requestbody/content/applicationjson/Schema.md @@ -11,6 +11,6 @@ A class that contains necessary nested schema classes, and classes to store vali ## Schema1 public static class Schema1
-extends User.User1 +extends [User.User1](../../../../../../components/schemas/User.md#user1) A schema class that validates payloads diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs index 73a25ffeaa1..2aacc4d9a01 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs @@ -8,7 +8,7 @@ extends NotAnyTypeJsonSchema {{else}} {{#if refInfo.refClass}} {{#if refInfo.refModule}} -extends {{refInfo.refModule}}.{{refInfo.refClass}} +extends [{{refInfo.refModule}}.{{refInfo.refClass}}]({{docRoot}}{{#with refInfo.ref}}{{pathFromDocRoot}}.md#{{jsonPathPiece.anchorPiece}}{{/with}}) {{else}} extends [{{refInfo.refClass}}](#{{refInfo.ref.jsonPathPiece.anchorPiece}}) {{/if}} From 89a87e874bf87331dae9f017bf2f65fe22b2f792 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 16:44:48 -0800 Subject: [PATCH 54/72] Fixes links to component sschemas in readme --- samples/client/petstore/java/README.md | 276 ++++++++++++------------- src/main/resources/java/README.hbs | 2 +- 2 files changed, 139 insertions(+), 139 deletions(-) diff --git a/samples/client/petstore/java/README.md b/samples/client/petstore/java/README.md index 77fef30eda2..5cce1e41bf1 100644 --- a/samples/client/petstore/java/README.md +++ b/samples/client/petstore/java/README.md @@ -222,144 +222,144 @@ All URIs are relative to the selected server | Class | Description | | ----- | ----------- | -| [Schema200Response1](docs/Model200Response.md) | model with an invalid class name for python, starts with a number | -| [AbstractStepMessage1](docs/AbstractStepMessage.md) | Abstract Step | -| [AdditionalPropertiesClass1](docs/AdditionalPropertiesClass.md) | | -| [AdditionalPropertiesSchema1](docs/AdditionalPropertiesSchema.md) | | -| [AdditionalPropertiesWithArrayOfEnums1](docs/AdditionalPropertiesWithArrayOfEnums.md) | | -| [Address1](docs/Address.md) | | -| [Animal1](docs/Animal.md) | | -| [AnimalFarm1](docs/AnimalFarm.md) | | -| [AnyTypeAndFormat1](docs/AnyTypeAndFormat.md) | | -| [AnyTypeNotString1](docs/AnyTypeNotString.md) | | -| [ApiResponseSchema1](docs/ModelApiResponse.md) | | -| [ArrayHoldingAnyType1](docs/ArrayHoldingAnyType.md) | | -| [ArrayOfArrayOfNumberOnly1](docs/ArrayOfArrayOfNumberOnly.md) | | -| [ArrayOfEnums1](docs/ArrayOfEnums.md) | | -| [ArrayOfNumberOnly1](docs/ArrayOfNumberOnly.md) | | -| [ArrayTest1](docs/ArrayTest.md) | | -| [ArrayWithValidationsInItems1](docs/ArrayWithValidationsInItems.md) | | -| [Bar1](docs/Bar.md) | | -| [BasquePig1](docs/BasquePig.md) | | -| [BooleanSchema1](docs/ModelBoolean.md) | | -| [BooleanEnum1](docs/BooleanEnum.md) | | -| [Capitalization1](docs/Capitalization.md) | | -| [Cat1](docs/Cat.md) | | -| [Category1](docs/Category.md) | | -| [ChildCat1](docs/ChildCat.md) | | -| [ClassModel1](docs/ClassModel.md) | Model for testing model with \"_class\" property | -| [Client1](docs/Client.md) | | -| [ComplexQuadrilateral1](docs/ComplexQuadrilateral.md) | | -| [ComposedAnyOfDifferentTypesNoValidations1](docs/ComposedAnyOfDifferentTypesNoValidations.md) | | -| [ComposedArray1](docs/ComposedArray.md) | | -| [ComposedBool1](docs/ComposedBool.md) | | -| [ComposedNone1](docs/ComposedNone.md) | | -| [ComposedNumber1](docs/ComposedNumber.md) | | -| [ComposedObject1](docs/ComposedObject.md) | | -| [ComposedOneOfDifferentTypes1](docs/ComposedOneOfDifferentTypes.md) | this is a model that allows payloads of type object or number | -| [ComposedString1](docs/ComposedString.md) | | -| [Currency1](docs/Currency.md) | | -| [DanishPig1](docs/DanishPig.md) | | -| [DateTimeTest1](docs/DateTimeTest.md) | | -| [DateTimeWithValidations1](docs/DateTimeWithValidations.md) | | -| [DateWithValidations1](docs/DateWithValidations.md) | | -| [DecimalPayload1](docs/DecimalPayload.md) | | -| [Dog1](docs/Dog.md) | | -| [Drawing1](docs/Drawing.md) | | -| [EnumArrays1](docs/EnumArrays.md) | | -| [EnumClass1](docs/EnumClass.md) | | -| [EnumTest1](docs/EnumTest.md) | | -| [EquilateralTriangle1](docs/EquilateralTriangle.md) | | -| [File1](docs/File.md) | Must be named `File` for test. | -| [FileSchemaTestClass1](docs/FileSchemaTestClass.md) | | -| [Foo1](docs/Foo.md) | | -| [FormatTest1](docs/FormatTest.md) | | -| [FromSchema1](docs/FromSchema.md) | | -| [GrandparentAnimal1](docs/GrandparentAnimal.md) | | -| [HealthCheckResult1](docs/HealthCheckResult.md) | Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. | -| [IntegerEnum1](docs/IntegerEnum.md) | | -| [IntegerEnumBig1](docs/IntegerEnumBig.md) | | -| [IntegerEnumOneValue1](docs/IntegerEnumOneValue.md) | | -| [IntegerEnumWithDefaultValue1](docs/IntegerEnumWithDefaultValue.md) | | -| [IntegerMax101](docs/IntegerMax10.md) | | -| [IntegerMin151](docs/IntegerMin15.md) | | -| [IsoscelesTriangle1](docs/IsoscelesTriangle.md) | | -| [Items1](docs/Items.md) | component's name collides with the inner schema name | -| [JSONPatchRequest1](docs/JSONPatchRequest.md) | | -| [JSONPatchRequestAddReplaceTest1](docs/JSONPatchRequestAddReplaceTest.md) | | -| [JSONPatchRequestMoveCopy1](docs/JSONPatchRequestMoveCopy.md) | | -| [JSONPatchRequestRemove1](docs/JSONPatchRequestRemove.md) | | -| [MapTest1](docs/MapTest.md) | | -| [MixedPropertiesAndAdditionalPropertiesClass1](docs/MixedPropertiesAndAdditionalPropertiesClass.md) | | -| [Money1](docs/Money.md) | | -| [MyObjectDto1](docs/MyObjectDto.md) | | -| [Name1](docs/Name.md) | Model for testing model name same as property name | -| [NoAdditionalProperties1](docs/NoAdditionalProperties.md) | | -| [NullableClass1](docs/NullableClass.md) | | -| [NullableShape1](docs/NullableShape.md) | The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) | -| [NullableString1](docs/NullableString.md) | | -| [NumberSchema1](docs/ModelNumber.md) | | -| [NumberOnly1](docs/NumberOnly.md) | | -| [NumberWithValidations1](docs/NumberWithValidations.md) | | -| [ObjWithRequiredProps1](docs/ObjWithRequiredProps.md) | | -| [ObjWithRequiredPropsBase1](docs/ObjWithRequiredPropsBase.md) | | -| [ObjectInterface1](docs/ObjectInterface.md) | | -| [ObjectModelWithArgAndArgsProperties1](docs/ObjectModelWithArgAndArgsProperties.md) | | -| [ObjectModelWithRefProps1](docs/ObjectModelWithRefProps.md) | a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations | -| [ObjectWithAllOfWithReqTestPropFromUnsetAddProp1](docs/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md) | | -| [ObjectWithCollidingProperties1](docs/ObjectWithCollidingProperties.md) | component with properties that have name collisions | -| [ObjectWithDecimalProperties1](docs/ObjectWithDecimalProperties.md) | | -| [ObjectWithDifficultlyNamedProps1](docs/ObjectWithDifficultlyNamedProps.md) | model with properties that have invalid names for python | -| [ObjectWithInlineCompositionProperty1](docs/ObjectWithInlineCompositionProperty.md) | | -| [ObjectWithInvalidNamedRefedProperties1](docs/ObjectWithInvalidNamedRefedProperties.md) | | -| [ObjectWithNonIntersectingValues1](docs/ObjectWithNonIntersectingValues.md) | | -| [ObjectWithOnlyOptionalProps1](docs/ObjectWithOnlyOptionalProps.md) | | -| [ObjectWithOptionalTestProp1](docs/ObjectWithOptionalTestProp.md) | | -| [ObjectWithValidations1](docs/ObjectWithValidations.md) | | -| [Order1](docs/Order.md) | | -| [PaginatedResultMyObjectDto1](docs/PaginatedResultMyObjectDto.md) | | -| [ParentPet1](docs/ParentPet.md) | | -| [Pet1](docs/Pet.md) | Pet object that needs to be added to the store | -| [Pig1](docs/Pig.md) | | -| [Player1](docs/Player.md) | a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties | -| [PublicKey1](docs/PublicKey.md) | schema that contains a property named key | -| [Quadrilateral1](docs/Quadrilateral.md) | | -| [QuadrilateralInterface1](docs/QuadrilateralInterface.md) | | -| [ReadOnlyFirst1](docs/ReadOnlyFirst.md) | | -| [RefPet1](docs/RefPet.md) | | -| [ReqPropsFromExplicitAddProps1](docs/ReqPropsFromExplicitAddProps.md) | | -| [ReqPropsFromTrueAddProps1](docs/ReqPropsFromTrueAddProps.md) | | -| [ReqPropsFromUnsetAddProps1](docs/ReqPropsFromUnsetAddProps.md) | | -| [ReturnSchema1](docs/ModelReturn.md) | Model for testing reserved words | -| [ScaleneTriangle1](docs/ScaleneTriangle.md) | | -| [SelfReferencingArrayModel1](docs/SelfReferencingArrayModel.md) | | -| [SelfReferencingObjectModel1](docs/SelfReferencingObjectModel.md) | | -| [Shape1](docs/Shape.md) | | -| [ShapeOrNull1](docs/ShapeOrNull.md) | The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. | -| [SimpleQuadrilateral1](docs/SimpleQuadrilateral.md) | | -| [SomeObject1](docs/SomeObject.md) | | -| [StringSchema1](docs/ModelString.md) | | -| [StringBooleanMap1](docs/StringBooleanMap.md) | | -| [StringEnum1](docs/StringEnum.md) | | -| [StringEnumWithDefaultValue1](docs/StringEnumWithDefaultValue.md) | | -| [StringWithValidation1](docs/StringWithValidation.md) | | -| [Tag1](docs/Tag.md) | | -| [Triangle1](docs/Triangle.md) | | -| [TriangleInterface1](docs/TriangleInterface.md) | | -| [UUIDString1](docs/UUIDString.md) | | -| [User1](docs/User.md) | | -| [SpecialModelname1](docs/SpecialModelname.md) | model with an invalid class name for python | -| [Apple1](docs/Apple.md) | | -| [AppleReq1](docs/AppleReq.md) | | -| [Banana1](docs/Banana.md) | | -| [BananaReq1](docs/BananaReq.md) | | -| [Fruit1](docs/Fruit.md) | | -| [FruitReq1](docs/FruitReq.md) | | -| [GmFruit1](docs/GmFruit.md) | | -| [HasOnlyReadOnly1](docs/HasOnlyReadOnly.md) | | -| [Mammal1](docs/Mammal.md) | | -| [Whale1](docs/Whale.md) | | -| [Zebra1](docs/Zebra.md) | | +| [Schema200Response.Schema200Response1](docs/components/schemas/Schema200Response.md#schema200response1) | model with an invalid class name for python, starts with a number | +| [AbstractStepMessage.AbstractStepMessage1](docs/components/schemas/AbstractStepMessage.md#abstractstepmessage1) | Abstract Step | +| [AdditionalPropertiesClass.AdditionalPropertiesClass1](docs/components/schemas/AdditionalPropertiesClass.md#additionalpropertiesclass1) | | +| [AdditionalPropertiesSchema.AdditionalPropertiesSchema1](docs/components/schemas/AdditionalPropertiesSchema.md#additionalpropertiesschema1) | | +| [AdditionalPropertiesWithArrayOfEnums.AdditionalPropertiesWithArrayOfEnums1](docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md#additionalpropertieswitharrayofenums1) | | +| [Address.Address1](docs/components/schemas/Address.md#address1) | | +| [Animal.Animal1](docs/components/schemas/Animal.md#animal1) | | +| [AnimalFarm.AnimalFarm1](docs/components/schemas/AnimalFarm.md#animalfarm1) | | +| [AnyTypeAndFormat.AnyTypeAndFormat1](docs/components/schemas/AnyTypeAndFormat.md#anytypeandformat1) | | +| [AnyTypeNotString.AnyTypeNotString1](docs/components/schemas/AnyTypeNotString.md#anytypenotstring1) | | +| [ApiResponseSchema.ApiResponseSchema1](docs/components/schemas/ApiResponseSchema.md#apiresponseschema1) | | +| [ArrayHoldingAnyType.ArrayHoldingAnyType1](docs/components/schemas/ArrayHoldingAnyType.md#arrayholdinganytype1) | | +| [ArrayOfArrayOfNumberOnly.ArrayOfArrayOfNumberOnly1](docs/components/schemas/ArrayOfArrayOfNumberOnly.md#arrayofarrayofnumberonly1) | | +| [ArrayOfEnums.ArrayOfEnums1](docs/components/schemas/ArrayOfEnums.md#arrayofenums1) | | +| [ArrayOfNumberOnly.ArrayOfNumberOnly1](docs/components/schemas/ArrayOfNumberOnly.md#arrayofnumberonly1) | | +| [ArrayTest.ArrayTest1](docs/components/schemas/ArrayTest.md#arraytest1) | | +| [ArrayWithValidationsInItems.ArrayWithValidationsInItems1](docs/components/schemas/ArrayWithValidationsInItems.md#arraywithvalidationsinitems1) | | +| [Bar.Bar1](docs/components/schemas/Bar.md#bar1) | | +| [BasquePig.BasquePig1](docs/components/schemas/BasquePig.md#basquepig1) | | +| [BooleanSchema.BooleanSchema1](docs/components/schemas/BooleanSchema.md#booleanschema1) | | +| [BooleanEnum.BooleanEnum1](docs/components/schemas/BooleanEnum.md#booleanenum1) | | +| [Capitalization.Capitalization1](docs/components/schemas/Capitalization.md#capitalization1) | | +| [Cat.Cat1](docs/components/schemas/Cat.md#cat1) | | +| [Category.Category1](docs/components/schemas/Category.md#category1) | | +| [ChildCat.ChildCat1](docs/components/schemas/ChildCat.md#childcat1) | | +| [ClassModel.ClassModel1](docs/components/schemas/ClassModel.md#classmodel1) | Model for testing model with \"_class\" property | +| [Client.Client1](docs/components/schemas/Client.md#client1) | | +| [ComplexQuadrilateral.ComplexQuadrilateral1](docs/components/schemas/ComplexQuadrilateral.md#complexquadrilateral1) | | +| [ComposedAnyOfDifferentTypesNoValidations.ComposedAnyOfDifferentTypesNoValidations1](docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md#composedanyofdifferenttypesnovalidations1) | | +| [ComposedArray.ComposedArray1](docs/components/schemas/ComposedArray.md#composedarray1) | | +| [ComposedBool.ComposedBool1](docs/components/schemas/ComposedBool.md#composedbool1) | | +| [ComposedNone.ComposedNone1](docs/components/schemas/ComposedNone.md#composednone1) | | +| [ComposedNumber.ComposedNumber1](docs/components/schemas/ComposedNumber.md#composednumber1) | | +| [ComposedObject.ComposedObject1](docs/components/schemas/ComposedObject.md#composedobject1) | | +| [ComposedOneOfDifferentTypes.ComposedOneOfDifferentTypes1](docs/components/schemas/ComposedOneOfDifferentTypes.md#composedoneofdifferenttypes1) | this is a model that allows payloads of type object or number | +| [ComposedString.ComposedString1](docs/components/schemas/ComposedString.md#composedstring1) | | +| [Currency.Currency1](docs/components/schemas/Currency.md#currency1) | | +| [DanishPig.DanishPig1](docs/components/schemas/DanishPig.md#danishpig1) | | +| [DateTimeTest.DateTimeTest1](docs/components/schemas/DateTimeTest.md#datetimetest1) | | +| [DateTimeWithValidations.DateTimeWithValidations1](docs/components/schemas/DateTimeWithValidations.md#datetimewithvalidations1) | | +| [DateWithValidations.DateWithValidations1](docs/components/schemas/DateWithValidations.md#datewithvalidations1) | | +| [DecimalPayload.DecimalPayload1](docs/components/schemas/DecimalPayload.md#decimalpayload1) | | +| [Dog.Dog1](docs/components/schemas/Dog.md#dog1) | | +| [Drawing.Drawing1](docs/components/schemas/Drawing.md#drawing1) | | +| [EnumArrays.EnumArrays1](docs/components/schemas/EnumArrays.md#enumarrays1) | | +| [EnumClass.EnumClass1](docs/components/schemas/EnumClass.md#enumclass1) | | +| [EnumTest.EnumTest1](docs/components/schemas/EnumTest.md#enumtest1) | | +| [EquilateralTriangle.EquilateralTriangle1](docs/components/schemas/EquilateralTriangle.md#equilateraltriangle1) | | +| [File.File1](docs/components/schemas/File.md#file1) | Must be named `File` for test. | +| [FileSchemaTestClass.FileSchemaTestClass1](docs/components/schemas/FileSchemaTestClass.md#fileschematestclass1) | | +| [Foo.Foo1](docs/components/schemas/Foo.md#foo1) | | +| [FormatTest.FormatTest1](docs/components/schemas/FormatTest.md#formattest1) | | +| [FromSchema.FromSchema1](docs/components/schemas/FromSchema.md#fromschema1) | | +| [GrandparentAnimal.GrandparentAnimal1](docs/components/schemas/GrandparentAnimal.md#grandparentanimal1) | | +| [HealthCheckResult.HealthCheckResult1](docs/components/schemas/HealthCheckResult.md#healthcheckresult1) | Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. | +| [IntegerEnum.IntegerEnum1](docs/components/schemas/IntegerEnum.md#integerenum1) | | +| [IntegerEnumBig.IntegerEnumBig1](docs/components/schemas/IntegerEnumBig.md#integerenumbig1) | | +| [IntegerEnumOneValue.IntegerEnumOneValue1](docs/components/schemas/IntegerEnumOneValue.md#integerenumonevalue1) | | +| [IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1](docs/components/schemas/IntegerEnumWithDefaultValue.md#integerenumwithdefaultvalue1) | | +| [IntegerMax10.IntegerMax101](docs/components/schemas/IntegerMax10.md#integermax101) | | +| [IntegerMin15.IntegerMin151](docs/components/schemas/IntegerMin15.md#integermin151) | | +| [IsoscelesTriangle.IsoscelesTriangle1](docs/components/schemas/IsoscelesTriangle.md#isoscelestriangle1) | | +| [Items.Items1](docs/components/schemas/Items.md#items1) | component's name collides with the inner schema name | +| [JSONPatchRequest.JSONPatchRequest1](docs/components/schemas/JSONPatchRequest.md#jsonpatchrequest1) | | +| [JSONPatchRequestAddReplaceTest.JSONPatchRequestAddReplaceTest1](docs/components/schemas/JSONPatchRequestAddReplaceTest.md#jsonpatchrequestaddreplacetest1) | | +| [JSONPatchRequestMoveCopy.JSONPatchRequestMoveCopy1](docs/components/schemas/JSONPatchRequestMoveCopy.md#jsonpatchrequestmovecopy1) | | +| [JSONPatchRequestRemove.JSONPatchRequestRemove1](docs/components/schemas/JSONPatchRequestRemove.md#jsonpatchrequestremove1) | | +| [MapTest.MapTest1](docs/components/schemas/MapTest.md#maptest1) | | +| [MixedPropertiesAndAdditionalPropertiesClass.MixedPropertiesAndAdditionalPropertiesClass1](docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md#mixedpropertiesandadditionalpropertiesclass1) | | +| [Money.Money1](docs/components/schemas/Money.md#money1) | | +| [MyObjectDto.MyObjectDto1](docs/components/schemas/MyObjectDto.md#myobjectdto1) | | +| [Name.Name1](docs/components/schemas/Name.md#name1) | Model for testing model name same as property name | +| [NoAdditionalProperties.NoAdditionalProperties1](docs/components/schemas/NoAdditionalProperties.md#noadditionalproperties1) | | +| [NullableClass.NullableClass1](docs/components/schemas/NullableClass.md#nullableclass1) | | +| [NullableShape.NullableShape1](docs/components/schemas/NullableShape.md#nullableshape1) | The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) | +| [NullableString.NullableString1](docs/components/schemas/NullableString.md#nullablestring1) | | +| [NumberSchema.NumberSchema1](docs/components/schemas/NumberSchema.md#numberschema1) | | +| [NumberOnly.NumberOnly1](docs/components/schemas/NumberOnly.md#numberonly1) | | +| [NumberWithValidations.NumberWithValidations1](docs/components/schemas/NumberWithValidations.md#numberwithvalidations1) | | +| [ObjWithRequiredProps.ObjWithRequiredProps1](docs/components/schemas/ObjWithRequiredProps.md#objwithrequiredprops1) | | +| [ObjWithRequiredPropsBase.ObjWithRequiredPropsBase1](docs/components/schemas/ObjWithRequiredPropsBase.md#objwithrequiredpropsbase1) | | +| [ObjectInterface.ObjectInterface1](docs/components/schemas/ObjectInterface.md#objectinterface1) | | +| [ObjectModelWithArgAndArgsProperties.ObjectModelWithArgAndArgsProperties1](docs/components/schemas/ObjectModelWithArgAndArgsProperties.md#objectmodelwithargandargsproperties1) | | +| [ObjectModelWithRefProps.ObjectModelWithRefProps1](docs/components/schemas/ObjectModelWithRefProps.md#objectmodelwithrefprops1) | a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations | +| [ObjectWithAllOfWithReqTestPropFromUnsetAddProp.ObjectWithAllOfWithReqTestPropFromUnsetAddProp1](docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md#objectwithallofwithreqtestpropfromunsetaddprop1) | | +| [ObjectWithCollidingProperties.ObjectWithCollidingProperties1](docs/components/schemas/ObjectWithCollidingProperties.md#objectwithcollidingproperties1) | component with properties that have name collisions | +| [ObjectWithDecimalProperties.ObjectWithDecimalProperties1](docs/components/schemas/ObjectWithDecimalProperties.md#objectwithdecimalproperties1) | | +| [ObjectWithDifficultlyNamedProps.ObjectWithDifficultlyNamedProps1](docs/components/schemas/ObjectWithDifficultlyNamedProps.md#objectwithdifficultlynamedprops1) | model with properties that have invalid names for python | +| [ObjectWithInlineCompositionProperty.ObjectWithInlineCompositionProperty1](docs/components/schemas/ObjectWithInlineCompositionProperty.md#objectwithinlinecompositionproperty1) | | +| [ObjectWithInvalidNamedRefedProperties.ObjectWithInvalidNamedRefedProperties1](docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md#objectwithinvalidnamedrefedproperties1) | | +| [ObjectWithNonIntersectingValues.ObjectWithNonIntersectingValues1](docs/components/schemas/ObjectWithNonIntersectingValues.md#objectwithnonintersectingvalues1) | | +| [ObjectWithOnlyOptionalProps.ObjectWithOnlyOptionalProps1](docs/components/schemas/ObjectWithOnlyOptionalProps.md#objectwithonlyoptionalprops1) | | +| [ObjectWithOptionalTestProp.ObjectWithOptionalTestProp1](docs/components/schemas/ObjectWithOptionalTestProp.md#objectwithoptionaltestprop1) | | +| [ObjectWithValidations.ObjectWithValidations1](docs/components/schemas/ObjectWithValidations.md#objectwithvalidations1) | | +| [Order.Order1](docs/components/schemas/Order.md#order1) | | +| [PaginatedResultMyObjectDto.PaginatedResultMyObjectDto1](docs/components/schemas/PaginatedResultMyObjectDto.md#paginatedresultmyobjectdto1) | | +| [ParentPet.ParentPet1](docs/components/schemas/ParentPet.md#parentpet1) | | +| [Pet.Pet1](docs/components/schemas/Pet.md#pet1) | Pet object that needs to be added to the store | +| [Pig.Pig1](docs/components/schemas/Pig.md#pig1) | | +| [Player.Player1](docs/components/schemas/Player.md#player1) | a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties | +| [PublicKey.PublicKey1](docs/components/schemas/PublicKey.md#publickey1) | schema that contains a property named key | +| [Quadrilateral.Quadrilateral1](docs/components/schemas/Quadrilateral.md#quadrilateral1) | | +| [QuadrilateralInterface.QuadrilateralInterface1](docs/components/schemas/QuadrilateralInterface.md#quadrilateralinterface1) | | +| [ReadOnlyFirst.ReadOnlyFirst1](docs/components/schemas/ReadOnlyFirst.md#readonlyfirst1) | | +| [RefPet.RefPet1](docs/components/schemas/RefPet.md#refpet1) | | +| [ReqPropsFromExplicitAddProps.ReqPropsFromExplicitAddProps1](docs/components/schemas/ReqPropsFromExplicitAddProps.md#reqpropsfromexplicitaddprops1) | | +| [ReqPropsFromTrueAddProps.ReqPropsFromTrueAddProps1](docs/components/schemas/ReqPropsFromTrueAddProps.md#reqpropsfromtrueaddprops1) | | +| [ReqPropsFromUnsetAddProps.ReqPropsFromUnsetAddProps1](docs/components/schemas/ReqPropsFromUnsetAddProps.md#reqpropsfromunsetaddprops1) | | +| [ReturnSchema.ReturnSchema1](docs/components/schemas/ReturnSchema.md#returnschema1) | Model for testing reserved words | +| [ScaleneTriangle.ScaleneTriangle1](docs/components/schemas/ScaleneTriangle.md#scalenetriangle1) | | +| [SelfReferencingArrayModel.SelfReferencingArrayModel1](docs/components/schemas/SelfReferencingArrayModel.md#selfreferencingarraymodel1) | | +| [SelfReferencingObjectModel.SelfReferencingObjectModel1](docs/components/schemas/SelfReferencingObjectModel.md#selfreferencingobjectmodel1) | | +| [Shape.Shape1](docs/components/schemas/Shape.md#shape1) | | +| [ShapeOrNull.ShapeOrNull1](docs/components/schemas/ShapeOrNull.md#shapeornull1) | The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. | +| [SimpleQuadrilateral.SimpleQuadrilateral1](docs/components/schemas/SimpleQuadrilateral.md#simplequadrilateral1) | | +| [SomeObject.SomeObject1](docs/components/schemas/SomeObject.md#someobject1) | | +| [StringSchema.StringSchema1](docs/components/schemas/StringSchema.md#stringschema1) | | +| [StringBooleanMap.StringBooleanMap1](docs/components/schemas/StringBooleanMap.md#stringbooleanmap1) | | +| [StringEnum.StringEnum1](docs/components/schemas/StringEnum.md#stringenum1) | | +| [StringEnumWithDefaultValue.StringEnumWithDefaultValue1](docs/components/schemas/StringEnumWithDefaultValue.md#stringenumwithdefaultvalue1) | | +| [StringWithValidation.StringWithValidation1](docs/components/schemas/StringWithValidation.md#stringwithvalidation1) | | +| [Tag.Tag1](docs/components/schemas/Tag.md#tag1) | | +| [Triangle.Triangle1](docs/components/schemas/Triangle.md#triangle1) | | +| [TriangleInterface.TriangleInterface1](docs/components/schemas/TriangleInterface.md#triangleinterface1) | | +| [UUIDString.UUIDString1](docs/components/schemas/UUIDString.md#uuidstring1) | | +| [User.User1](docs/components/schemas/User.md#user1) | | +| [SpecialModelname.SpecialModelname1](docs/components/schemas/SpecialModelname.md#specialmodelname1) | model with an invalid class name for python | +| [Apple.Apple1](docs/components/schemas/Apple.md#apple1) | | +| [AppleReq.AppleReq1](docs/components/schemas/AppleReq.md#applereq1) | | +| [Banana.Banana1](docs/components/schemas/Banana.md#banana1) | | +| [BananaReq.BananaReq1](docs/components/schemas/BananaReq.md#bananareq1) | | +| [Fruit.Fruit1](docs/components/schemas/Fruit.md#fruit1) | | +| [FruitReq.FruitReq1](docs/components/schemas/FruitReq.md#fruitreq1) | | +| [GmFruit.GmFruit1](docs/components/schemas/GmFruit.md#gmfruit1) | | +| [HasOnlyReadOnly.HasOnlyReadOnly1](docs/components/schemas/HasOnlyReadOnly.md#hasonlyreadonly1) | | +| [Mammal.Mammal1](docs/components/schemas/Mammal.md#mammal1) | | +| [Whale.Whale1](docs/components/schemas/Whale.md#whale1) | | +| [Zebra.Zebra1](docs/components/schemas/Zebra.md#zebra1) | | ## Component RequestBodies diff --git a/src/main/resources/java/README.hbs b/src/main/resources/java/README.hbs index 6f0f24554a8..d29d09bfbaf 100644 --- a/src/main/resources/java/README.hbs +++ b/src/main/resources/java/README.hbs @@ -195,7 +195,7 @@ All URIs are relative to the selected server | ----- | ----------- | {{#each schemas}} {{#with this}} -| [{{jsonPathPiece.camelCase}}]({{modelDocPath}}{{jsonPathPiece.snakeCase}}.md) |{{#if description}} {{description}}{{/if}} | +| [{{containerJsonPathPiece.camelCase}}.{{jsonPathPiece.camelCase}}](docs/components/schemas/{{containerJsonPathPiece.camelCase}}.md#{{jsonPathPiece.anchorPiece}}) |{{#if description}} {{description}}{{/if}} | {{/with}} {{/each}} {{/if}} From 16c567f233f94cb2c55650f69cacfdc1bd43f02b Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 17:07:59 -0800 Subject: [PATCH 55/72] Adds keywordToValidator info --- .../Int32JsonContentTypeHeaderSchema.md | 3 + .../numberheader/NumberHeaderSchema.md | 3 + .../stringheader/StringHeaderSchema.md | 3 + .../parameters/pathusername/Schema.md | 3 + .../content/applicationjson/Schema.md | 9 + .../headers/location/LocationSchema.md | 3 + .../content/applicationjson/Schema.md | 9 + .../content/applicationxml/Schema.md | 9 + .../content/applicationjson/Schema.md | 12 + .../headers/someheader/SomeHeaderSchema.md | 3 + .../components/schemas/AbstractStepMessage.md | 20 ++ .../schemas/AdditionalPropertiesClass.md | 96 ++++++++ .../schemas/AdditionalPropertiesSchema.md | 43 ++++ .../AdditionalPropertiesWithArrayOfEnums.md | 18 ++ .../java/docs/components/schemas/Address.md | 12 + .../java/docs/components/schemas/Animal.md | 28 +++ .../docs/components/schemas/AnimalFarm.md | 9 + .../components/schemas/AnyTypeAndFormat.md | 82 +++++++ .../components/schemas/AnyTypeNotString.md | 6 + .../components/schemas/ApiResponseSchema.md | 22 ++ .../java/docs/components/schemas/Apple.md | 37 +++ .../java/docs/components/schemas/AppleReq.md | 27 +++ .../components/schemas/ArrayHoldingAnyType.md | 12 + .../schemas/ArrayOfArrayOfNumberOnly.md | 32 +++ .../docs/components/schemas/ArrayOfEnums.md | 9 + .../components/schemas/ArrayOfNumberOnly.md | 23 ++ .../java/docs/components/schemas/ArrayTest.md | 64 ++++++ .../schemas/ArrayWithValidationsInItems.md | 23 ++ .../java/docs/components/schemas/Banana.md | 18 ++ .../java/docs/components/schemas/BananaReq.md | 27 +++ .../java/docs/components/schemas/Bar.md | 9 + .../java/docs/components/schemas/BasquePig.md | 24 ++ .../docs/components/schemas/BooleanEnum.md | 7 + .../docs/components/schemas/BooleanSchema.md | 3 + .../docs/components/schemas/Capitalization.md | 34 +++ .../java/docs/components/schemas/Cat.md | 17 ++ .../java/docs/components/schemas/Category.md | 28 +++ .../java/docs/components/schemas/ChildCat.md | 17 ++ .../docs/components/schemas/ClassModel.md | 12 + .../java/docs/components/schemas/Client.md | 14 ++ .../schemas/ComplexQuadrilateral.md | 23 ++ ...omposedAnyOfDifferentTypesNoValidations.md | 60 +++++ .../docs/components/schemas/ComposedArray.md | 12 + .../docs/components/schemas/ComposedBool.md | 10 + .../docs/components/schemas/ComposedNone.md | 10 + .../docs/components/schemas/ComposedNumber.md | 15 ++ .../docs/components/schemas/ComposedObject.md | 10 + .../schemas/ComposedOneOfDifferentTypes.md | 39 ++++ .../docs/components/schemas/ComposedString.md | 12 + .../java/docs/components/schemas/Currency.md | 9 + .../java/docs/components/schemas/DanishPig.md | 24 ++ .../docs/components/schemas/DateTimeTest.md | 11 + .../schemas/DateTimeWithValidations.md | 11 + .../components/schemas/DateWithValidations.md | 11 + .../docs/components/schemas/DecimalPayload.md | 3 + .../java/docs/components/schemas/Dog.md | 17 ++ .../java/docs/components/schemas/Drawing.md | 25 ++ .../docs/components/schemas/EnumArrays.md | 39 ++++ .../java/docs/components/schemas/EnumClass.md | 9 + .../java/docs/components/schemas/EnumTest.md | 69 ++++++ .../components/schemas/EquilateralTriangle.md | 23 ++ .../java/docs/components/schemas/File.md | 14 ++ .../components/schemas/FileSchemaTestClass.md | 21 ++ .../java/docs/components/schemas/Foo.md | 11 + .../docs/components/schemas/FormatTest.md | 187 +++++++++++++++ .../docs/components/schemas/FromSchema.md | 18 ++ .../java/docs/components/schemas/Fruit.md | 12 + .../java/docs/components/schemas/FruitReq.md | 6 + .../java/docs/components/schemas/GmFruit.md | 12 + .../components/schemas/GrandparentAnimal.md | 18 ++ .../components/schemas/HasOnlyReadOnly.md | 18 ++ .../components/schemas/HealthCheckResult.md | 21 ++ .../docs/components/schemas/IntegerEnum.md | 12 + .../docs/components/schemas/IntegerEnumBig.md | 12 + .../components/schemas/IntegerEnumOneValue.md | 12 + .../schemas/IntegerEnumWithDefaultValue.md | 12 + .../docs/components/schemas/IntegerMax10.md | 14 ++ .../docs/components/schemas/IntegerMin15.md | 14 ++ .../components/schemas/IsoscelesTriangle.md | 23 ++ .../java/docs/components/schemas/Items.md | 12 + .../components/schemas/JSONPatchRequest.md | 12 + .../schemas/JSONPatchRequestAddReplaceTest.md | 39 ++++ .../schemas/JSONPatchRequestMoveCopy.md | 39 ++++ .../schemas/JSONPatchRequestRemove.md | 34 +++ .../java/docs/components/schemas/Mammal.md | 3 + .../java/docs/components/schemas/MapTest.md | 65 ++++++ ...dPropertiesAndAdditionalPropertiesClass.md | 28 +++ .../java/docs/components/schemas/Money.md | 25 ++ .../docs/components/schemas/MyObjectDto.md | 19 ++ .../java/docs/components/schemas/Name.md | 24 ++ .../schemas/NoAdditionalProperties.md | 27 +++ .../docs/components/schemas/NullableClass.md | 216 ++++++++++++++++++ .../docs/components/schemas/NullableShape.md | 6 + .../docs/components/schemas/NullableString.md | 10 + .../docs/components/schemas/NumberOnly.md | 14 ++ .../docs/components/schemas/NumberSchema.md | 3 + .../schemas/NumberWithValidations.md | 12 + .../schemas/ObjWithRequiredProps.md | 18 ++ .../schemas/ObjWithRequiredPropsBase.md | 18 ++ .../components/schemas/ObjectInterface.md | 3 + .../ObjectModelWithArgAndArgsProperties.md | 23 ++ .../schemas/ObjectModelWithRefProps.md | 13 ++ ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 21 ++ .../schemas/ObjectWithCollidingProperties.md | 18 ++ .../schemas/ObjectWithDecimalProperties.md | 16 ++ .../ObjectWithDifficultlyNamedProps.md | 26 +++ .../ObjectWithInlineCompositionProperty.md | 23 ++ .../ObjectWithInvalidNamedRefedProperties.md | 17 ++ .../ObjectWithNonIntersectingValues.md | 19 ++ .../schemas/ObjectWithOnlyOptionalProps.md | 23 ++ .../schemas/ObjectWithOptionalTestProp.md | 14 ++ .../schemas/ObjectWithValidations.md | 7 + .../java/docs/components/schemas/Order.md | 40 ++++ .../schemas/PaginatedResultMyObjectDto.md | 34 +++ .../java/docs/components/schemas/ParentPet.md | 7 + .../java/docs/components/schemas/Pet.md | 57 +++++ .../java/docs/components/schemas/Pig.md | 3 + .../java/docs/components/schemas/Player.md | 15 ++ .../java/docs/components/schemas/PublicKey.md | 14 ++ .../docs/components/schemas/Quadrilateral.md | 3 + .../schemas/QuadrilateralInterface.md | 27 +++ .../docs/components/schemas/ReadOnlyFirst.md | 18 ++ .../schemas/ReqPropsFromExplicitAddProps.md | 17 ++ .../schemas/ReqPropsFromTrueAddProps.md | 17 ++ .../schemas/ReqPropsFromUnsetAddProps.md | 12 + .../docs/components/schemas/ReturnSchema.md | 12 + .../components/schemas/ScaleneTriangle.md | 23 ++ .../components/schemas/Schema200Response.md | 16 ++ .../schemas/SelfReferencingArrayModel.md | 9 + .../schemas/SelfReferencingObjectModel.md | 13 ++ .../java/docs/components/schemas/Shape.md | 3 + .../docs/components/schemas/ShapeOrNull.md | 6 + .../components/schemas/SimpleQuadrilateral.md | 23 ++ .../docs/components/schemas/SomeObject.md | 3 + .../components/schemas/SpecialModelname.md | 14 ++ .../components/schemas/StringBooleanMap.md | 12 + .../docs/components/schemas/StringEnum.md | 10 + .../schemas/StringEnumWithDefaultValue.md | 9 + .../docs/components/schemas/StringSchema.md | 3 + .../schemas/StringWithValidation.md | 9 + .../java/docs/components/schemas/Tag.md | 18 ++ .../java/docs/components/schemas/Triangle.md | 3 + .../components/schemas/TriangleInterface.md | 27 +++ .../docs/components/schemas/UUIDString.md | 11 + .../java/docs/components/schemas/User.md | 72 ++++++ .../java/docs/components/schemas/Whale.md | 32 +++ .../java/docs/components/schemas/Zebra.md | 39 ++++ .../delete/parameters/parameter0/Schema0.md | 3 + .../delete/parameters/parameter1/Schema1.md | 9 + .../get/parameters/parameter0/Schema0.md | 3 + .../parameters/parameter0/PathParamSchema0.md | 9 + .../post/parameters/parameter0/Schema0.md | 3 + .../delete/parameters/parameter0/Schema0.md | 3 + .../delete/parameters/parameter1/Schema1.md | 9 + .../delete/parameters/parameter2/Schema2.md | 3 + .../delete/parameters/parameter3/Schema3.md | 3 + .../delete/parameters/parameter4/Schema4.md | 9 + .../delete/parameters/parameter5/Schema5.md | 3 + .../fake/get/parameters/parameter0/Schema0.md | 18 ++ .../fake/get/parameters/parameter1/Schema1.md | 9 + .../fake/get/parameters/parameter2/Schema2.md | 18 ++ .../fake/get/parameters/parameter3/Schema3.md | 9 + .../fake/get/parameters/parameter4/Schema4.md | 14 ++ .../fake/get/parameters/parameter5/Schema5.md | 14 ++ .../applicationxwwwformurlencoded/Schema.md | 39 ++++ .../content/applicationjson/Schema.md | 3 + .../applicationxwwwformurlencoded/Schema.md | 152 ++++++++++++ .../put/parameters/parameter0/Schema0.md | 3 + .../put/parameters/parameter0/Schema0.md | 3 + .../put/parameters/parameter1/Schema1.md | 3 + .../put/parameters/parameter2/Schema2.md | 3 + .../delete/parameters/parameter0/Schema0.md | 3 + .../content/applicationjson/Schema.md | 12 + .../post/parameters/parameter0/Schema0.md | 12 + .../post/parameters/parameter1/Schema1.md | 23 ++ .../content/applicationjson/Schema.md | 12 + .../content/multipartformdata/Schema.md | 23 ++ .../content/applicationjson/Schema.md | 12 + .../content/multipartformdata/Schema.md | 23 ++ .../applicationxwwwformurlencoded/Schema.md | 23 ++ .../applicationjsoncharsetutf8/Schema.md | 3 + .../applicationjsoncharsetutf8/Schema.md | 3 + .../content/applicationjson/Schema.md | 14 ++ .../content/multipartformdata/Schema.md | 14 ++ .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../get/parameters/parameter0/Schema0.md | 14 ++ .../post/parameters/parameter0/Schema0.md | 3 + .../post/parameters/parameter1/Schema1.md | 3 + .../post/parameters/parameter10/Schema10.md | 3 + .../post/parameters/parameter11/Schema11.md | 3 + .../post/parameters/parameter12/Schema12.md | 3 + .../post/parameters/parameter13/Schema13.md | 3 + .../post/parameters/parameter14/Schema14.md | 3 + .../post/parameters/parameter15/Schema15.md | 3 + .../post/parameters/parameter16/Schema16.md | 3 + .../post/parameters/parameter17/Schema17.md | 3 + .../post/parameters/parameter18/Schema18.md | 3 + .../post/parameters/parameter2/Schema2.md | 3 + .../post/parameters/parameter3/Schema3.md | 3 + .../post/parameters/parameter4/Schema4.md | 3 + .../post/parameters/parameter5/Schema5.md | 3 + .../post/parameters/parameter6/Schema6.md | 3 + .../post/parameters/parameter7/Schema7.md | 3 + .../post/parameters/parameter8/Schema8.md | 3 + .../post/parameters/parameter9/Schema9.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../post/parameters/parameter0/Schema0.md | 3 + .../content/multipartformdata/Schema.md | 22 ++ .../content/applicationjson/Schema0.md | 3 + .../content/applicationjson/Schema.md | 3 + .../put/parameters/parameter0/Schema0.md | 12 + .../put/parameters/parameter1/Schema1.md | 12 + .../put/parameters/parameter2/Schema2.md | 12 + .../put/parameters/parameter3/Schema3.md | 12 + .../put/parameters/parameter4/Schema4.md | 12 + .../content/applicationoctetstream/Schema.md | 3 + .../content/applicationoctetstream/Schema.md | 3 + .../content/multipartformdata/Schema.md | 22 ++ .../content/multipartformdata/Schema.md | 23 ++ .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationjson/Schema.md | 11 + .../get/parameters/parameter0/Schema0.md | 18 ++ .../get/parameters/parameter0/Schema0.md | 12 + .../delete/parameters/parameter0/Schema0.md | 3 + .../delete/parameters/parameter1/Schema1.md | 3 + .../get/parameters/parameter0/Schema0.md | 3 + .../post/parameters/parameter0/Schema0.md | 3 + .../applicationxwwwformurlencoded/Schema.md | 18 ++ .../post/parameters/parameter0/Schema0.md | 3 + .../content/multipartformdata/Schema.md | 18 ++ .../delete/parameters/parameter0/Schema0.md | 3 + .../get/parameters/parameter0/Schema0.md | 14 ++ .../get/parameters/parameter0/Schema0.md | 3 + .../get/parameters/parameter1/Schema1.md | 3 + .../content/applicationjson/Schema.md | 3 + .../content/applicationxml/Schema.md | 3 + .../xexpiresafter/XExpiresAfterSchema.md | 3 + .../applicationjson/XRateLimitSchema.md | 3 + .../components/schemas/Schema_doc.hbs | 4 + .../components/schemas/docschema_fields.hbs | 58 +++++ .../schemas/docschema_fields_field.hbs | 26 +++ 250 files changed, 4173 insertions(+) create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields.hbs create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index be135b57c87..d60cbae4811 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -14,6 +14,9 @@ public static class Int32JsonContentTypeHeaderSchema1
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 24d7f2b8a22..dfb022a02cc 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -14,6 +14,9 @@ public static class NumberHeaderSchema1
extends DecimalJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 8d2a59e0ba3..0eeab4024a9 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -14,6 +14,9 @@ public static class StringHeaderSchema1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index ed5476eba10..d719b0410e7 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 35699c74abc..c8a16524af5 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -15,6 +15,15 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(User.User1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index a9c29c905b6..141184a34f9 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -14,6 +14,9 @@ public static class LocationSchema1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 9210b068942..f129a6df3a4 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -15,6 +15,15 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index f17741208cc..72f6d14845b 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -15,6 +15,15 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index ffa877daa51..b93526447b9 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -16,6 +16,15 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -47,6 +56,9 @@ public static class AdditionalProperties
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 1713b30388e..b942ba041a2 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -14,6 +14,9 @@ public static class SomeHeaderSchema1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 37a2d3e6b1c..b1aaf5fc8ec 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -19,6 +19,23 @@ A schema class that validates payloads ## Description Abstract Step +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("discriminator", Discriminator.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "description", + "discriminator", + "sequenceNumber" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -56,6 +73,9 @@ public static class Discriminator
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index cc9ddc2625c..f751cadb486 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -35,6 +35,24 @@ public static class AdditionalPropertiesClass1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("map_property", MapProperty.class), + new PropertyEntry("map_of_map_property", MapOfMapProperty.class), + new PropertyEntry("anytype_1", Anytype1.class), + new PropertyEntry("map_with_undeclared_properties_anytype_1", MapWithUndeclaredPropertiesAnytype1.class), + new PropertyEntry("map_with_undeclared_properties_anytype_2", MapWithUndeclaredPropertiesAnytype2.class), + new PropertyEntry("map_with_undeclared_properties_anytype_3", MapWithUndeclaredPropertiesAnytype3.class), + new PropertyEntry("empty_map", EmptyMap.class), + new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -82,6 +100,15 @@ public static class MapWithUndeclaredPropertiesString
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -113,6 +140,9 @@ public static class AdditionalProperties5
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -127,6 +157,15 @@ A schema class that validates payloads ## Description an object with no declared properties and no undeclared properties, hence it's an empty map. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -157,6 +196,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -176,6 +218,15 @@ public static class MapWithUndeclaredPropertiesAnytype3
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -207,6 +258,9 @@ public static class AdditionalProperties3
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -226,6 +280,9 @@ public static class MapWithUndeclaredPropertiesAnytype2
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -237,6 +294,9 @@ public static class MapWithUndeclaredPropertiesAnytype1
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -248,6 +308,9 @@ public static class Anytype1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -267,6 +330,15 @@ public static class MapOfMapProperty
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -298,6 +370,15 @@ public static class AdditionalProperties1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -329,6 +410,9 @@ public static class AdditionalProperties2
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -340,6 +424,15 @@ public static class MapProperty
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -371,6 +464,9 @@ public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 91fd9636f39..7ffab85d918 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -23,6 +23,13 @@ public static class AdditionalPropertiesSchema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -34,6 +41,15 @@ public static class Schema2
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -65,6 +81,9 @@ public static class AdditionalProperties2
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -84,6 +103,15 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -115,6 +143,9 @@ public static class AdditionalProperties1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -134,6 +165,15 @@ public static class Schema0
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -165,6 +205,9 @@ public static class AdditionalProperties
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 2444b469973..cdc1d006ddc 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -17,6 +17,15 @@ public static class AdditionalPropertiesWithArrayOfEnums1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -48,6 +57,15 @@ public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 7bf061d6af4..4f1c95e9bc6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -16,6 +16,15 @@ public static class Address1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -47,6 +56,9 @@ public static class AdditionalProperties
extends IntJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index f3658834143..ad63421bf01 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -17,6 +17,22 @@ public static class Animal1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("className", ClassName.class), + new PropertyEntry("color", Color.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "className" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +68,15 @@ public static class Color
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -63,6 +88,9 @@ public static class ClassName
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 842c64b681b..30a8a62e523 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -15,6 +15,15 @@ public static class AnimalFarm1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 46feb686f36..19aa55053d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -24,6 +24,25 @@ public static class AnyTypeAndFormat1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("uuid", UuidSchema.class), + new PropertyEntry("date", Date.class), + new PropertyEntry("date-time", Datetime.class), + new PropertyEntry("number", NumberSchema.class), + new PropertyEntry("binary", Binary.class), + new PropertyEntry("int32", Int32.class), + new PropertyEntry("int64", Int64.class), + new PropertyEntry("double", DoubleSchema.class), + new PropertyEntry("float", FloatSchema.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +88,13 @@ public static class FloatSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("float")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -88,6 +114,13 @@ public static class DoubleSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("double")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -107,6 +140,13 @@ public static class Int64
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("int64")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -126,6 +166,13 @@ public static class Int32
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("int32")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -145,6 +192,13 @@ public static class Binary
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("binary")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -164,6 +218,13 @@ public static class NumberSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("number")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -183,6 +244,13 @@ public static class Datetime
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("date-time")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -202,6 +270,13 @@ public static class Date
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("date")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -221,6 +296,13 @@ public static class UuidSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("format", new FormatValidator("uuid")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index fc213704959..cab3ecf9c1a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -15,6 +15,9 @@ public static class AnyTypeNotString1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -34,6 +37,9 @@ public static class Not
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 8e096cfb95f..101c36055fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -18,6 +18,19 @@ public static class ApiResponseSchema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("code", Code.class), + new PropertyEntry("type", Type.class), + new PropertyEntry("message", Message.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +68,9 @@ public static class Message
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -66,6 +82,9 @@ public static class Type
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -77,6 +96,9 @@ public static class Code
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 639bfa047e3..fb50bcc02fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -17,6 +17,25 @@ public static class Apple1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("cultivar", Cultivar.class), + new PropertyEntry("origin", Origin.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "cultivar" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -53,6 +72,15 @@ public static class Origin
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -64,6 +92,15 @@ public static class Cultivar
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 556c3a77f63..a5c7569623d 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -18,6 +18,24 @@ public static class AppleReq1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("cultivar", Cultivar.class), + new PropertyEntry("mealy", Mealy.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "cultivar" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +69,9 @@ public static class Mealy
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -62,6 +83,9 @@ public static class Cultivar
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -74,6 +98,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 3411764d16e..d840ab0406c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -16,6 +16,15 @@ public static class ArrayHoldingAnyType1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +58,9 @@ A schema class that validates payloads ## Description any type can be stored here +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index eb870a621c5..bed893c7361 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -20,6 +20,17 @@ public static class ArrayOfArrayOfNumberOnly1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -53,6 +64,15 @@ public static class ArrayArrayNumber
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -83,6 +103,15 @@ public static class Items
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -113,6 +142,9 @@ public static class Items1
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index ef750b37fa2..8311a6bb738 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -15,6 +15,15 @@ public static class ArrayOfEnums1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index d0549ee94ba..acf69143c82 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -18,6 +18,17 @@ public static class ArrayOfNumberOnly1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("ArrayNumber", ArrayNumber.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +62,15 @@ public static class ArrayNumber
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -81,6 +101,9 @@ public static class Items
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 966a9ce0cd0..d786917e191 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -27,6 +27,19 @@ public static class ArrayTest1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("array_of_string", ArrayOfString.class), + new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class), + new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -64,6 +77,15 @@ public static class ArrayArrayOfModel
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items3.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -94,6 +116,15 @@ public static class Items3
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -124,6 +155,15 @@ public static class ArrayArrayOfInteger
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -154,6 +194,15 @@ public static class Items1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -184,6 +233,9 @@ public static class Items2
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -195,6 +247,15 @@ public static class ArrayOfString
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -225,6 +286,9 @@ public static class Items
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index bbafc171e7e..4068a640fab 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -16,6 +16,15 @@ public static class ArrayWithValidationsInItems1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,20 @@ public static class Items
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("int64")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 2190cfb5ea3..76943921dee 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -16,6 +16,21 @@ public static class Banana1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("lengthCm", LengthCm.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "lengthCm" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +64,9 @@ public static class LengthCm
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index e2347066a8e..4bce433b6bd 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -18,6 +18,24 @@ public static class BananaReq1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("lengthCm", LengthCm.class), + new PropertyEntry("sweet", Sweet.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "lengthCm" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +69,9 @@ public static class Sweet
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -62,6 +83,9 @@ public static class LengthCm
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -74,6 +98,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index d9887c68151..df364d04d7e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -14,6 +14,15 @@ public static class Bar1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 3bb36d84819..d81db64bd5c 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -16,6 +16,21 @@ public static class BasquePig1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("className", ClassName.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "className" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +64,15 @@ public static class ClassName
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 0b3e13e5b1e..6ae4de6ac84 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -14,6 +14,13 @@ public static class BooleanEnum1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 3e9c1741727..24c961a93e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -14,6 +14,9 @@ public static class BooleanSchema1
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 3f6ffbc28c4..13db310b375 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -21,6 +21,22 @@ public static class Capitalization1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("smallCamel", SmallCamel.class), + new PropertyEntry("CapitalCamel", CapitalCamel.class), + new PropertyEntry("small_Snake", SmallSnake.class), + new PropertyEntry("Capital_Snake", CapitalSnake.class), + new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class), + new PropertyEntry("ATT_NAME", ATTNAME.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -67,6 +83,9 @@ A schema class that validates payloads ## Description Name of the pet +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -78,6 +97,9 @@ public static class SCAETHFlowPoints
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -89,6 +111,9 @@ public static class CapitalSnake
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -100,6 +125,9 @@ public static class SmallSnake
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -111,6 +139,9 @@ public static class CapitalCamel
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -122,6 +153,9 @@ public static class SmallCamel
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 41fe85fc4dd..7ec9509e1e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -17,6 +17,9 @@ public static class Cat1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("declawed", Declawed.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,9 @@ public static class Declawed
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 4f04b676681..047c4dd3154 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -17,6 +17,22 @@ public static class Category1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("name", Name.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "name" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +68,15 @@ public static class Name
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -63,6 +88,9 @@ public static class Id
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index da3f1ed2c0c..fb56f151173 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -17,6 +17,9 @@ public static class ChildCat1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,9 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index b438d6c3ef1..39d693c3538 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -19,6 +19,15 @@ A schema class that validates payloads ## Description Model for testing model with \"_class\" property +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("_class", ClassSchema.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -60,6 +69,9 @@ public static class ClassSchema
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 37741699f69..3d7e8121516 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -16,6 +16,17 @@ public static class Client1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("client", Client2.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +60,9 @@ public static class Client2
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 7ee5e10b250..b08d2556d72 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -17,6 +17,9 @@ public static class ComplexQuadrilateral1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("quadrilateralType", QuadrilateralType.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class QuadrilateralType
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 91c4796c323..62991e93ab7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -32,6 +32,9 @@ public static class ComposedAnyOfDifferentTypesNoValidations1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +54,9 @@ public static class Schema15
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -62,6 +68,9 @@ public static class Schema14
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -73,6 +82,9 @@ public static class Schema13
extends IntJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -84,6 +96,9 @@ public static class Schema12
extends DoubleJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -95,6 +110,9 @@ public static class Schema11
extends FloatJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -106,6 +124,9 @@ public static class Schema10
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -117,6 +138,15 @@ public static class Schema9
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -147,6 +177,9 @@ public static class Items
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -166,6 +199,9 @@ public static class Schema8
extends NullJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -177,6 +213,9 @@ public static class Schema7
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -188,6 +227,9 @@ public static class Schema6
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -199,6 +241,9 @@ public static class Schema5
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -210,6 +255,9 @@ public static class Schema4
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -221,6 +269,9 @@ public static class Schema3
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -232,6 +283,9 @@ public static class Schema2
extends DateTimeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -243,6 +297,9 @@ public static class Schema1
extends DateJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -254,6 +311,9 @@ public static class Schema0
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 79518063a89..f46954045b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -16,6 +16,15 @@ public static class ComposedArray1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,9 @@ public static class Items
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 82b09b50a15..54407b9788a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -15,6 +15,13 @@ public static class ComposedBool1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -26,6 +33,9 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 314638cdd57..1f9a94f00d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -15,6 +15,13 @@ public static class ComposedNone1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(Void.class))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -26,6 +33,9 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 68a1b01b4b4..a21963e881a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -15,6 +15,18 @@ public static class ComposedNumber1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -26,6 +38,9 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 43604355f0a..0802cd40b77 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -15,6 +15,13 @@ public static class ComposedObject1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -26,6 +33,9 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 632b43cdbfb..b89af7729fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -24,6 +24,9 @@ A schema class that validates payloads ## Description this is a model that allows payloads of type object or number +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -43,6 +46,17 @@ public static class Schema6
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("date-time")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -54,6 +68,15 @@ public static class Schema5
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -84,6 +107,9 @@ public static class Items
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -103,6 +129,13 @@ public static class Schema4
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -114,6 +147,9 @@ public static class Schema3
extends DateJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -125,6 +161,9 @@ public static class Schema2
extends NullJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index c7f02456ee1..797362b9419 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -15,6 +15,15 @@ public static class ComposedString1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -26,6 +35,9 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 92ebd5eb0b6..abebc255948 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -14,6 +14,15 @@ public static class Currency1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index f3e9ce2b8b9..3198339a8f9 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -16,6 +16,21 @@ public static class DanishPig1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("className", ClassName.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "className" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +64,15 @@ public static class ClassName
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 366ff9ad579..bfef48437fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -14,6 +14,17 @@ public static class DateTimeTest1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("date-time")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 04e36b6fcaf..36ac23a9a44 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -14,6 +14,17 @@ public static class DateTimeWithValidations1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("date-time")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 769d30366eb..86588aff0d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -14,6 +14,17 @@ public static class DateWithValidations1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("date")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index 946435f7cb8..de8e3a7757e 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -14,6 +14,9 @@ public static class DecimalPayload1
extends DecimalJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 3ea0cb12f1a..72d4e89fe98 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -17,6 +17,9 @@ public static class Dog1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("breed", Breed.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,9 @@ public static class Breed
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 83365c6d185..18202a2eb1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -17,6 +17,22 @@ public static class Drawing1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("mainShape", Shape.Shape1.class), + new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class), + new PropertyEntry("nullableShape", NullableShape.NullableShape1.class), + new PropertyEntry("shapes", Shapes.class) + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -56,6 +72,15 @@ public static class Shapes
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 4645ef14b84..4e6e9c2c804 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -19,6 +19,18 @@ public static class EnumArrays1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("just_symbol", JustSymbol.class), + new PropertyEntry("array_enum", ArrayEnum.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -54,6 +66,15 @@ public static class ArrayEnum
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -84,6 +105,15 @@ public static class Items
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -95,6 +125,15 @@ public static class JustSymbol
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index c4bbf907374..d1d488e51ec 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -14,6 +14,15 @@ public static class EnumClass1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index fc1df9edb94..f1dc5de80fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -19,6 +19,29 @@ public static class EnumTest1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("enum_string", EnumString.class), + new PropertyEntry("enum_string_required", EnumStringRequired.class), + new PropertyEntry("enum_integer", EnumInteger.class), + new PropertyEntry("enum_number", EnumNumber.class), + new PropertyEntry("stringEnum", StringEnum.StringEnum1.class), + new PropertyEntry("IntegerEnum", IntegerEnum.IntegerEnum1.class), + new PropertyEntry("StringEnumWithDefaultValue", StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class), + new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class), + new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "enum_string_required" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -68,6 +91,20 @@ public static class EnumNumber
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("double")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -79,6 +116,20 @@ public static class EnumInteger
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("int32")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -90,6 +141,15 @@ public static class EnumStringRequired
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -101,6 +161,15 @@ public static class EnumString
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index d01cdc1331d..b5c097ac1c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -17,6 +17,9 @@ public static class EquilateralTriangle1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("triangleType", TriangleType.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class TriangleType
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 146e0baa7e0..8c9d4354caf 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -19,6 +19,17 @@ A schema class that validates payloads ## Description Must be named `File` for test. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("sourceURI", SourceURI.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +66,9 @@ A schema class that validates payloads ## Description Test capitalization +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 4926dcdce61..b42156041b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -17,6 +17,18 @@ public static class FileSchemaTestClass1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("file", File.File1.class), + new PropertyEntry("files", Files.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +64,15 @@ public static class Files
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(File.File1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 6c622dd8a11..628057be4c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -15,6 +15,17 @@ public static class Foo1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("bar", Bar.Bar1.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 1d602698d6b..d83625ff8df 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -38,6 +38,44 @@ public static class FormatTest1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("integer", IntegerSchema.class), + new PropertyEntry("int32", Int32.class), + new PropertyEntry("int32withValidations", Int32withValidations.class), + new PropertyEntry("int64", Int64.class), + new PropertyEntry("number", NumberSchema.class), + new PropertyEntry("float", FloatSchema.class), + new PropertyEntry("float32", Float32.class), + new PropertyEntry("double", DoubleSchema.class), + new PropertyEntry("float64", Float64.class), + new PropertyEntry("arrayWithUniqueItems", ArrayWithUniqueItems.class), + new PropertyEntry("string", StringSchema.class), + new PropertyEntry("byte", ByteSchema.class), + new PropertyEntry("binary", Binary.class), + new PropertyEntry("date", Date.class), + new PropertyEntry("dateTime", DateTime.class), + new PropertyEntry("uuid", UuidSchema.class), + new PropertyEntry("uuidNoExample", UuidNoExample.class), + new PropertyEntry("password", Password.class), + new PropertyEntry("pattern_with_digits", PatternWithDigits.class), + new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class), + new PropertyEntry("noneProp", NoneProp.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "byte", + "date", + "number", + "password" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -105,6 +143,9 @@ public static class NoneProp
extends NullJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -119,6 +160,15 @@ A schema class that validates payloads ## Description A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -133,6 +183,15 @@ A schema class that validates payloads ## Description A string that is a 10 digit number. Can have leading zeros. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -144,6 +203,17 @@ public static class Password
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("password")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -155,6 +225,9 @@ public static class UuidNoExample
extends UuidJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -166,6 +239,9 @@ public static class UuidSchema
extends UuidJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -177,6 +253,9 @@ public static class DateTime
extends DateTimeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -188,6 +267,9 @@ public static class Date
extends DateJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -199,6 +281,9 @@ public static class Binary
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -210,6 +295,9 @@ public static class ByteSchema
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -221,6 +309,15 @@ public static class StringSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -232,6 +329,15 @@ public static class ArrayWithUniqueItems
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -262,6 +368,9 @@ public static class Items
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -273,6 +382,9 @@ public static class Float64
extends DoubleJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -284,6 +396,20 @@ public static class DoubleSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("double")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -295,6 +421,9 @@ public static class Float32
extends FloatJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -309,6 +438,20 @@ A schema class that validates payloads ## Description this is a reserved python keyword +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("float")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -320,6 +463,18 @@ public static class NumberSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -331,6 +486,9 @@ public static class Int64
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -342,6 +500,20 @@ public static class Int32withValidations
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("int32")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -353,6 +525,9 @@ public static class Int32
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -364,6 +539,18 @@ public static class IntegerSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 4f50966abad..0b043753cd5 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -17,6 +17,18 @@ public static class FromSchema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("data", Data.class), + new PropertyEntry("id", Id.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +64,9 @@ public static class Id
extends IntJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -63,6 +78,9 @@ public static class Data
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 53bbf99efb5..2ab5f6d03e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -16,6 +16,15 @@ public static class Fruit1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("color", Color.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -57,6 +66,9 @@ public static class Color
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index b3891b4989f..6b60044c2ee 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -15,6 +15,9 @@ public static class FruitReq1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -34,6 +37,9 @@ public static class Schema0
extends NullJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 282c861b0c1..c9b149d6b72 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -16,6 +16,15 @@ public static class GmFruit1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("color", Color.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -57,6 +66,9 @@ public static class Color
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index ca0ae209e51..e3ed35be453 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -16,6 +16,21 @@ public static class GrandparentAnimal1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("pet_type", PetType.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "pet_type" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +64,9 @@ public static class PetType
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index f65ed8356bf..133b716983c 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -17,6 +17,18 @@ public static class HasOnlyReadOnly1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("bar", Bar.class), + new PropertyEntry("foo", Foo.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +64,9 @@ public static class Foo
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -63,6 +78,9 @@ public static class Bar
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 8da3a04fd78..9c3d1b19e1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -19,6 +19,17 @@ A schema class that validates payloads ## Description Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("NullableMessage", NullableMessage.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +63,16 @@ public static class NullableMessage
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index f1c0ff68c87..5308a6fee9f 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -14,6 +14,18 @@ public static class IntegerEnum1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index e6458558eb0..5c4cd934592 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -14,6 +14,18 @@ public static class IntegerEnumBig1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index 29a63dc2bc6..6b5d2791286 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -14,6 +14,18 @@ public static class IntegerEnumOneValue1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 038edebdf7a..2d6cf3c6653 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -14,6 +14,18 @@ public static class IntegerEnumWithDefaultValue1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 5918af98279..59db51eb68d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -14,6 +14,20 @@ public static class IntegerMax101
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("int64")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index dfd1d376803..a5b07779ea9 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -14,6 +14,20 @@ public static class IntegerMin151
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("int64")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 9e8c36ab669..f29f5c5d504 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -17,6 +17,9 @@ public static class IsoscelesTriangle1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("triangleType", TriangleType.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class TriangleType
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index c4e96d44260..5890608cd4b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -19,6 +19,15 @@ A schema class that validates payloads ## Description component's name collides with the inner schema name +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +58,9 @@ public static class Items2
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 8ddbbf8dcb1..1ffcd55e3fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -16,6 +16,15 @@ public static class JSONPatchRequest1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,9 @@ public static class Items
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 2b065ab6c35..dff07d6dd1b 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -19,6 +19,27 @@ public static class JSONPatchRequestAddReplaceTest1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("path", Path.class), + new PropertyEntry("value", Value.class), + new PropertyEntry("op", Op.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "op", + "path", + "value" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -57,6 +78,15 @@ A schema class that validates payloads ## Description The operation to perform. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -71,6 +101,9 @@ A schema class that validates payloads ## Description The value to add, replace or test. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -93,6 +126,9 @@ A schema class that validates payloads ## Description A JSON Pointer path. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -105,6 +141,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index f4979273aa0..97f925ff255 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -19,6 +19,27 @@ public static class JSONPatchRequestMoveCopy1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("from", From.class), + new PropertyEntry("path", Path.class), + new PropertyEntry("op", Op.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "from", + "op", + "path" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -57,6 +78,15 @@ A schema class that validates payloads ## Description The operation to perform. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -71,6 +101,9 @@ A schema class that validates payloads ## Description A JSON Pointer path. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -85,6 +118,9 @@ A schema class that validates payloads ## Description A JSON Pointer path. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -97,6 +133,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 2d7c7b51970..9a3e66a4faa 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -18,6 +18,25 @@ public static class JSONPatchRequestRemove1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("path", Path.class), + new PropertyEntry("op", Op.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "op", + "path" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -54,6 +73,15 @@ A schema class that validates payloads ## Description The operation to perform. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -68,6 +96,9 @@ A schema class that validates payloads ## Description A JSON Pointer path. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -80,6 +111,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Mammal.md b/samples/client/petstore/java/docs/components/schemas/Mammal.md index df225400cc2..64ea835cc80 100644 --- a/samples/client/petstore/java/docs/components/schemas/Mammal.md +++ b/samples/client/petstore/java/docs/components/schemas/Mammal.md @@ -14,6 +14,9 @@ public static class Mammal1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 64e00c6822f..7338b9a6f39 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -26,6 +26,20 @@ public static class MapTest1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("map_map_of_string", MapMapOfString.class), + new PropertyEntry("map_of_enum_string", MapOfEnumString.class), + new PropertyEntry("direct_map", DirectMap.class), + new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -65,6 +79,15 @@ public static class DirectMap
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -96,6 +119,9 @@ public static class AdditionalProperties3
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -107,6 +133,15 @@ public static class MapOfEnumString
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -138,6 +173,15 @@ public static class AdditionalProperties2
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -149,6 +193,15 @@ public static class MapMapOfString
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -180,6 +233,15 @@ public static class AdditionalProperties
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -211,6 +273,9 @@ public static class AdditionalProperties1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 226d55d81c9..e2ad4f72263 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -19,6 +19,19 @@ public static class MixedPropertiesAndAdditionalPropertiesClass1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("uuid", UuidSchema.class), + new PropertyEntry("dateTime", DateTime.class), + new PropertyEntry("map", MapSchema.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +68,15 @@ public static class MapSchema
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -86,6 +108,9 @@ public static class DateTime
extends DateTimeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -97,6 +122,9 @@ public static class UuidSchema
extends UuidJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index e5cea29a744..9079634fae1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -17,6 +17,25 @@ public static class Money1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("amount", Amount.class), + new PropertyEntry("currency", Currency.Currency1.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "amount", + "currency" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -50,6 +69,9 @@ public static class Amount
extends DecimalJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -62,6 +84,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 245010f84b7..04baf2bb147 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -17,6 +17,19 @@ public static class MyObjectDto1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class) + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -48,6 +61,9 @@ public static class Id
extends UuidJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -60,6 +76,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index d03275ad828..354618408af 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -21,6 +21,21 @@ A schema class that validates payloads ## Description Model for testing model name same as property name +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name2.class), + new PropertyEntry("snake_case", SnakeCase.class), + new PropertyEntry("property", Property.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "name" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +84,9 @@ A schema class that validates payloads ## Description this is a reserved python keyword +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -80,6 +98,9 @@ public static class SnakeCase
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -91,6 +112,9 @@ public static class Name2
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index ce48e6e060f..2728b8fcad1 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -18,6 +18,24 @@ public static class NoAdditionalProperties1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("petId", PetId.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "id" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +69,9 @@ public static class PetId
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -62,6 +83,9 @@ public static class Id
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -74,6 +98,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 1d310ff7545..06058d4585a 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -40,6 +40,30 @@ public static class NullableClass1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("integer_prop", IntegerProp.class), + new PropertyEntry("number_prop", NumberProp.class), + new PropertyEntry("boolean_prop", BooleanProp.class), + new PropertyEntry("string_prop", StringProp.class), + new PropertyEntry("date_prop", DateProp.class), + new PropertyEntry("datetime_prop", DatetimeProp.class), + new PropertyEntry("array_nullable_prop", ArrayNullableProp.class), + new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class), + new PropertyEntry("array_items_nullable", ArrayItemsNullable.class), + new PropertyEntry("object_nullable_prop", ObjectNullableProp.class), + new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class), + new PropertyEntry("object_items_nullable", ObjectItemsNullable.class) + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -95,6 +119,15 @@ public static class ObjectItemsNullable
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -126,6 +159,16 @@ public static class AdditionalProperties2
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -138,6 +181,18 @@ public static class ObjectAndItemsNullableProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -170,6 +225,16 @@ public static class AdditionalProperties1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -182,6 +247,18 @@ public static class ObjectNullableProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -214,6 +291,9 @@ public static class AdditionalProperties
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -225,6 +305,15 @@ public static class ArrayItemsNullable
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -255,6 +344,16 @@ public static class Items2
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -267,6 +366,18 @@ public static class ArrayAndItemsNullableProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenList.class + ))), +
+ new KeywordEntry("items", new ItemsValidator(Items1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -298,6 +409,16 @@ public static class Items1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -310,6 +431,18 @@ public static class ArrayNullableProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenList.class + ))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -341,6 +474,9 @@ public static class Items
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -352,6 +488,18 @@ public static class DatetimeProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("date-time")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -364,6 +512,18 @@ public static class DateProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("date")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -376,6 +536,16 @@ public static class StringProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -388,6 +558,16 @@ public static class BooleanProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + Boolean.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -400,6 +580,19 @@ public static class NumberProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -412,6 +605,19 @@ public static class IntegerProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -424,6 +630,16 @@ public static class AdditionalProperties3
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 6935b216d3c..6110f9101e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -18,6 +18,9 @@ A schema class that validates payloads ## Description The value may be a shape or the 'null' value. For a composed schema to validate a null payload, one of its chosen oneOf schemas must be type null or nullable (introduced in OAS schema >= 3.0) +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -37,6 +40,9 @@ public static class Schema2
extends NullJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index b952c53386f..6d34436fcc7 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -14,6 +14,16 @@ public static class NullableString1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 4ad423a4502..938ec3b7719 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -16,6 +16,17 @@ public static class NumberOnly1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("JustNumber", JustNumber.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +60,9 @@ public static class JustNumber
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index d3b858f3b52..861bf8f9ef6 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -14,6 +14,9 @@ public static class NumberSchema1
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 7c8602d7b04..31df1479d9a 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -14,6 +14,18 @@ public static class NumberWithValidations1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 3a386696d15..05261650b75 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -16,6 +16,21 @@ public static class ObjWithRequiredProps1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "a" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +64,9 @@ public static class A
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 51d5510fede..05bfce89c4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -16,6 +16,21 @@ public static class ObjWithRequiredPropsBase1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("b", B.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "b" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +64,9 @@ public static class B
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index be075ba9b02..170b0c0a219 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -14,6 +14,9 @@ public static class ObjectInterface1
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 43a0773cd07..df2c015364a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -17,6 +17,23 @@ public static class ObjectModelWithArgAndArgsProperties1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("arg", Arg.class), + new PropertyEntry("args", Args.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "arg", + "args" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +69,9 @@ public static class Args
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -63,6 +83,9 @@ public static class Arg
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 276fba4ed6c..651337aa673 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -18,6 +18,19 @@ A schema class that validates payloads ## Description a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class), + new PropertyEntry("myString", StringSchema.StringSchema1.class), + new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index dfa682c4a26..393d8e23b51 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -17,6 +17,9 @@ public static class ObjectWithAllOfWithReqTestPropFromUnsetAddProp1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,21 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "test" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -71,6 +89,9 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index e2d2dcd388c..cd657b915e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -20,6 +20,18 @@ A schema class that validates payloads ## Description component with properties that have name collisions +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp.class), + new PropertyEntry("someprop", Someprop.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +67,9 @@ public static class Someprop
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -66,6 +81,9 @@ public static class SomeProp
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index d1f96df9f4a..a0528b2d516 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -16,6 +16,19 @@ public static class ObjectWithDecimalProperties1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("length", DecimalPayload.DecimalPayload1.class), + new PropertyEntry("width", Width.class), + new PropertyEntry("cost", Money.Money1.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -53,6 +66,9 @@ public static class Width
extends DecimalJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 95920c976b9..73d0eabb2ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -21,6 +21,23 @@ A schema class that validates payloads ## Description model with properties that have invalid names for python +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("$special[property.name]", Specialpropertyname.class), + new PropertyEntry("123-list", Schema123list.class), + new PropertyEntry("123Number", Schema123Number.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "123-list" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -56,6 +73,9 @@ public static class Schema123Number
extends IntJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -67,6 +87,9 @@ public static class Schema123list
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -78,6 +101,9 @@ public static class Specialpropertyname
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 4379eee1d87..08d858de539 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -17,6 +17,17 @@ public static class ObjectWithInlineCompositionProperty1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -50,6 +61,9 @@ public static class SomeProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class Schema0
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 5a171694156..74b97a7bcbe 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -15,6 +15,23 @@ public static class ObjectWithInvalidNamedRefedProperties1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("from", FromSchema.FromSchema1.class), + new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "!reference", + "from" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index dc9ddebb133..c4e7cb22513 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -17,6 +17,19 @@ public static class ObjectWithNonIntersectingValues1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class) + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -50,6 +63,9 @@ public static class A
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -61,6 +77,9 @@ public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 58043b2e3fc..f07ba949bef 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -18,6 +18,20 @@ public static class ObjectWithOnlyOptionalProps1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class), + new PropertyEntry("b", B.class) + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +65,9 @@ public static class B
extends NumberJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -62,6 +79,9 @@ public static class A
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -74,6 +94,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 8dd54e49e3b..243e7f40497 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -16,6 +16,17 @@ public static class ObjectWithOptionalTestProp1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("test", Test.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +60,9 @@ public static class Test
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index e2bd3a98321..566933518bc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -14,6 +14,13 @@ public static class ObjectWithValidations1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index b021c52b4d6..4f6036b88c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -21,6 +21,22 @@ public static class Order1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("petId", PetId.class), + new PropertyEntry("quantity", Quantity.class), + new PropertyEntry("shipDate", ShipDate.class), + new PropertyEntry("status", Status.class), + new PropertyEntry("complete", Complete.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -64,6 +80,9 @@ public static class Complete
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -78,6 +97,15 @@ A schema class that validates payloads ## Description Order Status +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -89,6 +117,9 @@ public static class ShipDate
extends DateTimeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -100,6 +131,9 @@ public static class Quantity
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -111,6 +145,9 @@ public static class PetId
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -122,6 +159,9 @@ public static class Id
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 16f54938724..978165ba446 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -19,6 +19,25 @@ public static class PaginatedResultMyObjectDto1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("count", Count.class), + new PropertyEntry("results", Results.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "count", + "results" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +71,15 @@ public static class Results
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -82,6 +110,9 @@ public static class Count
extends IntJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -94,6 +125,9 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 0bfa5885789..e4c9f2c5ca3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -14,6 +14,13 @@ public static class ParentPet1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index fd30f5fd99c..d8798a05197 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -26,6 +26,27 @@ A schema class that validates payloads ## Description Pet object that needs to be added to the store +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("category", Category.Category1.class), + new PropertyEntry("name", Name.class), + new PropertyEntry("photoUrls", PhotoUrls.class), + new PropertyEntry("tags", Tags.class), + new PropertyEntry("status", Status.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "name", + "photoUrls" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +90,15 @@ public static class Tags
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -102,6 +132,15 @@ A schema class that validates payloads ## Description pet status in the store +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -113,6 +152,15 @@ public static class PhotoUrls
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -143,6 +191,9 @@ public static class Items
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -154,6 +205,9 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -165,6 +219,9 @@ public static class Id
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pig.md b/samples/client/petstore/java/docs/components/schemas/Pig.md index a5ee68505b6..121298ebdbd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pig.md +++ b/samples/client/petstore/java/docs/components/schemas/Pig.md @@ -14,6 +14,9 @@ public static class Pig1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index e22f7f43829..7528994a7f6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -19,6 +19,18 @@ A schema class that validates payloads ## Description a model that includes a self reference this forces properties and additionalProperties to be lazy loaded in python models because the Player class has not fully loaded when defining properties +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class), + new PropertyEntry("enemyPlayer", Player1.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -54,6 +66,9 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 675c18abf58..0b75ee87202 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -19,6 +19,17 @@ A schema class that validates payloads ## Description schema that contains a property named key +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("key", Key.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +63,9 @@ public static class Key
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md index 2d507b810aa..961a2ac1c16 100644 --- a/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/Quadrilateral.md @@ -14,6 +14,9 @@ public static class Quadrilateral1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 8e8e5f8ce9b..19fe65776d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -17,6 +17,21 @@ public static class QuadrilateralInterface1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("shapeType", ShapeType.class), + new PropertyEntry("quadrilateralType", QuadrilateralType.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "quadrilateralType", + "shapeType" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -60,6 +75,9 @@ public static class QuadrilateralType
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -71,6 +89,15 @@ public static class ShapeType
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 7d20571d084..bfdf16fcbb6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -17,6 +17,18 @@ public static class ReadOnlyFirst1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("bar", Bar.class), + new PropertyEntry("baz", Baz.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +64,9 @@ public static class Baz
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -63,6 +78,9 @@ public static class Bar
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index d4ff298e6c5..1f8a551859d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -16,6 +16,20 @@ public static class ReqPropsFromExplicitAddProps1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "invalid-name", + "validName" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +65,9 @@ public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 8776882a015..5183dd45dba 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -16,6 +16,20 @@ public static class ReqPropsFromTrueAddProps1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "invalid-name", + "validName" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +65,9 @@ public static class AdditionalProperties
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index ac46ff6c42c..547a6a6c674 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -15,6 +15,18 @@ public static class ReqPropsFromUnsetAddProps1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "invalid-name", + "validName" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 9d67407c561..45a7b9797b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -19,6 +19,15 @@ A schema class that validates payloads ## Description Model for testing reserved words +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("return", ReturnSchema2.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -63,6 +72,9 @@ A schema class that validates payloads ## Description this is a reserved python keyword +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 93cd87088a3..12010328d44 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -17,6 +17,9 @@ public static class ScaleneTriangle1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("triangleType", TriangleType.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class TriangleType
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 7bbe42b7fd2..e93197b7654 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -20,6 +20,16 @@ A schema class that validates payloads ## Description model with an invalid class name for python, starts with a number +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class), + new PropertyEntry("class", ClassSchema.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -66,6 +76,9 @@ A schema class that validates payloads ## Description this is a reserved python keyword +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -77,6 +90,9 @@ public static class Name
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 8175e4dbf78..1126d81c0ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -15,6 +15,15 @@ public static class SelfReferencingArrayModel1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 8c371c018d7..9392060a459 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -15,6 +15,19 @@ public static class SelfReferencingObjectModel1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("selfRef", SelfReferencingObjectModel1.class) + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Shape.md b/samples/client/petstore/java/docs/components/schemas/Shape.md index 90e7a297c7b..5f844f41055 100644 --- a/samples/client/petstore/java/docs/components/schemas/Shape.md +++ b/samples/client/petstore/java/docs/components/schemas/Shape.md @@ -14,6 +14,9 @@ public static class Shape1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 795e4b03630..173d35ca9e5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -18,6 +18,9 @@ A schema class that validates payloads ## Description The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -37,6 +40,9 @@ public static class Schema0
extends NullJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 314b3303917..1ecef7a7ce3 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -17,6 +17,9 @@ public static class SimpleQuadrilateral1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -36,6 +39,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("quadrilateralType", QuadrilateralType.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class QuadrilateralType
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SomeObject.md b/samples/client/petstore/java/docs/components/schemas/SomeObject.md index 32a5a70130f..198463292c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/SomeObject.md +++ b/samples/client/petstore/java/docs/components/schemas/SomeObject.md @@ -14,6 +14,9 @@ public static class SomeObject1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index fd8f317e44f..00a08b54d81 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -19,6 +19,17 @@ A schema class that validates payloads ## Description model with an invalid class name for python +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +63,9 @@ public static class A
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 9ff18aa656c..5118e066db2 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -16,6 +16,15 @@ public static class StringBooleanMap1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -47,6 +56,9 @@ public static class AdditionalProperties
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 3c4ec31b09f..351de49fc7f 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -14,6 +14,16 @@ public static class StringEnum1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 15a0406d28b..4a7b43375be 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -14,6 +14,15 @@ public static class StringEnumWithDefaultValue1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 5054cc38238..9d695c79194 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -14,6 +14,9 @@ public static class StringSchema1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 5e75c0ff23a..668ec856f8d 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -14,6 +14,15 @@ public static class StringWithValidation1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 1d0c8305c70..dc77ed11963 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -17,6 +17,18 @@ public static class Tag1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("name", Name.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -52,6 +64,9 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -63,6 +78,9 @@ public static class Id
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Triangle.md b/samples/client/petstore/java/docs/components/schemas/Triangle.md index bc78ae5a4de..485104d1fd7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Triangle.md +++ b/samples/client/petstore/java/docs/components/schemas/Triangle.md @@ -14,6 +14,9 @@ public static class Triangle1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 2ab9bf5e635..fb785018faa 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -17,6 +17,21 @@ public static class TriangleInterface1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("shapeType", ShapeType.class), + new PropertyEntry("triangleType", TriangleType.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "shapeType", + "triangleType" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -60,6 +75,9 @@ public static class TriangleType
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -71,6 +89,15 @@ public static class ShapeType
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 0a06fbb4ccf..f79175bd325 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -14,6 +14,17 @@ public static class UUIDString1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("uuid")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 3d47320607a..ec657c9ae8a 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -29,6 +29,29 @@ public static class User1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("username", Username.class), + new PropertyEntry("firstName", FirstName.class), + new PropertyEntry("lastName", LastName.class), + new PropertyEntry("email", Email.class), + new PropertyEntry("password", Password.class), + new PropertyEntry("phone", Phone.class), + new PropertyEntry("userStatus", UserStatus.class), + new PropertyEntry("objectWithNoDeclaredProps", ObjectWithNoDeclaredProps.class), + new PropertyEntry("objectWithNoDeclaredPropsNullable", ObjectWithNoDeclaredPropsNullable.class), + new PropertyEntry("anyTypeProp", AnyTypeProp.class), + new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class), + new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -89,6 +112,9 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -111,6 +137,9 @@ A schema class that validates payloads ## Description any type except 'null' Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -130,6 +159,9 @@ public static class Not
extends NullJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -144,6 +176,9 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -166,6 +201,16 @@ A schema class that validates payloads ## Description test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -181,6 +226,9 @@ A schema class that validates payloads ## Description test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -195,6 +243,9 @@ A schema class that validates payloads ## Description User Status +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -206,6 +257,9 @@ public static class Phone
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -217,6 +271,9 @@ public static class Password
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -228,6 +285,9 @@ public static class Email
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -239,6 +299,9 @@ public static class LastName
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -250,6 +313,9 @@ public static class FirstName
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -261,6 +327,9 @@ public static class Username
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -272,6 +341,9 @@ public static class Id
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 1e45c3ef346..27a7673e8d6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -18,6 +18,23 @@ public static class Whale1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("hasBaleen", HasBaleen.class), + new PropertyEntry("hasTeeth", HasTeeth.class), + new PropertyEntry("className", ClassName.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "className" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +72,15 @@ public static class ClassName
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -66,6 +92,9 @@ public static class HasTeeth
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -77,6 +106,9 @@ public static class HasBaleen
extends BooleanJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 7f04d83d960..539ce2c1177 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -18,6 +18,24 @@ public static class Zebra1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("type", Type.class), + new PropertyEntry("className", ClassName.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "className" + ))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -53,6 +71,15 @@ public static class ClassName
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -64,6 +91,15 @@ public static class Type
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -75,6 +111,9 @@ public static class AdditionalProperties
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index ce079d517f1..401fe15f213 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 32695d77181..6cb07377336 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -14,6 +14,15 @@ public static class Schema11
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 57394183171..8916ab7adb2 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index b99264db25e..2a4c1561b3c 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -14,6 +14,15 @@ public static class PathParamSchema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index 8944c48c754..4484f7343c2 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index 49418e538cf..23207d5621e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index cc2fd34c8e5..050ee3ed19f 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -14,6 +14,15 @@ public static class Schema11
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index 92b647baf63..ca500367b8a 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -14,6 +14,9 @@ public static class Schema21
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index fe7c631a3e0..f5667a4f127 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -14,6 +14,9 @@ public static class Schema31
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index cac35839b2a..fe7e6f6c2b4 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -14,6 +14,15 @@ public static class Schema41
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index 8314f6324d2..afdbbcc30f4 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -14,6 +14,9 @@ public static class Schema51
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index f9ee637182d..cf9b1efb29f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -16,6 +16,15 @@ public static class Schema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items0.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,15 @@ public static class Items0
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index c11675255d6..7340e3e9b33 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -14,6 +14,15 @@ public static class Schema11
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 96113c67523..6f77c5ff29c 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -16,6 +16,15 @@ public static class Schema21
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,15 @@ public static class Items2
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 3c5dbe728cc..c973f78f4dc 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -14,6 +14,15 @@ public static class Schema31
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index b60ea0ad32f..0bf25cd24c8 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -14,6 +14,20 @@ public static class Schema41
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("int32")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index d1e2c9dc9d8..71eaa4af37b 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -14,6 +14,20 @@ public static class Schema51
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("double")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 0aea612749a..4df5055880e 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -19,6 +19,18 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("enum_form_string_array", EnumFormStringArray.class), + new PropertyEntry("enum_form_string", EnumFormString.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -57,6 +69,15 @@ A schema class that validates payloads ## Description Form parameter enum test (string) +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -71,6 +92,15 @@ A schema class that validates payloads ## Description Form parameter enum test (string array) +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -101,6 +131,15 @@ public static class Items
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index dbd443bbad5..e6e9bab0d3a 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends MapJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index a001e524dbd..f47cd0dbd6a 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -29,6 +29,37 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("integer", IntegerSchema.class), + new PropertyEntry("int32", Int32.class), + new PropertyEntry("int64", Int64.class), + new PropertyEntry("number", NumberSchema.class), + new PropertyEntry("float", FloatSchema.class), + new PropertyEntry("double", DoubleSchema.class), + new PropertyEntry("string", StringSchema.class), + new PropertyEntry("pattern_without_delimiter", PatternWithoutDelimiter.class), + new PropertyEntry("byte", ByteSchema.class), + new PropertyEntry("binary", Binary.class), + new PropertyEntry("date", Date.class), + new PropertyEntry("dateTime", DateTime.class), + new PropertyEntry("password", Password.class), + new PropertyEntry("callback", Callback.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "byte", + "double", + "number", + "pattern_without_delimiter" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -86,6 +117,9 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -100,6 +134,17 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("password")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -114,6 +159,17 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))), +
+ new KeywordEntry("format", new FormatValidator("date-time")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -128,6 +184,9 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -142,6 +201,9 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -156,6 +218,9 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -170,6 +235,15 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -184,6 +258,15 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -198,6 +281,20 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("double")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -212,6 +309,20 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("float")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -226,6 +337,18 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -240,6 +363,9 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -254,6 +380,20 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("int32")) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -268,6 +408,18 @@ A schema class that validates payloads ## Description None +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index 5f105cfc676..90ec9a1a6a6 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 0b6ecd7a11a..3e8f144aaea 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index e48ffe139ee..f780845c87d 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -14,6 +14,9 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 8403aec477e..00e67a5d285 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -14,6 +14,9 @@ public static class Schema21
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index b0ff7629aaa..0a6ee967cae 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index ee965296ba1..b77191c7a29 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -16,6 +16,15 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -47,6 +56,9 @@ public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 4e436f33159..454069f18e6 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -15,6 +15,9 @@ public static class Schema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -34,6 +37,15 @@ public static class Schema00
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index a1634682adf..af8b2c5c516 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -17,6 +17,17 @@ public static class Schema11
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp1.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -50,6 +61,9 @@ public static class SomeProp1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class Schema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index f0f80b2fecf..cd5a92d9a78 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -15,6 +15,9 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -34,6 +37,15 @@ public static class Schema0
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 4fae86343ce..c56695be1fc 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -17,6 +17,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -50,6 +61,9 @@ public static class SomeProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class Schema0
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index f5ce0f6b508..3aa55525ba0 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -15,6 +15,9 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -34,6 +37,15 @@ public static class Schema0
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 5b700afe9b2..a3c0132f0c4 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -17,6 +17,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -50,6 +61,9 @@ public static class SomeProp
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +83,15 @@ public static class Schema0
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index ef181409cf1..83cccc77a2c 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -17,6 +17,23 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("param", Param.class), + new PropertyEntry("param2", Param2.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "param", + "param2" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +72,9 @@ A schema class that validates payloads ## Description field2 +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +89,9 @@ A schema class that validates payloads ## Description field1 +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 1394008bd13..1f478a0e3f1 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 7ba60655a45..ab464f1e241 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 04b78912d09..d006107780c 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -16,6 +16,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +60,9 @@ public static class A
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 48648daab0d..b51eeabaf63 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -16,6 +16,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("b", B.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +60,9 @@ public static class B
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index 0e89ba16e3d..de5eceeef81 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index 2722a58aa5c..266f284bace 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 8fb7bc4902d..9d0f83b1592 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 39c00bb873d..92f1f14047b 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 00572dea706..b4af107498e 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -16,6 +16,17 @@ public static class Schema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("keyword", Keyword0.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -49,6 +60,9 @@ public static class Keyword0
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index d1a0422f628..8890119922c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 522862d54a1..5099c3be4c1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -14,6 +14,9 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index abfcfcef98a..aa1193dd4db 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -14,6 +14,9 @@ public static class Schema101
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 9bbfcf4a40d..86c4aa88a49 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -14,6 +14,9 @@ public static class Schema111
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index d4bf48567cc..c6d5d7db108 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -14,6 +14,9 @@ public static class Schema121
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index 70975ce9b22..54d8de88707 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -14,6 +14,9 @@ public static class Schema131
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index dc226b58683..322c9929854 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -14,6 +14,9 @@ public static class Schema141
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index 880e47cdb0f..a1e8487a8ff 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -14,6 +14,9 @@ public static class Schema151
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 8f58befb7d8..735ca7fa10c 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -14,6 +14,9 @@ public static class Schema161
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 6099af4a508..67d19384f8a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -14,6 +14,9 @@ public static class Schema171
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index ec606e0195f..beac3281cef 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -14,6 +14,9 @@ public static class Schema181
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 6332abe8d01..374a8d2da00 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -14,6 +14,9 @@ public static class Schema21
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index fe9c2c8e9a2..bda21fd82a0 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -14,6 +14,9 @@ public static class Schema31
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index 7db995f2568..f8d80ce35ce 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -14,6 +14,9 @@ public static class Schema41
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index 29f91761604..97b1e4ae28b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -14,6 +14,9 @@ public static class Schema51
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index a6f40427913..484275b2bda 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -14,6 +14,9 @@ public static class Schema61
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index 3947d6bb8b0..9a283bb918e 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -14,6 +14,9 @@ public static class Schema71
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index 8aff392bc1d..ded444d9ae3 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -14,6 +14,9 @@ public static class Schema81
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index 7bde98047c2..0872fb862b1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -14,6 +14,9 @@ public static class Schema91
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index ef780255f37..38562845c8d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index b61a35f80fc..d5e4afc7440 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index c0bb1525b64..9bab5ec8692 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index f5c811ad17a..b8cc0c07729 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -17,6 +17,22 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("additionalMetadata", AdditionalMetadata.class), + new PropertyEntry("requiredFile", RequiredFile.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "requiredFile" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +71,9 @@ A schema class that validates payloads ## Description file to upload +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +88,9 @@ A schema class that validates payloads ## Description Additional data to pass to server +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index 7fa077d1ee3..e1db43091a2 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index e75b3c58afd..1f25d9a1b14 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 3cd9ac4279e..c0f62005fbe 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -16,6 +16,15 @@ public static class Schema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items0.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,9 @@ public static class Items0
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 90fca945e5b..08d34fd0799 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -16,6 +16,15 @@ public static class Schema11
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items1.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,9 @@ public static class Items1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 45629420f66..17458f3615c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -16,6 +16,15 @@ public static class Schema21
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items2.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,9 @@ public static class Items2
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 5979f2cf4ec..cf923834bc0 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -16,6 +16,15 @@ public static class Schema31
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items3.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,9 @@ public static class Items3
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 35dee5734e0..6bd2417615f 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -16,6 +16,15 @@ public static class Schema41
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items4.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,9 @@ public static class Items4
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 4fe120ead50..49afe2b2465 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -17,6 +17,9 @@ A schema class that validates payloads ## Description file to upload +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index 84cc4420041..7a6a59d2d26 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -17,6 +17,9 @@ A schema class that validates payloads ## Description file to download +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 8c35f744b80..b42a28109f8 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -17,6 +17,22 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("additionalMetadata", AdditionalMetadata.class), + new PropertyEntry("file", File.class) + ))), +
+ new KeywordEntry("required", new RequiredValidator(Set.of( + "file" + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +71,9 @@ A schema class that validates payloads ## Description file to upload +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +88,9 @@ A schema class that validates payloads ## Description Additional data to pass to server +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 997e712191d..353e74ed690 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -18,6 +18,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("files", Files.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -51,6 +62,15 @@ public static class Files
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -81,6 +101,9 @@ public static class Items
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 33d50d53afb..00e2a610486 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 5123cf12468..f0b8f276a0d 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index a7fcfa28fd1..6d2565d4c90 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index 1dd3b787b58..ad34dfbd06b 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index 347f7011201..05ffe2fcb2d 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index 64d222f6898..a973a4b683d 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 59c39393af3..281a1e4626f 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -15,6 +15,17 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("string", Foo.Foo1.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index ff708c31c86..7584153346e 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -16,6 +16,15 @@ public static class Schema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items0.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,15 @@ public static class Items0
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + String.class + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index b1ede8de40a..410b052b36f 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -16,6 +16,15 @@ public static class Schema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +
+ new KeywordEntry("items", new ItemsValidator(Items0.class)) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -46,6 +55,9 @@ public static class Items0
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 036e8efb4d7..1992da903ab 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index a43018d7f79..e2cec8037c7 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -14,6 +14,9 @@ public static class Schema11
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index eb7a3176b13..dd832406d7e 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 5c336325978..693f8d3e4a2 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index cd7b64e3016..2338320afa6 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -17,6 +17,18 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class), + new PropertyEntry("status", Status.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +67,9 @@ A schema class that validates payloads ## Description Updated status of the pet +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +84,9 @@ A schema class that validates payloads ## Description Updated name of the pet +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index 9c9798eb62b..f88812f02a3 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends Int64JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 3cc04ad21fa..9743ed68316 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -17,6 +17,18 @@ public static class Schema1
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +
+ new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("additionalMetadata", AdditionalMetadata.class), + new PropertyEntry("file", File.class) + ))) +
+));
### Method Summary | Modifier and Type | Method and Description | @@ -55,6 +67,9 @@ A schema class that validates payloads ## Description file to upload +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | @@ -69,6 +84,9 @@ A schema class that validates payloads ## Description Additional data to pass to server +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 9dfe4c9ccc2..426c098972d 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index e02fe60bf6c..f2d0370426f 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -14,6 +14,20 @@ public static class Schema01
extends JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class + ))), +
+ new KeywordEntry("format", new FormatValidator("int64")) +
+));
### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index 0acacced558..b55603d9d6d 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -14,6 +14,9 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 1f528983f95..4faa0b9a4ea 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -14,6 +14,9 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 873853d0d79..5bd2c4746ad 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index ac8ab753ab2..346268943ec 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -14,6 +14,9 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index af9e667e5ff..23365ab4a94 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -14,6 +14,9 @@ public static class XExpiresAfterSchema1
extends DateTimeJsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index c3b19d12c6e..ccaac5a46bd 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -14,6 +14,9 @@ public static class XRateLimitSchema1
extends Int32JsonSchema A schema class that validates payloads +### Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | ### Method Summary | Modifier and Type | Method and Description | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 07c629cd78c..0f818a365b1 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -45,6 +45,10 @@ A schema class that validates payloads {{description}} {{/if}} {{#unless refInfo}} +{{headerSize}}## Field Summary +| Modifier and Type | Field and Description | +| ----------------- | ---------------------- | +{{> src/main/java/org/openapitools/components/schemas/docschema_fields }} {{headerSize}}## Method Summary | Modifier and Type | Method and Description | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields.hbs new file mode 100644 index 00000000000..77af29f8657 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields.hbs @@ -0,0 +1,58 @@ +{{#or isBooleanSchemaFalse isBooleanSchemaTrue}} +{{else}} + {{#eq types null }} + {{#if isSimpleAnyType }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields_field }} + {{/if}} + {{else}} + {{! types exist }} + {{#eq types.size 1}} + {{! one type }} + {{#each types}} + {{#eq this "object"}} + {{#if isSimpleObject }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields_field }} + {{/if}} + {{else}} + {{#eq this "array"}} + {{#if isSimpleArray }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields_field }} + {{/if}} + {{else}} + {{#eq this "boolean"}} + {{#if isSimpleBoolean }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields_field }} + {{/if}} + {{else}} + {{#or (eq this "number") (eq this "integer") }} + {{#or isSimpleInteger isSimpleNumber }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields_field }} + {{/or}} + {{else}} + {{#eq this "string"}} + {{#if isSimpleString}} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields_field }} + {{/if}} + {{else}} + {{#if isSimpleNull }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields_field }} + {{/if}} + {{/eq}} + {{/or}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/each}} + {{else}} + {{! multiple types }} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields_field }} + {{/eq}} + {{/eq}} +{{/or}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs new file mode 100644 index 00000000000..fdd542bcb2a --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs @@ -0,0 +1,26 @@ +{{#each keywords}} + {{#if @first}} +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ {{/if}} + {{#eq this "type"}} + {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_types }}
+ {{/eq}} + {{#eq this "format"}} + {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_format }}
+ {{/eq}} + {{#eq this "items"}} + {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_items }}
+ {{/eq}} + {{#eq this "properties"}} + {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties }}
+ {{/eq}} + {{#eq this "required"}} + {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_required }}
+ {{/eq}} + {{#eq this "additionalProperties"}} + {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties }}
+ {{/eq}} + {{#if @last}} +));
+ {{/if}} +{{/each}} \ No newline at end of file From e33333bb2df7b6e7b68f33a4949764ea4dd4928b Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 17:35:43 -0800 Subject: [PATCH 56/72] Adds field summary, breaks table --- .../content/applicationjson/Schema.md | 9 +- .../content/applicationjson/Schema.md | 9 +- .../content/applicationxml/Schema.md | 9 +- .../content/applicationjson/Schema.md | 9 +- .../components/schemas/AbstractStepMessage.md | 24 +- .../schemas/AdditionalPropertiesClass.md | 81 ++---- .../schemas/AdditionalPropertiesSchema.md | 33 +-- .../AdditionalPropertiesWithArrayOfEnums.md | 18 +- .../java/docs/components/schemas/Address.md | 9 +- .../java/docs/components/schemas/Animal.md | 32 +-- .../docs/components/schemas/AnimalFarm.md | 9 +- .../components/schemas/AnyTypeAndFormat.md | 83 ++---- .../components/schemas/ApiResponseSchema.md | 17 +- .../java/docs/components/schemas/Apple.md | 48 ++-- .../java/docs/components/schemas/AppleReq.md | 25 +- .../components/schemas/ArrayHoldingAnyType.md | 9 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 31 +- .../docs/components/schemas/ArrayOfEnums.md | 9 +- .../components/schemas/ArrayOfNumberOnly.md | 22 +- .../java/docs/components/schemas/ArrayTest.md | 62 ++-- .../schemas/ArrayWithValidationsInItems.md | 28 +- .../java/docs/components/schemas/Banana.md | 20 +- .../java/docs/components/schemas/BananaReq.md | 25 +- .../java/docs/components/schemas/Bar.md | 10 +- .../java/docs/components/schemas/BasquePig.md | 30 +- .../docs/components/schemas/BooleanEnum.md | 6 +- .../docs/components/schemas/Capitalization.md | 23 +- .../java/docs/components/schemas/Cat.md | 13 +- .../java/docs/components/schemas/Category.md | 32 +-- .../java/docs/components/schemas/ChildCat.md | 13 +- .../docs/components/schemas/ClassModel.md | 10 +- .../java/docs/components/schemas/Client.md | 13 +- .../schemas/ComplexQuadrilateral.md | 23 +- ...omposedAnyOfDifferentTypesNoValidations.md | 9 +- .../docs/components/schemas/ComposedArray.md | 9 +- .../docs/components/schemas/ComposedBool.md | 6 +- .../docs/components/schemas/ComposedNone.md | 6 +- .../docs/components/schemas/ComposedNumber.md | 16 +- .../docs/components/schemas/ComposedObject.md | 6 +- .../schemas/ComposedOneOfDifferentTypes.md | 28 +- .../docs/components/schemas/ComposedString.md | 10 +- .../java/docs/components/schemas/Currency.md | 10 +- .../java/docs/components/schemas/DanishPig.md | 30 +- .../docs/components/schemas/DateTimeTest.md | 13 +- .../schemas/DateTimeWithValidations.md | 13 +- .../components/schemas/DateWithValidations.md | 13 +- .../java/docs/components/schemas/Dog.md | 13 +- .../java/docs/components/schemas/Drawing.md | 31 +- .../docs/components/schemas/EnumArrays.md | 44 ++- .../java/docs/components/schemas/EnumClass.md | 10 +- .../java/docs/components/schemas/EnumTest.md | 94 +++---- .../components/schemas/EquilateralTriangle.md | 23 +- .../java/docs/components/schemas/File.md | 13 +- .../components/schemas/FileSchemaTestClass.md | 24 +- .../java/docs/components/schemas/Foo.md | 13 +- .../docs/components/schemas/FormatTest.md | 207 ++++++-------- .../docs/components/schemas/FromSchema.md | 15 +- .../java/docs/components/schemas/Fruit.md | 10 +- .../java/docs/components/schemas/GmFruit.md | 10 +- .../components/schemas/GrandparentAnimal.md | 20 +- .../components/schemas/HasOnlyReadOnly.md | 15 +- .../components/schemas/HealthCheckResult.md | 25 +- .../docs/components/schemas/IntegerEnum.md | 16 +- .../docs/components/schemas/IntegerEnumBig.md | 16 +- .../components/schemas/IntegerEnumOneValue.md | 16 +- .../schemas/IntegerEnumWithDefaultValue.md | 16 +- .../docs/components/schemas/IntegerMax10.md | 19 +- .../docs/components/schemas/IntegerMin15.md | 19 +- .../components/schemas/IsoscelesTriangle.md | 23 +- .../java/docs/components/schemas/Items.md | 9 +- .../components/schemas/JSONPatchRequest.md | 9 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 41 ++- .../schemas/JSONPatchRequestMoveCopy.md | 41 ++- .../schemas/JSONPatchRequestRemove.md | 37 +-- .../java/docs/components/schemas/MapTest.md | 65 ++--- ...dPropertiesAndAdditionalPropertiesClass.md | 26 +- .../java/docs/components/schemas/Money.md | 27 +- .../docs/components/schemas/MyObjectDto.md | 16 +- .../java/docs/components/schemas/Name.md | 21 +- .../schemas/NoAdditionalProperties.md | 25 +- .../docs/components/schemas/NullableClass.md | 266 ++++++++---------- .../docs/components/schemas/NullableString.md | 12 +- .../docs/components/schemas/NumberOnly.md | 13 +- .../schemas/NumberWithValidations.md | 16 +- .../schemas/ObjWithRequiredProps.md | 20 +- .../schemas/ObjWithRequiredPropsBase.md | 20 +- .../ObjectModelWithArgAndArgsProperties.md | 24 +- .../schemas/ObjectModelWithRefProps.md | 17 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 20 +- .../schemas/ObjectWithCollidingProperties.md | 15 +- .../schemas/ObjectWithDecimalProperties.md | 17 +- .../ObjectWithDifficultlyNamedProps.md | 24 +- .../ObjectWithInlineCompositionProperty.md | 23 +- .../ObjectWithInvalidNamedRefedProperties.md | 24 +- .../ObjectWithNonIntersectingValues.md | 16 +- .../schemas/ObjectWithOnlyOptionalProps.md | 18 +- .../schemas/ObjectWithOptionalTestProp.md | 13 +- .../schemas/ObjectWithValidations.md | 6 +- .../java/docs/components/schemas/Order.md | 33 +-- .../schemas/PaginatedResultMyObjectDto.md | 36 +-- .../java/docs/components/schemas/ParentPet.md | 6 +- .../java/docs/components/schemas/Pet.md | 60 ++-- .../java/docs/components/schemas/Player.md | 15 +- .../java/docs/components/schemas/PublicKey.md | 13 +- .../schemas/QuadrilateralInterface.md | 31 +- .../docs/components/schemas/ReadOnlyFirst.md | 15 +- .../schemas/ReqPropsFromExplicitAddProps.md | 18 +- .../schemas/ReqPropsFromTrueAddProps.md | 18 +- .../schemas/ReqPropsFromUnsetAddProps.md | 15 +- .../docs/components/schemas/ReturnSchema.md | 10 +- .../components/schemas/ScaleneTriangle.md | 23 +- .../components/schemas/Schema200Response.md | 12 +- .../schemas/SelfReferencingArrayModel.md | 9 +- .../schemas/SelfReferencingObjectModel.md | 16 +- .../components/schemas/SimpleQuadrilateral.md | 23 +- .../components/schemas/SpecialModelname.md | 13 +- .../components/schemas/StringBooleanMap.md | 9 +- .../docs/components/schemas/StringEnum.md | 12 +- .../schemas/StringEnumWithDefaultValue.md | 10 +- .../schemas/StringWithValidation.md | 10 +- .../java/docs/components/schemas/Tag.md | 15 +- .../components/schemas/TriangleInterface.md | 31 +- .../docs/components/schemas/UUIDString.md | 13 +- .../java/docs/components/schemas/User.md | 49 ++-- .../java/docs/components/schemas/Whale.md | 34 +-- .../java/docs/components/schemas/Zebra.md | 45 ++- .../delete/parameters/parameter1/Schema1.md | 10 +- .../parameters/parameter0/PathParamSchema0.md | 10 +- .../delete/parameters/parameter1/Schema1.md | 10 +- .../delete/parameters/parameter4/Schema4.md | 10 +- .../fake/get/parameters/parameter0/Schema0.md | 19 +- .../fake/get/parameters/parameter1/Schema1.md | 10 +- .../fake/get/parameters/parameter2/Schema2.md | 19 +- .../fake/get/parameters/parameter3/Schema3.md | 10 +- .../fake/get/parameters/parameter4/Schema4.md | 19 +- .../fake/get/parameters/parameter5/Schema5.md | 19 +- .../applicationxwwwformurlencoded/Schema.md | 44 ++- .../applicationxwwwformurlencoded/Schema.md | 187 ++++++------ .../content/applicationjson/Schema.md | 9 +- .../post/parameters/parameter0/Schema0.md | 10 +- .../post/parameters/parameter1/Schema1.md | 23 +- .../content/applicationjson/Schema.md | 10 +- .../content/multipartformdata/Schema.md | 23 +- .../content/applicationjson/Schema.md | 10 +- .../content/multipartformdata/Schema.md | 23 +- .../applicationxwwwformurlencoded/Schema.md | 24 +- .../content/applicationjson/Schema.md | 13 +- .../content/multipartformdata/Schema.md | 13 +- .../get/parameters/parameter0/Schema0.md | 13 +- .../content/multipartformdata/Schema.md | 22 +- .../put/parameters/parameter0/Schema0.md | 9 +- .../put/parameters/parameter1/Schema1.md | 9 +- .../put/parameters/parameter2/Schema2.md | 9 +- .../put/parameters/parameter3/Schema3.md | 9 +- .../put/parameters/parameter4/Schema4.md | 9 +- .../content/multipartformdata/Schema.md | 22 +- .../content/multipartformdata/Schema.md | 22 +- .../content/applicationjson/Schema.md | 13 +- .../get/parameters/parameter0/Schema0.md | 19 +- .../get/parameters/parameter0/Schema0.md | 9 +- .../applicationxwwwformurlencoded/Schema.md | 15 +- .../content/multipartformdata/Schema.md | 15 +- .../get/parameters/parameter0/Schema0.md | 19 +- .../schemas/docschema_fields_field.hbs | 42 +-- 164 files changed, 1560 insertions(+), 2351 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index c8a16524af5..2706946bef8 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -18,12 +18,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(User.User1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(User.User1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index f129a6df3a4..2132feca71c 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -18,12 +18,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 72f6d14845b..7a58c9956a1 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -18,12 +18,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index b93526447b9..42754211fd2 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index b1aaf5fc8ec..97d9031ca3a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -22,20 +22,16 @@ Abstract Step ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("discriminator", Discriminator.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "description", - "discriminator", - "sequenceNumber" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("discriminator", Discriminator.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "description", + "discriminator", + "sequenceNumber" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index f751cadb486..7ba71bfa8ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -38,21 +38,18 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("map_property", MapProperty.class), - new PropertyEntry("map_of_map_property", MapOfMapProperty.class), - new PropertyEntry("anytype_1", Anytype1.class), - new PropertyEntry("map_with_undeclared_properties_anytype_1", MapWithUndeclaredPropertiesAnytype1.class), - new PropertyEntry("map_with_undeclared_properties_anytype_2", MapWithUndeclaredPropertiesAnytype2.class), - new PropertyEntry("map_with_undeclared_properties_anytype_3", MapWithUndeclaredPropertiesAnytype3.class), - new PropertyEntry("empty_map", EmptyMap.class), - new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("map_property", MapProperty.class), + new PropertyEntry("map_of_map_property", MapOfMapProperty.class), + new PropertyEntry("anytype_1", Anytype1.class), + new PropertyEntry("map_with_undeclared_properties_anytype_1", MapWithUndeclaredPropertiesAnytype1.class), + new PropertyEntry("map_with_undeclared_properties_anytype_2", MapWithUndeclaredPropertiesAnytype2.class), + new PropertyEntry("map_with_undeclared_properties_anytype_3", MapWithUndeclaredPropertiesAnytype3.class), + new PropertyEntry("empty_map", EmptyMap.class), + new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -103,12 +100,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -160,12 +154,9 @@ an object with no declared properties and no undeclared properties, hence it ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -221,12 +212,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -333,12 +321,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -373,12 +358,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -427,12 +409,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 7ffab85d918..2be21fdfea5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -26,10 +26,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -44,12 +42,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -106,12 +101,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -168,12 +160,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index cdc1d006ddc..c44b0b87e35 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -20,12 +20,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -60,12 +57,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 4f1c95e9bc6..ce1284af610 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index ad63421bf01..6fb73dbfd5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -20,19 +20,15 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("className", ClassName.class), - new PropertyEntry("color", Color.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "className" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("className", ClassName.class), + new PropertyEntry("color", Color.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "className" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -71,12 +67,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 30a8a62e523..a2a221d1fcf 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -18,12 +18,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 19aa55053d7..02a3bd38d01 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -27,22 +27,19 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("uuid", UuidSchema.class), - new PropertyEntry("date", Date.class), - new PropertyEntry("date-time", Datetime.class), - new PropertyEntry("number", NumberSchema.class), - new PropertyEntry("binary", Binary.class), - new PropertyEntry("int32", Int32.class), - new PropertyEntry("int64", Int64.class), - new PropertyEntry("double", DoubleSchema.class), - new PropertyEntry("float", FloatSchema.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("uuid", UuidSchema.class), + new PropertyEntry("date", Date.class), + new PropertyEntry("date-time", Datetime.class), + new PropertyEntry("number", NumberSchema.class), + new PropertyEntry("binary", Binary.class), + new PropertyEntry("int32", Int32.class), + new PropertyEntry("int64", Int64.class), + new PropertyEntry("double", DoubleSchema.class), + new PropertyEntry("float", FloatSchema.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -91,10 +88,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("float")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("float")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -117,10 +112,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("double")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("double")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -143,10 +136,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("int64")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("int64")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -169,10 +160,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("int32")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("int32")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -195,10 +184,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("binary")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("binary")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -221,10 +208,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("number")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("number")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -247,10 +232,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("date-time")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("date-time")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -273,10 +256,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("date")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("date")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -299,10 +280,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("format", new FormatValidator("uuid")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("uuid")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 101c36055fa..f4751b09bfa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -21,16 +21,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("code", Code.class), - new PropertyEntry("type", Type.class), - new PropertyEntry("message", Message.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("code", Code.class), + new PropertyEntry("type", Type.class), + new PropertyEntry("message", Message.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index fb50bcc02fd..1bcc407a2bc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -20,22 +20,18 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("cultivar", Cultivar.class), - new PropertyEntry("origin", Origin.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "cultivar" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("cultivar", Cultivar.class), + new PropertyEntry("origin", Origin.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "cultivar" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -75,12 +71,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -95,12 +89,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index a5c7569623d..46e9102a5f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -21,21 +21,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("cultivar", Cultivar.class), - new PropertyEntry("mealy", Mealy.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "cultivar" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("cultivar", Cultivar.class), + new PropertyEntry("mealy", Mealy.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "cultivar" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index d840ab0406c..8ecbdcda83e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index bed893c7361..3c90b640f8a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -23,14 +23,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -67,12 +64,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -106,12 +100,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 8311a6bb738..3979979408b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -18,12 +18,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index acf69143c82..ddc7d7ec5b4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -21,14 +21,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("ArrayNumber", ArrayNumber.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("ArrayNumber", ArrayNumber.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -65,12 +62,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index d786917e191..b3573af5ce4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -30,16 +30,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("array_of_string", ArrayOfString.class), - new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class), - new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("array_of_string", ArrayOfString.class), + new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class), + new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -80,12 +77,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items3.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items3.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -119,12 +113,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -158,12 +149,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -197,12 +185,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -250,12 +235,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 4068a640fab..804773a6166 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -58,17 +55,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("int64")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("int64")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 76943921dee..d07008c5c51 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -19,18 +19,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("lengthCm", LengthCm.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "lengthCm" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("lengthCm", LengthCm.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "lengthCm" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 4bce433b6bd..a0fbdabfb55 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -21,21 +21,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("lengthCm", LengthCm.class), - new PropertyEntry("sweet", Sweet.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "lengthCm" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("lengthCm", LengthCm.class), + new PropertyEntry("sweet", Sweet.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "lengthCm" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index df364d04d7e..6cf0307ae66 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index d81db64bd5c..76ce59da497 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -19,18 +19,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("className", ClassName.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "className" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("className", ClassName.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "className" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -67,12 +63,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 6ae4de6ac84..c933e80d8b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -17,10 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 13db310b375..1205aed43a2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -24,19 +24,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("smallCamel", SmallCamel.class), - new PropertyEntry("CapitalCamel", CapitalCamel.class), - new PropertyEntry("small_Snake", SmallSnake.class), - new PropertyEntry("Capital_Snake", CapitalSnake.class), - new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class), - new PropertyEntry("ATT_NAME", ATTNAME.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("smallCamel", SmallCamel.class), + new PropertyEntry("CapitalCamel", CapitalCamel.class), + new PropertyEntry("small_Snake", SmallSnake.class), + new PropertyEntry("Capital_Snake", CapitalSnake.class), + new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class), + new PropertyEntry("ATT_NAME", ATTNAME.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 7ec9509e1e2..cf7b32eec2e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -42,14 +42,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("declawed", Declawed.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("declawed", Declawed.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 047c4dd3154..ed14a26f32f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -20,19 +20,15 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("name", Name.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "name" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("name", Name.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "name" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -71,12 +67,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index fb56f151173..f1602a8883a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -42,14 +42,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 39d693c3538..6d466a55e6e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -22,12 +22,10 @@ Model for testing model with \"_class\" property ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("_class", ClassSchema.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("_class", ClassSchema.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 3d7e8121516..b7e69c23132 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -19,14 +19,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("client", Client2.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("client", Client2.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index b08d2556d72..9039a096964 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -42,14 +42,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("quadrilateralType", QuadrilateralType.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("quadrilateralType", QuadrilateralType.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 62991e93ab7..de28d2e31b8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -141,12 +141,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index f46954045b2..0b4ede779d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 54407b9788a..64b4840acde 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -18,10 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 1f9a94f00d7..f176ec4607d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -18,10 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(Void.class))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Void.class))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index a21963e881a..fbd3f869aed 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -18,15 +18,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 0802cd40b77..015b311ef2f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -18,10 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index b89af7729fd..556831b8a52 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -49,14 +49,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("date-time")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))), +new KeywordEntry("format", new FormatValidator("date-time")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -71,12 +68,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -132,10 +126,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 797362b9419..181345fbc37 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -18,12 +18,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index abebc255948..df6de8e7dd1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 3198339a8f9..cbbd5c08cfa 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -19,18 +19,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("className", ClassName.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "className" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("className", ClassName.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "className" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -67,12 +63,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index bfef48437fd..44571a2f767 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -17,14 +17,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("date-time")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))), +new KeywordEntry("format", new FormatValidator("date-time")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 36ac23a9a44..a0322eb26f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -17,14 +17,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("date-time")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))), +new KeywordEntry("format", new FormatValidator("date-time")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 86588aff0d7..9c1d548a011 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -17,14 +17,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("date")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))), +new KeywordEntry("format", new FormatValidator("date")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 72d4e89fe98..3cd0f39e558 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -42,14 +42,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("breed", Breed.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("breed", Breed.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 18202a2eb1f..bbb387970dd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -20,19 +20,15 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("mainShape", Shape.Shape1.class), - new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class), - new PropertyEntry("nullableShape", NullableShape.NullableShape1.class), - new PropertyEntry("shapes", Shapes.class) - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("mainShape", Shape.Shape1.class), + new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class), + new PropertyEntry("nullableShape", NullableShape.NullableShape1.class), + new PropertyEntry("shapes", Shapes.class) +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -75,12 +71,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 4e6e9c2c804..a8fd8e560bd 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -22,15 +22,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("just_symbol", JustSymbol.class), - new PropertyEntry("array_enum", ArrayEnum.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("just_symbol", JustSymbol.class), + new PropertyEntry("array_enum", ArrayEnum.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -69,12 +66,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -108,12 +102,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -128,12 +120,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index d1d488e51ec..162ed4dc0e5 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index f1dc5de80fc..1d109aabfd1 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -22,26 +22,22 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("enum_string", EnumString.class), - new PropertyEntry("enum_string_required", EnumStringRequired.class), - new PropertyEntry("enum_integer", EnumInteger.class), - new PropertyEntry("enum_number", EnumNumber.class), - new PropertyEntry("stringEnum", StringEnum.StringEnum1.class), - new PropertyEntry("IntegerEnum", IntegerEnum.IntegerEnum1.class), - new PropertyEntry("StringEnumWithDefaultValue", StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class), - new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class), - new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "enum_string_required" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("enum_string", EnumString.class), + new PropertyEntry("enum_string_required", EnumStringRequired.class), + new PropertyEntry("enum_integer", EnumInteger.class), + new PropertyEntry("enum_number", EnumNumber.class), + new PropertyEntry("stringEnum", StringEnum.StringEnum1.class), + new PropertyEntry("IntegerEnum", IntegerEnum.IntegerEnum1.class), + new PropertyEntry("StringEnumWithDefaultValue", StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class), + new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class), + new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "enum_string_required" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -94,17 +90,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("double")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("double")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -119,17 +112,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("int32")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("int32")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -144,12 +134,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -164,12 +152,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index b5c097ac1c6..c58aa14cd8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -42,14 +42,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("triangleType", TriangleType.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("triangleType", TriangleType.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 8c9d4354caf..c91e801ae2f 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -22,14 +22,11 @@ Must be named `File` for test. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("sourceURI", SourceURI.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("sourceURI", SourceURI.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index b42156041b6..1676489a58a 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -20,15 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("file", File.File1.class), - new PropertyEntry("files", Files.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("file", File.File1.class), + new PropertyEntry("files", Files.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -67,12 +64,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(File.File1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(File.File1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 628057be4c6..3c8c6834161 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -18,14 +18,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("bar", Bar.Bar1.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("bar", Bar.Bar1.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index d83625ff8df..94372169bc6 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -41,41 +41,37 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("integer", IntegerSchema.class), - new PropertyEntry("int32", Int32.class), - new PropertyEntry("int32withValidations", Int32withValidations.class), - new PropertyEntry("int64", Int64.class), - new PropertyEntry("number", NumberSchema.class), - new PropertyEntry("float", FloatSchema.class), - new PropertyEntry("float32", Float32.class), - new PropertyEntry("double", DoubleSchema.class), - new PropertyEntry("float64", Float64.class), - new PropertyEntry("arrayWithUniqueItems", ArrayWithUniqueItems.class), - new PropertyEntry("string", StringSchema.class), - new PropertyEntry("byte", ByteSchema.class), - new PropertyEntry("binary", Binary.class), - new PropertyEntry("date", Date.class), - new PropertyEntry("dateTime", DateTime.class), - new PropertyEntry("uuid", UuidSchema.class), - new PropertyEntry("uuidNoExample", UuidNoExample.class), - new PropertyEntry("password", Password.class), - new PropertyEntry("pattern_with_digits", PatternWithDigits.class), - new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class), - new PropertyEntry("noneProp", NoneProp.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "byte", - "date", - "number", - "password" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("integer", IntegerSchema.class), + new PropertyEntry("int32", Int32.class), + new PropertyEntry("int32withValidations", Int32withValidations.class), + new PropertyEntry("int64", Int64.class), + new PropertyEntry("number", NumberSchema.class), + new PropertyEntry("float", FloatSchema.class), + new PropertyEntry("float32", Float32.class), + new PropertyEntry("double", DoubleSchema.class), + new PropertyEntry("float64", Float64.class), + new PropertyEntry("arrayWithUniqueItems", ArrayWithUniqueItems.class), + new PropertyEntry("string", StringSchema.class), + new PropertyEntry("byte", ByteSchema.class), + new PropertyEntry("binary", Binary.class), + new PropertyEntry("date", Date.class), + new PropertyEntry("dateTime", DateTime.class), + new PropertyEntry("uuid", UuidSchema.class), + new PropertyEntry("uuidNoExample", UuidNoExample.class), + new PropertyEntry("password", Password.class), + new PropertyEntry("pattern_with_digits", PatternWithDigits.class), + new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class), + new PropertyEntry("noneProp", NoneProp.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "byte", + "date", + "number", + "password" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -163,12 +159,10 @@ A string starting with 'image_' (case insensitive) and one to three di ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -186,12 +180,10 @@ A string that is a 10 digit number. Can have leading zeros. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -206,14 +198,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("password")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))), +new KeywordEntry("format", new FormatValidator("password")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -312,12 +301,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -332,12 +319,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -399,17 +383,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("double")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("double")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -441,17 +422,14 @@ this is a reserved python keyword ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("float")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("float")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -466,15 +444,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -503,17 +479,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("int32")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("int32")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -542,15 +515,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 0b043753cd5..ef0a82a1106 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -20,15 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("data", Data.class), - new PropertyEntry("id", Id.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("data", Data.class), + new PropertyEntry("id", Id.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 2ab5f6d03e4..00b9fd56af0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -19,12 +19,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("color", Color.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("color", Color.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index c9b149d6b72..d5f67af9848 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -19,12 +19,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("color", Color.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("color", Color.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index e3ed35be453..76672c92c90 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -19,18 +19,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("pet_type", PetType.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "pet_type" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("pet_type", PetType.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "pet_type" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 133b716983c..c202e1091b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -20,15 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("bar", Bar.class), - new PropertyEntry("foo", Foo.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("bar", Bar.class), + new PropertyEntry("foo", Foo.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 9c3d1b19e1f..560e486f293 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -22,14 +22,11 @@ Just a string to inform instance is up and running. Make it nullable in hope to ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("NullableMessage", NullableMessage.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("NullableMessage", NullableMessage.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -66,13 +63,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 5308a6fee9f..349fd35f917 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -17,15 +17,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 5c4cd934592..35834a8b63e 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -17,15 +17,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index 6b5d2791286..98f644ab11d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -17,15 +17,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 2d6cf3c6653..c227c61b740 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -17,15 +17,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 59db51eb68d..99799527e67 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -17,17 +17,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("int64")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("int64")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index a5b07779ea9..cd882524d0d 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -17,17 +17,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("int64")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("int64")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index f29f5c5d504..a07d35e9866 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -42,14 +42,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("triangleType", TriangleType.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("triangleType", TriangleType.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 5890608cd4b..da3dc2d423c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -22,12 +22,9 @@ component's name collides with the inner schema name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 1ffcd55e3fa..439b1e6656a 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index dff07d6dd1b..9c8ff603f38 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -22,24 +22,19 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("path", Path.class), - new PropertyEntry("value", Value.class), - new PropertyEntry("op", Op.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "op", - "path", - "value" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("path", Path.class), + new PropertyEntry("value", Value.class), + new PropertyEntry("op", Op.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "op", + "path", + "value" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -81,12 +76,10 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 97f925ff255..a52117698ec 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -22,24 +22,19 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("from", From.class), - new PropertyEntry("path", Path.class), - new PropertyEntry("op", Op.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "from", - "op", - "path" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("from", From.class), + new PropertyEntry("path", Path.class), + new PropertyEntry("op", Op.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "from", + "op", + "path" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -81,12 +76,10 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 9a3e66a4faa..fc93561d9a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -21,22 +21,17 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("path", Path.class), - new PropertyEntry("op", Op.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "op", - "path" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("path", Path.class), + new PropertyEntry("op", Op.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "op", + "path" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -76,12 +71,10 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 7338b9a6f39..f9b9dd3eefa 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -29,17 +29,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("map_map_of_string", MapMapOfString.class), - new PropertyEntry("map_of_enum_string", MapOfEnumString.class), - new PropertyEntry("direct_map", DirectMap.class), - new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("map_map_of_string", MapMapOfString.class), + new PropertyEntry("map_of_enum_string", MapOfEnumString.class), + new PropertyEntry("direct_map", DirectMap.class), + new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,12 +79,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -136,12 +130,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -176,12 +167,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -196,12 +185,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -236,12 +222,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index e2ad4f72263..816f001953a 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -22,16 +22,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("uuid", UuidSchema.class), - new PropertyEntry("dateTime", DateTime.class), - new PropertyEntry("map", MapSchema.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("uuid", UuidSchema.class), + new PropertyEntry("dateTime", DateTime.class), + new PropertyEntry("map", MapSchema.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -71,12 +68,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 9079634fae1..a72a4ac662c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,22 +20,17 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("amount", Amount.class), - new PropertyEntry("currency", Currency.Currency1.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "amount", - "currency" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("amount", Amount.class), + new PropertyEntry("currency", Currency.Currency1.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "amount", + "currency" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 04baf2bb147..c00910f5efe 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -20,16 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class) - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class) +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 354618408af..f4351d9d60d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -24,18 +24,15 @@ Model for testing model name same as property name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name2.class), - new PropertyEntry("snake_case", SnakeCase.class), - new PropertyEntry("property", Property.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "name" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name2.class), + new PropertyEntry("snake_case", SnakeCase.class), + new PropertyEntry("property", Property.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "name" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 2728b8fcad1..881395000f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -21,21 +21,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("petId", PetId.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "id" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("petId", PetId.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "id" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 06058d4585a..ed32448e831 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -43,27 +43,23 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("integer_prop", IntegerProp.class), - new PropertyEntry("number_prop", NumberProp.class), - new PropertyEntry("boolean_prop", BooleanProp.class), - new PropertyEntry("string_prop", StringProp.class), - new PropertyEntry("date_prop", DateProp.class), - new PropertyEntry("datetime_prop", DatetimeProp.class), - new PropertyEntry("array_nullable_prop", ArrayNullableProp.class), - new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class), - new PropertyEntry("array_items_nullable", ArrayItemsNullable.class), - new PropertyEntry("object_nullable_prop", ObjectNullableProp.class), - new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class), - new PropertyEntry("object_items_nullable", ObjectItemsNullable.class) - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("integer_prop", IntegerProp.class), + new PropertyEntry("number_prop", NumberProp.class), + new PropertyEntry("boolean_prop", BooleanProp.class), + new PropertyEntry("string_prop", StringProp.class), + new PropertyEntry("date_prop", DateProp.class), + new PropertyEntry("datetime_prop", DatetimeProp.class), + new PropertyEntry("array_nullable_prop", ArrayNullableProp.class), + new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class), + new PropertyEntry("array_items_nullable", ArrayItemsNullable.class), + new PropertyEntry("object_nullable_prop", ObjectNullableProp.class), + new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class), + new PropertyEntry("object_items_nullable", ObjectItemsNullable.class) +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -122,12 +118,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -162,13 +155,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -184,15 +175,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -228,13 +216,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -250,15 +236,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -308,12 +291,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -347,13 +327,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -369,15 +347,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenList.class - ))), -
- new KeywordEntry("items", new ItemsValidator(Items1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenList.class +))), +new KeywordEntry("items", new ItemsValidator(Items1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -412,13 +387,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -434,15 +407,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenList.class - ))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenList.class +))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -491,15 +461,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("date-time")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class +))), +new KeywordEntry("format", new FormatValidator("date-time")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -515,15 +482,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("date")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class +))), +new KeywordEntry("format", new FormatValidator("date")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -539,13 +503,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -561,13 +523,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - Boolean.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + Boolean.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -583,16 +543,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -608,16 +566,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -633,13 +589,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 6d34436fcc7..383b854e5f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -17,13 +17,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 938ec3b7719..8704e182df3 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -19,14 +19,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("JustNumber", JustNumber.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("JustNumber", JustNumber.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 31df1479d9a..53f1cdd74f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -17,15 +17,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 05261650b75..f0dba809a87 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -19,18 +19,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "a" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "a" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 05bfce89c4a..cfaaa677448 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -19,18 +19,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("b", B.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "b" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("b", B.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "b" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index df2c015364a..38bdb78632d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -20,20 +20,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("arg", Arg.class), - new PropertyEntry("args", Args.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "arg", - "args" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("arg", Arg.class), + new PropertyEntry("args", Args.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "arg", + "args" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 651337aa673..55b7a9e3712 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -21,16 +21,13 @@ a model that includes properties which should stay primitive (String + Boolean) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class), - new PropertyEntry("myString", StringSchema.StringSchema1.class), - new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class), + new PropertyEntry("myString", StringSchema.StringSchema1.class), + new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 393d8e23b51..5401f6062a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -42,18 +42,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "test" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "test" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index cd657b915e9..56fbfc11274 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -23,15 +23,12 @@ component with properties that have name collisions ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp.class), - new PropertyEntry("someprop", Someprop.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp.class), + new PropertyEntry("someprop", Someprop.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index a0528b2d516..70c173dce98 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -19,16 +19,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("length", DecimalPayload.DecimalPayload1.class), - new PropertyEntry("width", Width.class), - new PropertyEntry("cost", Money.Money1.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("length", DecimalPayload.DecimalPayload1.class), + new PropertyEntry("width", Width.class), + new PropertyEntry("cost", Money.Money1.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 73d0eabb2ac..215242eb06c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -24,20 +24,16 @@ model with properties that have invalid names for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("$special[property.name]", Specialpropertyname.class), - new PropertyEntry("123-list", Schema123list.class), - new PropertyEntry("123Number", Schema123Number.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "123-list" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("$special[property.name]", Specialpropertyname.class), + new PropertyEntry("123-list", Schema123list.class), + new PropertyEntry("123Number", Schema123Number.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "123-list" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 08d858de539..dac7c6c3399 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -20,14 +20,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 74b97a7bcbe..e4a55902c56 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -18,20 +18,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("from", FromSchema.FromSchema1.class), - new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "!reference", - "from" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("from", FromSchema.FromSchema1.class), + new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "!reference", + "from" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index c4e7cb22513..c2d076af6ba 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,16 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class) - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class) +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index f07ba949bef..e6a643db504 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -21,17 +21,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class), - new PropertyEntry("b", B.class) - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class), + new PropertyEntry("b", B.class) +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 243e7f40497..736d41f9aa6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -19,14 +19,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("test", Test.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("test", Test.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 566933518bc..76468143470 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -17,10 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 4f6036b88c1..9018ae9920d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -24,19 +24,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("petId", PetId.class), - new PropertyEntry("quantity", Quantity.class), - new PropertyEntry("shipDate", ShipDate.class), - new PropertyEntry("status", Status.class), - new PropertyEntry("complete", Complete.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("petId", PetId.class), + new PropertyEntry("quantity", Quantity.class), + new PropertyEntry("shipDate", ShipDate.class), + new PropertyEntry("status", Status.class), + new PropertyEntry("complete", Complete.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -100,12 +97,10 @@ Order Status ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 978165ba446..e6179c553c5 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -22,22 +22,17 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("count", Count.class), - new PropertyEntry("results", Results.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "count", - "results" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("count", Count.class), + new PropertyEntry("results", Results.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "count", + "results" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -74,12 +69,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index e4c9f2c5ca3..38e179e1c8a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -17,10 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index d8798a05197..2481bd8864b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -29,24 +29,20 @@ Pet object that needs to be added to the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("category", Category.Category1.class), - new PropertyEntry("name", Name.class), - new PropertyEntry("photoUrls", PhotoUrls.class), - new PropertyEntry("tags", Tags.class), - new PropertyEntry("status", Status.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "name", - "photoUrls" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("category", Category.Category1.class), + new PropertyEntry("name", Name.class), + new PropertyEntry("photoUrls", PhotoUrls.class), + new PropertyEntry("tags", Tags.class), + new PropertyEntry("status", Status.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "name", + "photoUrls" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -93,12 +89,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -135,12 +128,10 @@ pet status in the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -155,12 +146,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 7528994a7f6..f7f44726215 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -22,15 +22,12 @@ a model that includes a self reference this forces properties and additionalProp ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class), - new PropertyEntry("enemyPlayer", Player1.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class), + new PropertyEntry("enemyPlayer", Player1.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 0b75ee87202..6f65d8fb662 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -22,14 +22,11 @@ schema that contains a property named key ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("key", Key.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("key", Key.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 19fe65776d1..092bf65fc12 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -20,18 +20,15 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("shapeType", ShapeType.class), - new PropertyEntry("quadrilateralType", QuadrilateralType.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "quadrilateralType", - "shapeType" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("shapeType", ShapeType.class), + new PropertyEntry("quadrilateralType", QuadrilateralType.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "quadrilateralType", + "shapeType" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -92,12 +89,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index bfdf16fcbb6..74e7b3358bb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -20,15 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("bar", Bar.class), - new PropertyEntry("baz", Baz.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("bar", Bar.class), + new PropertyEntry("baz", Baz.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 1f8a551859d..24a8b9570f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -19,17 +19,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "invalid-name", - "validName" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "invalid-name", + "validName" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 5183dd45dba..df7f1472f89 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -19,17 +19,13 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "invalid-name", - "validName" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "invalid-name", + "validName" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 547a6a6c674..6647fbf8923 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -18,15 +18,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "invalid-name", - "validName" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "invalid-name", + "validName" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 45a7b9797b4..1c3a6faabdf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -22,12 +22,10 @@ Model for testing reserved words ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("return", ReturnSchema2.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("return", ReturnSchema2.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 12010328d44..e72990e1b2e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -42,14 +42,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("triangleType", TriangleType.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("triangleType", TriangleType.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index e93197b7654..55f64af9d48 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -23,13 +23,11 @@ model with an invalid class name for python, starts with a number ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class), - new PropertyEntry("class", ClassSchema.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class), + new PropertyEntry("class", ClassSchema.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 1126d81c0ef..f42035ea6c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -18,12 +18,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 9392060a459..8aa239e1317 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -18,16 +18,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("selfRef", SelfReferencingObjectModel1.class) - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("selfRef", SelfReferencingObjectModel1.class) +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 1ecef7a7ce3..bcad69d2907 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -42,14 +42,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("quadrilateralType", QuadrilateralType.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("quadrilateralType", QuadrilateralType.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 00a08b54d81..00b059bb86f 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -22,14 +22,11 @@ model with an invalid class name for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 5118e066db2..f465c077927 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 351de49fc7f..96962e5e103 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -17,13 +17,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 4a7b43375be..2cc9ca6bc98 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 668ec856f8d..3a682e511b3 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index dc77ed11963..6a31f844b98 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -20,15 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("name", Name.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("name", Name.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index fb785018faa..aaea118bf0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -20,18 +20,15 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("shapeType", ShapeType.class), - new PropertyEntry("triangleType", TriangleType.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "shapeType", - "triangleType" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("shapeType", ShapeType.class), + new PropertyEntry("triangleType", TriangleType.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "shapeType", + "triangleType" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -92,12 +89,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index f79175bd325..5420a48c832 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -17,14 +17,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("uuid")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))), +new KeywordEntry("format", new FormatValidator("uuid")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index ec657c9ae8a..59e4e9f7e01 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -32,26 +32,23 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("username", Username.class), - new PropertyEntry("firstName", FirstName.class), - new PropertyEntry("lastName", LastName.class), - new PropertyEntry("email", Email.class), - new PropertyEntry("password", Password.class), - new PropertyEntry("phone", Phone.class), - new PropertyEntry("userStatus", UserStatus.class), - new PropertyEntry("objectWithNoDeclaredProps", ObjectWithNoDeclaredProps.class), - new PropertyEntry("objectWithNoDeclaredPropsNullable", ObjectWithNoDeclaredPropsNullable.class), - new PropertyEntry("anyTypeProp", AnyTypeProp.class), - new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class), - new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("id", Id.class), + new PropertyEntry("username", Username.class), + new PropertyEntry("firstName", FirstName.class), + new PropertyEntry("lastName", LastName.class), + new PropertyEntry("email", Email.class), + new PropertyEntry("password", Password.class), + new PropertyEntry("phone", Phone.class), + new PropertyEntry("userStatus", UserStatus.class), + new PropertyEntry("objectWithNoDeclaredProps", ObjectWithNoDeclaredProps.class), + new PropertyEntry("objectWithNoDeclaredPropsNullable", ObjectWithNoDeclaredPropsNullable.class), + new PropertyEntry("anyTypeProp", AnyTypeProp.class), + new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class), + new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -204,13 +201,11 @@ test code generation for nullable objects. Value must be a map of strings to val ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Void.class, + FrozenMap.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 27a7673e8d6..84514ebd6cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -21,20 +21,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("hasBaleen", HasBaleen.class), - new PropertyEntry("hasTeeth", HasTeeth.class), - new PropertyEntry("className", ClassName.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "className" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("hasBaleen", HasBaleen.class), + new PropertyEntry("hasTeeth", HasTeeth.class), + new PropertyEntry("className", ClassName.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "className" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -75,12 +71,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 539ce2c1177..cc5c778b11d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,21 +21,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("type", Type.class), - new PropertyEntry("className", ClassName.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "className" - ))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("type", Type.class), + new PropertyEntry("className", ClassName.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "className" +))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -74,12 +69,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -94,12 +87,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 6cb07377336..1ac73589215 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 2a4c1561b3c..1f3a1f454c8 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 050ee3ed19f..3b47a9d5d76 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index fe7e6f6c2b4..69924aac4d1 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index cf9b1efb29f..08248d06458 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items0.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items0.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -58,12 +55,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index 7340e3e9b33..304e51e6dc3 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 6f77c5ff29c..f1bb65771d2 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -58,12 +55,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index c973f78f4dc..25f2092d974 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -17,12 +17,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 0bf25cd24c8..949830c43e1 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -17,17 +17,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("int32")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("int32")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 71eaa4af37b..bc2b8a69818 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -17,17 +17,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("double")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("double")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 4df5055880e..f654fc7b205 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -22,15 +22,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("enum_form_string_array", EnumFormStringArray.class), - new PropertyEntry("enum_form_string", EnumFormString.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("enum_form_string_array", EnumFormStringArray.class), + new PropertyEntry("enum_form_string", EnumFormString.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -72,12 +69,10 @@ Form parameter enum test (string) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -95,12 +90,9 @@ Form parameter enum test (string array) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -134,12 +126,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index f47cd0dbd6a..2838e0f7655 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -32,34 +32,30 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("integer", IntegerSchema.class), - new PropertyEntry("int32", Int32.class), - new PropertyEntry("int64", Int64.class), - new PropertyEntry("number", NumberSchema.class), - new PropertyEntry("float", FloatSchema.class), - new PropertyEntry("double", DoubleSchema.class), - new PropertyEntry("string", StringSchema.class), - new PropertyEntry("pattern_without_delimiter", PatternWithoutDelimiter.class), - new PropertyEntry("byte", ByteSchema.class), - new PropertyEntry("binary", Binary.class), - new PropertyEntry("date", Date.class), - new PropertyEntry("dateTime", DateTime.class), - new PropertyEntry("password", Password.class), - new PropertyEntry("callback", Callback.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "byte", - "double", - "number", - "pattern_without_delimiter" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("integer", IntegerSchema.class), + new PropertyEntry("int32", Int32.class), + new PropertyEntry("int64", Int64.class), + new PropertyEntry("number", NumberSchema.class), + new PropertyEntry("float", FloatSchema.class), + new PropertyEntry("double", DoubleSchema.class), + new PropertyEntry("string", StringSchema.class), + new PropertyEntry("pattern_without_delimiter", PatternWithoutDelimiter.class), + new PropertyEntry("byte", ByteSchema.class), + new PropertyEntry("binary", Binary.class), + new PropertyEntry("date", Date.class), + new PropertyEntry("dateTime", DateTime.class), + new PropertyEntry("password", Password.class), + new PropertyEntry("callback", Callback.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "byte", + "double", + "number", + "pattern_without_delimiter" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -137,14 +133,11 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("password")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))), +new KeywordEntry("format", new FormatValidator("password")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -162,14 +155,11 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))), -
- new KeywordEntry("format", new FormatValidator("date-time")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))), +new KeywordEntry("format", new FormatValidator("date-time")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -238,12 +228,10 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -261,12 +249,10 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -284,17 +270,14 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("double")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("double")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -312,17 +295,14 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("float")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("float")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -340,15 +320,13 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -383,17 +361,14 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("int32")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("int32")) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -411,15 +386,13 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index b77191c7a29..17e26ebbf16 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 454069f18e6..f51826031e0 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -40,12 +40,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index af8b2c5c516..a6d24f1b8be 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -20,14 +20,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp1.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp1.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index cd5a92d9a78..e77c3c16874 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -40,12 +40,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index c56695be1fc..5585928e03e 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -20,14 +20,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 3aa55525ba0..81ad2e8bf9d 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -40,12 +40,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index a3c0132f0c4..d18bfa5ea0f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -20,14 +20,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("someProp", SomeProp.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -86,12 +83,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 83cccc77a2c..361d8d05f97 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,20 +20,16 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("param", Param.class), - new PropertyEntry("param2", Param2.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "param", - "param2" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("param", Param.class), + new PropertyEntry("param2", Param2.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "param", + "param2" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index d006107780c..cacac2782a9 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -19,14 +19,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("a", A.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index b51eeabaf63..d96c76349d6 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -19,14 +19,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("b", B.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("b", B.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index b4af107498e..0463f33d53f 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -19,14 +19,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("keyword", Keyword0.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("keyword", Keyword0.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index b8cc0c07729..da0ddb185f5 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,19 +20,15 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("additionalMetadata", AdditionalMetadata.class), - new PropertyEntry("requiredFile", RequiredFile.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "requiredFile" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("additionalMetadata", AdditionalMetadata.class), + new PropertyEntry("requiredFile", RequiredFile.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "requiredFile" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index c0f62005fbe..d31b3af67ac 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items0.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items0.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 08d34fd0799..a5bac32cc54 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items1.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items1.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 17458f3615c..1ef8289e802 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items2.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items2.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index cf923834bc0..72a60687159 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items3.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items3.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 6bd2417615f..931f96cf94e 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items4.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items4.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index b42a28109f8..14c924371e4 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,19 +20,15 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("additionalMetadata", AdditionalMetadata.class), - new PropertyEntry("file", File.class) - ))), -
- new KeywordEntry("required", new RequiredValidator(Set.of( - "file" - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("additionalMetadata", AdditionalMetadata.class), + new PropertyEntry("file", File.class) +))), +new KeywordEntry("required", new RequiredValidator(Set.of( + "file" +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 353e74ed690..fbf68f6e3d5 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -21,14 +21,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("files", Files.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("files", Files.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -65,12 +62,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 281a1e4626f..f7024fb741e 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -18,14 +18,11 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("string", Foo.Foo1.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("string", Foo.Foo1.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 7584153346e..11f0b59df7c 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items0.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items0.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | @@ -58,12 +55,10 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - String.class - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + String.class +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 410b052b36f..8f9ffc1a476 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -19,12 +19,9 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -
- new KeywordEntry("items", new ItemsValidator(Items0.class)) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), +new KeywordEntry("items", new ItemsValidator(Items0.class)) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 2338320afa6..668acc65d55 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,15 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class), - new PropertyEntry("status", Status.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("name", Name.class), + new PropertyEntry("status", Status.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 9743ed68316..e6b55f8c69c 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -20,15 +20,12 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -
- new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("additionalMetadata", AdditionalMetadata.class), - new PropertyEntry("file", File.class) - ))) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( + new PropertyEntry("additionalMetadata", AdditionalMetadata.class), + new PropertyEntry("file", File.class) +))) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index f2d0370426f..9a091c73d63 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -17,17 +17,14 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class - ))), -
- new KeywordEntry("format", new FormatValidator("int64")) -
-));
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( + Integer.class, + Long.class, + Float.class, + Double.class +))), +new KeywordEntry("format", new FormatValidator("int64")) +));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs index fdd542bcb2a..8e0abd077e0 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs @@ -1,26 +1,26 @@ {{#each keywords}} {{#if @first}} | static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- {{/if}} - {{#eq this "type"}} - {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_types }}
- {{/eq}} - {{#eq this "format"}} - {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_format }}
- {{/eq}} - {{#eq this "items"}} - {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_items }}
- {{/eq}} - {{#eq this "properties"}} - {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties }}
- {{/eq}} - {{#eq this "required"}} - {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_required }}
- {{/eq}} - {{#eq this "additionalProperties"}} - {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties }}
- {{/eq}} - {{#if @last}} -));
+ {{~/if~}} + {{~#eq this "type"~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_types ~}} + {{~/eq~}} + {{~#eq this "format"~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_format ~}} + {{~/eq~}} + {{~#eq this "items"~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_items ~}} + {{~/eq~}} + {{~#eq this "properties"~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties ~}} + {{~/eq~}} + {{~#eq this "required"~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_required ~}} + {{~/eq~}} + {{~#eq this "additionalProperties"~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties ~}} + {{~/eq~}} + {{~#if @last~}} +)); | {{/if}} {{/each}} \ No newline at end of file From ca0ceca02337c7ad7f3a7bac055ef88be5a3eb02 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 17:49:12 -0800 Subject: [PATCH 57/72] Adds list link in schema doc for properties --- .../AdditionalPropertiesWithArrayOfEnums.md | 2 +- .../components/schemas/ArrayOfArrayOfNumberOnly.md | 2 +- .../docs/components/schemas/ArrayOfNumberOnly.md | 2 +- .../java/docs/components/schemas/ArrayTest.md | 6 +++--- .../java/docs/components/schemas/Drawing.md | 2 +- .../java/docs/components/schemas/EnumArrays.md | 2 +- .../docs/components/schemas/FileSchemaTestClass.md | 2 +- .../java/docs/components/schemas/FormatTest.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 2 +- .../schemas/PaginatedResultMyObjectDto.md | 2 +- .../petstore/java/docs/components/schemas/Pet.md | 4 ++-- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../openapitools/components/schemas/Schema_doc.hbs | 8 ++++---- .../schemas/types/_schema_output_type_base.hbs | 14 +++++++++++--- 15 files changed, 31 insertions(+), 23 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index c44b0b87e35..ca7add01f0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -39,7 +39,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [AdditionalPropertiesWithArrayOfEnumsMap](#additionalpropertieswitharrayofenumsmap) | of(Map> arg, SchemaConfiguration configuration) | -| AdditionalPropertiesList | getAdditionalProperty(String name)
provides type safety for additional properties | +| [AdditionalPropertiesList](#additionalpropertieslist) | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 3c90b640f8a..755f1ee5a21 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -44,7 +44,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [ArrayOfArrayOfNumberOnlyMap](#arrayofarrayofnumberonlymap) | of(Map arg, SchemaConfiguration configuration) | -| ArrayArrayNumberList | ArrayArrayNumber()
[optional] | +| [ArrayArrayNumberList](#arrayarraynumberlist) | ArrayArrayNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index ddc7d7ec5b4..3818424c5ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -42,7 +42,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [ArrayOfNumberOnlyMap](#arrayofnumberonlymap) | of(Map arg, SchemaConfiguration configuration) | -| ArrayNumberList | ArrayNumber()
[optional] | +| [ArrayNumberList](#arraynumberlist) | ArrayNumber()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index b3573af5ce4..f84260bff63 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -53,9 +53,9 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [ArrayTestMap](#arraytestmap) | of(Map arg, SchemaConfiguration configuration) | -| ArrayOfStringList | array_of_string()
[optional] | -| ArrayArrayOfIntegerList | array_array_of_integer()
[optional] | -| ArrayArrayOfModelList | array_array_of_model()
[optional] | +| [ArrayOfStringList](#arrayofstringlist) | array_of_string()
[optional] | +| [ArrayArrayOfIntegerList](#arrayarrayofintegerlist) | array_array_of_integer()
[optional] | +| [ArrayArrayOfModelList](#arrayarrayofmodellist) | array_array_of_model()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index bbb387970dd..1b02cd8db4c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -48,7 +48,7 @@ A class to store validated Map payloads | Object | mainShape()
[optional] | | Object | shapeOrNull()
[optional] | | Object | nullableShape()
[optional] | -| ShapesList | shapes()
[optional] | +| [ShapesList](#shapeslist) | shapes()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index a8fd8e560bd..3745d27397b 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -45,7 +45,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [EnumArraysMap](#enumarraysmap) | of(Map arg, SchemaConfiguration configuration) | | String | just_symbol()
[optional] must be one of [">=", "$"] | -| ArrayEnumList | array_enum()
[optional] | +| [ArrayEnumList](#arrayenumlist) | array_enum()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 1676489a58a..964b53a9d04 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -43,7 +43,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [FileSchemaTestClassMap](#fileschematestclassmap) | of(Map arg, SchemaConfiguration configuration) | | File.FileMap | file()
[optional] | -| FilesList | files()
[optional] | +| [FilesList](#fileslist) | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 94372169bc6..b89f99f0b44 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -95,7 +95,7 @@ A class to store validated Map payloads | long | int64()
[optional] value must be a 64 bit integer | | float | float32()
[optional] value must be a 32 bit float | | double | float64()
[optional] value must be a 64 bit float | -| ArrayWithUniqueItemsList | arrayWithUniqueItems()
[optional] | +| [ArrayWithUniqueItemsList](#arraywithuniqueitemslist) | arrayWithUniqueItems()
[optional] | | String | binary()
[optional] | | String | dateTime()
[optional] value must conform to RFC-3339 date-time | | String | uuidNoExample()
[optional] value must be a uuid | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index ed32448e831..da4b352ae3d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -84,7 +84,7 @@ A class to store validated Map payloads | String | datetime_prop()
[optional] value must conform to RFC-3339 date-time | | ArrayNullablePropList | array_nullable_prop()
[optional] | | ArrayAndItemsNullablePropList | array_and_items_nullable_prop()
[optional] | -| ArrayItemsNullableList | array_items_nullable()
[optional] | +| [ArrayItemsNullableList](#arrayitemsnullablelist) | array_items_nullable()
[optional] | | ObjectNullablePropMap | object_nullable_prop()
[optional] | | ObjectAndItemsNullablePropMap | object_and_items_nullable_prop()
[optional] | | ObjectItemsNullableMap | object_items_nullable()
[optional] | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index e6179c553c5..00344d3c571 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -50,7 +50,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [PaginatedResultMyObjectDtoMap](#paginatedresultmyobjectdtomap) | of(Map arg, SchemaConfiguration configuration) | | long | count()
| -| ResultsList | results()
| +| [ResultsList](#resultslist) | results()
| ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 2481bd8864b..4336dc4568f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -60,10 +60,10 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [PetMap](#petmap) | of(Map arg, SchemaConfiguration configuration) | | String | name()
| -| PhotoUrlsList | photoUrls()
| +| [PhotoUrlsList](#photourlslist) | photoUrls()
| | long | id()
[optional] value must be a 64 bit integer | | Category.CategoryMap | category()
[optional] | -| TagsList | tags()
[optional] | +| [TagsList](#tagslist) | tags()
[optional] | | String | status()
[optional] must be one of ["available", "pending", "sold"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index f654fc7b205..003f4613455 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -44,7 +44,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | -| EnumFormStringArrayList | enum_form_string_array()
[optional] | +| [EnumFormStringArrayList](#enumformstringarraylist) | enum_form_string_array()
[optional] | | String | enum_form_string()
[optional] must be one of ["_abc", "-efg", "(xyz)"] if omitted the server will use the default value of -efg | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index fbf68f6e3d5..182e4052a7a 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -42,7 +42,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | -| FilesList | files()
[optional] | +| [FilesList](#fileslist) | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 0f818a365b1..c66b2861983 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -70,23 +70,23 @@ A class to store validated Map payloads | static [{{mapOutputJsonPathPiece.camelCase}}](#{{> src/main/java/org/openapitools/components/_helper_anchor_id identifierPieces=(append identifierPieces mapOutputJsonPathPiece) }}) | of(Map src/main/java/org/openapitools/components/schemas/types/schema_input_type sourceJsonPath=../jsonPath forceNull=true }}{{else}}Object{{/with}}> arg, SchemaConfiguration configuration) | {{#each requiredProperties}} {{#if @key.isValid}} -| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | {{@key.original}}()
{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | +| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath useLink=true }} | {{@key.original}}()
{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | {{/if}} {{/each}} {{#each optionalProperties}} {{#if @key.isValid}} -| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | {{@key.original}}()
[optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | +| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath useLink=true }} | {{@key.original}}()
[optional]{{> src/main/java/org/openapitools/components/schemas/helpers/notes_msg defaultUser="server" }} | {{/if}} {{/each}} {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} -| {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type }}{{else}}Object{{/with}} | get(String key)
This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} | +| {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath useLink=true }}{{else}}Object{{/with}} | get(String key)
This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} | {{/or}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}} {{#if isBooleanSchemaTrue}} | Object | getAdditionalProperty(String name)
provides type safety for additional properties | {{else}} -| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath }} | getAdditionalProperty(String name)
provides type safety for additional properties | +| {{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath useLink=true }} | getAdditionalProperty(String name)
provides type safety for additional properties | {{/if}} {{/unless}} {{else}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs index 54435ee4f1f..1a4332300e3 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs @@ -83,11 +83,19 @@ long {{else}} {{#eq this "array"}} {{#if arrayOutputJsonPathPiece}} - {{#if fullRefModule}} + {{#if useLink}} + {{#if fullRefModule}} +[{{fullRefModule}}.{{arrayOutputJsonPathPiece.camelCase}}]({{docRoot}}{{pathFromDocRoot}}.md#{{arrayOutputJsonPathPiece.anchorPiece}}) + {{~else}} +[{{arrayOutputJsonPathPiece.camelCase}}](#{{arrayOutputJsonPathPiece.anchorPiece}}) + {{~/if}} + {{else}} + {{#if fullRefModule}} {{fullRefModule}}.{{arrayOutputJsonPathPiece.camelCase}} - {{~else}} + {{~else}} {{arrayOutputJsonPathPiece.camelCase}} - {{~/if}} + {{~/if}} + {{/if}} {{else}} FrozenList {{~/if}} From c8d4bf168b34335cbb24d1e95c2ec1c5d1d974a3 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 18:00:49 -0800 Subject: [PATCH 58/72] Adds link to map type --- .../schemas/AdditionalPropertiesClass.md | 12 ++++++------ .../docs/components/schemas/FileSchemaTestClass.md | 2 +- .../java/docs/components/schemas/MapTest.md | 10 +++++----- .../MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 2 +- .../schemas/ObjectWithDecimalProperties.md | 2 +- .../ObjectWithInvalidNamedRefedProperties.md | 2 +- .../petstore/java/docs/components/schemas/Pet.md | 2 +- .../java/docs/components/schemas/Player.md | 2 +- .../schemas/SelfReferencingObjectModel.md | 4 ++-- .../schemas/types/_schema_output_type_base.hbs | 14 +++++++++++++- 11 files changed, 33 insertions(+), 21 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 7ba71bfa8ad..a1cb85d175d 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -66,14 +66,14 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [AdditionalPropertiesClassMap](#additionalpropertiesclassmap) | of(Map arg, SchemaConfiguration configuration) | -| MapPropertyMap | map_property()
[optional] | -| MapOfMapPropertyMap | map_of_map_property()
[optional] | +| [MapPropertyMap](#mappropertymap) | map_property()
[optional] | +| [MapOfMapPropertyMap](#mapofmappropertymap) | map_of_map_property()
[optional] | | Object | anytype_1()
[optional] | | FrozenMap | map_with_undeclared_properties_anytype_1()
[optional] | | FrozenMap | map_with_undeclared_properties_anytype_2()
[optional] | -| MapWithUndeclaredPropertiesAnytype3Map | map_with_undeclared_properties_anytype_3()
[optional] | -| EmptyMapMap | empty_map()
[optional] | -| MapWithUndeclaredPropertiesStringMap | map_with_undeclared_properties_string()
[optional] | +| [MapWithUndeclaredPropertiesAnytype3Map](#mapwithundeclaredpropertiesanytype3map) | map_with_undeclared_properties_anytype_3()
[optional] | +| [EmptyMapMap](#emptymapmap) | empty_map()
[optional] | +| [MapWithUndeclaredPropertiesStringMap](#mapwithundeclaredpropertiesstringmap) | map_with_undeclared_properties_string()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -340,7 +340,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [MapOfMapPropertyMap](#mapofmappropertymap) | of(Map> arg, SchemaConfiguration configuration) | -| AdditionalPropertiesMap | getAdditionalProperty(String name)
provides type safety for additional properties | +| [AdditionalPropertiesMap](#additionalpropertiesmap) | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 964b53a9d04..48b9e76ace3 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -42,7 +42,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [FileSchemaTestClassMap](#fileschematestclassmap) | of(Map arg, SchemaConfiguration configuration) | -| File.FileMap | file()
[optional] | +| [File.FileMap](../../components/schemas/File.md#filemap) | file()
[optional] | | [FilesList](#fileslist) | files()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index f9b9dd3eefa..8d84e8bdf28 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -53,10 +53,10 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [MapTestMap](#maptestmap) | of(Map arg, SchemaConfiguration configuration) | -| MapMapOfStringMap | map_map_of_string()
[optional] | -| MapOfEnumStringMap | map_of_enum_string()
[optional] | -| DirectMapMap | direct_map()
[optional] | -| StringBooleanMap.StringBooleanMapMap | indirect_map()
[optional] | +| [MapMapOfStringMap](#mapmapofstringmap) | map_map_of_string()
[optional] | +| [MapOfEnumStringMap](#mapofenumstringmap) | map_of_enum_string()
[optional] | +| [DirectMapMap](#directmapmap) | direct_map()
[optional] | +| [StringBooleanMap.StringBooleanMapMap](../../components/schemas/StringBooleanMap.md#stringbooleanmapmap) | indirect_map()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys @@ -204,7 +204,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [MapMapOfStringMap](#mapmapofstringmap) | of(Map> arg, SchemaConfiguration configuration) | -| AdditionalPropertiesMap | getAdditionalProperty(String name)
provides type safety for additional properties | +| [AdditionalPropertiesMap](#additionalpropertiesmap) | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 816f001953a..9ac1ce2957f 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -87,7 +87,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [MapMap](#mapmap) | of(Map> arg, SchemaConfiguration configuration) | -| Animal.AnimalMap | getAdditionalProperty(String name)
provides type safety for additional properties | +| [Animal.AnimalMap](../../components/schemas/Animal.md#animalmap) | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys ``` diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index da4b352ae3d..9fd1730aed6 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -87,7 +87,7 @@ A class to store validated Map payloads | [ArrayItemsNullableList](#arrayitemsnullablelist) | array_items_nullable()
[optional] | | ObjectNullablePropMap | object_nullable_prop()
[optional] | | ObjectAndItemsNullablePropMap | object_and_items_nullable_prop()
[optional] | -| ObjectItemsNullableMap | object_items_nullable()
[optional] | +| [ObjectItemsNullableMap](#objectitemsnullablemap) | object_items_nullable()
[optional] | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 70c173dce98..bb3497a3529 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -44,7 +44,7 @@ A class to store validated Map payloads | static [ObjectWithDecimalPropertiesMap](#objectwithdecimalpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | String | length()
[optional] | | String | width()
[optional] value must be int or float numeric | -| Money.MoneyMap | cost()
[optional] | +| [Money.MoneyMap](../../components/schemas/Money.md#moneymap) | cost()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index e4a55902c56..01b7cf1fffd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -44,7 +44,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | -| FromSchema.FromSchemaMap | from()
| +| [FromSchema.FromSchemaMap](../../components/schemas/FromSchema.md#fromschemamap) | from()
| | Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["!reference"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 4336dc4568f..72a5bf54b95 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -62,7 +62,7 @@ A class to store validated Map payloads | String | name()
| | [PhotoUrlsList](#photourlslist) | photoUrls()
| | long | id()
[optional] value must be a 64 bit integer | -| Category.CategoryMap | category()
[optional] | +| [Category.CategoryMap](../../components/schemas/Category.md#categorymap) | category()
[optional] | | [TagsList](#tagslist) | tags()
[optional] | | String | status()
[optional] must be one of ["available", "pending", "sold"] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index f7f44726215..c5a6f023b47 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -45,7 +45,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [PlayerMap](#playermap) | of(Map arg, SchemaConfiguration configuration) | | String | name()
[optional] | -| PlayerMap | enemyPlayer()
[optional] | +| [PlayerMap](#playermap) | enemyPlayer()
[optional] | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 8aa239e1317..d3ca8537229 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -40,8 +40,8 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap) | of(Map arg, SchemaConfiguration configuration) | -| SelfReferencingObjectModelMap | selfRef()
[optional] | -| SelfReferencingObjectModelMap | getAdditionalProperty(String name)
provides type safety for additional properties | +| [SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap) | selfRef()
[optional] | +| [SelfReferencingObjectModelMap](#selfreferencingobjectmodelmap) | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys ``` diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs index 1a4332300e3..3410a070398 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs @@ -102,7 +102,19 @@ FrozenList {{else}} {{#eq this "object"}} {{#if mapOutputJsonPathPiece}} -{{#if fullRefModule}}{{fullRefModule}}.{{/if}}{{mapOutputJsonPathPiece.camelCase}} + {{#if useLink}} + {{#if fullRefModule}} +[{{fullRefModule}}.{{mapOutputJsonPathPiece.camelCase}}]({{docRoot}}{{pathFromDocRoot}}.md#{{mapOutputJsonPathPiece.anchorPiece}}) + {{~else}} +[{{mapOutputJsonPathPiece.camelCase}}](#{{mapOutputJsonPathPiece.anchorPiece}}) + {{~/if}} + {{else}} + {{#if fullRefModule}} +{{fullRefModule}}.{{mapOutputJsonPathPiece.camelCase}} + {{~else}} +{{mapOutputJsonPathPiece.camelCase}} + {{~/if}} + {{/if}} {{~else}} FrozenMap {{~/if}} From 3f303f1a4b992bc069bd6aacb42fe0bf0fc90a8b Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 18:06:14 -0800 Subject: [PATCH 59/72] Fixes all list and map type property outputs --- .../docs/components/schemas/NullableClass.md | 8 +++--- .../types/_schema_output_type_base.hbs | 28 ++++++++++++++++--- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 9fd1730aed6..609c31a841d 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -82,11 +82,11 @@ A class to store validated Map payloads | String | string_prop()
[optional] | | String | date_prop()
[optional] value must conform to RFC-3339 full-date YYYY-MM-DD | | String | datetime_prop()
[optional] value must conform to RFC-3339 date-time | -| ArrayNullablePropList | array_nullable_prop()
[optional] | -| ArrayAndItemsNullablePropList | array_and_items_nullable_prop()
[optional] | +| [ArrayNullablePropList](#arraynullableproplist) | array_nullable_prop()
[optional] | +| [ArrayAndItemsNullablePropList](#arrayanditemsnullableproplist) | array_and_items_nullable_prop()
[optional] | | [ArrayItemsNullableList](#arrayitemsnullablelist) | array_items_nullable()
[optional] | -| ObjectNullablePropMap | object_nullable_prop()
[optional] | -| ObjectAndItemsNullablePropMap | object_and_items_nullable_prop()
[optional] | +| [ObjectNullablePropMap](#objectnullablepropmap) | object_nullable_prop()
[optional] | +| [ObjectAndItemsNullablePropMap](#objectanditemsnullablepropmap) | object_and_items_nullable_prop()
[optional] | | [ObjectItemsNullableMap](#objectitemsnullablemap) | object_items_nullable()
[optional] | | FrozenMap | getAdditionalProperty(String name)
provides type safety for additional properties | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs index 3410a070398..21b4a75043a 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/types/_schema_output_type_base.hbs @@ -178,18 +178,38 @@ Long {{else}} {{#eq this "array"}} {{#if arrayOutputJsonPathPiece}} - {{#if fullRefModule}} + {{#if useLink}} + {{#if fullRefModule}} +[{{fullRefModule}}.{{arrayOutputJsonPathPiece.camelCase}}]({{docRoot}}{{pathFromDocRoot}}.md#{{arrayOutputJsonPathPiece.anchorPiece}}) + {{~else}} +[{{arrayOutputJsonPathPiece.camelCase}}](#{{arrayOutputJsonPathPiece.anchorPiece}}) + {{~/if}} + {{else}} + {{#if fullRefModule}} {{fullRefModule}}.{{arrayOutputJsonPathPiece.camelCase}} - {{~else}} + {{~else}} {{arrayOutputJsonPathPiece.camelCase}} - {{~/if}} + {{~/if}} + {{/if}} {{else}} FrozenList {{~/if}} {{else}} {{#eq this "object"}} {{#if mapOutputJsonPathPiece}} -{{#if fullRefModule}}{{fullRefModule}}.{{/if}}{{mapOutputJsonPathPiece.camelCase}} + {{#if useLink}} + {{#if fullRefModule}} +[{{fullRefModule}}.{{mapOutputJsonPathPiece.camelCase}}]({{docRoot}}{{pathFromDocRoot}}.md#{{mapOutputJsonPathPiece.anchorPiece}}) + {{~else}} +[{{mapOutputJsonPathPiece.camelCase}}](#{{mapOutputJsonPathPiece.anchorPiece}}) + {{~/if}} + {{else}} + {{#if fullRefModule}} +{{fullRefModule}}.{{mapOutputJsonPathPiece.camelCase}} + {{~else}} +{{mapOutputJsonPathPiece.camelCase}} + {{~/if}} + {{/if}} {{~else}} FrozenMap {{~/if}} From 2d74d2630d9839ea2947b2fea0c12ff1d2250c57 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 18:25:06 -0800 Subject: [PATCH 60/72] Uses forDocs in type --- .../content/applicationjson/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../content/applicationxml/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../components/schemas/AbstractStepMessage.md | 3 +- .../schemas/AdditionalPropertiesClass.md | 21 ++-- .../schemas/AdditionalPropertiesSchema.md | 12 +- .../AdditionalPropertiesWithArrayOfEnums.md | 6 +- .../java/docs/components/schemas/Address.md | 3 +- .../java/docs/components/schemas/Animal.md | 8 +- .../docs/components/schemas/AnimalFarm.md | 3 +- .../components/schemas/AnyTypeAndFormat.md | 3 +- .../components/schemas/ApiResponseSchema.md | 3 +- .../java/docs/components/schemas/Apple.md | 16 +-- .../java/docs/components/schemas/AppleReq.md | 3 +- .../components/schemas/ArrayHoldingAnyType.md | 3 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 9 +- .../docs/components/schemas/ArrayOfEnums.md | 3 +- .../components/schemas/ArrayOfNumberOnly.md | 6 +- .../java/docs/components/schemas/ArrayTest.md | 18 +-- .../schemas/ArrayWithValidationsInItems.md | 11 +- .../java/docs/components/schemas/Banana.md | 3 +- .../java/docs/components/schemas/BananaReq.md | 3 +- .../java/docs/components/schemas/Bar.md | 5 +- .../java/docs/components/schemas/BasquePig.md | 8 +- .../docs/components/schemas/BooleanEnum.md | 3 +- .../docs/components/schemas/Capitalization.md | 3 +- .../java/docs/components/schemas/Cat.md | 3 +- .../java/docs/components/schemas/Category.md | 8 +- .../java/docs/components/schemas/ChildCat.md | 3 +- .../java/docs/components/schemas/Client.md | 3 +- .../schemas/ComplexQuadrilateral.md | 8 +- ...omposedAnyOfDifferentTypesNoValidations.md | 3 +- .../docs/components/schemas/ComposedArray.md | 3 +- .../docs/components/schemas/ComposedBool.md | 3 +- .../docs/components/schemas/ComposedNone.md | 3 +- .../docs/components/schemas/ComposedNumber.md | 8 +- .../docs/components/schemas/ComposedObject.md | 3 +- .../schemas/ComposedOneOfDifferentTypes.md | 11 +- .../docs/components/schemas/ComposedString.md | 5 +- .../java/docs/components/schemas/Currency.md | 5 +- .../java/docs/components/schemas/DanishPig.md | 8 +- .../docs/components/schemas/DateTimeTest.md | 5 +- .../schemas/DateTimeWithValidations.md | 5 +- .../components/schemas/DateWithValidations.md | 5 +- .../java/docs/components/schemas/Dog.md | 3 +- .../java/docs/components/schemas/Drawing.md | 6 +- .../docs/components/schemas/EnumArrays.md | 16 +-- .../java/docs/components/schemas/EnumClass.md | 5 +- .../java/docs/components/schemas/EnumTest.md | 29 +---- .../components/schemas/EquilateralTriangle.md | 8 +- .../java/docs/components/schemas/File.md | 3 +- .../components/schemas/FileSchemaTestClass.md | 6 +- .../java/docs/components/schemas/Foo.md | 3 +- .../docs/components/schemas/FormatTest.md | 66 ++--------- .../docs/components/schemas/FromSchema.md | 3 +- .../components/schemas/GrandparentAnimal.md | 3 +- .../components/schemas/HasOnlyReadOnly.md | 3 +- .../components/schemas/HealthCheckResult.md | 9 +- .../docs/components/schemas/IntegerEnum.md | 8 +- .../docs/components/schemas/IntegerEnumBig.md | 8 +- .../components/schemas/IntegerEnumOneValue.md | 8 +- .../schemas/IntegerEnumWithDefaultValue.md | 8 +- .../docs/components/schemas/IntegerMax10.md | 8 +- .../docs/components/schemas/IntegerMin15.md | 8 +- .../components/schemas/IsoscelesTriangle.md | 8 +- .../java/docs/components/schemas/Items.md | 3 +- .../components/schemas/JSONPatchRequest.md | 3 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 8 +- .../schemas/JSONPatchRequestMoveCopy.md | 8 +- .../schemas/JSONPatchRequestRemove.md | 8 +- .../java/docs/components/schemas/MapTest.md | 20 +--- ...dPropertiesAndAdditionalPropertiesClass.md | 6 +- .../java/docs/components/schemas/Money.md | 3 +- .../docs/components/schemas/MyObjectDto.md | 3 +- .../schemas/NoAdditionalProperties.md | 3 +- .../docs/components/schemas/NullableClass.md | 105 +++--------------- .../docs/components/schemas/NullableString.md | 6 +- .../docs/components/schemas/NumberOnly.md | 3 +- .../schemas/NumberWithValidations.md | 8 +- .../schemas/ObjWithRequiredProps.md | 3 +- .../schemas/ObjWithRequiredPropsBase.md | 3 +- .../ObjectModelWithArgAndArgsProperties.md | 3 +- .../schemas/ObjectModelWithRefProps.md | 3 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 3 +- .../schemas/ObjectWithCollidingProperties.md | 3 +- .../schemas/ObjectWithDecimalProperties.md | 3 +- .../ObjectWithDifficultlyNamedProps.md | 3 +- .../ObjectWithInlineCompositionProperty.md | 8 +- .../ObjectWithInvalidNamedRefedProperties.md | 3 +- .../ObjectWithNonIntersectingValues.md | 3 +- .../schemas/ObjectWithOnlyOptionalProps.md | 3 +- .../schemas/ObjectWithOptionalTestProp.md | 3 +- .../schemas/ObjectWithValidations.md | 3 +- .../java/docs/components/schemas/Order.md | 8 +- .../schemas/PaginatedResultMyObjectDto.md | 6 +- .../java/docs/components/schemas/ParentPet.md | 3 +- .../java/docs/components/schemas/Pet.md | 14 +-- .../java/docs/components/schemas/Player.md | 3 +- .../java/docs/components/schemas/PublicKey.md | 3 +- .../schemas/QuadrilateralInterface.md | 5 +- .../docs/components/schemas/ReadOnlyFirst.md | 3 +- .../schemas/ReqPropsFromExplicitAddProps.md | 3 +- .../schemas/ReqPropsFromTrueAddProps.md | 3 +- .../schemas/ReqPropsFromUnsetAddProps.md | 3 +- .../components/schemas/ScaleneTriangle.md | 8 +- .../schemas/SelfReferencingArrayModel.md | 3 +- .../schemas/SelfReferencingObjectModel.md | 3 +- .../components/schemas/SimpleQuadrilateral.md | 8 +- .../components/schemas/SpecialModelname.md | 3 +- .../components/schemas/StringBooleanMap.md | 3 +- .../docs/components/schemas/StringEnum.md | 6 +- .../schemas/StringEnumWithDefaultValue.md | 5 +- .../schemas/StringWithValidation.md | 5 +- .../java/docs/components/schemas/Tag.md | 3 +- .../components/schemas/TriangleInterface.md | 5 +- .../docs/components/schemas/UUIDString.md | 5 +- .../java/docs/components/schemas/User.md | 9 +- .../java/docs/components/schemas/Whale.md | 8 +- .../java/docs/components/schemas/Zebra.md | 13 +-- .../delete/parameters/parameter1/Schema1.md | 5 +- .../parameters/parameter0/PathParamSchema0.md | 5 +- .../delete/parameters/parameter1/Schema1.md | 5 +- .../delete/parameters/parameter4/Schema4.md | 5 +- .../fake/get/parameters/parameter0/Schema0.md | 8 +- .../fake/get/parameters/parameter1/Schema1.md | 5 +- .../fake/get/parameters/parameter2/Schema2.md | 8 +- .../fake/get/parameters/parameter3/Schema3.md | 5 +- .../fake/get/parameters/parameter4/Schema4.md | 8 +- .../fake/get/parameters/parameter5/Schema5.md | 8 +- .../applicationxwwwformurlencoded/Schema.md | 16 +-- .../applicationxwwwformurlencoded/Schema.md | 63 ++--------- .../content/applicationjson/Schema.md | 3 +- .../post/parameters/parameter0/Schema0.md | 5 +- .../post/parameters/parameter1/Schema1.md | 8 +- .../content/applicationjson/Schema.md | 5 +- .../content/multipartformdata/Schema.md | 8 +- .../content/applicationjson/Schema.md | 5 +- .../content/multipartformdata/Schema.md | 8 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/applicationjson/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../get/parameters/parameter0/Schema0.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../put/parameters/parameter0/Schema0.md | 3 +- .../put/parameters/parameter1/Schema1.md | 3 +- .../put/parameters/parameter2/Schema2.md | 3 +- .../put/parameters/parameter3/Schema3.md | 3 +- .../put/parameters/parameter4/Schema4.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 6 +- .../content/applicationjson/Schema.md | 3 +- .../get/parameters/parameter0/Schema0.md | 8 +- .../get/parameters/parameter0/Schema0.md | 3 +- .../applicationxwwwformurlencoded/Schema.md | 3 +- .../content/multipartformdata/Schema.md | 3 +- .../get/parameters/parameter0/Schema0.md | 8 +- .../components/schemas/SchemaClass/_types.hbs | 75 +++++++++---- .../schemas/docschema_fields_field.hbs | 2 +- 159 files changed, 321 insertions(+), 860 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 2706946bef8..70bc787d131 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(User.User1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(User.User1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 2132feca71c..8917427957b 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 7a58c9956a1..543fd2f1d26 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 42754211fd2..ccd7baadfa5 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 97d9031ca3a..44f5aebcc11 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -22,8 +22,7 @@ Abstract Step ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("discriminator", Discriminator.class) ))), new KeywordEntry("required", new RequiredValidator(Set.of( diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index a1cb85d175d..4b06c13e1f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -38,8 +38,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("map_property", MapProperty.class), new PropertyEntry("map_of_map_property", MapOfMapProperty.class), new PropertyEntry("anytype_1", Anytype1.class), @@ -100,8 +99,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) ));
| ### Method Summary @@ -154,8 +152,7 @@ an object with no declared properties and no undeclared properties, hence it ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) ));
| ### Method Summary @@ -212,8 +209,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) ));
| ### Method Summary @@ -321,8 +317,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) ));
| ### Method Summary @@ -358,8 +353,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) ));
| ### Method Summary @@ -409,8 +403,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 2be21fdfea5..ea59353be87 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -26,8 +26,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -42,8 +41,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) ));
| ### Method Summary @@ -101,8 +99,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) ));
| ### Method Summary @@ -160,8 +157,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index ca7add01f0a..8941cda8d78 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary @@ -57,8 +56,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index ce1284af610..59708cf2023 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 6fb73dbfd5f..f14736434ee 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("className", ClassName.class), new PropertyEntry("color", Color.class) ))), @@ -67,10 +66,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index a2a221d1fcf..2b9dc58ea11 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 02a3bd38d01..4c32d0b2879 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -27,8 +27,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("uuid", UuidSchema.class), new PropertyEntry("date", Date.class), new PropertyEntry("date-time", Datetime.class), diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index f4751b09bfa..cf0b59d124b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("code", Code.class), new PropertyEntry("type", Type.class), new PropertyEntry("message", Message.class) diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 1bcc407a2bc..0847e62fbdb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
))),new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("cultivar", Cultivar.class), new PropertyEntry("origin", Origin.class) ))), @@ -71,10 +67,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -89,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 46e9102a5f3..877b100de08 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("cultivar", Cultivar.class), new PropertyEntry("mealy", Mealy.class) ))), diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 8ecbdcda83e..6210ea6fea2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 755f1ee5a21..4240adae094 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -23,8 +23,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class) ))) ));
| @@ -64,8 +63,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary @@ -100,8 +98,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 3979979408b..4a3a2042ed8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 3818424c5ff..5e9f3845e18 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("ArrayNumber", ArrayNumber.class) ))) ));
| @@ -62,8 +61,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index f84260bff63..7ebac06679d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -30,8 +30,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("array_of_string", ArrayOfString.class), new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class), new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class) @@ -77,8 +76,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items3.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items3.class)) ));
| ### Method Summary @@ -113,8 +111,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) ));
| ### Method Summary @@ -149,8 +146,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) ));
| ### Method Summary @@ -185,8 +181,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) ));
| ### Method Summary @@ -235,8 +230,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 804773a6166..644489a96e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary @@ -55,13 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index d07008c5c51..ff48999ef26 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("lengthCm", LengthCm.class) ))), new KeywordEntry("required", new RequiredValidator(Set.of( diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index a0fbdabfb55..fcc3dc368a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("lengthCm", LengthCm.class), new PropertyEntry("sweet", Sweet.class) ))), diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 6cf0307ae66..81036009992 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 76ce59da497..06ba6bf6e39 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("className", ClassName.class) ))), new KeywordEntry("required", new RequiredValidator(Set.of( @@ -63,10 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index c933e80d8b5..2fddb402409 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 1205aed43a2..a86954d2e48 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -24,8 +24,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("smallCamel", SmallCamel.class), new PropertyEntry("CapitalCamel", CapitalCamel.class), new PropertyEntry("small_Snake", SmallSnake.class), diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index cf7b32eec2e..1ca73fff635 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("declawed", Declawed.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index ed14a26f32f..a95ed285503 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Id.class), new PropertyEntry("name", Name.class) ))), @@ -67,10 +66,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index f1602a8883a..f5c017c2a92 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("name", Name.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index b7e69c23132..1e0d4694c83 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("client", Client2.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 9039a096964..35adf477e6d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index de28d2e31b8..7f981f3a3c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -141,8 +141,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 0b4ede779d1..74be7fe1af8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 64b4840acde..0533f48362c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index f176ec4607d..e94aa335c37 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Void.class))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Void.class)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index fbd3f869aed..4ada4f33625 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -18,13 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 015b311ef2f..7873f9457d1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 556831b8a52..3ad9ec07ae6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -49,10 +49,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))), -new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) ));
| ### Method Summary @@ -68,8 +65,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary @@ -126,8 +122,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 181345fbc37..3e67ec1f8a7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -18,10 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index df6de8e7dd1..7d511f5f36d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index cbbd5c08cfa..6fffdf89c2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("className", ClassName.class) ))), new KeywordEntry("required", new RequiredValidator(Set.of( @@ -63,10 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 44571a2f767..83791f6c72f 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))), -new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index a0322eb26f3..362952068af 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))), -new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 9c1d548a011..dac52fcd079 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))), -new KeywordEntry("format", new FormatValidator("date")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 3cd0f39e558..ab247fef45e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("breed", Breed.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 1b02cd8db4c..fe27505f848 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("mainShape", Shape.Shape1.class), new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class), new PropertyEntry("nullableShape", NullableShape.NullableShape1.class), @@ -71,8 +70,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 3745d27397b..ff5fb5d68bd 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("just_symbol", JustSymbol.class), new PropertyEntry("array_enum", ArrayEnum.class) ))) @@ -66,8 +65,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary @@ -102,10 +100,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -120,10 +115,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 162ed4dc0e5..7c0c21ae8e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 1d109aabfd1..4e3a2bf8d06 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("enum_string", EnumString.class), new PropertyEntry("enum_string_required", EnumStringRequired.class), new PropertyEntry("enum_integer", EnumInteger.class), @@ -90,13 +89,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double")) ));
| ### Method Summary @@ -112,13 +105,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32")) ));
| ### Method Summary @@ -134,10 +121,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -152,10 +136,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index c58aa14cd8c..1b3b628a66a 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("triangleType", TriangleType.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index c91e801ae2f..12487a07c38 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -22,8 +22,7 @@ Must be named `File` for test. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("sourceURI", SourceURI.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 48b9e76ace3..1cbfa033a7d 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("file", File.File1.class), new PropertyEntry("files", Files.class) ))) @@ -64,8 +63,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(File.File1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(File.File1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 3c8c6834161..1429af8e184 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("bar", Bar.Bar1.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index b89f99f0b44..b6f78f5975c 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -41,8 +41,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("integer", IntegerSchema.class), new PropertyEntry("int32", Int32.class), new PropertyEntry("int32withValidations", Int32withValidations.class), @@ -159,10 +158,7 @@ A string starting with 'image_' (case insensitive) and one to three di ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -180,10 +176,7 @@ A string that is a 10 digit number. Can have leading zeros. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -198,10 +191,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))), -new KeywordEntry("format", new FormatValidator("password")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("password")) ));
| ### Method Summary @@ -301,10 +291,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -319,8 +306,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary @@ -383,13 +369,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double")) ));
| ### Method Summary @@ -422,13 +402,7 @@ this is a reserved python keyword ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("float")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("float")) ));
| ### Method Summary @@ -444,13 +418,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -479,13 +447,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32")) ));
| ### Method Summary @@ -515,13 +477,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index ef0a82a1106..eec34a45113 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("data", Data.class), new PropertyEntry("id", Id.class) ))) diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 76672c92c90..8bd4c42bf47 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("pet_type", PetType.class) ))), new KeywordEntry("required", new RequiredValidator(Set.of( diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index c202e1091b5..afbb56f1331 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("bar", Bar.class), new PropertyEntry("foo", Foo.class) ))) diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 560e486f293..46b193475d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -22,8 +22,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("NullableMessage", NullableMessage.class) ))) ));
| @@ -63,11 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 349fd35f917..5b2f3a23d4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 35834a8b63e..4f2885fcf26 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index 98f644ab11d..e75ed3b7ec5 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index c227c61b740..9acfdf1770c 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 99799527e67..060e28b533e 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index cd882524d0d..65659f44d04 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index a07d35e9866..6cc38276fab 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("triangleType", TriangleType.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index da3dc2d423c..d695a721817 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -22,8 +22,7 @@ component's name collides with the inner schema name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 439b1e6656a..877941fb572 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 9c8ff603f38..2d4c16c9fc8 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("path", Path.class), new PropertyEntry("value", Value.class), new PropertyEntry("op", Op.class) @@ -76,10 +75,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index a52117698ec..af31a906ca5 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("from", From.class), new PropertyEntry("path", Path.class), new PropertyEntry("op", Op.class) @@ -76,10 +75,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index fc93561d9a8..8fc5461c4c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("path", Path.class), new PropertyEntry("op", Op.class) ))), @@ -71,10 +70,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 8d84e8bdf28..67394cc85b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -29,8 +29,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("map_map_of_string", MapMapOfString.class), new PropertyEntry("map_of_enum_string", MapOfEnumString.class), new PropertyEntry("direct_map", DirectMap.class), @@ -79,8 +78,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) ));
| ### Method Summary @@ -130,8 +128,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) ));
| ### Method Summary @@ -167,10 +164,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -185,8 +179,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary @@ -222,8 +215,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 9ac1ce2957f..5f9e93e5bcd 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("uuid", UuidSchema.class), new PropertyEntry("dateTime", DateTime.class), new PropertyEntry("map", MapSchema.class) @@ -68,8 +67,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index a72a4ac662c..5ccc136395c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("amount", Amount.class), new PropertyEntry("currency", Currency.Currency1.class) ))), diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index c00910f5efe..f0bcbc91f56 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Id.class) ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 881395000f4..c1c4a2a1b68 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Id.class), new PropertyEntry("petId", PetId.class) ))), diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 609c31a841d..4434652c316 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -43,8 +43,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("integer_prop", IntegerProp.class), new PropertyEntry("number_prop", NumberProp.class), new PropertyEntry("boolean_prop", BooleanProp.class), @@ -118,8 +117,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) ));
| ### Method Summary @@ -155,11 +153,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -175,11 +169,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) ));
| ### Method Summary @@ -216,11 +206,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -236,11 +222,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary @@ -291,8 +273,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) ));
| ### Method Summary @@ -327,11 +308,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -347,11 +324,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenList.class -))), -new KeywordEntry("items", new ItemsValidator(Items1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenList.class
))),new KeywordEntry("items", new ItemsValidator(Items1.class)) ));
| ### Method Summary @@ -387,11 +360,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -407,11 +376,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenList.class -))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenList.class
))),new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary @@ -461,11 +426,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class -))), -new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) ));
| ### Method Summary @@ -482,11 +443,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class -))), -new KeywordEntry("format", new FormatValidator("date")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
))),new KeywordEntry("format", new FormatValidator("date")) ));
| ### Method Summary @@ -503,11 +460,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -523,11 +476,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - Boolean.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
Boolean.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -543,14 +492,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -566,14 +508,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -589,11 +524,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 383b854e5f0..756904e8681 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -17,11 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 8704e182df3..7442d49f913 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("JustNumber", JustNumber.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 53f1cdd74f4..dea20475dc6 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index f0dba809a87..feb7e94d06f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class) ))), new KeywordEntry("required", new RequiredValidator(Set.of( diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index cfaaa677448..bfdbf6a5b09 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("b", B.class) ))), new KeywordEntry("required", new RequiredValidator(Set.of( diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 38bdb78632d..61e5aa7c2d9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("arg", Arg.class), new PropertyEntry("args", Args.class) ))), diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 55b7a9e3712..ed9640d1734 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -21,8 +21,7 @@ a model that includes properties which should stay primitive (String + Boolean) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class), new PropertyEntry("myString", StringSchema.StringSchema1.class), new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 5401f6062a6..e781ce6d353 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("name", Name.class) ))), new KeywordEntry("required", new RequiredValidator(Set.of( diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 56fbfc11274..1afb6a68210 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -23,8 +23,7 @@ component with properties that have name collisions ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp.class), new PropertyEntry("someprop", Someprop.class) ))) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index bb3497a3529..a781b2df62a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("length", DecimalPayload.DecimalPayload1.class), new PropertyEntry("width", Width.class), new PropertyEntry("cost", Money.Money1.class) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 215242eb06c..69537f99393 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -24,8 +24,7 @@ model with properties that have invalid names for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("$special[property.name]", Specialpropertyname.class), new PropertyEntry("123-list", Schema123list.class), new PropertyEntry("123Number", Schema123Number.class) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index dac7c6c3399..3baa0f9c4ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 01b7cf1fffd..91a6c4299fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("from", FromSchema.FromSchema1.class), new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class) ))), diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index c2d076af6ba..7a3dc0fc30c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class) ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index e6a643db504..07600eda50d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class), new PropertyEntry("b", B.class) ))), diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 736d41f9aa6..8785e3fa246 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("test", Test.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index 76468143470..d5240307025 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 9018ae9920d..5b7a6e6ac97 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -24,8 +24,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Id.class), new PropertyEntry("petId", PetId.class), new PropertyEntry("quantity", Quantity.class), @@ -97,10 +96,7 @@ Order Status ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 00344d3c571..dbb893cb8ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("count", Count.class), new PropertyEntry("results", Results.class) ))), @@ -69,8 +68,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index 38e179e1c8a..b162afc5a8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 72a5bf54b95..3c38bbe33dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -29,8 +29,7 @@ Pet object that needs to be added to the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Id.class), new PropertyEntry("category", Category.Category1.class), new PropertyEntry("name", Name.class), @@ -89,8 +88,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) ));
| ### Method Summary @@ -128,10 +126,7 @@ pet status in the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -146,8 +141,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index c5a6f023b47..9ce06dc263e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -22,8 +22,7 @@ a model that includes a self reference this forces properties and additionalProp ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("name", Name.class), new PropertyEntry("enemyPlayer", Player1.class) ))) diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 6f65d8fb662..c23f6fcf8cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -22,8 +22,7 @@ schema that contains a property named key ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("key", Key.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 092bf65fc12..0e2ee88d762 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -89,10 +89,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 74e7b3358bb..0ff7949d2e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("bar", Bar.class), new PropertyEntry("baz", Baz.class) ))) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 24a8b9570f3..96c02b7917c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("required", new RequiredValidator(Set.of( "invalid-name", "validName" ))), diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index df7f1472f89..30051fad8bb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("required", new RequiredValidator(Set.of( "invalid-name", "validName" ))), diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 6647fbf8923..d9b4dac34b2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("required", new RequiredValidator(Set.of( "invalid-name", "validName" ))) diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index e72990e1b2e..5588746e64a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("triangleType", TriangleType.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index f42035ea6c2..f98cebf9aee 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index d3ca8537229..0640f963cc7 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("selfRef", SelfReferencingObjectModel1.class) ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index bcad69d2907..18ae853a0b9 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -42,8 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 00b059bb86f..300f8135cd3 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -22,8 +22,7 @@ model with an invalid class name for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index f465c077927..091d1c66942 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 96962e5e103..c0dfce0495f 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -17,11 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 2cc9ca6bc98..a72917cdfac 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 3a682e511b3..6f98f409258 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 6a31f844b98..ff48b3461eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Id.class), new PropertyEntry("name", Name.class) ))) diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index aaea118bf0a..ad21484e96a 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -89,10 +89,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 5420a48c832..995193bff5b 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))), -new KeywordEntry("format", new FormatValidator("uuid")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("uuid")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 59e4e9f7e01..8f5893245f6 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -32,8 +32,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Id.class), new PropertyEntry("username", Username.class), new PropertyEntry("firstName", FirstName.class), @@ -201,11 +200,7 @@ test code generation for nullable objects. Value must be a map of strings to val ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Void.class, - FrozenMap.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 84514ebd6cb..11270f6e7a7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("hasBaleen", HasBaleen.class), new PropertyEntry("hasTeeth", HasTeeth.class), new PropertyEntry("className", ClassName.class) @@ -71,10 +70,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index cc5c778b11d..1e07146c84f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("type", Type.class), new PropertyEntry("className", ClassName.class) ))), @@ -69,10 +68,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -87,10 +83,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 1ac73589215..155bbc610c8 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 1f3a1f454c8..4a12c2d8303 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 3b47a9d5d76..2f1a1e894fa 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index 69924aac4d1..e28e687ee68 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 08248d06458..de55a41b6b1 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items0.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) ));
| ### Method Summary @@ -55,10 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index 304e51e6dc3..53255a8ebb2 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index f1bb65771d2..2ab6f4a76ce 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) ));
| ### Method Summary @@ -55,10 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 25f2092d974..23082b8dbff 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -17,10 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 949830c43e1..4e92ff6dd9c 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index bc2b8a69818..3fffe86ee77 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double")) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 003f4613455..6f2a264a6cc 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("enum_form_string_array", EnumFormStringArray.class), new PropertyEntry("enum_form_string", EnumFormString.class) ))) @@ -69,10 +68,7 @@ Form parameter enum test (string) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -90,8 +86,7 @@ Form parameter enum test (string array) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary @@ -126,10 +121,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 2838e0f7655..5ca536a72f2 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -32,8 +32,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("integer", IntegerSchema.class), new PropertyEntry("int32", Int32.class), new PropertyEntry("int64", Int64.class), @@ -133,10 +132,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))), -new KeywordEntry("format", new FormatValidator("password")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("password")) ));
| ### Method Summary @@ -155,10 +151,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))), -new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) ));
| ### Method Summary @@ -228,10 +221,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -249,10 +239,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -270,13 +257,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double")) ));
| ### Method Summary @@ -295,13 +276,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("float")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("float")) ));
| ### Method Summary @@ -320,13 +295,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -361,13 +330,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32")) ));
| ### Method Summary @@ -386,13 +349,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 17e26ebbf16..0b8d865e50a 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index f51826031e0..22fe3611461 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -40,10 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index a6d24f1b8be..39929ca6097 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp1.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index e77c3c16874..b418c42fbd5 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -40,10 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 5585928e03e..44fbb0dff1f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 81ad2e8bf9d..ab5b2fc3152 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -40,10 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index d18bfa5ea0f..89a68887378 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp.class) ))) ));
| @@ -83,10 +82,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 361d8d05f97..330506ee6e3 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("param", Param.class), new PropertyEntry("param2", Param2.class) ))), diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index cacac2782a9..e41742303c4 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index d96c76349d6..da3f00db4cc 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("b", B.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 0463f33d53f..bae59489673 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("keyword", Keyword0.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index da0ddb185f5..6d26ff15b91 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("additionalMetadata", AdditionalMetadata.class), new PropertyEntry("requiredFile", RequiredFile.class) ))), diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index d31b3af67ac..59a95b1e340 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items0.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index a5bac32cc54..793f31d32b6 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 1ef8289e802..345420b3692 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items2.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 72a60687159..ab299ab47c3 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items3.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items3.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 931f96cf94e..4d0db6bb944 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items4.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items4.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 14c924371e4..1b76c715a6f 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("additionalMetadata", AdditionalMetadata.class), new PropertyEntry("file", File.class) ))), diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 182e4052a7a..d0911d633cf 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("files", Files.class) ))) ));
| @@ -62,8 +61,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index f7024fb741e..59072fc02c7 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("string", Foo.Foo1.class) ))) ));
| diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 11f0b59df7c..17429d0d384 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items0.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) ));
| ### Method Summary @@ -55,10 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - String.class -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 8f9ffc1a476..7cdbb2ada30 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), -new KeywordEntry("items", new ItemsValidator(Items0.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 668acc65d55..6e05459bad3 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("name", Name.class), new PropertyEntry("status", Status.class) ))) diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index e6b55f8c69c..78a3fe42931 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("additionalMetadata", AdditionalMetadata.class), new PropertyEntry("file", File.class) ))) diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index 9a091c73d63..2ad56b46a3f 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -17,13 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( - Integer.class, - Long.class, - Float.class, - Double.class -))), -new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64")) ));
| ### Method Summary diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs index 44fb1cd9751..0075bd7a8f6 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs @@ -1,42 +1,79 @@ {{#if types}} {{#and (eq types.size 1) (or (contains types "null") (contains types "object") (contains types "array") (contains types "boolean"))}} + {{#if forDocs}} +new KeywordEntry("type", new TypeValidator(Set.of({{#contains types "null"}}Void.class{{/contains}}{{#contains types "object"}}FrozenMap.class{{/contains}}{{#contains types "array"}}FrozenList.class{{/contains}}{{#contains types "boolean"}}Boolean.class{{/contains}}))){{#unless @last}},{{/unless}}
+ {{~else}} new KeywordEntry("type", new TypeValidator(Set.of({{#contains types "null"}}Void.class{{/contains}}{{#contains types "object"}}FrozenMap.class{{/contains}}{{#contains types "array"}}FrozenList.class{{/contains}}{{#contains types "boolean"}}Boolean.class{{/contains}}))){{#unless @last}},{{/unless}} + {{/if}} {{else}} + {{#if forDocs}} new KeywordEntry("type", new TypeValidator(Set.of( - {{#each types}} - {{#eq this "null"}} + {{~#each types}} + {{#eq this "null"}} + Void.class{{#unless @last}},{{/unless}}
+ {{~/eq}} + {{#eq this "object"}} + FrozenMap.class{{#unless @last}},{{/unless}}
+ {{~/eq}} + {{#eq this "array"}} + FrozenList.class{{#unless @last}},{{/unless}}
+ {{~/eq}} + {{#eq this "string" }} + {{#eq ../format "binary"}} + // FileIO, + // bytes, + {{else}} + String.class{{#unless @last}},{{/unless}}
+ {{~/eq}} + {{/eq}} + {{#eq this "integer"}} + Integer.class,
Long.class,
Float.class,
Double.class{{#unless @last}},{{/unless}}
+ {{~/eq}} + {{#eq this "number"}} + Integer.class,
Long.class,
Float.class,
Double.class{{#unless @last}},{{/unless}}
+ {{~/eq}} + {{#eq this "boolean"}} + Boolean.class{{#unless @last}},{{/unless}}
+ {{~/eq}} + {{/each}} +))){{#unless @last}},{{/unless}} + {{~else}} +new KeywordEntry("type", new TypeValidator(Set.of( + {{#each types}} + {{#eq this "null"}} Void.class{{#unless @last}},{{/unless}} - {{/eq}} - {{#eq this "object"}} + {{/eq}} + {{#eq this "object"}} FrozenMap.class{{#unless @last}},{{/unless}} - {{/eq}} - {{#eq this "array"}} + {{/eq}} + {{#eq this "array"}} FrozenList.class{{#unless @last}},{{/unless}} - {{/eq}} - {{#eq this "string" }} - {{#eq ../format "binary"}} + {{/eq}} + {{#eq this "string" }} + {{#eq ../format "binary"}} // FileIO, // bytes, - {{else}} + {{else}} String.class{{#unless @last}},{{/unless}} - {{/eq}} - {{/eq}} - {{#eq this "integer"}} + {{/eq}} + {{/eq}} + {{#eq this "integer"}} Integer.class, Long.class, Float.class, Double.class{{#unless @last}},{{/unless}} - {{/eq}} - {{#eq this "number"}} + {{/eq}} + {{#eq this "number"}} Integer.class, Long.class, Float.class, Double.class{{#unless @last}},{{/unless}} - {{/eq}} - {{#eq this "boolean"}} + {{/eq}} + {{#eq this "boolean"}} Boolean.class{{#unless @last}},{{/unless}} - {{/eq}} - {{/each}} + {{/eq}} + {{/each}} ))){{#unless @last}},{{/unless}} + {{/if}} {{/and}} {{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs index 8e0abd077e0..34eaaff9215 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs @@ -3,7 +3,7 @@ | static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
{{~/if~}} {{~#eq this "type"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_types ~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_types forDocs=true ~}} {{~/eq~}} {{~#eq this "format"~}} {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_format ~}} From 99109332307ca72d32f99211b5d598c071ba3bf3 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 18:30:34 -0800 Subject: [PATCH 61/72] Updates format template --- .../components/schemas/AnyTypeAndFormat.md | 18 +++++++++--------- .../schemas/ArrayWithValidationsInItems.md | 2 +- .../schemas/ComposedOneOfDifferentTypes.md | 2 +- .../docs/components/schemas/DateTimeTest.md | 2 +- .../schemas/DateTimeWithValidations.md | 2 +- .../components/schemas/DateWithValidations.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 4 ++-- .../java/docs/components/schemas/FormatTest.md | 8 ++++---- .../docs/components/schemas/IntegerMax10.md | 2 +- .../docs/components/schemas/IntegerMin15.md | 2 +- .../docs/components/schemas/NullableClass.md | 4 ++-- .../java/docs/components/schemas/UUIDString.md | 2 +- .../fake/get/parameters/parameter4/Schema4.md | 2 +- .../fake/get/parameters/parameter5/Schema5.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 10 +++++----- .../get/parameters/parameter0/Schema0.md | 2 +- .../components/schemas/SchemaClass/_format.hbs | 4 ++++ .../schemas/docschema_fields_field.hbs | 2 +- 18 files changed, 38 insertions(+), 34 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 4c32d0b2879..d6516a71f1f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -87,7 +87,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("float")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("float"))
));
| ### Method Summary @@ -111,7 +111,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary @@ -135,7 +135,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary @@ -159,7 +159,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary @@ -183,7 +183,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("binary")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("binary"))
));
| ### Method Summary @@ -207,7 +207,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("number")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("number"))
));
| ### Method Summary @@ -231,7 +231,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary @@ -255,7 +255,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("date")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("date"))
));
| ### Method Summary @@ -279,7 +279,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("uuid")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("uuid"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 644489a96e9..8de12fc18f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -54,7 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 3ad9ec07ae6..6f7f64e1f45 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -49,7 +49,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 83791f6c72f..5b13b3459fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 362952068af..e519e2ac3fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index dac52fcd079..0cd2b818aa9 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 4e3a2bf8d06..8e7066893a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -89,7 +89,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary @@ -105,7 +105,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index b6f78f5975c..ee3a522e4eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -191,7 +191,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("password")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("password"))
));
| ### Method Summary @@ -369,7 +369,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary @@ -402,7 +402,7 @@ this is a reserved python keyword ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("float")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("float"))
));
| ### Method Summary @@ -447,7 +447,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 060e28b533e..4bc5ef6367e 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 65659f44d04..5a7cf11eeca 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 4434652c316..c7d85383384 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -426,7 +426,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary @@ -443,7 +443,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
))),new KeywordEntry("format", new FormatValidator("date")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
))),new KeywordEntry("format", new FormatValidator("date"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 995193bff5b..1df33c03778 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("uuid")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("uuid"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 4e92ff6dd9c..169167e272d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 3fffe86ee77..1dec0b1ba10 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 5ca536a72f2..b2c603f4cd1 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -132,7 +132,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("password")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("password"))
));
| ### Method Summary @@ -151,7 +151,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary @@ -257,7 +257,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary @@ -276,7 +276,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("float")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("float"))
));
| ### Method Summary @@ -330,7 +330,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index 2ad56b46a3f..cf1879e22a4 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64")) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs index 548dcd03c3e..acb94d534a5 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs @@ -1 +1,5 @@ +{{#if forDocs}} +new KeywordEntry("format", new FormatValidator("{{format}}")){{#unless @last}},{{/unless}}
+{{else}} new KeywordEntry("format", new FormatValidator("{{format}}")){{#unless @last}},{{/unless}} +{{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs index 34eaaff9215..1375f9ce6f2 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs @@ -6,7 +6,7 @@ {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_types forDocs=true ~}} {{~/eq~}} {{~#eq this "format"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_format ~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_format forDocs=true ~}} {{~/eq~}} {{~#eq this "items"~}} {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_items ~}} From 2227cfa4c53b9a34ef9e52c76ef42a763aaf36b1 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 18:50:23 -0800 Subject: [PATCH 62/72] Fixes schema docs for keywordToValidator properties --- .../components/schemas/AbstractStepMessage.md | 5 +- .../schemas/AdditionalPropertiesClass.md | 12 +---- .../java/docs/components/schemas/Animal.md | 8 +--- .../components/schemas/AnyTypeAndFormat.md | 13 +----- .../components/schemas/ApiResponseSchema.md | 7 +-- .../java/docs/components/schemas/Apple.md | 10 ++-- .../java/docs/components/schemas/AppleReq.md | 6 +-- .../schemas/ArrayOfArrayOfNumberOnly.md | 5 +- .../components/schemas/ArrayOfNumberOnly.md | 5 +- .../java/docs/components/schemas/ArrayTest.md | 7 +-- .../schemas/ArrayWithValidationsInItems.md | 2 +- .../java/docs/components/schemas/Banana.md | 5 +- .../java/docs/components/schemas/BananaReq.md | 6 +-- .../java/docs/components/schemas/Bar.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 7 +-- .../docs/components/schemas/Capitalization.md | 10 +--- .../java/docs/components/schemas/Cat.md | 5 +- .../java/docs/components/schemas/Category.md | 8 +--- .../java/docs/components/schemas/ChildCat.md | 5 +- .../docs/components/schemas/ClassModel.md | 5 +- .../java/docs/components/schemas/Client.md | 5 +- .../schemas/ComplexQuadrilateral.md | 7 +-- .../docs/components/schemas/ComposedNumber.md | 2 +- .../schemas/ComposedOneOfDifferentTypes.md | 2 +- .../docs/components/schemas/ComposedString.md | 2 +- .../java/docs/components/schemas/Currency.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 7 +-- .../docs/components/schemas/DateTimeTest.md | 2 +- .../schemas/DateTimeWithValidations.md | 2 +- .../components/schemas/DateWithValidations.md | 2 +- .../java/docs/components/schemas/Dog.md | 5 +- .../java/docs/components/schemas/Drawing.md | 8 +--- .../docs/components/schemas/EnumArrays.md | 10 ++-- .../java/docs/components/schemas/EnumClass.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 21 ++------- .../components/schemas/EquilateralTriangle.md | 7 +-- .../java/docs/components/schemas/File.md | 5 +- .../components/schemas/FileSchemaTestClass.md | 6 +-- .../java/docs/components/schemas/Foo.md | 5 +- .../docs/components/schemas/FormatTest.md | 43 ++++------------- .../docs/components/schemas/FromSchema.md | 6 +-- .../java/docs/components/schemas/Fruit.md | 5 +- .../java/docs/components/schemas/GmFruit.md | 5 +- .../components/schemas/GrandparentAnimal.md | 5 +- .../components/schemas/HasOnlyReadOnly.md | 6 +-- .../components/schemas/HealthCheckResult.md | 7 +-- .../docs/components/schemas/IntegerEnum.md | 2 +- .../docs/components/schemas/IntegerEnumBig.md | 2 +- .../components/schemas/IntegerEnumOneValue.md | 2 +- .../schemas/IntegerEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/IntegerMax10.md | 2 +- .../docs/components/schemas/IntegerMin15.md | 2 +- .../components/schemas/IsoscelesTriangle.md | 7 +-- .../schemas/JSONPatchRequestAddReplaceTest.md | 9 +--- .../schemas/JSONPatchRequestMoveCopy.md | 9 +--- .../schemas/JSONPatchRequestRemove.md | 8 +--- .../java/docs/components/schemas/MapTest.md | 10 +--- ...dPropertiesAndAdditionalPropertiesClass.md | 7 +-- .../java/docs/components/schemas/Money.md | 6 +-- .../docs/components/schemas/MyObjectDto.md | 5 +- .../java/docs/components/schemas/Name.md | 7 +-- .../schemas/NoAdditionalProperties.md | 6 +-- .../docs/components/schemas/NullableClass.md | 46 +++++++------------ .../docs/components/schemas/NullableString.md | 2 +- .../docs/components/schemas/NumberOnly.md | 5 +- .../schemas/NumberWithValidations.md | 2 +- .../schemas/ObjWithRequiredProps.md | 5 +- .../schemas/ObjWithRequiredPropsBase.md | 5 +- .../ObjectModelWithArgAndArgsProperties.md | 6 +-- .../schemas/ObjectModelWithRefProps.md | 7 +-- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 5 +- .../schemas/ObjectWithCollidingProperties.md | 6 +-- .../schemas/ObjectWithDecimalProperties.md | 7 +-- .../ObjectWithDifficultlyNamedProps.md | 7 +-- .../ObjectWithInlineCompositionProperty.md | 7 +-- .../ObjectWithInvalidNamedRefedProperties.md | 6 +-- .../ObjectWithNonIntersectingValues.md | 5 +- .../schemas/ObjectWithOnlyOptionalProps.md | 6 +-- .../schemas/ObjectWithOptionalTestProp.md | 5 +- .../java/docs/components/schemas/Order.md | 12 +---- .../schemas/PaginatedResultMyObjectDto.md | 6 +-- .../java/docs/components/schemas/Pet.md | 12 +---- .../java/docs/components/schemas/Player.md | 6 +-- .../java/docs/components/schemas/PublicKey.md | 5 +- .../schemas/QuadrilateralInterface.md | 8 +--- .../docs/components/schemas/ReadOnlyFirst.md | 6 +-- .../docs/components/schemas/ReturnSchema.md | 5 +- .../components/schemas/ScaleneTriangle.md | 7 +-- .../components/schemas/Schema200Response.md | 6 +-- .../schemas/SelfReferencingObjectModel.md | 5 +- .../components/schemas/SimpleQuadrilateral.md | 7 +-- .../components/schemas/SpecialModelname.md | 5 +- .../docs/components/schemas/StringEnum.md | 2 +- .../schemas/StringEnumWithDefaultValue.md | 2 +- .../schemas/StringWithValidation.md | 2 +- .../java/docs/components/schemas/Tag.md | 6 +-- .../components/schemas/TriangleInterface.md | 8 +--- .../docs/components/schemas/UUIDString.md | 2 +- .../java/docs/components/schemas/User.md | 19 +------- .../java/docs/components/schemas/Whale.md | 9 +--- .../java/docs/components/schemas/Zebra.md | 10 ++-- .../delete/parameters/parameter1/Schema1.md | 2 +- .../parameters/parameter0/PathParamSchema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../delete/parameters/parameter4/Schema4.md | 2 +- .../fake/get/parameters/parameter0/Schema0.md | 2 +- .../fake/get/parameters/parameter1/Schema1.md | 2 +- .../fake/get/parameters/parameter2/Schema2.md | 2 +- .../fake/get/parameters/parameter3/Schema3.md | 2 +- .../fake/get/parameters/parameter4/Schema4.md | 2 +- .../fake/get/parameters/parameter5/Schema5.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 10 ++-- .../applicationxwwwformurlencoded/Schema.md | 36 ++++----------- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 7 +-- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 7 +-- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 7 +-- .../applicationxwwwformurlencoded/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 5 +- .../content/multipartformdata/Schema.md | 5 +- .../get/parameters/parameter0/Schema0.md | 5 +- .../content/multipartformdata/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 5 +- .../content/applicationjson/Schema.md | 5 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../applicationxwwwformurlencoded/Schema.md | 6 +-- .../content/multipartformdata/Schema.md | 6 +-- .../get/parameters/parameter0/Schema0.md | 2 +- .../responses/headerswithnobody/Headers.java | 1 + .../Headers.java | 1 + .../successwithjsonapiresponse/Headers.java | 1 + .../schemas/AbstractStepMessage.java | 1 + .../schemas/AdditionalPropertiesClass.java | 1 + .../components/schemas/Animal.java | 1 + .../components/schemas/AnyTypeAndFormat.java | 1 + .../components/schemas/ApiResponseSchema.java | 1 + .../components/schemas/Apple.java | 1 + .../components/schemas/AppleReq.java | 1 + .../schemas/ArrayOfArrayOfNumberOnly.java | 1 + .../components/schemas/ArrayOfNumberOnly.java | 1 + .../components/schemas/ArrayTest.java | 1 + .../components/schemas/Banana.java | 1 + .../components/schemas/BananaReq.java | 1 + .../components/schemas/BasquePig.java | 1 + .../components/schemas/Capitalization.java | 1 + .../components/schemas/Cat.java | 1 + .../components/schemas/Category.java | 1 + .../components/schemas/ChildCat.java | 1 + .../components/schemas/ClassModel.java | 1 + .../components/schemas/Client.java | 1 + .../schemas/ComplexQuadrilateral.java | 1 + .../components/schemas/DanishPig.java | 1 + .../components/schemas/Dog.java | 1 + .../components/schemas/Drawing.java | 1 + .../components/schemas/EnumArrays.java | 1 + .../components/schemas/EnumTest.java | 1 + .../schemas/EquilateralTriangle.java | 1 + .../components/schemas/File.java | 1 + .../schemas/FileSchemaTestClass.java | 1 + .../components/schemas/Foo.java | 1 + .../components/schemas/FormatTest.java | 1 + .../components/schemas/FromSchema.java | 1 + .../components/schemas/Fruit.java | 1 + .../components/schemas/GmFruit.java | 1 + .../components/schemas/GrandparentAnimal.java | 1 + .../components/schemas/HasOnlyReadOnly.java | 1 + .../components/schemas/HealthCheckResult.java | 1 + .../components/schemas/IsoscelesTriangle.java | 1 + .../JSONPatchRequestAddReplaceTest.java | 1 + .../schemas/JSONPatchRequestMoveCopy.java | 1 + .../schemas/JSONPatchRequestRemove.java | 1 + .../components/schemas/MapTest.java | 1 + ...ropertiesAndAdditionalPropertiesClass.java | 1 + .../components/schemas/Money.java | 1 + .../components/schemas/MyObjectDto.java | 1 + .../components/schemas/Name.java | 1 + .../schemas/NoAdditionalProperties.java | 1 + .../components/schemas/NullableClass.java | 1 + .../components/schemas/NumberOnly.java | 1 + .../schemas/ObjWithRequiredProps.java | 1 + .../schemas/ObjWithRequiredPropsBase.java | 1 + .../ObjectModelWithArgAndArgsProperties.java | 1 + .../schemas/ObjectModelWithRefProps.java | 1 + ...hAllOfWithReqTestPropFromUnsetAddProp.java | 1 + .../ObjectWithCollidingProperties.java | 1 + .../schemas/ObjectWithDecimalProperties.java | 1 + .../ObjectWithDifficultlyNamedProps.java | 1 + .../ObjectWithInlineCompositionProperty.java | 1 + ...ObjectWithInvalidNamedRefedProperties.java | 1 + .../ObjectWithNonIntersectingValues.java | 1 + .../schemas/ObjectWithOnlyOptionalProps.java | 1 + .../schemas/ObjectWithOptionalTestProp.java | 1 + .../components/schemas/Order.java | 1 + .../schemas/PaginatedResultMyObjectDto.java | 1 + .../components/schemas/Pet.java | 1 + .../components/schemas/Player.java | 1 + .../components/schemas/PublicKey.java | 1 + .../schemas/QuadrilateralInterface.java | 1 + .../components/schemas/ReadOnlyFirst.java | 1 + .../components/schemas/ReturnSchema.java | 1 + .../components/schemas/ScaleneTriangle.java | 1 + .../components/schemas/Schema200Response.java | 1 + .../schemas/SelfReferencingObjectModel.java | 1 + .../schemas/SimpleQuadrilateral.java | 1 + .../components/schemas/SpecialModelname.java | 1 + .../components/schemas/Tag.java | 1 + .../components/schemas/TriangleInterface.java | 1 + .../components/schemas/User.java | 1 + .../components/schemas/Whale.java | 1 + .../components/schemas/Zebra.java | 1 + .../delete/HeaderParameters.java | 1 + .../delete/PathParameters.java | 1 + .../commonparamsubdir/get/PathParameters.java | 1 + .../get/QueryParameters.java | 1 + .../post/HeaderParameters.java | 1 + .../post/PathParameters.java | 1 + .../paths/fake/delete/HeaderParameters.java | 1 + .../paths/fake/delete/QueryParameters.java | 1 + .../paths/fake/get/HeaderParameters.java | 1 + .../paths/fake/get/QueryParameters.java | 1 + .../applicationxwwwformurlencoded/Schema.java | 1 + .../applicationxwwwformurlencoded/Schema.java | 1 + .../put/QueryParameters.java | 1 + .../put/QueryParameters.java | 1 + .../delete/PathParameters.java | 1 + .../post/QueryParameters.java | 1 + .../post/parameters/parameter1/Schema1.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../applicationxwwwformurlencoded/Schema.java | 1 + .../content/applicationjson/Schema.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../fakeobjinquery/get/QueryParameters.java | 1 + .../get/parameters/parameter0/Schema0.java | 1 + .../post/CookieParameters.java | 1 + .../post/HeaderParameters.java | 1 + .../post/PathParameters.java | 1 + .../post/QueryParameters.java | 1 + .../post/PathParameters.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../get/QueryParameters.java | 1 + .../get/QueryParameters.java | 1 + .../put/QueryParameters.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../content/applicationjson/Schema.java | 1 + .../petfindbystatus/get/QueryParameters.java | 1 + .../petfindbytags/get/QueryParameters.java | 1 + .../petpetid/delete/HeaderParameters.java | 1 + .../paths/petpetid/delete/PathParameters.java | 1 + .../paths/petpetid/get/PathParameters.java | 1 + .../paths/petpetid/post/PathParameters.java | 1 + .../applicationxwwwformurlencoded/Schema.java | 1 + .../post/PathParameters.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../delete/PathParameters.java | 1 + .../storeorderorderid/get/PathParameters.java | 1 + .../paths/userlogin/get/QueryParameters.java | 1 + .../get/responses/response200/Headers.java | 1 + .../userusername/delete/PathParameters.java | 1 + .../userusername/get/PathParameters.java | 1 + .../userusername/put/PathParameters.java | 1 + .../schemas/SchemaClass/_properties.hbs | 33 +++++++++---- .../components/schemas/SchemaClass/_types.hbs | 14 +++--- .../schemas/docschema_fields_field.hbs | 2 +- 268 files changed, 367 insertions(+), 648 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 44f5aebcc11..5eeaf7fedd2 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -22,10 +22,7 @@ Abstract Step ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("discriminator", Discriminator.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("discriminator", Discriminator.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "description", "discriminator", "sequenceNumber" diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 4b06c13e1f1..06061074ef8 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -38,17 +38,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("map_property", MapProperty.class), - new PropertyEntry("map_of_map_property", MapOfMapProperty.class), - new PropertyEntry("anytype_1", Anytype1.class), - new PropertyEntry("map_with_undeclared_properties_anytype_1", MapWithUndeclaredPropertiesAnytype1.class), - new PropertyEntry("map_with_undeclared_properties_anytype_2", MapWithUndeclaredPropertiesAnytype2.class), - new PropertyEntry("map_with_undeclared_properties_anytype_3", MapWithUndeclaredPropertiesAnytype3.class), - new PropertyEntry("empty_map", EmptyMap.class), - new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("map_property", MapProperty.class),
    new PropertyEntry("map_of_map_property", MapOfMapProperty.class),
    new PropertyEntry("anytype_1", Anytype1.class),
    new PropertyEntry("map_with_undeclared_properties_anytype_1", MapWithUndeclaredPropertiesAnytype1.class),
    new PropertyEntry("map_with_undeclared_properties_anytype_2", MapWithUndeclaredPropertiesAnytype2.class),
    new PropertyEntry("map_with_undeclared_properties_anytype_3", MapWithUndeclaredPropertiesAnytype3.class),
    new PropertyEntry("empty_map", EmptyMap.class),
    new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index f14736434ee..24d43275345 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("className", ClassName.class), - new PropertyEntry("color", Color.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("className", ClassName.class),
    new PropertyEntry("color", Color.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) ));
| @@ -66,7 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index d6516a71f1f..83c26f3b2fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -27,18 +27,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("uuid", UuidSchema.class), - new PropertyEntry("date", Date.class), - new PropertyEntry("date-time", Datetime.class), - new PropertyEntry("number", NumberSchema.class), - new PropertyEntry("binary", Binary.class), - new PropertyEntry("int32", Int32.class), - new PropertyEntry("int64", Int64.class), - new PropertyEntry("double", DoubleSchema.class), - new PropertyEntry("float", FloatSchema.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("uuid", UuidSchema.class),
    new PropertyEntry("date", Date.class),
    new PropertyEntry("date-time", Datetime.class),
    new PropertyEntry("number", NumberSchema.class),
    new PropertyEntry("binary", Binary.class),
    new PropertyEntry("int32", Int32.class),
    new PropertyEntry("int64", Int64.class),
    new PropertyEntry("double", DoubleSchema.class),
    new PropertyEntry("float", FloatSchema.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index cf0b59d124b..a33c1e6f7fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -21,12 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("code", Code.class), - new PropertyEntry("type", Type.class), - new PropertyEntry("message", Message.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("code", Code.class),
    new PropertyEntry("type", Type.class),
    new PropertyEntry("message", Message.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 0847e62fbdb..340a9524627 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
))),new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("cultivar", Cultivar.class), - new PropertyEntry("origin", Origin.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
))),new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("cultivar", Cultivar.class),
    new PropertyEntry("origin", Origin.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "cultivar" ))) ));
| @@ -67,7 +63,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +78,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 877b100de08..df41bf51e2c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -21,11 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("cultivar", Cultivar.class), - new PropertyEntry("mealy", Mealy.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("cultivar", Cultivar.class),
    new PropertyEntry("mealy", Mealy.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "cultivar" ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 4240adae094..759030b8f1e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -23,10 +23,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 5e9f3845e18..2900c96c6cc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -21,10 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("ArrayNumber", ArrayNumber.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("ArrayNumber", ArrayNumber.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 7ebac06679d..6a813b6c0d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -30,12 +30,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("array_of_string", ArrayOfString.class), - new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class), - new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("array_of_string", ArrayOfString.class),
    new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class),
    new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 8de12fc18f4..b42a11909ea 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -54,7 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index ff48999ef26..b23ee74d657 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("lengthCm", LengthCm.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("lengthCm", LengthCm.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "lengthCm" ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index fcc3dc368a8..5b5fae38996 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -21,11 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("lengthCm", LengthCm.class), - new PropertyEntry("sweet", Sweet.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("lengthCm", LengthCm.class),
    new PropertyEntry("sweet", Sweet.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "lengthCm" ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 81036009992..2ad8e0191b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 06ba6bf6e39..4795f6d56c6 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("className", ClassName.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("className", ClassName.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) ));
| @@ -62,7 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index a86954d2e48..9c65e6dcb11 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -24,15 +24,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("smallCamel", SmallCamel.class), - new PropertyEntry("CapitalCamel", CapitalCamel.class), - new PropertyEntry("small_Snake", SmallSnake.class), - new PropertyEntry("Capital_Snake", CapitalSnake.class), - new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class), - new PropertyEntry("ATT_NAME", ATTNAME.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("smallCamel", SmallCamel.class),
    new PropertyEntry("CapitalCamel", CapitalCamel.class),
    new PropertyEntry("small_Snake", SmallSnake.class),
    new PropertyEntry("Capital_Snake", CapitalSnake.class),
    new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class),
    new PropertyEntry("ATT_NAME", ATTNAME.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 1ca73fff635..8bd09f51090 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("declawed", Declawed.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("declawed", Declawed.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index a95ed285503..dc4eab99e45 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("name", Name.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("name", Name.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "name" ))) ));
| @@ -66,7 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index f5c017c2a92..c9dd047156b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 6d466a55e6e..e7a34d8a94b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -22,10 +22,7 @@ Model for testing model with \"_class\" property ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("_class", ClassSchema.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("_class", ClassSchema.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 1e0d4694c83..6c2f48498ae 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("client", Client2.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("client", Client2.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 35adf477e6d..a26809a8bf6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("quadrilateralType", QuadrilateralType.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("quadrilateralType", QuadrilateralType.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 4ada4f33625..d40ea52983b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 6f7f64e1f45..67bf210a689 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -49,7 +49,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 3e67ec1f8a7..e656c5f4ec7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index 7d511f5f36d..f836e0539a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 6fffdf89c2c..e2c77a94fb1 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("className", ClassName.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("className", ClassName.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) ));
| @@ -62,7 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 5b13b3459fb..7710d336a35 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index e519e2ac3fd..1e7f76f08c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index 0cd2b818aa9..bc56d45e640 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index ab247fef45e..2b15da45665 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("breed", Breed.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("breed", Breed.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index fe27505f848..6ac64c69d49 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -20,13 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("mainShape", Shape.Shape1.class), - new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class), - new PropertyEntry("nullableShape", NullableShape.NullableShape1.class), - new PropertyEntry("shapes", Shapes.class) -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("mainShape", Shape.Shape1.class),
    new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
    new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
    new PropertyEntry("shapes", Shapes.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index ff5fb5d68bd..8b63b575c23 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -22,11 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("just_symbol", JustSymbol.class), - new PropertyEntry("array_enum", ArrayEnum.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("just_symbol", JustSymbol.class),
    new PropertyEntry("array_enum", ArrayEnum.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -100,7 +96,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -115,7 +111,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 7c0c21ae8e0..90f23246e62 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 8e7066893a6..ad165d0e1ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -22,18 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("enum_string", EnumString.class), - new PropertyEntry("enum_string_required", EnumStringRequired.class), - new PropertyEntry("enum_integer", EnumInteger.class), - new PropertyEntry("enum_number", EnumNumber.class), - new PropertyEntry("stringEnum", StringEnum.StringEnum1.class), - new PropertyEntry("IntegerEnum", IntegerEnum.IntegerEnum1.class), - new PropertyEntry("StringEnumWithDefaultValue", StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class), - new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class), - new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("enum_string", EnumString.class),
    new PropertyEntry("enum_string_required", EnumStringRequired.class),
    new PropertyEntry("enum_integer", EnumInteger.class),
    new PropertyEntry("enum_number", EnumNumber.class),
    new PropertyEntry("stringEnum", StringEnum.StringEnum1.class),
    new PropertyEntry("IntegerEnum", IntegerEnum.IntegerEnum1.class),
    new PropertyEntry("StringEnumWithDefaultValue", StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class),
    new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class),
    new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "enum_string_required" ))) ));
| @@ -89,7 +78,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary @@ -105,7 +94,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary @@ -121,7 +110,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -136,7 +125,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 1b3b628a66a..71630b338b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("triangleType", TriangleType.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("triangleType", TriangleType.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 12487a07c38..fb907589f00 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -22,10 +22,7 @@ Must be named `File` for test. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("sourceURI", SourceURI.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("sourceURI", SourceURI.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 1cbfa033a7d..d8455396f97 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("file", File.File1.class), - new PropertyEntry("files", Files.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("file", File.File1.class),
    new PropertyEntry("files", Files.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 1429af8e184..684bccca2ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -18,10 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("bar", Bar.Bar1.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("bar", Bar.Bar1.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index ee3a522e4eb..86b9affcd6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -41,30 +41,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("integer", IntegerSchema.class), - new PropertyEntry("int32", Int32.class), - new PropertyEntry("int32withValidations", Int32withValidations.class), - new PropertyEntry("int64", Int64.class), - new PropertyEntry("number", NumberSchema.class), - new PropertyEntry("float", FloatSchema.class), - new PropertyEntry("float32", Float32.class), - new PropertyEntry("double", DoubleSchema.class), - new PropertyEntry("float64", Float64.class), - new PropertyEntry("arrayWithUniqueItems", ArrayWithUniqueItems.class), - new PropertyEntry("string", StringSchema.class), - new PropertyEntry("byte", ByteSchema.class), - new PropertyEntry("binary", Binary.class), - new PropertyEntry("date", Date.class), - new PropertyEntry("dateTime", DateTime.class), - new PropertyEntry("uuid", UuidSchema.class), - new PropertyEntry("uuidNoExample", UuidNoExample.class), - new PropertyEntry("password", Password.class), - new PropertyEntry("pattern_with_digits", PatternWithDigits.class), - new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class), - new PropertyEntry("noneProp", NoneProp.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("integer", IntegerSchema.class),
    new PropertyEntry("int32", Int32.class),
    new PropertyEntry("int32withValidations", Int32withValidations.class),
    new PropertyEntry("int64", Int64.class),
    new PropertyEntry("number", NumberSchema.class),
    new PropertyEntry("float", FloatSchema.class),
    new PropertyEntry("float32", Float32.class),
    new PropertyEntry("double", DoubleSchema.class),
    new PropertyEntry("float64", Float64.class),
    new PropertyEntry("arrayWithUniqueItems", ArrayWithUniqueItems.class),
    new PropertyEntry("string", StringSchema.class),
    new PropertyEntry("byte", ByteSchema.class),
    new PropertyEntry("binary", Binary.class),
    new PropertyEntry("date", Date.class),
    new PropertyEntry("dateTime", DateTime.class),
    new PropertyEntry("uuid", UuidSchema.class),
    new PropertyEntry("uuidNoExample", UuidNoExample.class),
    new PropertyEntry("password", Password.class),
    new PropertyEntry("pattern_with_digits", PatternWithDigits.class),
    new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class),
    new PropertyEntry("noneProp", NoneProp.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "byte", "date", "number", @@ -158,7 +135,7 @@ A string starting with 'image_' (case insensitive) and one to three di ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -176,7 +153,7 @@ A string that is a 10 digit number. Can have leading zeros. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -191,7 +168,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("password"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("password"))
));
| ### Method Summary @@ -291,7 +268,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -369,7 +346,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary @@ -402,7 +379,7 @@ this is a reserved python keyword ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("float"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("float"))
));
| ### Method Summary @@ -418,7 +395,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -447,7 +424,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary @@ -477,7 +454,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index eec34a45113..edfc42c8c07 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("data", Data.class), - new PropertyEntry("id", Id.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("data", Data.class),
    new PropertyEntry("id", Id.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 00b9fd56af0..5cb86f65cde 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("color", Color.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("color", Color.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index d5f67af9848..1729e536287 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("color", Color.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("color", Color.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 8bd4c42bf47..0bd9ca26bd9 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("pet_type", PetType.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("pet_type", PetType.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "pet_type" ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index afbb56f1331..7aba8fd0e7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("bar", Bar.class), - new PropertyEntry("foo", Foo.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("bar", Bar.class),
    new PropertyEntry("foo", Foo.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 46b193475d4..2c0a9cce44a 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -22,10 +22,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("NullableMessage", NullableMessage.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("NullableMessage", NullableMessage.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -62,7 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 5b2f3a23d4a..89433335d74 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 4f2885fcf26..5ef924f306f 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index e75ed3b7ec5..262d1d28a36 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index 9acfdf1770c..d4db2b9b8a4 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 4bc5ef6367e..94c59d0fce4 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 5a7cf11eeca..cbb33dc0925 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 6cc38276fab..60519dc1c6e 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("triangleType", TriangleType.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("triangleType", TriangleType.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 2d4c16c9fc8..71657ce3fbc 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -22,12 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("path", Path.class), - new PropertyEntry("value", Value.class), - new PropertyEntry("op", Op.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("path", Path.class),
    new PropertyEntry("value", Value.class),
    new PropertyEntry("op", Op.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "op", "path", "value" @@ -75,7 +70,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index af31a906ca5..3ad1ac8f512 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -22,12 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("from", From.class), - new PropertyEntry("path", Path.class), - new PropertyEntry("op", Op.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("from", From.class),
    new PropertyEntry("path", Path.class),
    new PropertyEntry("op", Op.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "from", "op", "path" @@ -75,7 +70,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 8fc5461c4c9..1b8819348e6 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -21,11 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("path", Path.class), - new PropertyEntry("op", Op.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("path", Path.class),
    new PropertyEntry("op", Op.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "op", "path" ))), @@ -70,7 +66,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 67394cc85b5..78f613d20d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -29,13 +29,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("map_map_of_string", MapMapOfString.class), - new PropertyEntry("map_of_enum_string", MapOfEnumString.class), - new PropertyEntry("direct_map", DirectMap.class), - new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("map_map_of_string", MapMapOfString.class),
    new PropertyEntry("map_of_enum_string", MapOfEnumString.class),
    new PropertyEntry("direct_map", DirectMap.class),
    new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -164,7 +158,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 5f9e93e5bcd..96e15e1fbbb 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -22,12 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("uuid", UuidSchema.class), - new PropertyEntry("dateTime", DateTime.class), - new PropertyEntry("map", MapSchema.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("uuid", UuidSchema.class),
    new PropertyEntry("dateTime", DateTime.class),
    new PropertyEntry("map", MapSchema.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 5ccc136395c..ab2940fbd87 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("amount", Amount.class), - new PropertyEntry("currency", Currency.Currency1.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("amount", Amount.class),
    new PropertyEntry("currency", Currency.Currency1.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "amount", "currency" ))), diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index f0bcbc91f56..5396e39d123 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class) -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index f4351d9d60d..88c2f22c1e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -24,12 +24,7 @@ Model for testing model name same as property name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name2.class), - new PropertyEntry("snake_case", SnakeCase.class), - new PropertyEntry("property", Property.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name2.class),
    new PropertyEntry("snake_case", SnakeCase.class),
    new PropertyEntry("property", Property.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "name" ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index c1c4a2a1b68..c56cac829fb 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -21,11 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("petId", PetId.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("petId", PetId.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "id" ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index c7d85383384..4bcb10b9599 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -43,21 +43,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("integer_prop", IntegerProp.class), - new PropertyEntry("number_prop", NumberProp.class), - new PropertyEntry("boolean_prop", BooleanProp.class), - new PropertyEntry("string_prop", StringProp.class), - new PropertyEntry("date_prop", DateProp.class), - new PropertyEntry("datetime_prop", DatetimeProp.class), - new PropertyEntry("array_nullable_prop", ArrayNullableProp.class), - new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class), - new PropertyEntry("array_items_nullable", ArrayItemsNullable.class), - new PropertyEntry("object_nullable_prop", ObjectNullableProp.class), - new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class), - new PropertyEntry("object_items_nullable", ObjectItemsNullable.class) -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("integer_prop", IntegerProp.class),
    new PropertyEntry("number_prop", NumberProp.class),
    new PropertyEntry("boolean_prop", BooleanProp.class),
    new PropertyEntry("string_prop", StringProp.class),
    new PropertyEntry("date_prop", DateProp.class),
    new PropertyEntry("datetime_prop", DatetimeProp.class),
    new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
    new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
    new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
    new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
    new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
    new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) ));
| ### Method Summary @@ -153,7 +139,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -169,7 +155,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) ));
| ### Method Summary @@ -206,7 +192,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -222,7 +208,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary @@ -308,7 +294,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -324,7 +310,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenList.class
))),new KeywordEntry("items", new ItemsValidator(Items1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenList.class
))),new KeywordEntry("items", new ItemsValidator(Items1.class)) ));
| ### Method Summary @@ -360,7 +346,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -376,7 +362,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenList.class
))),new KeywordEntry("items", new ItemsValidator(Items.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenList.class
))),new KeywordEntry("items", new ItemsValidator(Items.class)) ));
| ### Method Summary @@ -426,7 +412,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary @@ -443,7 +429,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
))),new KeywordEntry("format", new FormatValidator("date"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
))),new KeywordEntry("format", new FormatValidator("date"))
));
| ### Method Summary @@ -460,7 +446,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -476,7 +462,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
Boolean.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    Boolean.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -492,7 +478,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -508,7 +494,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -524,7 +510,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index 756904e8681..b8270fb1c3a 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 7442d49f913..26da0435619 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("JustNumber", JustNumber.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("JustNumber", JustNumber.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index dea20475dc6..9d7dd4f1237 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index feb7e94d06f..c94122def46 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "a" ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index bfdbf6a5b09..97dada14121 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("b", B.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("b", B.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "b" ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 61e5aa7c2d9..54717cc6d0a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("arg", Arg.class), - new PropertyEntry("args", Args.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("arg", Arg.class),
    new PropertyEntry("args", Args.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "arg", "args" ))) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index ed9640d1734..a9d38a4a18d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -21,12 +21,7 @@ a model that includes properties which should stay primitive (String + Boolean) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class), - new PropertyEntry("myString", StringSchema.StringSchema1.class), - new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class),
    new PropertyEntry("myString", StringSchema.StringSchema1.class),
    new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index e781ce6d353..4daa04ffc06 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "test" ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 1afb6a68210..ca393c01eef 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -23,11 +23,7 @@ component with properties that have name collisions ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp.class), - new PropertyEntry("someprop", Someprop.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp.class),
    new PropertyEntry("someprop", Someprop.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index a781b2df62a..440d0b5f2c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -19,12 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("length", DecimalPayload.DecimalPayload1.class), - new PropertyEntry("width", Width.class), - new PropertyEntry("cost", Money.Money1.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("length", DecimalPayload.DecimalPayload1.class),
    new PropertyEntry("width", Width.class),
    new PropertyEntry("cost", Money.Money1.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 69537f99393..b1cb2e159ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -24,12 +24,7 @@ model with properties that have invalid names for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("$special[property.name]", Specialpropertyname.class), - new PropertyEntry("123-list", Schema123list.class), - new PropertyEntry("123Number", Schema123Number.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("$special[property.name]", Specialpropertyname.class),
    new PropertyEntry("123-list", Schema123list.class),
    new PropertyEntry("123Number", Schema123Number.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "123-list" ))) ));
| diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index 3baa0f9c4ff..d42b647e6a6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 91a6c4299fd..805b7b584e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -18,11 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("from", FromSchema.FromSchema1.class), - new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("from", FromSchema.FromSchema1.class),
    new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "!reference", "from" ))) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 7a3dc0fc30c..29006cc51ba 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class) -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 07600eda50d..90e6fd13629 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -21,11 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class), - new PropertyEntry("b", B.class) -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class),
    new PropertyEntry("b", B.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 8785e3fa246..79cd4517ae2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("test", Test.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("test", Test.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 5b7a6e6ac97..1ba8b020af8 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -24,15 +24,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("petId", PetId.class), - new PropertyEntry("quantity", Quantity.class), - new PropertyEntry("shipDate", ShipDate.class), - new PropertyEntry("status", Status.class), - new PropertyEntry("complete", Complete.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("petId", PetId.class),
    new PropertyEntry("quantity", Quantity.class),
    new PropertyEntry("shipDate", ShipDate.class),
    new PropertyEntry("status", Status.class),
    new PropertyEntry("complete", Complete.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -96,7 +88,7 @@ Order Status ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index dbb893cb8ac..c2036b4e898 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -22,11 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("count", Count.class), - new PropertyEntry("results", Results.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("count", Count.class),
    new PropertyEntry("results", Results.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "count", "results" ))), diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 3c38bbe33dc..b8d8617ca12 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -29,15 +29,7 @@ Pet object that needs to be added to the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("category", Category.Category1.class), - new PropertyEntry("name", Name.class), - new PropertyEntry("photoUrls", PhotoUrls.class), - new PropertyEntry("tags", Tags.class), - new PropertyEntry("status", Status.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("category", Category.Category1.class),
    new PropertyEntry("name", Name.class),
    new PropertyEntry("photoUrls", PhotoUrls.class),
    new PropertyEntry("tags", Tags.class),
    new PropertyEntry("status", Status.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "name", "photoUrls" ))) @@ -126,7 +118,7 @@ pet status in the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 9ce06dc263e..c2cfc777331 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -22,11 +22,7 @@ a model that includes a self reference this forces properties and additionalProp ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class), - new PropertyEntry("enemyPlayer", Player1.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class),
    new PropertyEntry("enemyPlayer", Player1.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index c23f6fcf8cb..b4f77ed5e67 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -22,10 +22,7 @@ schema that contains a property named key ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("key", Key.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("key", Key.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 0e2ee88d762..ab96a7b9410 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("shapeType", ShapeType.class), - new PropertyEntry("quadrilateralType", QuadrilateralType.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("shapeType", ShapeType.class),
    new PropertyEntry("quadrilateralType", QuadrilateralType.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "quadrilateralType", "shapeType" ))) @@ -89,7 +85,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index 0ff7949d2e3..d53d8f85476 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("bar", Bar.class), - new PropertyEntry("baz", Baz.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("bar", Bar.class),
    new PropertyEntry("baz", Baz.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 1c3a6faabdf..1307160c0ff 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -22,10 +22,7 @@ Model for testing reserved words ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("return", ReturnSchema2.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("return", ReturnSchema2.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 5588746e64a..634a0367991 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("triangleType", TriangleType.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("triangleType", TriangleType.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 55f64af9d48..09eb7e10102 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -23,11 +23,7 @@ model with an invalid class name for python, starts with a number ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class), - new PropertyEntry("class", ClassSchema.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class),
    new PropertyEntry("class", ClassSchema.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 0640f963cc7..e3a4f2fc21c 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -18,10 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("selfRef", SelfReferencingObjectModel1.class) -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) ));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 18ae853a0b9..071be380c67 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("quadrilateralType", QuadrilateralType.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("quadrilateralType", QuadrilateralType.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 300f8135cd3..25bf6ba7818 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -22,10 +22,7 @@ model with an invalid class name for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index c0dfce0495f..08a2e012e8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index a72917cdfac..247d4944d99 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 6f98f409258..2e2192aa1aa 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index ff48b3461eb..0041301c434 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("name", Name.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("name", Name.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index ad21484e96a..edb5c755a5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("shapeType", ShapeType.class), - new PropertyEntry("triangleType", TriangleType.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("shapeType", ShapeType.class),
    new PropertyEntry("triangleType", TriangleType.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "shapeType", "triangleType" ))) @@ -89,7 +85,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index 1df33c03778..a50a3e7cc1c 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("uuid"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("uuid"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index 8f5893245f6..f9cda5b749d 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -32,22 +32,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("id", Id.class), - new PropertyEntry("username", Username.class), - new PropertyEntry("firstName", FirstName.class), - new PropertyEntry("lastName", LastName.class), - new PropertyEntry("email", Email.class), - new PropertyEntry("password", Password.class), - new PropertyEntry("phone", Phone.class), - new PropertyEntry("userStatus", UserStatus.class), - new PropertyEntry("objectWithNoDeclaredProps", ObjectWithNoDeclaredProps.class), - new PropertyEntry("objectWithNoDeclaredPropsNullable", ObjectWithNoDeclaredPropsNullable.class), - new PropertyEntry("anyTypeProp", AnyTypeProp.class), - new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class), - new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("username", Username.class),
    new PropertyEntry("firstName", FirstName.class),
    new PropertyEntry("lastName", LastName.class),
    new PropertyEntry("email", Email.class),
    new PropertyEntry("password", Password.class),
    new PropertyEntry("phone", Phone.class),
    new PropertyEntry("userStatus", UserStatus.class),
    new PropertyEntry("objectWithNoDeclaredProps", ObjectWithNoDeclaredProps.class),
    new PropertyEntry("objectWithNoDeclaredPropsNullable", ObjectWithNoDeclaredPropsNullable.class),
    new PropertyEntry("anyTypeProp", AnyTypeProp.class),
    new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class),
    new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -200,7 +185,7 @@ test code generation for nullable objects. Value must be a map of strings to val ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Void.class,
FrozenMap.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 11270f6e7a7..aa4f7f11679 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -21,12 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("hasBaleen", HasBaleen.class), - new PropertyEntry("hasTeeth", HasTeeth.class), - new PropertyEntry("className", ClassName.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("hasBaleen", HasBaleen.class),
    new PropertyEntry("hasTeeth", HasTeeth.class),
    new PropertyEntry("className", ClassName.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) ));
| @@ -70,7 +65,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 1e07146c84f..d60c4c67186 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,11 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("type", Type.class), - new PropertyEntry("className", ClassName.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("type", Type.class),
    new PropertyEntry("className", ClassName.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) @@ -68,7 +64,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -83,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 155bbc610c8..87d75b2f0f0 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 4a12c2d8303..4168c1d19f6 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index 2f1a1e894fa..e431a1e5172 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index e28e687ee68..bdfd557fa50 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index de55a41b6b1..d6cd227466b 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -54,7 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index 53255a8ebb2..ee19031e02d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 2ab6f4a76ce..46dad8925a6 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -54,7 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 23082b8dbff..84ed5dc4d9f 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 169167e272d..1af361a048e 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 1dec0b1ba10..8f558e770b7 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6f2a264a6cc..db5db04c13b 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -22,11 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("enum_form_string_array", EnumFormStringArray.class), - new PropertyEntry("enum_form_string", EnumFormString.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("enum_form_string_array", EnumFormStringArray.class),
    new PropertyEntry("enum_form_string", EnumFormString.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -68,7 +64,7 @@ Form parameter enum test (string) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -121,7 +117,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index b2c603f4cd1..a0ba3119b72 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -32,23 +32,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("integer", IntegerSchema.class), - new PropertyEntry("int32", Int32.class), - new PropertyEntry("int64", Int64.class), - new PropertyEntry("number", NumberSchema.class), - new PropertyEntry("float", FloatSchema.class), - new PropertyEntry("double", DoubleSchema.class), - new PropertyEntry("string", StringSchema.class), - new PropertyEntry("pattern_without_delimiter", PatternWithoutDelimiter.class), - new PropertyEntry("byte", ByteSchema.class), - new PropertyEntry("binary", Binary.class), - new PropertyEntry("date", Date.class), - new PropertyEntry("dateTime", DateTime.class), - new PropertyEntry("password", Password.class), - new PropertyEntry("callback", Callback.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("integer", IntegerSchema.class),
    new PropertyEntry("int32", Int32.class),
    new PropertyEntry("int64", Int64.class),
    new PropertyEntry("number", NumberSchema.class),
    new PropertyEntry("float", FloatSchema.class),
    new PropertyEntry("double", DoubleSchema.class),
    new PropertyEntry("string", StringSchema.class),
    new PropertyEntry("pattern_without_delimiter", PatternWithoutDelimiter.class),
    new PropertyEntry("byte", ByteSchema.class),
    new PropertyEntry("binary", Binary.class),
    new PropertyEntry("date", Date.class),
    new PropertyEntry("dateTime", DateTime.class),
    new PropertyEntry("password", Password.class),
    new PropertyEntry("callback", Callback.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "byte", "double", "number", @@ -132,7 +116,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("password"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("password"))
));
| ### Method Summary @@ -151,7 +135,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
));
| ### Method Summary @@ -221,7 +205,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -239,7 +223,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -257,7 +241,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
));
| ### Method Summary @@ -276,7 +260,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("float"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("float"))
));
| ### Method Summary @@ -295,7 +279,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | @@ -330,7 +314,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
));
| ### Method Summary @@ -349,7 +333,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 22fe3611461..9643456eb0a 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -40,7 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 39929ca6097..356c99efb67 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp1.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp1.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index b418c42fbd5..de89658008b 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -40,7 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 44fbb0dff1f..9fc2b05bcc5 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index ab5b2fc3152..889c1d27fb4 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -40,7 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index 89a68887378..d6dcdd77b4b 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("someProp", SomeProp.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | @@ -82,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 330506ee6e3..33644b825ff 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("param", Param.class), - new PropertyEntry("param2", Param2.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("param", Param.class),
    new PropertyEntry("param2", Param2.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "param", "param2" ))) diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index e41742303c4..9b464776f3a 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("a", A.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index da3f00db4cc..e929946f53a 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("b", B.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("b", B.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index bae59489673..fd11cdaa2f2 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("keyword", Keyword0.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("keyword", Keyword0.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 6d26ff15b91..7d3f064893c 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("additionalMetadata", AdditionalMetadata.class), - new PropertyEntry("requiredFile", RequiredFile.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("requiredFile", RequiredFile.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "requiredFile" ))) ));
| diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 1b76c715a6f..8bf7c3b0ad7 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("additionalMetadata", AdditionalMetadata.class), - new PropertyEntry("file", File.class) -))), -new KeywordEntry("required", new RequiredValidator(Set.of( +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("file", File.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( "file" ))) ));
| diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index d0911d633cf..a6893dfb8fa 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -21,10 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("files", Files.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("files", Files.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 59072fc02c7..e6dd1cfb54a 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -18,10 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("string", Foo.Foo1.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("string", Foo.Foo1.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 17429d0d384..8a991eae6bd 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -54,7 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( String.class
)))));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6e05459bad3..364432166cb 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("name", Name.class), - new PropertyEntry("status", Status.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class),
    new PropertyEntry("status", Status.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 78a3fe42931..549261152c9 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( - new PropertyEntry("additionalMetadata", AdditionalMetadata.class), - new PropertyEntry("file", File.class) -))) -));
| +| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("file", File.class)
)))
));
| ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index cf1879e22a4..ff3ac0f4003 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of( Integer.class,
Long.class,
Float.class,
Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
+| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
));
| ### Method Summary diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java index c0bf1821383..63b8933d338 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java @@ -49,6 +49,7 @@ public static class Headers1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("location", LocationSchema.LocationSchema1.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeadersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java index 7e02ed1220b..dffc4f7d8f3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java @@ -49,6 +49,7 @@ public static class Headers1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someHeader", SomeHeaderSchema.SomeHeaderSchema1.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeadersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java index 4943f3a0f22..44d29c15c0d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java @@ -70,6 +70,7 @@ public static class Headers1 extends JsonSchema { new PropertyEntry("stringHeader", StringHeaderSchema.StringHeaderSchema1.class), new PropertyEntry("numberHeader", NumberHeaderSchema.NumberHeaderSchema1.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "int32", "ref-content-schema-header", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java index 2863395972c..f7f7d190e4b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java @@ -68,6 +68,7 @@ public static class AbstractStepMessage1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("discriminator", Discriminator.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "description", "discriminator", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java index 5885b344a82..35756fe80cc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java @@ -315,6 +315,7 @@ public static class AdditionalPropertiesClass1 extends JsonSchema { new PropertyEntry("empty_map", EmptyMap.class), new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class) ))) + )); protected static AdditionalPropertiesClassMap getMapOutputInstance(FrozenMap arg) { return new AdditionalPropertiesClassMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java index 01d816dc6de..f8140c6670a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java @@ -76,6 +76,7 @@ public static class Animal1 extends JsonSchema { new PropertyEntry("className", ClassName.class), new PropertyEntry("color", Color.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java index 78a460b0d0b..e0192b4fe3d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnyTypeAndFormat.java @@ -570,6 +570,7 @@ public static class AnyTypeAndFormat1 extends JsonSchema { new PropertyEntry("double", DoubleSchema.class), new PropertyEntry("float", FloatSchema.class) ))) + )); protected static AnyTypeAndFormatMap getMapOutputInstance(FrozenMap arg) { return new AnyTypeAndFormatMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java index f3ba35e9a35..f6a0d89e9f8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ApiResponseSchema.java @@ -80,6 +80,7 @@ public static class ApiResponseSchema1 extends JsonSchema { new PropertyEntry("type", Type.class), new PropertyEntry("message", Message.class) ))) + )); protected static ApiResponseMap getMapOutputInstance(FrozenMap arg) { return new ApiResponseMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java index 9a6768263e3..15bf46c3df4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java @@ -86,6 +86,7 @@ public static class Apple1 extends JsonSchema { new PropertyEntry("cultivar", Cultivar.class), new PropertyEntry("origin", Origin.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "cultivar" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java index 82cfb9b7675..929d5f4b23e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java @@ -70,6 +70,7 @@ public static class AppleReq1 extends JsonSchema { new PropertyEntry("cultivar", Cultivar.class), new PropertyEntry("mealy", Mealy.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "cultivar" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java index edddb81e0bb..6e12bfcb735 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java @@ -106,6 +106,7 @@ public static class ArrayOfArrayOfNumberOnly1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class) ))) + )); protected static ArrayOfArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg) { return new ArrayOfArrayOfNumberOnlyMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java index 3deca781c22..9f24c6b7b3c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java @@ -83,6 +83,7 @@ public static class ArrayOfNumberOnly1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("ArrayNumber", ArrayNumber.class) ))) + )); protected static ArrayOfNumberOnlyMap getMapOutputInstance(FrozenMap arg) { return new ArrayOfNumberOnlyMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java index 71343a5d5e8..6d3061ac6c8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java @@ -195,6 +195,7 @@ public static class ArrayTest1 extends JsonSchema { new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class), new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class) ))) + )); protected static ArrayTestMap getMapOutputInstance(FrozenMap arg) { return new ArrayTestMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java index 61d640447cc..92b3204dbf2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java @@ -56,6 +56,7 @@ public static class Banana1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("lengthCm", LengthCm.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "lengthCm" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java index aef7109063f..bf21e1d99c3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java @@ -70,6 +70,7 @@ public static class BananaReq1 extends JsonSchema { new PropertyEntry("lengthCm", LengthCm.class), new PropertyEntry("sweet", Sweet.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "lengthCm" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java index 2a0a2c8195a..e1a87340d04 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java @@ -63,6 +63,7 @@ public static class BasquePig1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("className", ClassName.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java index e3b0f80bc24..05f11e3b431 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Capitalization.java @@ -112,6 +112,7 @@ public static class Capitalization1 extends JsonSchema { new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class), new PropertyEntry("ATT_NAME", ATTNAME.class) ))) + )); protected static CapitalizationMap getMapOutputInstance(FrozenMap arg) { return new CapitalizationMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java index eb21a6ac08e..dce3758a4b5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Cat.java @@ -56,6 +56,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("declawed", Declawed.class) ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java index 7bef2b614ad..d026badbde3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java @@ -76,6 +76,7 @@ public static class Category1 extends JsonSchema { new PropertyEntry("id", Id.class), new PropertyEntry("name", Name.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "name" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java index ac386a35ff5..e3b8f180231 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ChildCat.java @@ -56,6 +56,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("name", Name.class) ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java index b23c5080482..661c38b9850 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ClassModel.java @@ -56,6 +56,7 @@ public static class ClassModel1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("_class", ClassSchema.class) ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ClassModel1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java index c81fcd28be5..67bf96f9fb4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Client.java @@ -57,6 +57,7 @@ public static class Client1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("client", Client2.class) ))) + )); protected static ClientMap getMapOutputInstance(FrozenMap arg) { return new ClientMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java index bf1131179bd..0c77398591a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComplexQuadrilateral.java @@ -63,6 +63,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java index 03f9eaf3ccf..b80594fdf56 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java @@ -63,6 +63,7 @@ public static class DanishPig1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("className", ClassName.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java index 9d52c8ff27b..67e86671028 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Dog.java @@ -56,6 +56,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("breed", Breed.class) ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java index b27ca73d017..df86ec7c4a5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java @@ -103,6 +103,7 @@ public static class Drawing1 extends JsonSchema { new PropertyEntry("nullableShape", NullableShape.NullableShape1.class), new PropertyEntry("shapes", Shapes.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) )); protected static DrawingMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java index 0a49143504e..f78d205fb76 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java @@ -109,6 +109,7 @@ public static class EnumArrays1 extends JsonSchema { new PropertyEntry("just_symbol", JustSymbol.class), new PropertyEntry("array_enum", ArrayEnum.class) ))) + )); protected static EnumArraysMap getMapOutputInstance(FrozenMap arg) { return new EnumArraysMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java index 0e04aebf37d..957109c51eb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java @@ -182,6 +182,7 @@ public static class EnumTest1 extends JsonSchema { new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class), new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "enum_string_required" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java index 925178557aa..5692388cb73 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EquilateralTriangle.java @@ -63,6 +63,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("triangleType", TriangleType.class) ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java index 7e7e9c66b77..45e156a91cb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/File.java @@ -59,6 +59,7 @@ public static class File1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("sourceURI", SourceURI.class) ))) + )); protected static FileMap getMapOutputInstance(FrozenMap arg) { return new FileMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java index cf52130417d..2a462eadc4a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java @@ -87,6 +87,7 @@ public static class FileSchemaTestClass1 extends JsonSchema { new PropertyEntry("file", File.File1.class), new PropertyEntry("files", Files.class) ))) + )); protected static FileSchemaTestClassMap getMapOutputInstance(FrozenMap arg) { return new FileSchemaTestClassMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java index 5cfc15cb69a..05c521dd535 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Foo.java @@ -53,6 +53,7 @@ public static class Foo1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("bar", Bar.Bar1.class) ))) + )); protected static FooMap getMapOutputInstance(FrozenMap arg) { return new FooMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java index 609edeb3d29..246a75bf61e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java @@ -398,6 +398,7 @@ public static class FormatTest1 extends JsonSchema { new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class), new PropertyEntry("noneProp", NoneProp.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "byte", "date", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java index 2238730f43f..359f57591fa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FromSchema.java @@ -69,6 +69,7 @@ public static class FromSchema1 extends JsonSchema { new PropertyEntry("data", Data.class), new PropertyEntry("id", Id.class) ))) + )); protected static FromSchemaMap getMapOutputInstance(FrozenMap arg) { return new FromSchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java index 24ab50a693f..fd9d1eb3866 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Fruit.java @@ -60,6 +60,7 @@ public static class Fruit1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("color", Color.class) ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Fruit1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java index c1c781b9b11..93ea6d2ca1b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GmFruit.java @@ -60,6 +60,7 @@ public static class GmFruit1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("color", Color.class) ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(GmFruit1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java index 39277901cfc..d1d391d35c7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java @@ -56,6 +56,7 @@ public static class GrandparentAnimal1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("pet_type", PetType.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "pet_type" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java index 8cc4fa069b7..08839345d44 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HasOnlyReadOnly.java @@ -68,6 +68,7 @@ public static class HasOnlyReadOnly1 extends JsonSchema { new PropertyEntry("bar", Bar.class), new PropertyEntry("foo", Foo.class) ))) + )); protected static HasOnlyReadOnlyMap getMapOutputInstance(FrozenMap arg) { return new HasOnlyReadOnlyMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java index 3360323acc8..86a69b0cdd0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/HealthCheckResult.java @@ -70,6 +70,7 @@ public static class HealthCheckResult1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("NullableMessage", NullableMessage.class) ))) + )); protected static HealthCheckResultMap getMapOutputInstance(FrozenMap arg) { return new HealthCheckResultMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java index 8083fa60719..bb032ced155 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/IsoscelesTriangle.java @@ -63,6 +63,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("triangleType", TriangleType.class) ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java index 3fffc5d70b9..e8c9ea89cb0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java @@ -83,6 +83,7 @@ public static class JSONPatchRequestAddReplaceTest1 extends JsonSchema { new PropertyEntry("value", Value.class), new PropertyEntry("op", Op.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "op", "path", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java index 30b27b24ebf..beff61e9bf0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java @@ -83,6 +83,7 @@ public static class JSONPatchRequestMoveCopy1 extends JsonSchema { new PropertyEntry("path", Path.class), new PropertyEntry("op", Op.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "from", "op", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java index 73ee02c0e8b..fab6a68b872 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java @@ -74,6 +74,7 @@ public static class JSONPatchRequestRemove1 extends JsonSchema { new PropertyEntry("path", Path.class), new PropertyEntry("op", Op.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "op", "path" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java index 99f72551c25..8b71e1b4110 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java @@ -217,6 +217,7 @@ public static class MapTest1 extends JsonSchema { new PropertyEntry("direct_map", DirectMap.class), new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class) ))) + )); protected static MapTestMap getMapOutputInstance(FrozenMap arg) { return new MapTestMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java index 68658bcf3d6..5bf512821e0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java @@ -96,6 +96,7 @@ public static class MixedPropertiesAndAdditionalPropertiesClass1 extends JsonSch new PropertyEntry("dateTime", DateTime.class), new PropertyEntry("map", MapSchema.class) ))) + )); protected static MixedPropertiesAndAdditionalPropertiesClassMap getMapOutputInstance(FrozenMap arg) { return new MixedPropertiesAndAdditionalPropertiesClassMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java index d87436a8026..efbd91686da 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java @@ -63,6 +63,7 @@ public static class Money1 extends JsonSchema { new PropertyEntry("amount", Amount.class), new PropertyEntry("currency", Currency.Currency1.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "amount", "currency" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java index 8cb4e5b25ca..480d91ae775 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java @@ -58,6 +58,7 @@ public static class MyObjectDto1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Id.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static MyObjectDtoMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java index 371db759135..039d8d135a4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java @@ -85,6 +85,7 @@ public static class Name1 extends JsonSchema { new PropertyEntry("snake_case", SnakeCase.class), new PropertyEntry("property", Property.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "name" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java index ec5d9eb1e7e..141d24ac970 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java @@ -69,6 +69,7 @@ public static class NoAdditionalProperties1 extends JsonSchema { new PropertyEntry("id", Id.class), new PropertyEntry("petId", PetId.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "id" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java index bdf31617877..f284123dac3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java @@ -520,6 +520,7 @@ public static class NullableClass1 extends JsonSchema { new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class), new PropertyEntry("object_items_nullable", ObjectItemsNullable.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) )); protected static NullableClassMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java index f9a864f900f..7a0f7968023 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NumberOnly.java @@ -57,6 +57,7 @@ public static class NumberOnly1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("JustNumber", JustNumber.class) ))) + )); protected static NumberOnlyMap getMapOutputInstance(FrozenMap arg) { return new NumberOnlyMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java index d70fe9a63d5..103d0ade605 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java @@ -56,6 +56,7 @@ public static class ObjWithRequiredProps1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "a" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java index 5423bfb0ae8..fa6286a706f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java @@ -56,6 +56,7 @@ public static class ObjWithRequiredPropsBase1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("b", B.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "b" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java index 803ed7e746f..e858a3e10d0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java @@ -65,6 +65,7 @@ public static class ObjectModelWithArgAndArgsProperties1 extends JsonSchema { new PropertyEntry("arg", Arg.class), new PropertyEntry("args", Args.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "arg", "args" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java index 1460b736b7f..ca53ed24556 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithRefProps.java @@ -71,6 +71,7 @@ a model that includes properties which should stay primitive (String + Boolean) new PropertyEntry("myString", StringSchema.StringSchema1.class), new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class) ))) + )); protected static ObjectModelWithRefPropsMap getMapOutputInstance(FrozenMap arg) { return new ObjectModelWithRefPropsMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java index 0362508fb3c..cdc227bb28f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java @@ -63,6 +63,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("name", Name.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "test" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java index 586b32f4889..0f69d70e159 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithCollidingProperties.java @@ -70,6 +70,7 @@ public static class ObjectWithCollidingProperties1 extends JsonSchema { new PropertyEntry("someProp", SomeProp.class), new PropertyEntry("someprop", Someprop.class) ))) + )); protected static ObjectWithCollidingPropertiesMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithCollidingPropertiesMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java index f33e3e5f535..db039966042 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDecimalProperties.java @@ -73,6 +73,7 @@ public static class ObjectWithDecimalProperties1 extends JsonSchema { new PropertyEntry("width", Width.class), new PropertyEntry("cost", Money.Money1.class) ))) + )); protected static ObjectWithDecimalPropertiesMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithDecimalPropertiesMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java index 0149f3ab789..ef52f391cb6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java @@ -67,6 +67,7 @@ public static class ObjectWithDifficultlyNamedProps1 extends JsonSchema { new PropertyEntry("123-list", Schema123list.class), new PropertyEntry("123Number", Schema123Number.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "123-list" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java index 6d2d0d18950..c87d2731008 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInlineCompositionProperty.java @@ -119,6 +119,7 @@ public static class ObjectWithInlineCompositionProperty1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp.class) ))) + )); protected static ObjectWithInlineCompositionPropertyMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithInlineCompositionPropertyMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java index d132539d086..7fc0610a899 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java @@ -54,6 +54,7 @@ public static class ObjectWithInvalidNamedRefedProperties1 extends JsonSchema { new PropertyEntry("from", FromSchema.FromSchema1.class), new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "!reference", "from" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java index 0d0d60f3722..fcc251a04f2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java @@ -61,6 +61,7 @@ public static class ObjectWithNonIntersectingValues1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static ObjectWithNonIntersectingValuesMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java index 9e296e193e7..85b4a0e5a9d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java @@ -70,6 +70,7 @@ public static class ObjectWithOnlyOptionalProps1 extends JsonSchema { new PropertyEntry("a", A.class), new PropertyEntry("b", B.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static ObjectWithOnlyOptionalPropsMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java index b77af5c7143..a7196795dc5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOptionalTestProp.java @@ -57,6 +57,7 @@ public static class ObjectWithOptionalTestProp1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("test", Test.class) ))) + )); protected static ObjectWithOptionalTestPropMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithOptionalTestPropMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java index 6183d57a5b2..1ae02b4a48f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Order.java @@ -123,6 +123,7 @@ public static class Order1 extends JsonSchema { new PropertyEntry("status", Status.class), new PropertyEntry("complete", Complete.class) ))) + )); protected static OrderMap getMapOutputInstance(FrozenMap arg) { return new OrderMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index 947f97756d8..966d4a7398b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -89,6 +89,7 @@ public static class PaginatedResultMyObjectDto1 extends JsonSchema { new PropertyEntry("count", Count.class), new PropertyEntry("results", Results.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "count", "results" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java index 299f339bec4..249deb5db85 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java @@ -164,6 +164,7 @@ public static class Pet1 extends JsonSchema { new PropertyEntry("tags", Tags.class), new PropertyEntry("status", Status.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "name", "photoUrls" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java index 69e5ffbff58..f4db8a6c810 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Player.java @@ -67,6 +67,7 @@ public static class Player1 extends JsonSchema { new PropertyEntry("name", Name.class), new PropertyEntry("enemyPlayer", Player1.class) ))) + )); protected static PlayerMap getMapOutputInstance(FrozenMap arg) { return new PlayerMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java index d9a5e947f92..393b7ac2690 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PublicKey.java @@ -59,6 +59,7 @@ public static class PublicKey1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("key", Key.class) ))) + )); protected static PublicKeyMap getMapOutputInstance(FrozenMap arg) { return new PublicKeyMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java index 381b978b4e7..b98c8f8d6d1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java @@ -77,6 +77,7 @@ public static class QuadrilateralInterface1 extends JsonSchema { new PropertyEntry("shapeType", ShapeType.class), new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "quadrilateralType", "shapeType" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java index 546397dd755..bc98c6cd772 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReadOnlyFirst.java @@ -68,6 +68,7 @@ public static class ReadOnlyFirst1 extends JsonSchema { new PropertyEntry("bar", Bar.class), new PropertyEntry("baz", Baz.class) ))) + )); protected static ReadOnlyFirstMap getMapOutputInstance(FrozenMap arg) { return new ReadOnlyFirstMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java index 706f9e4477d..c9d876d48a5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReturnSchema.java @@ -56,6 +56,7 @@ public static class ReturnSchema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("return", ReturnSchema2.class) ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ReturnSchema1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java index 209dd151d09..141bbb03c00 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ScaleneTriangle.java @@ -63,6 +63,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("triangleType", TriangleType.class) ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java index 9898a43b341..7e71dae214f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Schema200Response.java @@ -68,6 +68,7 @@ model with an invalid class name for python, starts with a number new PropertyEntry("name", Name.class), new PropertyEntry("class", ClassSchema.class) ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Schema200Response1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java index 6a6e6026c58..cf5eea9cea0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java @@ -53,6 +53,7 @@ public static class SelfReferencingObjectModel1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("selfRef", SelfReferencingObjectModel1.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) )); protected static SelfReferencingObjectModelMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java index f9239da5b06..bfed492e03e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SimpleQuadrilateral.java @@ -63,6 +63,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("quadrilateralType", QuadrilateralType.class) ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java index 82670a4d7a5..9e1b55df88d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SpecialModelname.java @@ -59,6 +59,7 @@ model with an invalid class name for python new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class) ))) + )); protected static SpecialModelnameMap getMapOutputInstance(FrozenMap arg) { return new SpecialModelnameMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java index 94667d45afd..b4b63ecd1f8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Tag.java @@ -69,6 +69,7 @@ public static class Tag1 extends JsonSchema { new PropertyEntry("id", Id.class), new PropertyEntry("name", Name.class) ))) + )); protected static TagMap getMapOutputInstance(FrozenMap arg) { return new TagMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java index 20cc78b8a89..ee27a7eb806 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java @@ -77,6 +77,7 @@ public static class TriangleInterface1 extends JsonSchema { new PropertyEntry("shapeType", ShapeType.class), new PropertyEntry("triangleType", TriangleType.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "shapeType", "triangleType" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java index 4a5fff3dfd5..b449235c207 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/User.java @@ -261,6 +261,7 @@ public static class User1 extends JsonSchema { new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class), new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class) ))) + )); protected static UserMap getMapOutputInstance(FrozenMap arg) { return new UserMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java index d99e705f65a..4070304cb9e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java @@ -87,6 +87,7 @@ public static class Whale1 extends JsonSchema { new PropertyEntry("hasTeeth", HasTeeth.class), new PropertyEntry("className", ClassName.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java index df856bd9e46..53ce7e8964c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java @@ -87,6 +87,7 @@ public static class Zebra1 extends JsonSchema { new PropertyEntry("type", Type.class), new PropertyEntry("className", ClassName.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java index c35264a2274..d6ce37d4184 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java @@ -49,6 +49,7 @@ public static class HeaderParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someHeader", Schema0.Schema01.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java index c62503a96ca..7064ba8bcbe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("subDir", Schema1.Schema11.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "subDir" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java index 1372626b140..30c3a0c89f1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("subDir", PathParamSchema0.PathParamSchema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "subDir" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java index 8f99378f777..00b52adc5c2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java @@ -49,6 +49,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("searchStr", Schema0.Schema01.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java index 1b11f217404..8a1225e490a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java @@ -49,6 +49,7 @@ public static class HeaderParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someHeader", Schema0.Schema01.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java index 539724514b2..0d8491e0957 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("subDir", PathParamSchema0.PathParamSchema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "subDir" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java index 4673610425e..dee184c6c69 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java @@ -58,6 +58,7 @@ public static class HeaderParameters1 extends JsonSchema { new PropertyEntry("required_boolean_group", Schema1.Schema11.class), new PropertyEntry("boolean_group", Schema4.Schema41.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "required_boolean_group" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java index 9c901e04870..11396e8ed62 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java @@ -74,6 +74,7 @@ public static class QueryParameters1 extends JsonSchema { new PropertyEntry("string_group", Schema3.Schema31.class), new PropertyEntry("required_int64_group", Schema2.Schema21.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "required_int64_group", "required_string_group" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java index 3b5427d6b18..473669c2f60 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java @@ -58,6 +58,7 @@ public static class HeaderParameters1 extends JsonSchema { new PropertyEntry("enum_header_string", Schema1.Schema11.class), new PropertyEntry("enum_header_string_array", Schema0.Schema01.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java index 5295626d223..a0516053e56 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java @@ -76,6 +76,7 @@ public static class QueryParameters1 extends JsonSchema { new PropertyEntry("enum_query_integer", Schema4.Schema41.class), new PropertyEntry("enum_query_string_array", Schema2.Schema21.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index 03974b5aa58..5782ac2e697 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -103,6 +103,7 @@ public static class Schema1 extends JsonSchema { new PropertyEntry("enum_form_string_array", EnumFormStringArray.class), new PropertyEntry("enum_form_string", EnumFormString.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index ba30d2cf077..dd9e56df48b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -292,6 +292,7 @@ public static class Schema1 extends JsonSchema { new PropertyEntry("password", Password.class), new PropertyEntry("callback", Callback.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "byte", "double", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java index 3bae0a3fe78..58c240edd00 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java @@ -48,6 +48,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("query", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "query" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java index 5664f0b7e25..5fcd403c274 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java @@ -62,6 +62,7 @@ public static class QueryParameters1 extends JsonSchema { new PropertyEntry("some_var", Schema2.Schema21.class), new PropertyEntry("SomeVar", Schema1.Schema11.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "SomeVar", "someVar", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java index 0efa23cf0c7..fb4fa52fc41 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("id", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "id" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java index 623f6e9aafe..9308657da0c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java @@ -58,6 +58,7 @@ public static class QueryParameters1 extends JsonSchema { new PropertyEntry("compositionAtRoot", Schema0.Schema01.class), new PropertyEntry("compositionInProperty", Schema1.Schema11.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java index 08e4d33c154..e037c2273a9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.java @@ -113,6 +113,7 @@ public static class Schema11 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp1.class) ))) + )); protected static SchemaMap1 getMapOutputInstance(FrozenMap arg) { return new SchemaMap1(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java index cd68614dd56..93214927ecc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.java @@ -113,6 +113,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java index 7d78914e3d0..8b2afa4fbc3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.java @@ -113,6 +113,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someProp", SomeProp.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index b6bbfc2a4da..e6ead47e5f8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -59,6 +59,7 @@ public static class Schema1 extends JsonSchema { new PropertyEntry("param", Param.class), new PropertyEntry("param2", Param2.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "param", "param2" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java index 2f101d6c240..3b3bdb926a8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.java @@ -51,6 +51,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("a", A.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java index c5336c48417..82614509aee 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.java @@ -51,6 +51,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("b", B.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java index c9a239a3f4f..5a59448b3a4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java @@ -49,6 +49,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("mapBean", Schema0.Schema01.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java index a592dcb0c2d..ade8fcc1fea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/parameters/parameter0/Schema0.java @@ -51,6 +51,7 @@ public static class Schema01 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("keyword", Keyword0.class) ))) + )); protected static SchemaMap0 getMapOutputInstance(FrozenMap arg) { return new SchemaMap0(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java index 5f2547f6d6f..f13a630d211 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java @@ -73,6 +73,7 @@ public static class CookieParameters1 extends JsonSchema { new PropertyEntry("A-B", Schema18.Schema181.class), new PropertyEntry("self", Schema17.Schema171.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static CookieParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java index ad9e932510e..46b40bb5ecd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java @@ -64,6 +64,7 @@ public static class HeaderParameters1 extends JsonSchema { new PropertyEntry("A-B", Schema8.Schema81.class), new PropertyEntry("self", Schema7.Schema71.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java index 1f819c3b809..10e16a06dd9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java @@ -68,6 +68,7 @@ public static class PathParameters1 extends JsonSchema { new PropertyEntry("A-B", Schema13.Schema131.class), new PropertyEntry("self", Schema12.Schema121.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "1", "A-B", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java index cc191014ada..6305a33f489 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java @@ -73,6 +73,7 @@ public static class QueryParameters1 extends JsonSchema { new PropertyEntry("A-B", Schema4.Schema41.class), new PropertyEntry("self", Schema3.Schema31.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java index 0d998b9659d..b8771506bfb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("petId", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java index 9d965ea361a..2589e985482 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java @@ -64,6 +64,7 @@ public static class Schema1 extends JsonSchema { new PropertyEntry("additionalMetadata", AdditionalMetadata.class), new PropertyEntry("requiredFile", RequiredFile.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "requiredFile" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java index 8d6189e833c..0b5fb8abd62 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java @@ -48,6 +48,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("someParam", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "someParam" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java index fde6fe87cee..c8868480b67 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java @@ -49,6 +49,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("mapBean", Foo.Foo1.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index 21c7b6086c6..9c3c52b5eda 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -83,6 +83,7 @@ public static class QueryParameters1 extends JsonSchema { new PropertyEntry("pipe", Schema0.Schema01.class), new PropertyEntry("url", Schema3.Schema31.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "context", "http", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java index ede8cf4b01a..e1023728a4b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java @@ -64,6 +64,7 @@ public static class Schema1 extends JsonSchema { new PropertyEntry("additionalMetadata", AdditionalMetadata.class), new PropertyEntry("file", File.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "file" ))) diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java index 79a7f610dac..1c3a08d49e9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java @@ -78,6 +78,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("files", Files.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java index 1e885a79f3b..a981b1541f1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.java @@ -42,6 +42,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("string", Foo.Foo1.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java index be7ec44b498..f7b96c9ccf6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java @@ -49,6 +49,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("status", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "status" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java index ec5c433f505..ded227efc05 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java @@ -49,6 +49,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("tags", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "tags" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java index 26480fe0a46..f8fb8701cf3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java @@ -49,6 +49,7 @@ public static class HeaderParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("api_key", Schema0.Schema01.class) ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java index c63f1f06fcc..89979a4d42d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("petId", Schema1.Schema11.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java index 0353c62797f..78d0e41a1e4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("petId", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java index 80a66fff44e..5e42e6bf938 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("petId", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index 05b2183bdb0..5f17f163e1b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -62,6 +62,7 @@ public static class Schema1 extends JsonSchema { new PropertyEntry("name", Name.class), new PropertyEntry("status", Status.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java index 633efd2f0f6..38372ee3f51 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("petId", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java index 4c270db0e45..4f077f67146 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.java @@ -64,6 +64,7 @@ public static class Schema1 extends JsonSchema { new PropertyEntry("additionalMetadata", AdditionalMetadata.class), new PropertyEntry("file", File.class) ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java index 5f4897c47a2..ae5fb768e93 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("order_id", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "order_id" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java index a697e294f09..04b36665848 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("order_id", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "order_id" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java index 7e2702fe16b..2c3525a8544 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java @@ -55,6 +55,7 @@ public static class QueryParameters1 extends JsonSchema { new PropertyEntry("password", Schema1.Schema11.class), new PropertyEntry("username", Schema0.Schema01.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "password", "username" diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java index 9dea9dc619f..5555121fe44 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java @@ -67,6 +67,7 @@ public static class Headers1 extends JsonSchema { new PropertyEntry("ref-content-schema-header", StringWithValidation.StringWithValidation1.class), new PropertyEntry("numberHeader", NumberHeaderSchema.NumberHeaderSchema1.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "X-Rate-Limit", "int32", diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java index bb3bc13724b..5466f5c3e73 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("username", Schema.Schema1.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "username" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java index f73ee4b8dcd..e568d253cf6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("username", Schema.Schema1.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "username" ))), diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java index 0d2a2ccfa7d..114d4b6c3cf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java @@ -48,6 +48,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( new PropertyEntry("username", Schema.Schema1.class) ))), + new KeywordEntry("required", new RequiredValidator(Set.of( "username" ))), diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs index df900080867..fe188a4d550 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs @@ -1,13 +1,30 @@ +{{#if forDocs}} +new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
+ {{~#each properties}} + {{#if refInfo.refClass}} + {{#if refInfo.refModule}} +    new PropertyEntry("{{{@key.original}}}", {{refInfo.refModule}}.{{refInfo.refClass}}.class){{#unless @last}},{{/unless}}
+ {{~else}} +    new PropertyEntry("{{{@key.original}}}", {{refInfo.refClass}}.class){{#unless @last}},{{/unless}}
+ {{~/if}} + {{else}} +    new PropertyEntry("{{{@key.original}}}", {{jsonPathPiece.camelCase}}.class){{#unless @last}},{{/unless}}
+ {{~/if}} + {{/each}} +))){{#unless @last}},{{/unless}}
+{{~else}} new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( -{{#each properties}} - {{#if refInfo.refClass}} - {{#if refInfo.refModule}} + {{#each properties}} + {{#if refInfo.refClass}} + {{#if refInfo.refModule}} new PropertyEntry("{{{@key.original}}}", {{refInfo.refModule}}.{{refInfo.refClass}}.class){{#unless @last}},{{/unless}} - {{else}} + {{else}} new PropertyEntry("{{{@key.original}}}", {{refInfo.refClass}}.class){{#unless @last}},{{/unless}} - {{/if}} - {{else}} + {{/if}} + {{else}} new PropertyEntry("{{{@key.original}}}", {{jsonPathPiece.camelCase}}.class){{#unless @last}},{{/unless}} - {{/if}} -{{/each}} + {{/if}} + {{/each}} ))){{#unless @last}},{{/unless}} + +{{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs index 0075bd7a8f6..95b1a6cdbc0 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs @@ -10,30 +10,30 @@ new KeywordEntry("type", new TypeValidator(Set.of({{#contains types "null"}}Void new KeywordEntry("type", new TypeValidator(Set.of( {{~#each types}} {{#eq this "null"}} - Void.class{{#unless @last}},{{/unless}}
+    Void.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "object"}} - FrozenMap.class{{#unless @last}},{{/unless}}
+    FrozenMap.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "array"}} - FrozenList.class{{#unless @last}},{{/unless}}
+    FrozenList.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "string" }} {{#eq ../format "binary"}} // FileIO, // bytes, {{else}} - String.class{{#unless @last}},{{/unless}}
+    String.class{{#unless @last}},{{/unless}}
{{~/eq}} {{/eq}} {{#eq this "integer"}} - Integer.class,
Long.class,
Float.class,
Double.class{{#unless @last}},{{/unless}}
+    Integer.class,
    Long.class,
    Float.class,
    Double.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "number"}} - Integer.class,
Long.class,
Float.class,
Double.class{{#unless @last}},{{/unless}}
+    Integer.class,
    Long.class,
    Float.class,
    Double.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "boolean"}} - Boolean.class{{#unless @last}},{{/unless}}
+    Boolean.class{{#unless @last}},{{/unless}}
{{~/eq}} {{/each}} ))){{#unless @last}},{{/unless}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs index 1375f9ce6f2..d06dc2998cb 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs @@ -12,7 +12,7 @@ {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_items ~}} {{~/eq~}} {{~#eq this "properties"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties ~}} + {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties forDocs=true ~}} {{~/eq~}} {{~#eq this "required"~}} {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_required ~}} From 06e62ef4d6a237fe8feba9839a95f13f1ac42cab Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 19:13:54 -0800 Subject: [PATCH 63/72] Fixes indentation for keywordToValidator --- .../content/applicationjson/Schema.md | 4 +- .../content/applicationjson/Schema.md | 4 +- .../content/applicationxml/Schema.md | 4 +- .../content/applicationjson/Schema.md | 4 +- .../components/schemas/AbstractStepMessage.md | 7 +-- .../schemas/AdditionalPropertiesClass.md | 26 ++++----- .../schemas/AdditionalPropertiesSchema.md | 14 ++--- .../AdditionalPropertiesWithArrayOfEnums.md | 8 +-- .../java/docs/components/schemas/Address.md | 4 +- .../java/docs/components/schemas/Animal.md | 7 +-- .../docs/components/schemas/AnimalFarm.md | 4 +- .../components/schemas/AnyTypeAndFormat.md | 38 ++++++------- .../components/schemas/ApiResponseSchema.md | 2 +- .../java/docs/components/schemas/Apple.md | 9 ++-- .../java/docs/components/schemas/AppleReq.md | 7 +-- .../components/schemas/ArrayHoldingAnyType.md | 4 +- .../schemas/ArrayOfArrayOfNumberOnly.md | 10 ++-- .../docs/components/schemas/ArrayOfEnums.md | 4 +- .../components/schemas/ArrayOfNumberOnly.md | 6 +-- .../java/docs/components/schemas/ArrayTest.md | 22 ++++---- .../schemas/ArrayWithValidationsInItems.md | 8 +-- .../java/docs/components/schemas/Banana.md | 5 +- .../java/docs/components/schemas/BananaReq.md | 7 +-- .../java/docs/components/schemas/Bar.md | 2 +- .../java/docs/components/schemas/BasquePig.md | 7 +-- .../docs/components/schemas/BooleanEnum.md | 2 +- .../docs/components/schemas/Capitalization.md | 2 +- .../java/docs/components/schemas/Cat.md | 2 +- .../java/docs/components/schemas/Category.md | 7 +-- .../java/docs/components/schemas/ChildCat.md | 2 +- .../docs/components/schemas/ClassModel.md | 2 +- .../java/docs/components/schemas/Client.md | 2 +- .../schemas/ComplexQuadrilateral.md | 4 +- ...omposedAnyOfDifferentTypesNoValidations.md | 4 +- .../docs/components/schemas/ComposedArray.md | 4 +- .../docs/components/schemas/ComposedBool.md | 2 +- .../docs/components/schemas/ComposedNone.md | 2 +- .../docs/components/schemas/ComposedNumber.md | 2 +- .../docs/components/schemas/ComposedObject.md | 2 +- .../schemas/ComposedOneOfDifferentTypes.md | 10 ++-- .../docs/components/schemas/ComposedString.md | 2 +- .../java/docs/components/schemas/Currency.md | 2 +- .../java/docs/components/schemas/DanishPig.md | 7 +-- .../docs/components/schemas/DateTimeTest.md | 4 +- .../schemas/DateTimeWithValidations.md | 4 +- .../components/schemas/DateWithValidations.md | 4 +- .../java/docs/components/schemas/Dog.md | 2 +- .../java/docs/components/schemas/Drawing.md | 8 +-- .../docs/components/schemas/EnumArrays.md | 10 ++-- .../java/docs/components/schemas/EnumClass.md | 2 +- .../java/docs/components/schemas/EnumTest.md | 17 +++--- .../components/schemas/EquilateralTriangle.md | 4 +- .../java/docs/components/schemas/File.md | 2 +- .../components/schemas/FileSchemaTestClass.md | 6 +-- .../java/docs/components/schemas/Foo.md | 2 +- .../docs/components/schemas/FormatTest.md | 38 ++++++------- .../docs/components/schemas/FromSchema.md | 2 +- .../java/docs/components/schemas/Fruit.md | 2 +- .../java/docs/components/schemas/GmFruit.md | 2 +- .../components/schemas/GrandparentAnimal.md | 5 +- .../components/schemas/HasOnlyReadOnly.md | 2 +- .../components/schemas/HealthCheckResult.md | 4 +- .../docs/components/schemas/IntegerEnum.md | 2 +- .../docs/components/schemas/IntegerEnumBig.md | 2 +- .../components/schemas/IntegerEnumOneValue.md | 2 +- .../schemas/IntegerEnumWithDefaultValue.md | 2 +- .../docs/components/schemas/IntegerMax10.md | 4 +- .../docs/components/schemas/IntegerMin15.md | 4 +- .../components/schemas/IsoscelesTriangle.md | 4 +- .../java/docs/components/schemas/Items.md | 4 +- .../components/schemas/JSONPatchRequest.md | 4 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 11 ++-- .../schemas/JSONPatchRequestMoveCopy.md | 11 ++-- .../schemas/JSONPatchRequestRemove.md | 10 ++-- .../java/docs/components/schemas/MapTest.md | 20 +++---- ...dPropertiesAndAdditionalPropertiesClass.md | 6 +-- .../java/docs/components/schemas/Money.md | 8 +-- .../docs/components/schemas/MyObjectDto.md | 4 +- .../java/docs/components/schemas/Name.md | 5 +- .../schemas/NoAdditionalProperties.md | 7 +-- .../docs/components/schemas/NullableClass.md | 54 +++++++++---------- .../docs/components/schemas/NullableString.md | 2 +- .../docs/components/schemas/NumberOnly.md | 2 +- .../schemas/NumberWithValidations.md | 2 +- .../schemas/ObjWithRequiredProps.md | 5 +- .../schemas/ObjWithRequiredPropsBase.md | 5 +- .../ObjectModelWithArgAndArgsProperties.md | 6 +-- .../schemas/ObjectModelWithRefProps.md | 2 +- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 5 +- .../schemas/ObjectWithCollidingProperties.md | 2 +- .../schemas/ObjectWithDecimalProperties.md | 2 +- .../ObjectWithDifficultlyNamedProps.md | 5 +- .../ObjectWithInlineCompositionProperty.md | 4 +- .../ObjectWithInvalidNamedRefedProperties.md | 6 +-- .../ObjectWithNonIntersectingValues.md | 4 +- .../schemas/ObjectWithOnlyOptionalProps.md | 4 +- .../schemas/ObjectWithOptionalTestProp.md | 2 +- .../schemas/ObjectWithValidations.md | 2 +- .../java/docs/components/schemas/Order.md | 4 +- .../schemas/PaginatedResultMyObjectDto.md | 12 ++--- .../java/docs/components/schemas/ParentPet.md | 2 +- .../java/docs/components/schemas/Pet.md | 16 +++--- .../java/docs/components/schemas/Player.md | 2 +- .../java/docs/components/schemas/PublicKey.md | 2 +- .../schemas/QuadrilateralInterface.md | 8 +-- .../docs/components/schemas/ReadOnlyFirst.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 8 +-- .../schemas/ReqPropsFromTrueAddProps.md | 8 +-- .../schemas/ReqPropsFromUnsetAddProps.md | 6 +-- .../docs/components/schemas/ReturnSchema.md | 2 +- .../components/schemas/ScaleneTriangle.md | 4 +- .../components/schemas/Schema200Response.md | 2 +- .../schemas/SelfReferencingArrayModel.md | 4 +- .../schemas/SelfReferencingObjectModel.md | 4 +- .../components/schemas/SimpleQuadrilateral.md | 4 +- .../components/schemas/SpecialModelname.md | 2 +- .../components/schemas/StringBooleanMap.md | 4 +- .../docs/components/schemas/StringEnum.md | 2 +- .../schemas/StringEnumWithDefaultValue.md | 2 +- .../schemas/StringWithValidation.md | 2 +- .../java/docs/components/schemas/Tag.md | 2 +- .../components/schemas/TriangleInterface.md | 8 +-- .../docs/components/schemas/UUIDString.md | 4 +- .../java/docs/components/schemas/User.md | 4 +- .../java/docs/components/schemas/Whale.md | 7 +-- .../java/docs/components/schemas/Zebra.md | 11 ++-- .../delete/parameters/parameter1/Schema1.md | 2 +- .../parameters/parameter0/PathParamSchema0.md | 2 +- .../delete/parameters/parameter1/Schema1.md | 2 +- .../delete/parameters/parameter4/Schema4.md | 2 +- .../fake/get/parameters/parameter0/Schema0.md | 6 +-- .../fake/get/parameters/parameter1/Schema1.md | 2 +- .../fake/get/parameters/parameter2/Schema2.md | 6 +-- .../fake/get/parameters/parameter3/Schema3.md | 2 +- .../fake/get/parameters/parameter4/Schema4.md | 4 +- .../fake/get/parameters/parameter5/Schema5.md | 4 +- .../applicationxwwwformurlencoded/Schema.md | 10 ++-- .../applicationxwwwformurlencoded/Schema.md | 36 ++++++------- .../content/applicationjson/Schema.md | 4 +- .../post/parameters/parameter0/Schema0.md | 2 +- .../post/parameters/parameter1/Schema1.md | 4 +- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 4 +- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 4 +- .../applicationxwwwformurlencoded/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../content/multipartformdata/Schema.md | 5 +- .../put/parameters/parameter0/Schema0.md | 4 +- .../put/parameters/parameter1/Schema1.md | 4 +- .../put/parameters/parameter2/Schema2.md | 4 +- .../put/parameters/parameter3/Schema3.md | 4 +- .../put/parameters/parameter4/Schema4.md | 4 +- .../content/multipartformdata/Schema.md | 5 +- .../content/multipartformdata/Schema.md | 6 +-- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 6 +-- .../get/parameters/parameter0/Schema0.md | 4 +- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 4 +- .../successwithjsonapiresponse/Headers.java | 1 + .../schemas/AbstractStepMessage.java | 1 + .../components/schemas/Animal.java | 1 + .../components/schemas/Apple.java | 1 + .../components/schemas/AppleReq.java | 1 + .../components/schemas/Banana.java | 1 + .../components/schemas/BananaReq.java | 1 + .../components/schemas/BasquePig.java | 1 + .../components/schemas/Category.java | 1 + .../components/schemas/DanishPig.java | 1 + .../components/schemas/EnumTest.java | 1 + .../components/schemas/FormatTest.java | 1 + .../components/schemas/GrandparentAnimal.java | 1 + .../JSONPatchRequestAddReplaceTest.java | 1 + .../schemas/JSONPatchRequestMoveCopy.java | 1 + .../schemas/JSONPatchRequestRemove.java | 1 + .../components/schemas/Money.java | 1 + .../components/schemas/Name.java | 1 + .../schemas/NoAdditionalProperties.java | 1 + .../schemas/ObjWithRequiredProps.java | 1 + .../schemas/ObjWithRequiredPropsBase.java | 1 + .../ObjectModelWithArgAndArgsProperties.java | 1 + ...hAllOfWithReqTestPropFromUnsetAddProp.java | 1 + .../ObjectWithDifficultlyNamedProps.java | 1 + ...ObjectWithInvalidNamedRefedProperties.java | 1 + .../schemas/PaginatedResultMyObjectDto.java | 1 + .../components/schemas/Pet.java | 1 + .../schemas/QuadrilateralInterface.java | 1 + .../schemas/ReqPropsFromExplicitAddProps.java | 1 + .../schemas/ReqPropsFromTrueAddProps.java | 1 + .../schemas/ReqPropsFromUnsetAddProps.java | 1 + .../components/schemas/TriangleInterface.java | 1 + .../components/schemas/Whale.java | 1 + .../components/schemas/Zebra.java | 1 + .../delete/PathParameters.java | 1 + .../commonparamsubdir/get/PathParameters.java | 1 + .../post/PathParameters.java | 1 + .../paths/fake/delete/HeaderParameters.java | 1 + .../paths/fake/delete/QueryParameters.java | 1 + .../applicationxwwwformurlencoded/Schema.java | 1 + .../put/QueryParameters.java | 1 + .../put/QueryParameters.java | 1 + .../delete/PathParameters.java | 1 + .../applicationxwwwformurlencoded/Schema.java | 1 + .../post/PathParameters.java | 1 + .../post/PathParameters.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../get/QueryParameters.java | 1 + .../put/QueryParameters.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../petfindbystatus/get/QueryParameters.java | 1 + .../petfindbytags/get/QueryParameters.java | 1 + .../paths/petpetid/delete/PathParameters.java | 1 + .../paths/petpetid/get/PathParameters.java | 1 + .../paths/petpetid/post/PathParameters.java | 1 + .../post/PathParameters.java | 1 + .../delete/PathParameters.java | 1 + .../storeorderorderid/get/PathParameters.java | 1 + .../paths/userlogin/get/QueryParameters.java | 1 + .../get/responses/response200/Headers.java | 1 + .../userusername/delete/PathParameters.java | 1 + .../userusername/get/PathParameters.java | 1 + .../userusername/put/PathParameters.java | 1 + .../schemas/SchemaClass/_format.hbs | 2 +- .../schemas/SchemaClass/_properties.hbs | 10 ++-- .../schemas/SchemaClass/_required.hbs | 13 ++++- .../components/schemas/SchemaClass/_types.hbs | 20 +++---- .../schemas/docschema_fields_field.hbs | 44 +++++++-------- 231 files changed, 508 insertions(+), 571 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 70bc787d131..d4f5a48594b 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -18,8 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(User.User1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(User.User1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 8917427957b..432d49f51c2 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -18,8 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 543fd2f1d26..c17b6244e54 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -18,8 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index ccd7baadfa5..ffa7c93b5b7 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index 5eeaf7fedd2..d217e76ca94 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -22,12 +22,7 @@ Abstract Step ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("discriminator", Discriminator.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "description", - "discriminator", - "sequenceNumber" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("discriminator", Discriminator.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "description",
        "discriminator",
        "sequenceNumber"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 06061074ef8..307c9fdf6c7 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -38,7 +38,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("map_property", MapProperty.class),
    new PropertyEntry("map_of_map_property", MapOfMapProperty.class),
    new PropertyEntry("anytype_1", Anytype1.class),
    new PropertyEntry("map_with_undeclared_properties_anytype_1", MapWithUndeclaredPropertiesAnytype1.class),
    new PropertyEntry("map_with_undeclared_properties_anytype_2", MapWithUndeclaredPropertiesAnytype2.class),
    new PropertyEntry("map_with_undeclared_properties_anytype_3", MapWithUndeclaredPropertiesAnytype3.class),
    new PropertyEntry("empty_map", EmptyMap.class),
    new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("map_property", MapProperty.class),
        new PropertyEntry("map_of_map_property", MapOfMapProperty.class),
        new PropertyEntry("anytype_1", Anytype1.class),
        new PropertyEntry("map_with_undeclared_properties_anytype_1", MapWithUndeclaredPropertiesAnytype1.class),
        new PropertyEntry("map_with_undeclared_properties_anytype_2", MapWithUndeclaredPropertiesAnytype2.class),
        new PropertyEntry("map_with_undeclared_properties_anytype_3", MapWithUndeclaredPropertiesAnytype3.class),
        new PropertyEntry("empty_map", EmptyMap.class),
        new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -89,8 +89,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -142,8 +142,8 @@ an object with no declared properties and no undeclared properties, hence it ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -199,8 +199,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -307,8 +307,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -343,8 +343,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -393,8 +393,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index ea59353be87..07c28849820 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -26,7 +26,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -41,8 +41,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -99,8 +99,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -157,8 +157,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 8941cda8d78..80f90ed1f4f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -20,8 +20,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -56,8 +56,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index 59708cf2023..ca399464e56 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 24d43275345..928339f81a5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("className", ClassName.class),
    new PropertyEntry("color", Color.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "className" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", ClassName.class),
        new PropertyEntry("color", Color.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -62,7 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index 2b9dc58ea11..cb13c2a2c26 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -18,8 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 83c26f3b2fc..476e257fa6a 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -27,7 +27,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("uuid", UuidSchema.class),
    new PropertyEntry("date", Date.class),
    new PropertyEntry("date-time", Datetime.class),
    new PropertyEntry("number", NumberSchema.class),
    new PropertyEntry("binary", Binary.class),
    new PropertyEntry("int32", Int32.class),
    new PropertyEntry("int64", Int64.class),
    new PropertyEntry("double", DoubleSchema.class),
    new PropertyEntry("float", FloatSchema.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("uuid", UuidSchema.class),
        new PropertyEntry("date", Date.class),
        new PropertyEntry("date-time", Datetime.class),
        new PropertyEntry("number", NumberSchema.class),
        new PropertyEntry("binary", Binary.class),
        new PropertyEntry("int32", Int32.class),
        new PropertyEntry("int64", Int64.class),
        new PropertyEntry("double", DoubleSchema.class),
        new PropertyEntry("float", FloatSchema.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -76,8 +76,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("float"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("float"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -100,8 +100,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("double"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("double"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -124,8 +124,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("int64"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("int64"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -148,8 +148,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("int32"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("int32"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -172,8 +172,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("binary"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("binary"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -196,8 +196,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("number"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("number"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -220,8 +220,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("date-time"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("date-time"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -244,8 +244,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("date"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("date"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -268,8 +268,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("format", new FormatValidator("uuid"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("uuid"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index a33c1e6f7fb..1fd50d0faec 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("code", Code.class),
    new PropertyEntry("type", Type.class),
    new PropertyEntry("message", Message.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("code", Code.class),
        new PropertyEntry("type", Type.class),
        new PropertyEntry("message", Message.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index 340a9524627..dd5bc193e75 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
))),new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("cultivar", Cultivar.class),
    new PropertyEntry("origin", Origin.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "cultivar" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("origin", Origin.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -63,7 +60,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -78,7 +75,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index df41bf51e2c..d91d13f78ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -21,11 +21,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("cultivar", Cultivar.class),
    new PropertyEntry("mealy", Mealy.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "cultivar" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("mealy", Mealy.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 6210ea6fea2..47b28386488 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 759030b8f1e..58d2ffa29dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -23,7 +23,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -60,8 +60,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -95,8 +95,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 4a3a2042ed8..f37003b1a22 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -18,8 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 2900c96c6cc..521d8571bc1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("ArrayNumber", ArrayNumber.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("ArrayNumber", ArrayNumber.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -58,8 +58,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 6a813b6c0d4..e26eda5a32d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -30,7 +30,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("array_of_string", ArrayOfString.class),
    new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class),
    new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("array_of_string", ArrayOfString.class),
        new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class),
        new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -71,8 +71,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items3.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items3.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -106,8 +106,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -141,8 +141,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -176,8 +176,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -225,8 +225,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index b42a11909ea..6879883da02 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -54,8 +54,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index b23ee74d657..0da40574227 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("lengthCm", LengthCm.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "lengthCm" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 5b5fae38996..9c9bf117285 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -21,11 +21,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("lengthCm", LengthCm.class),
    new PropertyEntry("sweet", Sweet.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "lengthCm" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class),
        new PropertyEntry("sweet", Sweet.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Bar.md b/samples/client/petstore/java/docs/components/schemas/Bar.md index 2ad8e0191b1..a2fd9e4fbaf 100644 --- a/samples/client/petstore/java/docs/components/schemas/Bar.md +++ b/samples/client/petstore/java/docs/components/schemas/Bar.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 4795f6d56c6..25da0cae489 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("className", ClassName.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "className" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -59,7 +56,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md index 2fddb402409..7ed6f5e9995 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanEnum.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 9c65e6dcb11..08ad194b8e4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -24,7 +24,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("smallCamel", SmallCamel.class),
    new PropertyEntry("CapitalCamel", CapitalCamel.class),
    new PropertyEntry("small_Snake", SmallSnake.class),
    new PropertyEntry("Capital_Snake", CapitalSnake.class),
    new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class),
    new PropertyEntry("ATT_NAME", ATTNAME.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("smallCamel", SmallCamel.class),
        new PropertyEntry("CapitalCamel", CapitalCamel.class),
        new PropertyEntry("small_Snake", SmallSnake.class),
        new PropertyEntry("Capital_Snake", CapitalSnake.class),
        new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class),
        new PropertyEntry("ATT_NAME", ATTNAME.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 8bd09f51090..24ad92cace0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("declawed", Declawed.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("declawed", Declawed.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index dc4eab99e45..3684dd4a7e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("name", Name.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "name" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("name", Name.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -62,7 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index c9dd047156b..5d350f09f11 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index e7a34d8a94b..eb105e0d725 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -22,7 +22,7 @@ Model for testing model with \"_class\" property ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("_class", ClassSchema.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("_class", ClassSchema.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 6c2f48498ae..c9793182697 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("client", Client2.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("client", Client2.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index a26809a8bf6..40764925036 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("quadrilateralType", QuadrilateralType.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("quadrilateralType", QuadrilateralType.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 7f981f3a3c3..6c1118db7fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -141,8 +141,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 74be7fe1af8..bd802d5da1b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 0533f48362c..b0eda3856b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(Boolean.class)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index e94aa335c37..e11618a6245 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(Void.class)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(Void.class)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index d40ea52983b..0a9f8ad922f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 7873f9457d1..df89e4508d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index 67bf210a689..d41655e5fee 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -49,8 +49,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -65,8 +65,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -122,7 +122,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index e656c5f4ec7..4e1369ec788 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Currency.md b/samples/client/petstore/java/docs/components/schemas/Currency.md index f836e0539a3..dd232d96938 100644 --- a/samples/client/petstore/java/docs/components/schemas/Currency.md +++ b/samples/client/petstore/java/docs/components/schemas/Currency.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index e2c77a94fb1..2e9f2e7bce6 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("className", ClassName.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "className" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -59,7 +56,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 7710d336a35..7c6513d5282 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index 1e7f76f08c1..f698d2bd7e9 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index bc56d45e640..fb8da09ab08 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 2b15da45665..eec1d1e216d 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("breed", Breed.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("breed", Breed.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 6ac64c69d49..a66920186cd 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -20,8 +20,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("mainShape", Shape.Shape1.class),
    new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
    new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
    new PropertyEntry("shapes", Shapes.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", Shape.Shape1.class),
        new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
        new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
        new PropertyEntry("shapes", Shapes.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -64,8 +64,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 8b63b575c23..a877f39cd9b 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("just_symbol", JustSymbol.class),
    new PropertyEntry("array_enum", ArrayEnum.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("just_symbol", JustSymbol.class),
        new PropertyEntry("array_enum", ArrayEnum.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -61,8 +61,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -96,7 +96,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -111,7 +111,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumClass.md b/samples/client/petstore/java/docs/components/schemas/EnumClass.md index 90f23246e62..d0894b4375c 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumClass.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumClass.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index ad165d0e1ac..43016092522 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -22,10 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("enum_string", EnumString.class),
    new PropertyEntry("enum_string_required", EnumStringRequired.class),
    new PropertyEntry("enum_integer", EnumInteger.class),
    new PropertyEntry("enum_number", EnumNumber.class),
    new PropertyEntry("stringEnum", StringEnum.StringEnum1.class),
    new PropertyEntry("IntegerEnum", IntegerEnum.IntegerEnum1.class),
    new PropertyEntry("StringEnumWithDefaultValue", StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class),
    new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class),
    new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "enum_string_required" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("enum_string", EnumString.class),
        new PropertyEntry("enum_string_required", EnumStringRequired.class),
        new PropertyEntry("enum_integer", EnumInteger.class),
        new PropertyEntry("enum_number", EnumNumber.class),
        new PropertyEntry("stringEnum", StringEnum.StringEnum1.class),
        new PropertyEntry("IntegerEnum", IntegerEnum.IntegerEnum1.class),
        new PropertyEntry("StringEnumWithDefaultValue", StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class),
        new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class),
        new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "enum_string_required"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -78,8 +75,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -94,8 +91,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -110,7 +107,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -125,7 +122,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 71630b338b6..1db0fe88b9d 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("triangleType", TriangleType.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", TriangleType.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index fb907589f00..a27a7c67366 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -22,7 +22,7 @@ Must be named `File` for test. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("sourceURI", SourceURI.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("sourceURI", SourceURI.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index d8455396f97..5d931781c3e 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("file", File.File1.class),
    new PropertyEntry("files", Files.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("file", File.File1.class),
        new PropertyEntry("files", Files.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -59,8 +59,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(File.File1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(File.File1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index 684bccca2ac..f094af7fbf7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("bar", Bar.Bar1.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", Bar.Bar1.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 86b9affcd6c..5c215aa5f85 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -41,13 +41,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("integer", IntegerSchema.class),
    new PropertyEntry("int32", Int32.class),
    new PropertyEntry("int32withValidations", Int32withValidations.class),
    new PropertyEntry("int64", Int64.class),
    new PropertyEntry("number", NumberSchema.class),
    new PropertyEntry("float", FloatSchema.class),
    new PropertyEntry("float32", Float32.class),
    new PropertyEntry("double", DoubleSchema.class),
    new PropertyEntry("float64", Float64.class),
    new PropertyEntry("arrayWithUniqueItems", ArrayWithUniqueItems.class),
    new PropertyEntry("string", StringSchema.class),
    new PropertyEntry("byte", ByteSchema.class),
    new PropertyEntry("binary", Binary.class),
    new PropertyEntry("date", Date.class),
    new PropertyEntry("dateTime", DateTime.class),
    new PropertyEntry("uuid", UuidSchema.class),
    new PropertyEntry("uuidNoExample", UuidNoExample.class),
    new PropertyEntry("password", Password.class),
    new PropertyEntry("pattern_with_digits", PatternWithDigits.class),
    new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class),
    new PropertyEntry("noneProp", NoneProp.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "byte", - "date", - "number", - "password" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer", IntegerSchema.class),
        new PropertyEntry("int32", Int32.class),
        new PropertyEntry("int32withValidations", Int32withValidations.class),
        new PropertyEntry("int64", Int64.class),
        new PropertyEntry("number", NumberSchema.class),
        new PropertyEntry("float", FloatSchema.class),
        new PropertyEntry("float32", Float32.class),
        new PropertyEntry("double", DoubleSchema.class),
        new PropertyEntry("float64", Float64.class),
        new PropertyEntry("arrayWithUniqueItems", ArrayWithUniqueItems.class),
        new PropertyEntry("string", StringSchema.class),
        new PropertyEntry("byte", ByteSchema.class),
        new PropertyEntry("binary", Binary.class),
        new PropertyEntry("date", Date.class),
        new PropertyEntry("dateTime", DateTime.class),
        new PropertyEntry("uuid", UuidSchema.class),
        new PropertyEntry("uuidNoExample", UuidNoExample.class),
        new PropertyEntry("password", Password.class),
        new PropertyEntry("pattern_with_digits", PatternWithDigits.class),
        new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class),
        new PropertyEntry("noneProp", NoneProp.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "byte",
        "date",
        "number",
        "password"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -135,7 +129,7 @@ A string starting with 'image_' (case insensitive) and one to three di ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -153,7 +147,7 @@ A string that is a 10 digit number. Can have leading zeros. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -168,8 +162,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("password"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("password"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -268,7 +262,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -283,8 +277,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -346,8 +340,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -379,8 +373,8 @@ this is a reserved python keyword ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("float"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("float"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -395,7 +389,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -424,8 +418,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -454,7 +448,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index edfc42c8c07..d4be8a4f691 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("data", Data.class),
    new PropertyEntry("id", Id.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("data", Data.class),
        new PropertyEntry("id", Id.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 5cb86f65cde..98dc7729a80 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("color", Color.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("color", Color.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 1729e536287..6ff0064bdba 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("color", Color.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("color", Color.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 0bd9ca26bd9..16bb00e38f9 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("pet_type", PetType.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "pet_type" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("pet_type", PetType.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "pet_type"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 7aba8fd0e7b..b558598539d 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("bar", Bar.class),
    new PropertyEntry("foo", Foo.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", Bar.class),
        new PropertyEntry("foo", Foo.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index 2c0a9cce44a..d9e8691e6b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -22,7 +22,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("NullableMessage", NullableMessage.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("NullableMessage", NullableMessage.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -59,7 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md index 89433335d74..07354ff485e 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnum.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md index 5ef924f306f..ce10a89fb7a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumBig.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md index 262d1d28a36..1d8abe51a69 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumOneValue.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md index d4db2b9b8a4..bb76873a3f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerEnumWithDefaultValue.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 94c59d0fce4..91da5a12753 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index cbb33dc0925..7ee5603c98a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index 60519dc1c6e..bbc87c7370a 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("triangleType", TriangleType.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", TriangleType.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index d695a721817..0cd5bb634ce 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -22,8 +22,8 @@ component's name collides with the inner schema name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 877941fb572..1963d59ba28 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 71657ce3fbc..a280fdb063f 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -22,13 +22,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("path", Path.class),
    new PropertyEntry("value", Value.class),
    new PropertyEntry("op", Op.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "op", - "path", - "value" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("value", Value.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -70,7 +65,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 3ad1ac8f512..a4bae106bb1 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -22,13 +22,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("from", From.class),
    new PropertyEntry("path", Path.class),
    new PropertyEntry("op", Op.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "from", - "op", - "path" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", From.class),
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -70,7 +65,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 1b8819348e6..95450d065cc 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -21,12 +21,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("path", Path.class),
    new PropertyEntry("op", Op.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "op", - "path" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -66,7 +62,7 @@ The operation to perform. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 78f613d20d8..d6217da1e04 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -29,7 +29,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("map_map_of_string", MapMapOfString.class),
    new PropertyEntry("map_of_enum_string", MapOfEnumString.class),
    new PropertyEntry("direct_map", DirectMap.class),
    new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("map_map_of_string", MapMapOfString.class),
        new PropertyEntry("map_of_enum_string", MapOfEnumString.class),
        new PropertyEntry("direct_map", DirectMap.class),
        new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -72,8 +72,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -122,8 +122,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -158,7 +158,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -173,8 +173,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -209,8 +209,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 96e15e1fbbb..47ba4a72fd8 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("uuid", UuidSchema.class),
    new PropertyEntry("dateTime", DateTime.class),
    new PropertyEntry("map", MapSchema.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("uuid", UuidSchema.class),
        new PropertyEntry("dateTime", DateTime.class),
        new PropertyEntry("map", MapSchema.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -62,8 +62,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index ab2940fbd87..c00cf523a1e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,12 +20,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("amount", Amount.class),
    new PropertyEntry("currency", Currency.Currency1.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "amount", - "currency" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", Amount.class),
        new PropertyEntry("currency", Currency.Currency1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 5396e39d123..c1735a41376 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -20,8 +20,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 88c2f22c1e4..58354cc9485 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -24,10 +24,7 @@ Model for testing model name same as property name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name2.class),
    new PropertyEntry("snake_case", SnakeCase.class),
    new PropertyEntry("property", Property.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "name" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name2.class),
        new PropertyEntry("snake_case", SnakeCase.class),
        new PropertyEntry("property", Property.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index c56cac829fb..98e796f7c45 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -21,11 +21,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("petId", PetId.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "id" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 4bcb10b9599..a23794efc66 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -43,8 +43,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("integer_prop", IntegerProp.class),
    new PropertyEntry("number_prop", NumberProp.class),
    new PropertyEntry("boolean_prop", BooleanProp.class),
    new PropertyEntry("string_prop", StringProp.class),
    new PropertyEntry("date_prop", DateProp.class),
    new PropertyEntry("datetime_prop", DatetimeProp.class),
    new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
    new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
    new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
    new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
    new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
    new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", IntegerProp.class),
        new PropertyEntry("number_prop", NumberProp.class),
        new PropertyEntry("boolean_prop", BooleanProp.class),
        new PropertyEntry("string_prop", StringProp.class),
        new PropertyEntry("date_prop", DateProp.class),
        new PropertyEntry("datetime_prop", DatetimeProp.class),
        new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
        new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
        new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
        new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
        new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
        new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -103,8 +103,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -139,7 +139,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -155,8 +155,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -192,7 +192,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -208,8 +208,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -259,8 +259,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -294,7 +294,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -310,8 +310,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenList.class
))),new KeywordEntry("items", new ItemsValidator(Items1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),new KeywordEntry("items", new ItemsValidator(Items1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -346,7 +346,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -362,8 +362,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenList.class
))),new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -412,8 +412,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -429,8 +429,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
))),new KeywordEntry("format", new FormatValidator("date"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -446,7 +446,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -462,7 +462,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    Boolean.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        Boolean.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -478,7 +478,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -494,7 +494,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -510,7 +510,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableString.md b/samples/client/petstore/java/docs/components/schemas/NullableString.md index b8270fb1c3a..8b58a303d46 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableString.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableString.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 26da0435619..f971a1121c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("JustNumber", JustNumber.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("JustNumber", JustNumber.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md index 9d7dd4f1237..5b08f9c87ba 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberWithValidations.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index c94122def46..54d24b0f0ad 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "a" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "a"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 97dada14121..1f7344e6b9b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -19,10 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("b", B.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "b" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("b", B.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "b"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 54717cc6d0a..8c86557341a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("arg", Arg.class),
    new PropertyEntry("args", Args.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "arg", - "args" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("arg", Arg.class),
        new PropertyEntry("args", Args.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "arg",
        "args"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index a9d38a4a18d..5f16d53c897 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -21,7 +21,7 @@ a model that includes properties which should stay primitive (String + Boolean) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class),
    new PropertyEntry("myString", StringSchema.StringSchema1.class),
    new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class),
        new PropertyEntry("myString", StringSchema.StringSchema1.class),
        new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 4daa04ffc06..49b199626c3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -42,10 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "test" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "test"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index ca393c01eef..4c0763fc538 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -23,7 +23,7 @@ component with properties that have name collisions ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp.class),
    new PropertyEntry("someprop", Someprop.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp.class),
        new PropertyEntry("someprop", Someprop.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 440d0b5f2c3..e113c3e56d9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("length", DecimalPayload.DecimalPayload1.class),
    new PropertyEntry("width", Width.class),
    new PropertyEntry("cost", Money.Money1.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("length", DecimalPayload.DecimalPayload1.class),
        new PropertyEntry("width", Width.class),
        new PropertyEntry("cost", Money.Money1.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index b1cb2e159ff..f80c229b884 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -24,10 +24,7 @@ model with properties that have invalid names for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("$special[property.name]", Specialpropertyname.class),
    new PropertyEntry("123-list", Schema123list.class),
    new PropertyEntry("123Number", Schema123Number.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "123-list" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("$special[property.name]", Specialpropertyname.class),
        new PropertyEntry("123-list", Schema123list.class),
        new PropertyEntry("123Number", Schema123Number.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "123-list"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index d42b647e6a6..a8b74cc9f57 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 805b7b584e2..7cc1e7a5e29 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -18,11 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("from", FromSchema.FromSchema1.class),
    new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "!reference", - "from" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", FromSchema.FromSchema1.class),
        new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "!reference",
        "from"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 29006cc51ba..a085745e354 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,8 +20,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 90e6fd13629..f535befdb33 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -21,8 +21,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class),
    new PropertyEntry("b", B.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class),
        new PropertyEntry("b", B.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 79cd4517ae2..e6c173e017c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("test", Test.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("test", Test.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md index d5240307025..53d09149bf7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithValidations.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 1ba8b020af8..4838a83664b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -24,7 +24,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("petId", PetId.class),
    new PropertyEntry("quantity", Quantity.class),
    new PropertyEntry("shipDate", ShipDate.class),
    new PropertyEntry("status", Status.class),
    new PropertyEntry("complete", Complete.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class),
        new PropertyEntry("quantity", Quantity.class),
        new PropertyEntry("shipDate", ShipDate.class),
        new PropertyEntry("status", Status.class),
        new PropertyEntry("complete", Complete.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -88,7 +88,7 @@ Order Status ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index c2036b4e898..9af094cd49a 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -22,12 +22,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("count", Count.class),
    new PropertyEntry("results", Results.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "count", - "results" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", Count.class),
        new PropertyEntry("results", Results.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -64,8 +60,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ParentPet.md b/samples/client/petstore/java/docs/components/schemas/ParentPet.md index b162afc5a8c..0a405755373 100644 --- a/samples/client/petstore/java/docs/components/schemas/ParentPet.md +++ b/samples/client/petstore/java/docs/components/schemas/ParentPet.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index b8d8617ca12..e21aef61793 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -29,11 +29,7 @@ Pet object that needs to be added to the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("category", Category.Category1.class),
    new PropertyEntry("name", Name.class),
    new PropertyEntry("photoUrls", PhotoUrls.class),
    new PropertyEntry("tags", Tags.class),
    new PropertyEntry("status", Status.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "name", - "photoUrls" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("category", Category.Category1.class),
        new PropertyEntry("name", Name.class),
        new PropertyEntry("photoUrls", PhotoUrls.class),
        new PropertyEntry("tags", Tags.class),
        new PropertyEntry("status", Status.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name",
        "photoUrls"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -80,8 +76,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -118,7 +114,7 @@ pet status in the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -133,8 +129,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index c2cfc777331..4488f028c5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -22,7 +22,7 @@ a model that includes a self reference this forces properties and additionalProp ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class),
    new PropertyEntry("enemyPlayer", Player1.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class),
        new PropertyEntry("enemyPlayer", Player1.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index b4f77ed5e67..cf1567bed4f 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -22,7 +22,7 @@ schema that contains a property named key ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("key", Key.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("key", Key.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index ab96a7b9410..6415d7bd641 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("shapeType", ShapeType.class),
    new PropertyEntry("quadrilateralType", QuadrilateralType.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "quadrilateralType", - "shapeType" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("shapeType", ShapeType.class),
        new PropertyEntry("quadrilateralType", QuadrilateralType.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "quadrilateralType",
        "shapeType"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -85,7 +81,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index d53d8f85476..f9afde35d28 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("bar", Bar.class),
    new PropertyEntry("baz", Baz.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", Bar.class),
        new PropertyEntry("baz", Baz.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 96c02b7917c..05ad5751b00 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -19,12 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "invalid-name", - "validName" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 30051fad8bb..fefdf245e6a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -19,12 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "invalid-name", - "validName" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index d9b4dac34b2..90a0dbc1260 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -18,11 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "invalid-name", - "validName" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 1307160c0ff..dc3cbe37ab8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -22,7 +22,7 @@ Model for testing reserved words ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("return", ReturnSchema2.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("return", ReturnSchema2.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 634a0367991..0192ddf22ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("triangleType", TriangleType.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", TriangleType.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 09eb7e10102..90b64bfd4d5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -23,7 +23,7 @@ model with an invalid class name for python, starts with a number ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class),
    new PropertyEntry("class", ClassSchema.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class),
        new PropertyEntry("class", ClassSchema.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index f98cebf9aee..4582a919a7d 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -18,8 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index e3a4f2fc21c..76f0e0df890 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -18,8 +18,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 071be380c67..1a708dac6e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("quadrilateralType", QuadrilateralType.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("quadrilateralType", QuadrilateralType.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 25bf6ba7818..e1704ee5e47 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -22,7 +22,7 @@ model with an invalid class name for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 091d1c66942..fa1338ce73e 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnum.md b/samples/client/petstore/java/docs/components/schemas/StringEnum.md index 08a2e012e8c..ebd0c0b9298 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnum.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnum.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md index 247d4944d99..ac257faa90b 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md +++ b/samples/client/petstore/java/docs/components/schemas/StringEnumWithDefaultValue.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md index 2e2192aa1aa..c6e013be974 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md +++ b/samples/client/petstore/java/docs/components/schemas/StringWithValidation.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 0041301c434..02424c737b7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("name", Name.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("name", Name.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index edb5c755a5f..e059700631d 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("shapeType", ShapeType.class),
    new PropertyEntry("triangleType", TriangleType.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "shapeType", - "triangleType" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("shapeType", ShapeType.class),
        new PropertyEntry("triangleType", TriangleType.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "shapeType",
        "triangleType"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -85,7 +81,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index a50a3e7cc1c..dad4ec63eac 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("uuid"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("uuid"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index f9cda5b749d..b26a3560004 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -32,7 +32,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("id", Id.class),
    new PropertyEntry("username", Username.class),
    new PropertyEntry("firstName", FirstName.class),
    new PropertyEntry("lastName", LastName.class),
    new PropertyEntry("email", Email.class),
    new PropertyEntry("password", Password.class),
    new PropertyEntry("phone", Phone.class),
    new PropertyEntry("userStatus", UserStatus.class),
    new PropertyEntry("objectWithNoDeclaredProps", ObjectWithNoDeclaredProps.class),
    new PropertyEntry("objectWithNoDeclaredPropsNullable", ObjectWithNoDeclaredPropsNullable.class),
    new PropertyEntry("anyTypeProp", AnyTypeProp.class),
    new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class),
    new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("username", Username.class),
        new PropertyEntry("firstName", FirstName.class),
        new PropertyEntry("lastName", LastName.class),
        new PropertyEntry("email", Email.class),
        new PropertyEntry("password", Password.class),
        new PropertyEntry("phone", Phone.class),
        new PropertyEntry("userStatus", UserStatus.class),
        new PropertyEntry("objectWithNoDeclaredProps", ObjectWithNoDeclaredProps.class),
        new PropertyEntry("objectWithNoDeclaredPropsNullable", ObjectWithNoDeclaredPropsNullable.class),
        new PropertyEntry("anyTypeProp", AnyTypeProp.class),
        new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class),
        new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -185,7 +185,7 @@ test code generation for nullable objects. Value must be a map of strings to val ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Void.class,
    FrozenMap.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index aa4f7f11679..fd5c0e5c413 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -21,10 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("hasBaleen", HasBaleen.class),
    new PropertyEntry("hasTeeth", HasTeeth.class),
    new PropertyEntry("className", ClassName.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "className" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("hasBaleen", HasBaleen.class),
        new PropertyEntry("hasTeeth", HasTeeth.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -65,7 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index d60c4c67186..eba8afeeda7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,11 +21,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("type", Type.class),
    new PropertyEntry("className", ClassName.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "className" -))), -new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", Type.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -64,7 +61,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +76,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md index 87d75b2f0f0..699b045e41f 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter1/Schema1.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md index 4168c1d19f6..f2b3848f50f 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/parameters/parameter0/PathParamSchema0.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md index e431a1e5172..d7d9b2a7bb4 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter1/Schema1.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md index bdfd557fa50..a273f2092bf 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter4/Schema4.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index d6cd227466b..5280a7e700c 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -54,7 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md index ee19031e02d..0bf8edb41a9 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter1/Schema1.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 46dad8925a6..3d0d30be5ee 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -54,7 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md index 84ed5dc4d9f..766fa0e0f80 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter3/Schema3.md @@ -17,7 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 1af361a048e..4eee77f5666 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 8f558e770b7..9946cf4d912 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index db5db04c13b..72e1dd3d848 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("enum_form_string_array", EnumFormStringArray.class),
    new PropertyEntry("enum_form_string", EnumFormString.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("enum_form_string_array", EnumFormStringArray.class),
        new PropertyEntry("enum_form_string", EnumFormString.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -64,7 +64,7 @@ Form parameter enum test (string) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -82,8 +82,8 @@ Form parameter enum test (string array) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -117,7 +117,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index a0ba3119b72..52d438d17ca 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -32,13 +32,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("integer", IntegerSchema.class),
    new PropertyEntry("int32", Int32.class),
    new PropertyEntry("int64", Int64.class),
    new PropertyEntry("number", NumberSchema.class),
    new PropertyEntry("float", FloatSchema.class),
    new PropertyEntry("double", DoubleSchema.class),
    new PropertyEntry("string", StringSchema.class),
    new PropertyEntry("pattern_without_delimiter", PatternWithoutDelimiter.class),
    new PropertyEntry("byte", ByteSchema.class),
    new PropertyEntry("binary", Binary.class),
    new PropertyEntry("date", Date.class),
    new PropertyEntry("dateTime", DateTime.class),
    new PropertyEntry("password", Password.class),
    new PropertyEntry("callback", Callback.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "byte", - "double", - "number", - "pattern_without_delimiter" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer", IntegerSchema.class),
        new PropertyEntry("int32", Int32.class),
        new PropertyEntry("int64", Int64.class),
        new PropertyEntry("number", NumberSchema.class),
        new PropertyEntry("float", FloatSchema.class),
        new PropertyEntry("double", DoubleSchema.class),
        new PropertyEntry("string", StringSchema.class),
        new PropertyEntry("pattern_without_delimiter", PatternWithoutDelimiter.class),
        new PropertyEntry("byte", ByteSchema.class),
        new PropertyEntry("binary", Binary.class),
        new PropertyEntry("date", Date.class),
        new PropertyEntry("dateTime", DateTime.class),
        new PropertyEntry("password", Password.class),
        new PropertyEntry("callback", Callback.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "byte",
        "double",
        "number",
        "pattern_without_delimiter"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -116,8 +110,8 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("password"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("password"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -135,8 +129,8 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))),new KeywordEntry("format", new FormatValidator("date-time"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -205,7 +199,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -223,7 +217,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -241,8 +235,8 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("double"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -260,8 +254,8 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("float"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("float"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -279,7 +273,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | @@ -314,8 +308,8 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int32"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
+)); | ### Method Summary | Modifier and Type | Method and Description | @@ -333,7 +327,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 0b8d865e50a..dc758cec82e 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md index 9643456eb0a..0af864c679a 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter0/Schema0.md @@ -40,7 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index 356c99efb67..a03eaf840ab 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp1.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp1.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md index de89658008b..1a18ef9c98a 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/applicationjson/Schema.md @@ -40,7 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index 9fc2b05bcc5..ead6b0ed06b 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md index 889c1d27fb4..35f9a914af3 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/applicationjson/Schema.md @@ -40,7 +40,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index d6dcdd77b4b..cc3b1cafc1f 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("someProp", SomeProp.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -79,7 +79,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 33644b825ff..02510927871 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,11 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("param", Param.class),
    new PropertyEntry("param2", Param2.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "param", - "param2" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("param", Param.class),
        new PropertyEntry("param2", Param2.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "param",
        "param2"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 9b464776f3a..9993defc155 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("a", A.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index e929946f53a..a7ab9a5fe00 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("b", B.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("b", B.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index fd11cdaa2f2..4a92a7b6ad0 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("keyword", Keyword0.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("keyword", Keyword0.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 7d3f064893c..7432ee0caf1 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("requiredFile", RequiredFile.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "requiredFile" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("requiredFile", RequiredFile.class)
))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
    "requiredFile"
)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 59a95b1e340..09e51283d53 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 793f31d32b6..83b06c9bd24 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 345420b3692..4679ac25cdc 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index ab299ab47c3..e88360b946b 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items3.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items3.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 4d0db6bb944..180d7c87e04 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items4.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items4.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 8bf7c3b0ad7..a1852ca8a3f 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,10 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("file", File.class)
))),
new KeywordEntry("required", new RequiredValidator(Set.of( - "file" -))) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("file", File.class)
))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
    "file"
)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index a6893dfb8fa..9112e18de46 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("files", Files.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("files", Files.class)
)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -58,8 +58,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index e6dd1cfb54a..acb0b2c7362 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("string", Foo.Foo1.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("string", Foo.Foo1.class)
)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 8a991eae6bd..afbc041c460 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | @@ -54,7 +54,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    String.class
)))));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 7cdbb2ada30..5528b2f3b05 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -19,8 +19,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class)) +)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 364432166cb..5e7d54e1bd5 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class),
    new PropertyEntry("status", Status.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class),
    new PropertyEntry("status", Status.class)
)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 549261152c9..7e7db5c8410 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("file", File.class)
)))
));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("file", File.class)
)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index ff3ac0f4003..20911f7c147 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -17,8 +17,8 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),new KeywordEntry("format", new FormatValidator("int64"))
-));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),    new KeywordEntry("format", new FormatValidator("int64"))
+)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java index 44d29c15c0d..c239b48e7c6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java @@ -77,6 +77,7 @@ public static class Headers1 extends JsonSchema { "ref-schema-header", "stringHeader" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeadersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java index f7f7d190e4b..c4c280c575e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AbstractStepMessage.java @@ -74,6 +74,7 @@ public static class AbstractStepMessage1 extends JsonSchema { "discriminator", "sequenceNumber" ))) + )); protected static AbstractStepMessageMap getMapOutputInstance(FrozenMap arg) { return new AbstractStepMessageMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java index f8140c6670a..c4b78ca87df 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Animal.java @@ -80,6 +80,7 @@ public static class Animal1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) + )); protected static AnimalMap getMapOutputInstance(FrozenMap arg) { return new AnimalMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java index 15bf46c3df4..892f60c0f55 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Apple.java @@ -90,6 +90,7 @@ public static class Apple1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "cultivar" ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Apple1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java index 929d5f4b23e..3d87371db24 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java @@ -74,6 +74,7 @@ public static class AppleReq1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "cultivar" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static AppleReqMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java index 92b3204dbf2..46a957ef6a0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Banana.java @@ -60,6 +60,7 @@ public static class Banana1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "lengthCm" ))) + )); protected static BananaMap getMapOutputInstance(FrozenMap arg) { return new BananaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java index bf21e1d99c3..e8ea616db46 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java @@ -74,6 +74,7 @@ public static class BananaReq1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "lengthCm" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static BananaReqMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java index e1a87340d04..d6fcf9a0d16 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BasquePig.java @@ -67,6 +67,7 @@ public static class BasquePig1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) + )); protected static BasquePigMap getMapOutputInstance(FrozenMap arg) { return new BasquePigMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java index d026badbde3..4b618238d5c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Category.java @@ -80,6 +80,7 @@ public static class Category1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "name" ))) + )); protected static CategoryMap getMapOutputInstance(FrozenMap arg) { return new CategoryMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java index b80594fdf56..63954c3786d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/DanishPig.java @@ -67,6 +67,7 @@ public static class DanishPig1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) + )); protected static DanishPigMap getMapOutputInstance(FrozenMap arg) { return new DanishPigMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java index 957109c51eb..3673ffce347 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumTest.java @@ -186,6 +186,7 @@ public static class EnumTest1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "enum_string_required" ))) + )); protected static EnumTestMap getMapOutputInstance(FrozenMap arg) { return new EnumTestMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java index 246a75bf61e..9f78a6654d3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java @@ -405,6 +405,7 @@ public static class FormatTest1 extends JsonSchema { "number", "password" ))) + )); protected static FormatTestMap getMapOutputInstance(FrozenMap arg) { return new FormatTestMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java index d1d391d35c7..b0dd173e844 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/GrandparentAnimal.java @@ -60,6 +60,7 @@ public static class GrandparentAnimal1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "pet_type" ))) + )); protected static GrandparentAnimalMap getMapOutputInstance(FrozenMap arg) { return new GrandparentAnimalMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java index e8c9ea89cb0..aa24ae820bd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java @@ -89,6 +89,7 @@ public static class JSONPatchRequestAddReplaceTest1 extends JsonSchema { "path", "value" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static JSONPatchRequestAddReplaceTestMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java index beff61e9bf0..dfb7ef710cb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java @@ -89,6 +89,7 @@ public static class JSONPatchRequestMoveCopy1 extends JsonSchema { "op", "path" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static JSONPatchRequestMoveCopyMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java index fab6a68b872..322de998fbc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java @@ -79,6 +79,7 @@ public static class JSONPatchRequestRemove1 extends JsonSchema { "op", "path" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static JSONPatchRequestRemoveMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java index efbd91686da..aba23d7dba6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java @@ -68,6 +68,7 @@ public static class Money1 extends JsonSchema { "amount", "currency" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static MoneyMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java index 039d8d135a4..bb937853f6c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Name.java @@ -89,6 +89,7 @@ public static class Name1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "name" ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(Name1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java index 141d24ac970..81a3b37c596 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java @@ -73,6 +73,7 @@ public static class NoAdditionalProperties1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "id" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static NoAdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java index 103d0ade605..46ce1eecc21 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredProps.java @@ -60,6 +60,7 @@ public static class ObjWithRequiredProps1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "a" ))) + )); protected static ObjWithRequiredPropsMap getMapOutputInstance(FrozenMap arg) { return new ObjWithRequiredPropsMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java index fa6286a706f..5bf55a49055 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjWithRequiredPropsBase.java @@ -60,6 +60,7 @@ public static class ObjWithRequiredPropsBase1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "b" ))) + )); protected static ObjWithRequiredPropsBaseMap getMapOutputInstance(FrozenMap arg) { return new ObjWithRequiredPropsBaseMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java index e858a3e10d0..3690ae8bb95 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectModelWithArgAndArgsProperties.java @@ -70,6 +70,7 @@ public static class ObjectModelWithArgAndArgsProperties1 extends JsonSchema { "arg", "args" ))) + )); protected static ObjectModelWithArgAndArgsPropertiesMap getMapOutputInstance(FrozenMap arg) { return new ObjectModelWithArgAndArgsPropertiesMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java index cdc227bb28f..d768adf09fe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.java @@ -67,6 +67,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "test" ))) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java index ef52f391cb6..6e89b7d90a9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithDifficultlyNamedProps.java @@ -71,6 +71,7 @@ public static class ObjectWithDifficultlyNamedProps1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "123-list" ))) + )); protected static ObjectWithDifficultlyNamedPropsMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithDifficultlyNamedPropsMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java index 7fc0610a899..e265bdf4362 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithInvalidNamedRefedProperties.java @@ -59,6 +59,7 @@ public static class ObjectWithInvalidNamedRefedProperties1 extends JsonSchema { "!reference", "from" ))) + )); protected static ObjectWithInvalidNamedRefedPropertiesMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithInvalidNamedRefedPropertiesMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index 966d4a7398b..e7957913c5e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -94,6 +94,7 @@ public static class PaginatedResultMyObjectDto1 extends JsonSchema { "count", "results" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PaginatedResultMyObjectDtoMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java index 249deb5db85..636fb302020 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java @@ -169,6 +169,7 @@ public static class Pet1 extends JsonSchema { "name", "photoUrls" ))) + )); protected static PetMap getMapOutputInstance(FrozenMap arg) { return new PetMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java index b98c8f8d6d1..f7af3e8f641 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/QuadrilateralInterface.java @@ -82,6 +82,7 @@ public static class QuadrilateralInterface1 extends JsonSchema { "quadrilateralType", "shapeType" ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(QuadrilateralInterface1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java index 9bf9b31759c..ded08630287 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java @@ -56,6 +56,7 @@ public static class ReqPropsFromExplicitAddProps1 extends JsonSchema { "invalid-name", "validName" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static ReqPropsFromExplicitAddPropsMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java index ab2cca79401..1ca34b75249 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java @@ -56,6 +56,7 @@ public static class ReqPropsFromTrueAddProps1 extends JsonSchema { "invalid-name", "validName" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static ReqPropsFromTrueAddPropsMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java index 43e7cb2f9a0..9e9cca16be1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromUnsetAddProps.java @@ -52,6 +52,7 @@ public static class ReqPropsFromUnsetAddProps1 extends JsonSchema { "invalid-name", "validName" ))) + )); protected static ReqPropsFromUnsetAddPropsMap getMapOutputInstance(FrozenMap arg) { return new ReqPropsFromUnsetAddPropsMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java index ee27a7eb806..bec506cb294 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/TriangleInterface.java @@ -82,6 +82,7 @@ public static class TriangleInterface1 extends JsonSchema { "shapeType", "triangleType" ))) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(TriangleInterface1.class, arg, configuration); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java index 4070304cb9e..473be76d0d6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Whale.java @@ -91,6 +91,7 @@ public static class Whale1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))) + )); protected static WhaleMap getMapOutputInstance(FrozenMap arg) { return new WhaleMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java index 53ce7e8964c..03fb5005f6c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java @@ -91,6 +91,7 @@ public static class Zebra1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "className" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static ZebraMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java index 7064ba8bcbe..4323ffa4cd4 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "subDir" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java index 30c3a0c89f1..46cf80c3849 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "subDir" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java index 0d8491e0957..a63ddb1712c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "subDir" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java index dee184c6c69..5136ebe4a2c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java @@ -62,6 +62,7 @@ public static class HeaderParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "required_boolean_group" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java index 11396e8ed62..34d23b3aeb6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java @@ -79,6 +79,7 @@ public static class QueryParameters1 extends JsonSchema { "required_int64_group", "required_string_group" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java index dd9e56df48b..7dbbd8f139d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -299,6 +299,7 @@ public static class Schema1 extends JsonSchema { "number", "pattern_without_delimiter" ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java index 58c240edd00..e4cbbf21038 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java @@ -52,6 +52,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "query" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java index 5fcd403c274..e971f7293ee 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java @@ -68,6 +68,7 @@ public static class QueryParameters1 extends JsonSchema { "someVar", "some_var" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java index fb4fa52fc41..58c1e3ffdbd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "id" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index e6ead47e5f8..3a2167425c3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -64,6 +64,7 @@ public static class Schema1 extends JsonSchema { "param", "param2" ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java index 10e16a06dd9..ae1909b5720 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java @@ -76,6 +76,7 @@ public static class PathParameters1 extends JsonSchema { "aB", "self" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java index b8771506bfb..80db79fc964 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java index 2589e985482..279afc8acba 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.java @@ -68,6 +68,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "requiredFile" ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java index 0b5fb8abd62..3590116a62b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java @@ -52,6 +52,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "someParam" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index 9c3c52b5eda..edaf8265fc7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -92,6 +92,7 @@ public static class QueryParameters1 extends JsonSchema { "refParam", "url" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java index e1023728a4b..9006a7c7faa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.java @@ -68,6 +68,7 @@ public static class Schema1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "file" ))) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java index f7b96c9ccf6..fd4136a26a0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java @@ -53,6 +53,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "status" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java index ded227efc05..588d60247d5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java @@ -53,6 +53,7 @@ public static class QueryParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "tags" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java index 89979a4d42d..8c12d968c09 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java index 78d0e41a1e4..05cb930f773 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java index 5e42e6bf938..ea5631a97c6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java index 38372ee3f51..8f6aa297c20 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "petId" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java index ae5fb768e93..34baa4af1cf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "order_id" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java index 04b36665848..1892135b180 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "order_id" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java index 2c3525a8544..aec8ea68ff5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java @@ -60,6 +60,7 @@ public static class QueryParameters1 extends JsonSchema { "password", "username" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java index 5555121fe44..99166a1cb35 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java @@ -73,6 +73,7 @@ public static class Headers1 extends JsonSchema { "int32", "ref-content-schema-header" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static HeadersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java index 5466f5c3e73..a44e2d52f63 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "username" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java index e568d253cf6..efc2377b519 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "username" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java index 114d4b6c3cf..0673a32e77a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java @@ -52,6 +52,7 @@ public static class PathParameters1 extends JsonSchema { new KeywordEntry("required", new RequiredValidator(Set.of( "username" ))), + new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs index acb94d534a5..fc4e1850f7f 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs @@ -1,5 +1,5 @@ {{#if forDocs}} -new KeywordEntry("format", new FormatValidator("{{format}}")){{#unless @last}},{{/unless}}
+    new KeywordEntry("format", new FormatValidator("{{format}}")){{#unless @last}},{{/unless}}
{{else}} new KeywordEntry("format", new FormatValidator("{{format}}")){{#unless @last}},{{/unless}} {{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs index fe188a4d550..c71ccaef40e 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs @@ -1,17 +1,17 @@ {{#if forDocs}} -new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
+    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
{{~#each properties}} {{#if refInfo.refClass}} {{#if refInfo.refModule}} -    new PropertyEntry("{{{@key.original}}}", {{refInfo.refModule}}.{{refInfo.refClass}}.class){{#unless @last}},{{/unless}}
+        new PropertyEntry("{{{@key.original}}}", {{refInfo.refModule}}.{{refInfo.refClass}}.class){{#unless @last}},{{/unless}}
{{~else}} -    new PropertyEntry("{{{@key.original}}}", {{refInfo.refClass}}.class){{#unless @last}},{{/unless}}
+        new PropertyEntry("{{{@key.original}}}", {{refInfo.refClass}}.class){{#unless @last}},{{/unless}}
{{~/if}} {{else}} -    new PropertyEntry("{{{@key.original}}}", {{jsonPathPiece.camelCase}}.class){{#unless @last}},{{/unless}}
+        new PropertyEntry("{{{@key.original}}}", {{jsonPathPiece.camelCase}}.class){{#unless @last}},{{/unless}}
{{~/if}} {{/each}} -))){{#unless @last}},{{/unless}}
+    ))){{#unless @last}},{{/unless}}
{{~else}} new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries( {{#each properties}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_required.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_required.hbs index d3a69b39361..e5fff1bad85 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_required.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_required.hbs @@ -1,5 +1,14 @@ +{{#if forDocs}} +    new KeywordEntry("required", new RequiredValidator(Set.of(
+ {{~#each requiredProperties}} +        "{{{@key.original}}}"{{#unless @last}},{{/unless}}
+ {{~/each}} +    ))){{#unless @last}},{{/unless}}
+{{~else}} new KeywordEntry("required", new RequiredValidator(Set.of( -{{#each requiredProperties}} + {{#each requiredProperties}} "{{{@key.original}}}"{{#unless @last}},{{/unless}} -{{/each}} + {{/each}} ))){{#unless @last}},{{/unless}} + +{{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs index 95b1a6cdbc0..474fcc9a97d 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_types.hbs @@ -1,42 +1,42 @@ {{#if types}} {{#and (eq types.size 1) (or (contains types "null") (contains types "object") (contains types "array") (contains types "boolean"))}} {{#if forDocs}} -new KeywordEntry("type", new TypeValidator(Set.of({{#contains types "null"}}Void.class{{/contains}}{{#contains types "object"}}FrozenMap.class{{/contains}}{{#contains types "array"}}FrozenList.class{{/contains}}{{#contains types "boolean"}}Boolean.class{{/contains}}))){{#unless @last}},{{/unless}}
+    new KeywordEntry("type", new TypeValidator(Set.of({{#contains types "null"}}Void.class{{/contains}}{{#contains types "object"}}FrozenMap.class{{/contains}}{{#contains types "array"}}FrozenList.class{{/contains}}{{#contains types "boolean"}}Boolean.class{{/contains}}))){{#unless @last}},{{/unless}}
{{~else}} new KeywordEntry("type", new TypeValidator(Set.of({{#contains types "null"}}Void.class{{/contains}}{{#contains types "object"}}FrozenMap.class{{/contains}}{{#contains types "array"}}FrozenList.class{{/contains}}{{#contains types "boolean"}}Boolean.class{{/contains}}))){{#unless @last}},{{/unless}} {{/if}} {{else}} {{#if forDocs}} -new KeywordEntry("type", new TypeValidator(Set.of( +    new KeywordEntry("type", new TypeValidator(Set.of( {{~#each types}} {{#eq this "null"}} -    Void.class{{#unless @last}},{{/unless}}
+        Void.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "object"}} -    FrozenMap.class{{#unless @last}},{{/unless}}
+        FrozenMap.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "array"}} -    FrozenList.class{{#unless @last}},{{/unless}}
+        FrozenList.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "string" }} {{#eq ../format "binary"}} // FileIO, // bytes, {{else}} -    String.class{{#unless @last}},{{/unless}}
+        String.class{{#unless @last}},{{/unless}}
{{~/eq}} {{/eq}} {{#eq this "integer"}} -    Integer.class,
    Long.class,
    Float.class,
    Double.class{{#unless @last}},{{/unless}}
+        Integer.class,
    Long.class,
    Float.class,
    Double.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "number"}} -    Integer.class,
    Long.class,
    Float.class,
    Double.class{{#unless @last}},{{/unless}}
+        Integer.class,
    Long.class,
    Float.class,
    Double.class{{#unless @last}},{{/unless}}
{{~/eq}} {{#eq this "boolean"}} -    Boolean.class{{#unless @last}},{{/unless}}
+        Boolean.class{{#unless @last}},{{/unless}}
{{~/eq}} {{/each}} -))){{#unless @last}},{{/unless}} +    ))){{#unless @last}},{{/unless}} {{~else}} new KeywordEntry("type", new TypeValidator(Set.of( {{#each types}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs index d06dc2998cb..819dc247053 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs @@ -1,26 +1,26 @@ {{#each keywords}} {{#if @first}} -| static LinkedHashMap | keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
- {{~/if~}} - {{~#eq this "type"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_types forDocs=true ~}} - {{~/eq~}} - {{~#eq this "format"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_format forDocs=true ~}} - {{~/eq~}} - {{~#eq this "items"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_items ~}} - {{~/eq~}} - {{~#eq this "properties"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties forDocs=true ~}} - {{~/eq~}} - {{~#eq this "required"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_required ~}} - {{~/eq~}} - {{~#eq this "additionalProperties"~}} - {{~> src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties ~}} - {{~/eq~}} - {{~#if @last~}} -));
| +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
+ {{~/if}} + {{#eq this "type"}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_types forDocs=true }} + {{~/eq}} + {{#eq this "format"}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_format forDocs=true }} + {{~/eq}} + {{#eq this "items"}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_items }} + {{~/eq}} + {{#eq this "properties"}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties forDocs=true }} + {{~/eq}} + {{#eq this "required"}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_required forDocs=true }} + {{~/eq}} + {{#eq this "additionalProperties"}} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties }} + {{~/eq}} + {{#if @last~}} +)); | {{/if}} {{/each}} \ No newline at end of file From 722bd08102602304e47a77f5d2a5214c485f1e9b Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 19:18:13 -0800 Subject: [PATCH 64/72] Adds forDocs to items --- .../content/applicationjson/Schema.md | 3 +-- .../content/applicationjson/Schema.md | 3 +-- .../content/applicationxml/Schema.md | 3 +-- .../AdditionalPropertiesWithArrayOfEnums.md | 3 +-- .../docs/components/schemas/AnimalFarm.md | 3 +-- .../components/schemas/AnyTypeAndFormat.md | 27 +++++++------------ .../components/schemas/ArrayHoldingAnyType.md | 3 +-- .../schemas/ArrayOfArrayOfNumberOnly.md | 6 ++--- .../docs/components/schemas/ArrayOfEnums.md | 3 +-- .../components/schemas/ArrayOfNumberOnly.md | 3 +-- .../java/docs/components/schemas/ArrayTest.md | 15 ++++------- .../schemas/ArrayWithValidationsInItems.md | 6 ++--- ...omposedAnyOfDifferentTypesNoValidations.md | 3 +-- .../docs/components/schemas/ComposedArray.md | 3 +-- .../schemas/ComposedOneOfDifferentTypes.md | 6 ++--- .../docs/components/schemas/DateTimeTest.md | 3 +-- .../schemas/DateTimeWithValidations.md | 3 +-- .../components/schemas/DateWithValidations.md | 3 +-- .../java/docs/components/schemas/Drawing.md | 3 +-- .../docs/components/schemas/EnumArrays.md | 3 +-- .../java/docs/components/schemas/EnumTest.md | 6 ++--- .../components/schemas/FileSchemaTestClass.md | 3 +-- .../docs/components/schemas/FormatTest.md | 15 ++++------- .../docs/components/schemas/IntegerMax10.md | 3 +-- .../docs/components/schemas/IntegerMin15.md | 3 +-- .../java/docs/components/schemas/Items.md | 3 +-- .../components/schemas/JSONPatchRequest.md | 3 +-- .../docs/components/schemas/NullableClass.md | 15 ++++------- .../schemas/PaginatedResultMyObjectDto.md | 3 +-- .../java/docs/components/schemas/Pet.md | 6 ++--- .../schemas/SelfReferencingArrayModel.md | 3 +-- .../docs/components/schemas/UUIDString.md | 3 +-- .../fake/get/parameters/parameter0/Schema0.md | 3 +-- .../fake/get/parameters/parameter2/Schema2.md | 3 +-- .../fake/get/parameters/parameter4/Schema4.md | 3 +-- .../fake/get/parameters/parameter5/Schema5.md | 3 +-- .../applicationxwwwformurlencoded/Schema.md | 3 +-- .../applicationxwwwformurlencoded/Schema.md | 15 ++++------- .../content/multipartformdata/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 3 +-- .../put/parameters/parameter1/Schema1.md | 3 +-- .../put/parameters/parameter2/Schema2.md | 3 +-- .../put/parameters/parameter3/Schema3.md | 3 +-- .../put/parameters/parameter4/Schema4.md | 3 +-- .../content/multipartformdata/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 5 ++-- .../content/applicationjson/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 5 ++-- .../get/parameters/parameter0/Schema0.md | 3 +-- .../applicationxwwwformurlencoded/Schema.md | 2 +- .../content/multipartformdata/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 3 +-- .../content/applicationjson/Schema.java | 1 + .../content/applicationjson/Schema.java | 1 + .../content/applicationxml/Schema.java | 1 + .../AdditionalPropertiesWithArrayOfEnums.java | 1 + .../components/schemas/AnimalFarm.java | 1 + .../schemas/ArrayHoldingAnyType.java | 1 + .../schemas/ArrayOfArrayOfNumberOnly.java | 2 ++ .../components/schemas/ArrayOfEnums.java | 1 + .../components/schemas/ArrayOfNumberOnly.java | 1 + .../components/schemas/ArrayTest.java | 5 ++++ .../schemas/ArrayWithValidationsInItems.java | 1 + ...posedAnyOfDifferentTypesNoValidations.java | 1 + .../components/schemas/ComposedArray.java | 1 + .../schemas/ComposedOneOfDifferentTypes.java | 1 + .../components/schemas/Drawing.java | 1 + .../components/schemas/EnumArrays.java | 1 + .../schemas/FileSchemaTestClass.java | 1 + .../components/schemas/FormatTest.java | 1 + .../components/schemas/Items.java | 1 + .../components/schemas/JSONPatchRequest.java | 1 + .../components/schemas/NullableClass.java | 3 +++ .../schemas/PaginatedResultMyObjectDto.java | 1 + .../components/schemas/Pet.java | 2 ++ .../schemas/SelfReferencingArrayModel.java | 1 + .../get/parameters/parameter0/Schema0.java | 1 + .../get/parameters/parameter2/Schema2.java | 1 + .../applicationxwwwformurlencoded/Schema.java | 1 + .../put/parameters/parameter0/Schema0.java | 1 + .../put/parameters/parameter1/Schema1.java | 1 + .../put/parameters/parameter2/Schema2.java | 1 + .../put/parameters/parameter3/Schema3.java | 1 + .../put/parameters/parameter4/Schema4.java | 1 + .../content/multipartformdata/Schema.java | 1 + .../get/parameters/parameter0/Schema0.java | 1 + .../get/parameters/parameter0/Schema0.java | 1 + .../schemas/SchemaClass/_format.hbs | 2 +- .../components/schemas/SchemaClass/_items.hbs | 11 ++++++-- .../schemas/docschema_fields_field.hbs | 2 +- 90 files changed, 137 insertions(+), 163 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index d4f5a48594b..81e1bc69331 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(User.User1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(User.User1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index 432d49f51c2..d602407bd6a 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index c17b6244e54..875a6fc21ae 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 80f90ed1f4f..3724baf8607 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -56,8 +56,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index cb13c2a2c26..fe02fb97fa1 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 476e257fa6a..10e118ede0f 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -76,8 +76,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("float"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("float"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -100,8 +99,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("double"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("double"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -124,8 +122,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("int64"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("int64"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -148,8 +145,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("int32"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("int32"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -172,8 +168,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("binary"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("binary"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -196,8 +191,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("number"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("number"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -220,8 +214,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("date-time"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("date-time"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -244,8 +237,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("date"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("date"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -268,8 +260,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("uuid"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("format", new FormatValidator("uuid"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index 47b28386488..e248abc9cab 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 58d2ffa29dc..109aceafa23 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -60,8 +60,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -95,8 +94,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index f37003b1a22..1bf113b829a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 521d8571bc1..eac614adae1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -58,8 +58,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index e26eda5a32d..46e855dc47a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -71,8 +71,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items3.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items3.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -106,8 +105,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -141,8 +139,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -176,8 +173,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -225,8 +221,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 6879883da02..0b940667651 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -54,8 +53,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 6c1118db7fc..e9ca19e7cc9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -141,8 +141,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index bd802d5da1b..dd288d2a1fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index d41655e5fee..dcc64f1fb8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -49,8 +49,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -65,8 +64,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md index 7c6513d5282..cfabb87d3e3 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeTest.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md index f698d2bd7e9..9651fbbdd84 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateTimeWithValidations.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md index fb8da09ab08..aad0d358a57 100644 --- a/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/DateWithValidations.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index a66920186cd..bd7fb7a4e3e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -64,8 +64,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index a877f39cd9b..0597eac76f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -61,8 +61,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 43016092522..4542e195e76 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -75,8 +75,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -91,8 +90,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 5d931781c3e..8a683e406b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -59,8 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(File.File1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(File.File1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 5c215aa5f85..22ed6271afb 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -162,8 +162,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("password"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("password"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -277,8 +276,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -340,8 +338,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -373,8 +370,7 @@ this is a reserved python keyword ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("float"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("float"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -418,8 +414,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md index 91da5a12753..f9862d0fe67 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMax10.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md index 7ee5603c98a..0caec5f1177 100644 --- a/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md +++ b/samples/client/petstore/java/docs/components/schemas/IntegerMin15.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 0cd5bb634ce..48eefcd1110 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -22,8 +22,7 @@ component's name collides with the inner schema name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 1963d59ba28..5c93b4be4e0 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index a23794efc66..3b48a6ff197 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -259,8 +259,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -310,8 +309,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),new KeywordEntry("items", new ItemsValidator(Items1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),    new KeywordEntry("items", new ItemsValidator(Items1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -362,8 +360,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -412,8 +409,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -429,8 +425,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 9af094cd49a..068acee499e 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -60,8 +60,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index e21aef61793..0a4984097f4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -76,8 +76,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -129,8 +128,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 4582a919a7d..9747e8322ca 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/UUIDString.md b/samples/client/petstore/java/docs/components/schemas/UUIDString.md index dad4ec63eac..2c75aef7aa1 100644 --- a/samples/client/petstore/java/docs/components/schemas/UUIDString.md +++ b/samples/client/petstore/java/docs/components/schemas/UUIDString.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("uuid"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("uuid"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index 5280a7e700c..a5c1de0b65d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index 3d0d30be5ee..c453eccc6cf 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md index 4eee77f5666..6e932ddea8a 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter4/Schema4.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md index 9946cf4d912..9d4eab55b11 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter5/Schema5.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 72e1dd3d848..6f1f0791d9a 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -82,8 +82,7 @@ Form parameter enum test (string array) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 52d438d17ca..bbce28581c0 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -110,8 +110,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("password"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("password"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -129,8 +128,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))),    new KeywordEntry("format", new FormatValidator("date-time"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -235,8 +233,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("double"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -254,8 +251,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("float"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("float"))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -308,8 +304,7 @@ None ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int32"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 7432ee0caf1..910646711e8 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("requiredFile", RequiredFile.class)
))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
    "requiredFile"
)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
        new PropertyEntry("requiredFile", RequiredFile.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "requiredFile"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 09e51283d53..d262830de8f 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items0.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 83b06c9bd24..1cb96e50ef9 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items1.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 4679ac25cdc..763e628c0a1 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items2.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index e88360b946b..8f3a601f160 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items3.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items3.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 180d7c87e04..40ef9c1f74e 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
new KeywordEntry("items", new ItemsValidator(Items4.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items4.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index a1852ca8a3f..a90cbe300c7 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("file", File.class)
))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
    "file"
)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
        new PropertyEntry("file", File.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "file"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 9112e18de46..c6b056a25f8 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("files", Files.class)
)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("files", Files.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -58,8 +58,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index acb0b2c7362..6bd5eb2a52f 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("string", Foo.Foo1.class)
)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("string", Foo.Foo1.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index afbc041c460..6ee4ddc72d4 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -54,7 +53,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(    String.class
))))); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        String.class
    ))))); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 5528b2f3b05..45c18c605c5 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class)) -)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 5e7d54e1bd5..7d93be83e35 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("name", Name.class),
    new PropertyEntry("status", Status.class)
)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class),
        new PropertyEntry("status", Status.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 7e7db5c8410..c95dbe3bbd7 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
    new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
    new PropertyEntry("file", File.class)
)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
        new PropertyEntry("file", File.class)
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md index 20911f7c147..9458968fe69 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/get/parameters/parameter0/Schema0.md @@ -17,8 +17,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(    Integer.class,
    Long.class,
    Float.class,
    Double.class
))),    new KeywordEntry("format", new FormatValidator("int64"))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Integer.class,
    Long.class,
    Float.class,
    Double.class
    ))),    new KeywordEntry("format", new FormatValidator("int64"))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java index 8ed0340001f..85387b00829 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/requestbodies/userarray/content/applicationjson/Schema.java @@ -31,6 +31,7 @@ public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(User.User1.class)) + )); protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java index 608919b6d24..826787b777b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.java @@ -32,6 +32,7 @@ public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class)) + )); protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java index 14c74978a86..9ecc63dd804 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.java @@ -31,6 +31,7 @@ public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class)) + )); protected static SchemaList getListOutputInstance(FrozenList arg) { return new SchemaList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java index 8e76631bb07..558840116b3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java @@ -32,6 +32,7 @@ public static class AdditionalProperties extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class)) + )); protected static AdditionalPropertiesList getListOutputInstance(FrozenList arg) { return new AdditionalPropertiesList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java index 420cac55537..5b1b49d583b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AnimalFarm.java @@ -36,6 +36,7 @@ public static class AnimalFarm1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class)) + )); protected static AnimalFarmList getListOutputInstance(FrozenList arg) { return new AnimalFarmList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java index d51c63adaa6..b5146c136ac 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayHoldingAnyType.java @@ -40,6 +40,7 @@ public static class ArrayHoldingAnyType1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static ArrayHoldingAnyTypeList getListOutputInstance(FrozenList arg) { return new ArrayHoldingAnyTypeList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java index 6e12bfcb735..6be80dfe2c1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfArrayOfNumberOnly.java @@ -37,6 +37,7 @@ public static class Items extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) + )); protected static ItemsList getListOutputInstance(FrozenList arg) { return new ItemsList(arg); @@ -60,6 +61,7 @@ public static class ArrayArrayNumber extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static ArrayArrayNumberList getListOutputInstance(FrozenList arg) { return new ArrayArrayNumberList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java index 6a175e84688..72a77b907aa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfEnums.java @@ -36,6 +36,7 @@ public static class ArrayOfEnums1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class)) + )); protected static ArrayOfEnumsList getListOutputInstance(FrozenList arg) { return new ArrayOfEnumsList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java index 9f24c6b7b3c..a4fff9b31e8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayOfNumberOnly.java @@ -37,6 +37,7 @@ public static class ArrayNumber extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static ArrayNumberList getListOutputInstance(FrozenList arg) { return new ArrayNumberList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java index 6d3061ac6c8..b066cf835b3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayTest.java @@ -38,6 +38,7 @@ public static class ArrayOfString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static ArrayOfStringList getListOutputInstance(FrozenList arg) { return new ArrayOfStringList(arg); @@ -64,6 +65,7 @@ public static class Items1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) + )); protected static ItemsList getListOutputInstance(FrozenList arg) { return new ItemsList(arg); @@ -87,6 +89,7 @@ public static class ArrayArrayOfInteger extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) + )); protected static ArrayArrayOfIntegerList getListOutputInstance(FrozenList arg) { return new ArrayArrayOfIntegerList(arg); @@ -110,6 +113,7 @@ public static class Items3 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class)) + )); protected static ItemsList1 getListOutputInstance(FrozenList arg) { return new ItemsList1(arg); @@ -133,6 +137,7 @@ public static class ArrayArrayOfModel extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items3.class)) + )); protected static ArrayArrayOfModelList getListOutputInstance(FrozenList arg) { return new ArrayArrayOfModelList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java index a73de1e33a2..ef1e7790a3b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ArrayWithValidationsInItems.java @@ -64,6 +64,7 @@ public static class ArrayWithValidationsInItems1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static ArrayWithValidationsInItemsList getListOutputInstance(FrozenList arg) { return new ArrayWithValidationsInItemsList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java index 1cf35ad81bd..00589797934 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedAnyOfDifferentTypesNoValidations.java @@ -79,6 +79,7 @@ public static class Schema9 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static Schema9List getListOutputInstance(FrozenList arg) { return new Schema9List(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java index 4e7d5fd4fb7..cc5cfaa5c81 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedArray.java @@ -40,6 +40,7 @@ public static class ComposedArray1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static ComposedArrayList getListOutputInstance(FrozenList arg) { return new ComposedArrayList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java index fa3bf646bf8..16715e2fbf1 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ComposedOneOfDifferentTypes.java @@ -57,6 +57,7 @@ public static class Schema5 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static Schema5List getListOutputInstance(FrozenList arg) { return new Schema5List(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java index df86ec7c4a5..a84e9c21295 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java @@ -34,6 +34,7 @@ public static class Shapes extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class)) + )); protected static ShapesList getListOutputInstance(FrozenList arg) { return new ShapesList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java index f78d205fb76..4062ec5490c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/EnumArrays.java @@ -55,6 +55,7 @@ public static class ArrayEnum extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static ArrayEnumList getListOutputInstance(FrozenList arg) { return new ArrayEnumList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java index 2a462eadc4a..5f9c52f4ebe 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FileSchemaTestClass.java @@ -33,6 +33,7 @@ public static class Files extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(File.File1.class)) + )); protected static FilesList getListOutputInstance(FrozenList arg) { return new FilesList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java index 9f78a6654d3..2c64b683c60 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/FormatTest.java @@ -169,6 +169,7 @@ public static class ArrayWithUniqueItems extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static ArrayWithUniqueItemsList getListOutputInstance(FrozenList arg) { return new ArrayWithUniqueItemsList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java index bc1b725629a..d60e463e459 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Items.java @@ -43,6 +43,7 @@ public static class Items1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) + )); protected static ItemsList getListOutputInstance(FrozenList> arg) { return new ItemsList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java index 1115b4c5e51..81d6de7e644 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequest.java @@ -90,6 +90,7 @@ public static class JSONPatchRequest1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static JSONPatchRequestList getListOutputInstance(FrozenList arg) { return new JSONPatchRequestList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java index f284123dac3..2094e77778f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java @@ -181,6 +181,7 @@ public static class ArrayNullableProp extends JsonSchema { FrozenList.class ))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayNullableProp.class, arg, configuration); @@ -222,6 +223,7 @@ public static class ArrayAndItemsNullableProp extends JsonSchema { FrozenList.class ))), new KeywordEntry("items", new ItemsValidator(Items1.class)) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ArrayAndItemsNullableProp.class, arg, configuration); @@ -260,6 +262,7 @@ public static class ArrayItemsNullable extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) + )); protected static ArrayItemsNullableList getListOutputInstance(FrozenList> arg) { return new ArrayItemsNullableList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index e7957913c5e..a8216e4a42d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -45,6 +45,7 @@ public static class Results extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class)) + )); protected static ResultsList getListOutputInstance(FrozenList arg) { return new ResultsList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java index 636fb302020..1ed86165db0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Pet.java @@ -45,6 +45,7 @@ public static class PhotoUrls extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static PhotoUrlsList getListOutputInstance(FrozenList arg) { return new PhotoUrlsList(arg); @@ -79,6 +80,7 @@ public static class Tags extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class)) + )); protected static TagsList getListOutputInstance(FrozenList arg) { return new TagsList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java index c91a0033c71..4d30a2112b5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingArrayModel.java @@ -36,6 +36,7 @@ public static class SelfReferencingArrayModel1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class)) + )); protected static SelfReferencingArrayModelList getListOutputInstance(FrozenList arg) { return new SelfReferencingArrayModelList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java index 12cecf02148..0cb9123a4e0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter0/Schema0.java @@ -41,6 +41,7 @@ public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) + )); protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java index 48d4317b1bc..b54b4a82357 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/parameters/parameter2/Schema2.java @@ -41,6 +41,7 @@ public static class Schema21 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) + )); protected static SchemaList2 getListOutputInstance(FrozenList arg) { return new SchemaList2(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java index 5782ac2e697..92f55725261 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.java @@ -44,6 +44,7 @@ public static class EnumFormStringArray extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static EnumFormStringArrayList getListOutputInstance(FrozenList arg) { return new EnumFormStringArrayList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java index 6fef4759013..3383a88e6fb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.java @@ -34,6 +34,7 @@ public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) + )); protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java index 9ef05b8c147..15e7c8b42ac 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.java @@ -34,6 +34,7 @@ public static class Schema11 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items1.class)) + )); protected static SchemaList1 getListOutputInstance(FrozenList arg) { return new SchemaList1(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java index 3106153896c..5ab821fe03d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.java @@ -34,6 +34,7 @@ public static class Schema21 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items2.class)) + )); protected static SchemaList2 getListOutputInstance(FrozenList arg) { return new SchemaList2(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java index b54f0b08556..58a9628bf3c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.java @@ -34,6 +34,7 @@ public static class Schema31 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items3.class)) + )); protected static SchemaList3 getListOutputInstance(FrozenList arg) { return new SchemaList3(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java index 0ef93fdfcc0..e99a34fa887 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.java @@ -34,6 +34,7 @@ public static class Schema41 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items4.class)) + )); protected static SchemaList4 getListOutputInstance(FrozenList arg) { return new SchemaList4(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java index 1c3a08d49e9..eabc72d929a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.java @@ -38,6 +38,7 @@ public static class Files extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items.class)) + )); protected static FilesList getListOutputInstance(FrozenList arg) { return new FilesList(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java index e69c7f9be65..05656451eb7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/parameters/parameter0/Schema0.java @@ -41,6 +41,7 @@ public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) + )); protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java index 939f3d13bc5..9c9755ddbc0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/parameters/parameter0/Schema0.java @@ -34,6 +34,7 @@ public static class Schema01 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))), new KeywordEntry("items", new ItemsValidator(Items0.class)) + )); protected static SchemaList0 getListOutputInstance(FrozenList arg) { return new SchemaList0(arg); diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs index fc4e1850f7f..c791f67b4f5 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_format.hbs @@ -1,5 +1,5 @@ {{#if forDocs}}     new KeywordEntry("format", new FormatValidator("{{format}}")){{#unless @last}},{{/unless}}
-{{else}} +{{~else}} new KeywordEntry("format", new FormatValidator("{{format}}")){{#unless @last}},{{/unless}} {{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_items.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_items.hbs index 9a4263ac70d..057859822ae 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_items.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_items.hbs @@ -1,3 +1,10 @@ -{{#with items}} +{{#if forDocs}} + {{#with items}} +    new KeywordEntry("items", new ItemsValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}}
+ {{~/with}} +{{else}} + {{#with items}} new KeywordEntry("items", new ItemsValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}} -{{/with}} + {{/with}} + +{{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs index 819dc247053..4e86020ebfc 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs @@ -9,7 +9,7 @@ {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_format forDocs=true }} {{~/eq}} {{#eq this "items"}} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_items }} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_items forDocs=true }} {{~/eq}} {{#eq this "properties"}} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties forDocs=true }} From cbe153d7e5bca161609fa12d649a74285be1a43b Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 19:27:06 -0800 Subject: [PATCH 65/72] Adds forDocs higher up --- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/AdditionalPropertiesClass.md | 12 ++++++------ .../components/schemas/AdditionalPropertiesSchema.md | 6 +++--- .../schemas/AdditionalPropertiesWithArrayOfEnums.md | 2 +- .../petstore/java/docs/components/schemas/Address.md | 2 +- .../java/docs/components/schemas/AppleReq.md | 2 +- .../java/docs/components/schemas/BananaReq.md | 2 +- .../petstore/java/docs/components/schemas/Drawing.md | 2 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 2 +- .../components/schemas/JSONPatchRequestMoveCopy.md | 2 +- .../components/schemas/JSONPatchRequestRemove.md | 2 +- .../petstore/java/docs/components/schemas/MapTest.md | 8 ++++---- .../MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../petstore/java/docs/components/schemas/Money.md | 2 +- .../java/docs/components/schemas/MyObjectDto.md | 2 +- .../components/schemas/NoAdditionalProperties.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 8 ++++---- .../schemas/ObjectWithNonIntersectingValues.md | 2 +- .../schemas/ObjectWithOnlyOptionalProps.md | 2 +- .../components/schemas/PaginatedResultMyObjectDto.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 2 +- .../components/schemas/ReqPropsFromTrueAddProps.md | 2 +- .../components/schemas/SelfReferencingObjectModel.md | 2 +- .../java/docs/components/schemas/StringBooleanMap.md | 2 +- .../petstore/java/docs/components/schemas/Zebra.md | 2 +- .../requestbody/content/applicationjson/Schema.md | 2 +- .../responses/headerswithnobody/Headers.java | 1 + .../successinlinecontentandheader/Headers.java | 1 + .../content/applicationjson/Schema.java | 1 + .../successwithjsonapiresponse/Headers.java | 1 + .../schemas/AdditionalPropertiesClass.java | 6 ++++++ .../schemas/AdditionalPropertiesSchema.java | 3 +++ .../AdditionalPropertiesWithArrayOfEnums.java | 1 + .../components/schemas/Address.java | 1 + .../components/schemas/AppleReq.java | 1 + .../components/schemas/BananaReq.java | 1 + .../components/schemas/Drawing.java | 1 + .../schemas/JSONPatchRequestAddReplaceTest.java | 1 + .../components/schemas/JSONPatchRequestMoveCopy.java | 1 + .../components/schemas/JSONPatchRequestRemove.java | 1 + .../components/schemas/MapTest.java | 4 ++++ .../MixedPropertiesAndAdditionalPropertiesClass.java | 1 + .../components/schemas/Money.java | 1 + .../components/schemas/MyObjectDto.java | 1 + .../components/schemas/NoAdditionalProperties.java | 1 + .../components/schemas/NullableClass.java | 4 ++++ .../schemas/ObjectWithNonIntersectingValues.java | 1 + .../schemas/ObjectWithOnlyOptionalProps.java | 1 + .../schemas/PaginatedResultMyObjectDto.java | 1 + .../schemas/ReqPropsFromExplicitAddProps.java | 1 + .../components/schemas/ReqPropsFromTrueAddProps.java | 1 + .../schemas/SelfReferencingObjectModel.java | 1 + .../components/schemas/StringBooleanMap.java | 1 + .../components/schemas/Zebra.java | 1 + .../commonparamsubdir/delete/HeaderParameters.java | 1 + .../commonparamsubdir/delete/PathParameters.java | 1 + .../paths/commonparamsubdir/get/PathParameters.java | 1 + .../paths/commonparamsubdir/get/QueryParameters.java | 1 + .../commonparamsubdir/post/HeaderParameters.java | 1 + .../paths/commonparamsubdir/post/PathParameters.java | 1 + .../paths/fake/delete/HeaderParameters.java | 1 + .../paths/fake/delete/QueryParameters.java | 1 + .../paths/fake/get/HeaderParameters.java | 1 + .../paths/fake/get/QueryParameters.java | 1 + .../fakebodywithqueryparams/put/QueryParameters.java | 1 + .../fakecasesensitiveparams/put/QueryParameters.java | 1 + .../fakedeletecoffeeid/delete/PathParameters.java | 1 + .../requestbody/content/applicationjson/Schema.java | 1 + .../fakeinlinecomposition/post/QueryParameters.java | 1 + .../paths/fakeobjinquery/get/QueryParameters.java | 1 + .../post/CookieParameters.java | 1 + .../post/HeaderParameters.java | 1 + .../post/PathParameters.java | 1 + .../post/QueryParameters.java | 1 + .../post/PathParameters.java | 1 + .../get/QueryParameters.java | 1 + .../paths/fakerefobjinquery/get/QueryParameters.java | 1 + .../faketestqueryparamters/put/QueryParameters.java | 1 + .../paths/petfindbystatus/get/QueryParameters.java | 1 + .../paths/petfindbytags/get/QueryParameters.java | 1 + .../paths/petpetid/delete/HeaderParameters.java | 1 + .../paths/petpetid/delete/PathParameters.java | 1 + .../paths/petpetid/get/PathParameters.java | 1 + .../paths/petpetid/post/PathParameters.java | 1 + .../petpetiduploadimage/post/PathParameters.java | 1 + .../storeorderorderid/delete/PathParameters.java | 1 + .../paths/storeorderorderid/get/PathParameters.java | 1 + .../paths/userlogin/get/QueryParameters.java | 1 + .../userlogin/get/responses/response200/Headers.java | 1 + .../paths/userusername/delete/PathParameters.java | 1 + .../paths/userusername/get/PathParameters.java | 1 + .../paths/userusername/put/PathParameters.java | 1 + .../schemas/SchemaClass/_additionalProperties.hbs | 11 +++++++++-- .../openapitools/components/schemas/Schema_doc.hbs | 2 +- .../components/schemas/docschema_fields_field.hbs | 12 ++++++------ 95 files changed, 134 insertions(+), 48 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index ffa7c93b5b7..03592819c1e 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 307c9fdf6c7..94da61b5d50 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -89,7 +89,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class))
)); | ### Method Summary @@ -142,7 +142,7 @@ an object with no declared properties and no undeclared properties, hence it ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class))
)); | ### Method Summary @@ -199,7 +199,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | ### Method Summary @@ -307,7 +307,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | ### Method Summary @@ -343,7 +343,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | ### Method Summary @@ -393,7 +393,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 07c28849820..67975df4d29 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -41,7 +41,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | ### Method Summary @@ -99,7 +99,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | ### Method Summary @@ -157,7 +157,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 3724baf8607..ee72e6bc02d 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index ca399464e56..b51b613f7ea 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index d91d13f78ac..590491323f9 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("mealy", Mealy.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("mealy", Mealy.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 9c9bf117285..1e63786fd09 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class),
        new PropertyEntry("sweet", Sweet.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class),
        new PropertyEntry("sweet", Sweet.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index bd7fb7a4e3e..7640a5b07b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", Shape.Shape1.class),
        new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
        new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
        new PropertyEntry("shapes", Shapes.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", Shape.Shape1.class),
        new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
        new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
        new PropertyEntry("shapes", Shapes.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index a280fdb063f..e83eb21363e 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("value", Value.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("value", Value.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index a4bae106bb1..e379aa80667 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", From.class),
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", From.class),
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 95450d065cc..ccfb8bbeb75 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index d6217da1e04..ad9d38c67e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -72,7 +72,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | ### Method Summary @@ -122,7 +122,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | ### Method Summary @@ -173,7 +173,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary @@ -209,7 +209,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 47ba4a72fd8..b969f1da224 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -62,7 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index c00cf523a1e..d7cb1010d88 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", Amount.class),
        new PropertyEntry("currency", Currency.Currency1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", Amount.class),
        new PropertyEntry("currency", Currency.Currency1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index c1735a41376..2b64222e62e 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 98e796f7c45..0c0f24a83d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 3b48a6ff197..f8df884d9fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -43,7 +43,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", IntegerProp.class),
        new PropertyEntry("number_prop", NumberProp.class),
        new PropertyEntry("boolean_prop", BooleanProp.class),
        new PropertyEntry("string_prop", StringProp.class),
        new PropertyEntry("date_prop", DateProp.class),
        new PropertyEntry("datetime_prop", DatetimeProp.class),
        new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
        new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
        new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
        new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
        new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
        new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", IntegerProp.class),
        new PropertyEntry("number_prop", NumberProp.class),
        new PropertyEntry("boolean_prop", BooleanProp.class),
        new PropertyEntry("string_prop", StringProp.class),
        new PropertyEntry("date_prop", DateProp.class),
        new PropertyEntry("datetime_prop", DatetimeProp.class),
        new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
        new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
        new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
        new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
        new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
        new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | ### Method Summary @@ -103,7 +103,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | ### Method Summary @@ -155,7 +155,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | ### Method Summary @@ -208,7 +208,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index a085745e354..1779319df0d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index f535befdb33..475ea34eaf1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class),
        new PropertyEntry("b", B.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class),
        new PropertyEntry("b", B.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 068acee499e..cc6f5a4d525 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", Count.class),
        new PropertyEntry("results", Results.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", Count.class),
        new PropertyEntry("results", Results.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 05ad5751b00..3ab1f966cba 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index fefdf245e6a..60e64b16454 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 76f0e0df890..5d171062059 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index fa1338ce73e..7eaebc0315c 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index eba8afeeda7..380f416b9d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", Type.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", Type.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index dc758cec82e..10cef807dbe 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java index 63b8933d338..378ac0c819c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/headerswithnobody/Headers.java @@ -51,6 +51,7 @@ public static class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeadersMap getMapOutputInstance(FrozenMap arg) { return new HeadersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java index dffc4f7d8f3..e8abfe3bd5b 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/Headers.java @@ -51,6 +51,7 @@ public static class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeadersMap getMapOutputInstance(FrozenMap arg) { return new HeadersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java index 0cb66ec093f..9a95226c56a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successinlinecontentandheader/content/applicationjson/Schema.java @@ -39,6 +39,7 @@ public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java index c239b48e7c6..f70de458e75 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/responses/successwithjsonapiresponse/Headers.java @@ -79,6 +79,7 @@ public static class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeadersMap getMapOutputInstance(FrozenMap arg) { return new HeadersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java index 35756fe80cc..b41b79ad912 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesClass.java @@ -44,6 +44,7 @@ public static class MapProperty extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static MapPropertyMap getMapOutputInstance(FrozenMap arg) { return new MapPropertyMap(arg); @@ -77,6 +78,7 @@ public static class AdditionalProperties1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) + )); protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { return new AdditionalPropertiesMap(arg); @@ -107,6 +109,7 @@ public static class MapOfMapProperty extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) + )); protected static MapOfMapPropertyMap getMapOutputInstance(FrozenMap arg) { return new MapOfMapPropertyMap(arg); @@ -149,6 +152,7 @@ public static class MapWithUndeclaredPropertiesAnytype3 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) + )); protected static MapWithUndeclaredPropertiesAnytype3Map getMapOutputInstance(FrozenMap arg) { return new MapWithUndeclaredPropertiesAnytype3Map(arg); @@ -179,6 +183,7 @@ public static class EmptyMap extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class)) + )); protected static EmptyMapMap getMapOutputInstance(FrozenMap arg) { return new EmptyMapMap(arg); @@ -212,6 +217,7 @@ public static class MapWithUndeclaredPropertiesString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class)) + )); protected static MapWithUndeclaredPropertiesStringMap getMapOutputInstance(FrozenMap arg) { return new MapWithUndeclaredPropertiesStringMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java index 21de7c6932c..ee0d5d69a83 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesSchema.java @@ -44,6 +44,7 @@ public static class Schema0 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static Schema0Map getMapOutputInstance(FrozenMap arg) { return new Schema0Map(arg); @@ -124,6 +125,7 @@ public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) + )); protected static Schema1Map getMapOutputInstance(FrozenMap arg) { return new Schema1Map(arg); @@ -204,6 +206,7 @@ public static class Schema2 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) + )); protected static Schema2Map getMapOutputInstance(FrozenMap arg) { return new Schema2Map(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java index 558840116b3..aa64f20df4e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AdditionalPropertiesWithArrayOfEnums.java @@ -68,6 +68,7 @@ public static class AdditionalPropertiesWithArrayOfEnums1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static AdditionalPropertiesWithArrayOfEnumsMap getMapOutputInstance(FrozenMap arg) { return new AdditionalPropertiesWithArrayOfEnumsMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java index 8d79eeed9a1..ec8dc1ba26c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Address.java @@ -45,6 +45,7 @@ public static class Address1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static AddressMap getMapOutputInstance(FrozenMap arg) { return new AddressMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java index 3d87371db24..648b95be172 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/AppleReq.java @@ -76,6 +76,7 @@ public static class AppleReq1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static AppleReqMap getMapOutputInstance(FrozenMap arg) { return new AppleReqMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java index e8ea616db46..49039c3da84 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/BananaReq.java @@ -76,6 +76,7 @@ public static class BananaReq1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static BananaReqMap getMapOutputInstance(FrozenMap arg) { return new BananaReqMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java index a84e9c21295..6808deba668 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Drawing.java @@ -106,6 +106,7 @@ public static class Drawing1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class)) + )); protected static DrawingMap getMapOutputInstance(FrozenMap arg) { return new DrawingMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java index aa24ae820bd..090948aa3c6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestAddReplaceTest.java @@ -91,6 +91,7 @@ public static class JSONPatchRequestAddReplaceTest1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static JSONPatchRequestAddReplaceTestMap getMapOutputInstance(FrozenMap arg) { return new JSONPatchRequestAddReplaceTestMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java index dfb7ef710cb..dd0a455f8cd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestMoveCopy.java @@ -91,6 +91,7 @@ public static class JSONPatchRequestMoveCopy1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static JSONPatchRequestMoveCopyMap getMapOutputInstance(FrozenMap arg) { return new JSONPatchRequestMoveCopyMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java index 322de998fbc..156727f8d77 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/JSONPatchRequestRemove.java @@ -81,6 +81,7 @@ public static class JSONPatchRequestRemove1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static JSONPatchRequestRemoveMap getMapOutputInstance(FrozenMap arg) { return new JSONPatchRequestRemoveMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java index 8b71e1b4110..d9fd2377d31 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MapTest.java @@ -42,6 +42,7 @@ public static class AdditionalProperties extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) + )); protected static AdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { return new AdditionalPropertiesMap(arg); @@ -72,6 +73,7 @@ public static class MapMapOfString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static MapMapOfStringMap getMapOutputInstance(FrozenMap arg) { return new MapMapOfStringMap(arg); @@ -113,6 +115,7 @@ public static class MapOfEnumString extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) + )); protected static MapOfEnumStringMap getMapOutputInstance(FrozenMap arg) { return new MapOfEnumStringMap(arg); @@ -146,6 +149,7 @@ public static class DirectMap extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) + )); protected static DirectMapMap getMapOutputInstance(FrozenMap arg) { return new DirectMapMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java index 5bf512821e0..7769683c847 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.java @@ -45,6 +45,7 @@ public static class MapSchema extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class)) + )); protected static MapMap getMapOutputInstance(FrozenMap arg) { return new MapMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java index aba23d7dba6..106d835b578 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Money.java @@ -70,6 +70,7 @@ public static class Money1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static MoneyMap getMapOutputInstance(FrozenMap arg) { return new MoneyMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java index 480d91ae775..9e9d3a32724 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/MyObjectDto.java @@ -60,6 +60,7 @@ public static class MyObjectDto1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static MyObjectDtoMap getMapOutputInstance(FrozenMap arg) { return new MyObjectDtoMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java index 81a3b37c596..e1eee007e46 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NoAdditionalProperties.java @@ -75,6 +75,7 @@ public static class NoAdditionalProperties1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static NoAdditionalPropertiesMap getMapOutputInstance(FrozenMap arg) { return new NoAdditionalPropertiesMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java index 2094e77778f..50ad45e6edd 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/NullableClass.java @@ -298,6 +298,7 @@ public static class ObjectNullableProp extends JsonSchema { FrozenMap.class ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectNullableProp.class, arg, configuration); @@ -345,6 +346,7 @@ public static class ObjectAndItemsNullableProp extends JsonSchema { FrozenMap.class ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class)) + )); public static Void validate(Void arg, SchemaConfiguration configuration) throws ValidationException { return JsonSchema.validate(ObjectAndItemsNullableProp.class, arg, configuration); @@ -389,6 +391,7 @@ public static class ObjectItemsNullable extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class)) + )); protected static ObjectItemsNullableMap getMapOutputInstance(FrozenMap> arg) { return new ObjectItemsNullableMap(arg); @@ -525,6 +528,7 @@ public static class NullableClass1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class)) + )); protected static NullableClassMap getMapOutputInstance(FrozenMap arg) { return new NullableClassMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java index fcc251a04f2..d3e250ca4aa 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithNonIntersectingValues.java @@ -63,6 +63,7 @@ public static class ObjectWithNonIntersectingValues1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static ObjectWithNonIntersectingValuesMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithNonIntersectingValuesMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java index 85b4a0e5a9d..62c54bb1682 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ObjectWithOnlyOptionalProps.java @@ -72,6 +72,7 @@ public static class ObjectWithOnlyOptionalProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static ObjectWithOnlyOptionalPropsMap getMapOutputInstance(FrozenMap arg) { return new ObjectWithOnlyOptionalPropsMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java index a8216e4a42d..38b7018e3b8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/PaginatedResultMyObjectDto.java @@ -97,6 +97,7 @@ public static class PaginatedResultMyObjectDto1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PaginatedResultMyObjectDtoMap getMapOutputInstance(FrozenMap arg) { return new PaginatedResultMyObjectDtoMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java index ded08630287..1ea02bf3d49 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromExplicitAddProps.java @@ -58,6 +58,7 @@ public static class ReqPropsFromExplicitAddProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static ReqPropsFromExplicitAddPropsMap getMapOutputInstance(FrozenMap arg) { return new ReqPropsFromExplicitAddPropsMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java index 1ca34b75249..1620fa6b6f6 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/ReqPropsFromTrueAddProps.java @@ -58,6 +58,7 @@ public static class ReqPropsFromTrueAddProps1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static ReqPropsFromTrueAddPropsMap getMapOutputInstance(FrozenMap arg) { return new ReqPropsFromTrueAddPropsMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java index cf5eea9cea0..ac404b76316 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/SelfReferencingObjectModel.java @@ -55,6 +55,7 @@ public static class SelfReferencingObjectModel1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class)) + )); protected static SelfReferencingObjectModelMap getMapOutputInstance(FrozenMap arg) { return new SelfReferencingObjectModelMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java index 931e173d67c..e5996d72901 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/StringBooleanMap.java @@ -45,6 +45,7 @@ public static class StringBooleanMap1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static StringBooleanMapMap getMapOutputInstance(FrozenMap arg) { return new StringBooleanMapMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java index 03fb5005f6c..d8399aca039 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/components/schemas/Zebra.java @@ -93,6 +93,7 @@ public static class Zebra1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static ZebraMap getMapOutputInstance(FrozenMap arg) { return new ZebraMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java index d6ce37d4184..c21eb48d3a9 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/HeaderParameters.java @@ -51,6 +51,7 @@ public static class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java index 4323ffa4cd4..155e404bd31 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/delete/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java index 46cf80c3849..39107d9748f 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java index 00b52adc5c2..89fd0127775 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/get/QueryParameters.java @@ -51,6 +51,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java index 8a1225e490a..cb2b12a4a0e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/HeaderParameters.java @@ -51,6 +51,7 @@ public static class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java index a63ddb1712c..dd87ba7c646 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/commonparamsubdir/post/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java index 5136ebe4a2c..c0bb62e1985 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/HeaderParameters.java @@ -64,6 +64,7 @@ public static class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java index 34d23b3aeb6..02dbd7e63fc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/delete/QueryParameters.java @@ -81,6 +81,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java index 473669c2f60..8114b78815c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/HeaderParameters.java @@ -60,6 +60,7 @@ public static class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java index a0516053e56..0802cef437e 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fake/get/QueryParameters.java @@ -78,6 +78,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java index e4cbbf21038..5ce51601053 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakebodywithqueryparams/put/QueryParameters.java @@ -54,6 +54,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java index e971f7293ee..6e8b8633078 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakecasesensitiveparams/put/QueryParameters.java @@ -70,6 +70,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java index 58c1e3ffdbd..8f0d51c8cdc 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakedeletecoffeeid/delete/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java index addf40735a2..b0e4db5cff7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.java @@ -39,6 +39,7 @@ public static class Schema1 extends JsonSchema { public static final LinkedHashMap keywordToValidator = new LinkedHashMap<>(Map.ofEntries( new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static SchemaMap getMapOutputInstance(FrozenMap arg) { return new SchemaMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java index 9308657da0c..bcb7364c965 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeinlinecomposition/post/QueryParameters.java @@ -60,6 +60,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java index 5a59448b3a4..ffd51df7cf0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeobjinquery/get/QueryParameters.java @@ -51,6 +51,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java index f13a630d211..af149a780a0 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/CookieParameters.java @@ -75,6 +75,7 @@ public static class CookieParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static CookieParametersMap getMapOutputInstance(FrozenMap arg) { return new CookieParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java index 46b40bb5ecd..8d47a92f9f8 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/HeaderParameters.java @@ -66,6 +66,7 @@ public static class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java index ae1909b5720..8b8430560ea 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/PathParameters.java @@ -78,6 +78,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java index 6305a33f489..8bbcd238eb2 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakeparametercollisions1ababselfab/post/QueryParameters.java @@ -75,6 +75,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java index 80db79fc964..806fe38a389 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakepetiduploadimagewithrequiredfile/post/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java index 3590116a62b..7e86aa9002c 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakequeryparamwithjsoncontenttype/get/QueryParameters.java @@ -54,6 +54,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java index c8868480b67..67a9e8b38cb 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/fakerefobjinquery/get/QueryParameters.java @@ -51,6 +51,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java index edaf8265fc7..bc3fc453106 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/faketestqueryparamters/put/QueryParameters.java @@ -94,6 +94,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java index fd4136a26a0..544660f5a27 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbystatus/get/QueryParameters.java @@ -55,6 +55,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java index 588d60247d5..3a90702c412 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petfindbytags/get/QueryParameters.java @@ -55,6 +55,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java index f8fb8701cf3..2897712db40 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/HeaderParameters.java @@ -51,6 +51,7 @@ public static class HeaderParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeaderParametersMap getMapOutputInstance(FrozenMap arg) { return new HeaderParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java index 8c12d968c09..00fe801cff5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/delete/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java index 05cb930f773..f652762c865 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/get/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java index ea5631a97c6..554fd2db058 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetid/post/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java index 8f6aa297c20..1d17d9d1065 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/petpetiduploadimage/post/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java index 34baa4af1cf..a91e2ee219d 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/delete/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java index 1892135b180..071b761a6d7 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/storeorderorderid/get/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java index aec8ea68ff5..d365b7dbed3 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/QueryParameters.java @@ -62,6 +62,7 @@ public static class QueryParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static QueryParametersMap getMapOutputInstance(FrozenMap arg) { return new QueryParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java index 99166a1cb35..572fbc31598 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userlogin/get/responses/response200/Headers.java @@ -75,6 +75,7 @@ public static class Headers1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static HeadersMap getMapOutputInstance(FrozenMap arg) { return new HeadersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java index a44e2d52f63..77d1e98c1bf 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/delete/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java index efc2377b519..68c7e2d37b5 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/get/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java index 0673a32e77a..05a6940bc2a 100644 --- a/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java +++ b/samples/client/petstore/java/src/main/java/org/openapijsonschematools/paths/userusername/put/PathParameters.java @@ -54,6 +54,7 @@ public static class PathParameters1 extends JsonSchema { ))), new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class)) + )); protected static PathParametersMap getMapOutputInstance(FrozenMap arg) { return new PathParametersMap(arg); diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs index ea99857bb13..ccc2d986027 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs @@ -1,3 +1,10 @@ -{{#with additionalProperties}} +{{#if forDocs}} + {{#with additionalProperties}} +    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}}
+ {{/with}} +{{~else}} + {{#with additionalProperties}} new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}} -{{/with}} + {{/with}} + +{{/if}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index c66b2861983..bb8d76f54f5 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -48,7 +48,7 @@ A schema class that validates payloads {{headerSize}}## Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -{{> src/main/java/org/openapitools/components/schemas/docschema_fields }} +{{> src/main/java/org/openapitools/components/schemas/docschema_fields forDocs=true }} {{headerSize}}## Method Summary | Modifier and Type | Method and Description | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs index 4e86020ebfc..e3a39dcb549 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_fields_field.hbs @@ -3,24 +3,24 @@ | static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
{{~/if}} {{#eq this "type"}} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_types forDocs=true }} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_types }} {{~/eq}} {{#eq this "format"}} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_format forDocs=true }} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_format }} {{~/eq}} {{#eq this "items"}} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_items forDocs=true }} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_items }} {{~/eq}} {{#eq this "properties"}} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties forDocs=true }} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_properties }} {{~/eq}} {{#eq this "required"}} -{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_required forDocs=true }} +{{> src/main/java/org/openapitools/components/schemas/SchemaClass/_required }} {{~/eq}} {{#eq this "additionalProperties"}} {{> src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties }} {{~/eq}} - {{#if @last~}} + {{#if @last ~}} )); | {{/if}} {{/each}} \ No newline at end of file From 3ae81467c9921efeaf686bdcd98c8bfd0844bc48 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 19:34:31 -0800 Subject: [PATCH 66/72] Fixes indentation in addProps if keywordToValidator --- .../content/applicationjson/Schema.md | 3 +-- .../schemas/AdditionalPropertiesClass.md | 18 ++++++------------ .../schemas/AdditionalPropertiesSchema.md | 9 +++------ .../AdditionalPropertiesWithArrayOfEnums.md | 3 +-- .../java/docs/components/schemas/Address.md | 3 +-- .../java/docs/components/schemas/AppleReq.md | 3 +-- .../java/docs/components/schemas/BananaReq.md | 3 +-- .../java/docs/components/schemas/Drawing.md | 3 +-- .../schemas/JSONPatchRequestAddReplaceTest.md | 3 +-- .../schemas/JSONPatchRequestMoveCopy.md | 3 +-- .../schemas/JSONPatchRequestRemove.md | 3 +-- .../java/docs/components/schemas/MapTest.md | 12 ++++-------- ...edPropertiesAndAdditionalPropertiesClass.md | 3 +-- .../java/docs/components/schemas/Money.md | 3 +-- .../docs/components/schemas/MyObjectDto.md | 3 +-- .../schemas/NoAdditionalProperties.md | 3 +-- .../docs/components/schemas/NullableClass.md | 12 ++++-------- .../schemas/ObjectWithNonIntersectingValues.md | 3 +-- .../schemas/ObjectWithOnlyOptionalProps.md | 3 +-- .../schemas/PaginatedResultMyObjectDto.md | 3 +-- .../schemas/ReqPropsFromExplicitAddProps.md | 3 +-- .../schemas/ReqPropsFromTrueAddProps.md | 3 +-- .../schemas/SelfReferencingObjectModel.md | 3 +-- .../components/schemas/StringBooleanMap.md | 3 +-- .../java/docs/components/schemas/Zebra.md | 3 +-- .../content/applicationjson/Schema.md | 3 +-- .../SchemaClass/_additionalProperties.hbs | 4 ++-- 27 files changed, 41 insertions(+), 80 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 03592819c1e..1558e12a9b2 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 94da61b5d50..6852daf7f81 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -89,8 +89,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -142,8 +141,7 @@ an object with no declared properties and no undeclared properties, hence it ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -199,8 +197,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -307,8 +304,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -343,8 +339,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -393,8 +388,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 67975df4d29..9341af1e908 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -41,8 +41,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -99,8 +98,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -157,8 +155,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index ee72e6bc02d..d818ea55eb9 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index b51b613f7ea..cda34132669 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 590491323f9..12865dc67f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("mealy", Mealy.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("mealy", Mealy.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 1e63786fd09..fafbea2f38b 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class),
        new PropertyEntry("sweet", Sweet.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class),
        new PropertyEntry("sweet", Sweet.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index 7640a5b07b5..dfd602ae7b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", Shape.Shape1.class),
        new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
        new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
        new PropertyEntry("shapes", Shapes.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", Shape.Shape1.class),
        new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
        new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
        new PropertyEntry("shapes", Shapes.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index e83eb21363e..6c54725d744 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("value", Value.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("value", Value.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index e379aa80667..584ba4425cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", From.class),
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", From.class),
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index ccfb8bbeb75..0dfb9604b5f 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index ad9d38c67e1..27d5ab2fbed 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -72,8 +72,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -122,8 +121,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -173,8 +171,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -209,8 +206,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index b969f1da224..8fa9cc91f46 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -62,8 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index d7cb1010d88..03245712b8b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", Amount.class),
        new PropertyEntry("currency", Currency.Currency1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", Amount.class),
        new PropertyEntry("currency", Currency.Currency1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 2b64222e62e..9b60d31278b 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 0c0f24a83d2..1824c9c725e 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index f8df884d9fa..e5b4186ae94 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -43,8 +43,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", IntegerProp.class),
        new PropertyEntry("number_prop", NumberProp.class),
        new PropertyEntry("boolean_prop", BooleanProp.class),
        new PropertyEntry("string_prop", StringProp.class),
        new PropertyEntry("date_prop", DateProp.class),
        new PropertyEntry("datetime_prop", DatetimeProp.class),
        new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
        new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
        new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
        new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
        new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
        new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", IntegerProp.class),
        new PropertyEntry("number_prop", NumberProp.class),
        new PropertyEntry("boolean_prop", BooleanProp.class),
        new PropertyEntry("string_prop", StringProp.class),
        new PropertyEntry("date_prop", DateProp.class),
        new PropertyEntry("datetime_prop", DatetimeProp.class),
        new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
        new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
        new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
        new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
        new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
        new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -103,8 +102,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -155,8 +153,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -208,8 +205,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 1779319df0d..38ca2af83d7 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,8 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 475ea34eaf1..ebeae4861d3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class),
        new PropertyEntry("b", B.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class),
        new PropertyEntry("b", B.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index cc6f5a4d525..9981532323f 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -22,8 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", Count.class),
        new PropertyEntry("results", Results.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", Count.class),
        new PropertyEntry("results", Results.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 3ab1f966cba..e175a4fc7b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 60e64b16454..3b706434c33 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 5d171062059..59678970924 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -18,8 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 7eaebc0315c..2728af31620 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 380f416b9d2..64f81e9b239 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,8 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", Type.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", Type.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 10cef807dbe..9d68787ecd6 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -19,8 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
-)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs index ccc2d986027..c87a39b3ca2 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs @@ -1,8 +1,8 @@ {{#if forDocs}} {{#with additionalProperties}}     new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}}
- {{/with}} -{{~else}} + {{~/with}} +{{else}} {{#with additionalProperties}} new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}} {{/with}} From 7e5a3e3f2e87755e44dbf67e8b5a86c5e771f439 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 19:47:39 -0800 Subject: [PATCH 67/72] Adds docs links for items schemas --- .../userarray/content/applicationjson/Schema.md | 2 +- .../content/applicationjson/Schema.md | 2 +- .../content/applicationxml/Schema.md | 2 +- .../schemas/AdditionalPropertiesWithArrayOfEnums.md | 2 +- .../java/docs/components/schemas/AnimalFarm.md | 2 +- .../docs/components/schemas/ArrayHoldingAnyType.md | 2 +- .../components/schemas/ArrayOfArrayOfNumberOnly.md | 4 ++-- .../java/docs/components/schemas/ArrayOfEnums.md | 2 +- .../docs/components/schemas/ArrayOfNumberOnly.md | 2 +- .../java/docs/components/schemas/ArrayTest.md | 10 +++++----- .../schemas/ArrayWithValidationsInItems.md | 2 +- .../ComposedAnyOfDifferentTypesNoValidations.md | 2 +- .../java/docs/components/schemas/ComposedArray.md | 2 +- .../schemas/ComposedOneOfDifferentTypes.md | 2 +- .../petstore/java/docs/components/schemas/Drawing.md | 2 +- .../java/docs/components/schemas/EnumArrays.md | 2 +- .../docs/components/schemas/FileSchemaTestClass.md | 2 +- .../java/docs/components/schemas/FormatTest.md | 2 +- .../petstore/java/docs/components/schemas/Items.md | 2 +- .../java/docs/components/schemas/JSONPatchRequest.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 6 +++--- .../components/schemas/PaginatedResultMyObjectDto.md | 2 +- .../petstore/java/docs/components/schemas/Pet.md | 4 ++-- .../components/schemas/SelfReferencingArrayModel.md | 2 +- .../paths/fake/get/parameters/parameter0/Schema0.md | 2 +- .../paths/fake/get/parameters/parameter2/Schema2.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../put/parameters/parameter0/Schema0.md | 2 +- .../put/parameters/parameter1/Schema1.md | 2 +- .../put/parameters/parameter2/Schema2.md | 2 +- .../put/parameters/parameter3/Schema3.md | 2 +- .../put/parameters/parameter4/Schema4.md | 2 +- .../requestbody/content/multipartformdata/Schema.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../get/parameters/parameter0/Schema0.md | 2 +- .../components/schemas/SchemaClass/_items.hbs | 12 ++++++++++-- 36 files changed, 53 insertions(+), 45 deletions(-) diff --git a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md index 81e1bc69331..096ce8d775b 100644 --- a/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/requestbodies/userarray/content/applicationjson/Schema.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(User.User1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([User.User1.class](../../../../components/schemas/User.md#user1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md index d602407bd6a..4db1c689676 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationjson/Schema.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(RefPet.RefPet1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([RefPet.RefPet1.class](../../../../../components/schemas/RefPet.md#refpet1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md index 875a6fc21ae..c29badba2e0 100644 --- a/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successfulxmlandjsonarrayofpet/content/applicationxml/Schema.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Pet.Pet1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Pet.Pet1.class](../../../../../components/schemas/Pet.md#pet1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index d818ea55eb9..0b19f546a55 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -55,7 +55,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(EnumClass.EnumClass1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([EnumClass.EnumClass1.class](../../components/schemas/EnumClass.md#enumclass1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md index fe02fb97fa1..ae7ff53c245 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md +++ b/samples/client/petstore/java/docs/components/schemas/AnimalFarm.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Animal.Animal1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Animal.Animal1.class](../../components/schemas/Animal.md#animal1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index e248abc9cab..b11957de465 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 109aceafa23..31a13aabc6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -60,7 +60,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -94,7 +94,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items1.class](#items1)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md index 1bf113b829a..f48ff913c86 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfEnums.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(StringEnum.StringEnum1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([StringEnum.StringEnum1.class](../../components/schemas/StringEnum.md#stringenum1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index eac614adae1..84e8d3532d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -58,7 +58,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 46e855dc47a..0e913d39144 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -71,7 +71,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items3.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items3.class](#items3)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -105,7 +105,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(ReadOnlyFirst.ReadOnlyFirst1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([ReadOnlyFirst.ReadOnlyFirst1.class](../../components/schemas/ReadOnlyFirst.md#readonlyfirst1))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -139,7 +139,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items1.class](#items1)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -173,7 +173,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items2.class](#items2)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -221,7 +221,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md index 0b940667651..5e91a0687cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayWithValidationsInItems.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index e9ca19e7cc9..fc31c90d28a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -141,7 +141,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index dd288d2a1fa..a31d0f74d9c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index dcc64f1fb8e..fb48fd9ee2a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -64,7 +64,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index dfd602ae7b5..a9421365d9b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -63,7 +63,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Shape.Shape1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Shape.Shape1.class](../../components/schemas/Shape.md#shape1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 0597eac76f1..26f04dccca4 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -61,7 +61,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 8a683e406b6..7264ccfa014 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -59,7 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(File.File1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([File.File1.class](../../components/schemas/File.md#file1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 22ed6271afb..3def1d7feb6 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -276,7 +276,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 48eefcd1110..492a9a792fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -22,7 +22,7 @@ component's name collides with the inner schema name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items2.class](#items2)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md index 5c93b4be4e0..fbf4d96dc9c 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequest.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index e5b4186ae94..a72c00bd5a9 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -255,7 +255,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items2.class](#items2)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -305,7 +305,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),    new KeywordEntry("items", new ItemsValidator(Items1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),    new KeywordEntry("items", new ItemsValidator([Items1.class](#items1)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -356,7 +356,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenList.class
    ))),    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 9981532323f..f8674fe22cb 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -59,7 +59,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(MyObjectDto.MyObjectDto1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([MyObjectDto.MyObjectDto1.class](../../components/schemas/MyObjectDto.md#myobjectdto1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 0a4984097f4..d42acb05374 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -76,7 +76,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Tag.Tag1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Tag.Tag1.class](../../components/schemas/Tag.md#tag1))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -128,7 +128,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md index 9747e8322ca..681e20a4508 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingArrayModel.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(SelfReferencingArrayModel1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([SelfReferencingArrayModel1.class](#selfreferencingarraymodel1)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md index a5c1de0b65d..665e8065fb9 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter0/Schema0.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items0.class](#items0)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md index c453eccc6cf..b381075147b 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/get/parameters/parameter2/Schema2.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items2.class](#items2)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6f1f0791d9a..fc2f815734d 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -82,7 +82,7 @@ Form parameter enum test (string array) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index d262830de8f..fa6b05a67f5 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items0.class](#items0)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index 1cb96e50ef9..a58083267b7 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items1.class](#items1)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 763e628c0a1..04807e95142 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items2.class](#items2)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 8f3a601f160..9d47a90e78c 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items3.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items3.class](#items3)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 40ef9c1f74e..e83ea00f722 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items4.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items4.class](#items4)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index c6b056a25f8..49bb624dfa4 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -58,7 +58,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items.class](#items)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md index 6ee4ddc72d4..b06dfbb9cb0 100644 --- a/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbystatus/get/parameters/parameter0/Schema0.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items0.class](#items0)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index 45c18c605c5..f33ee566a89 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator(Items0.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenList.class))),
    new KeywordEntry("items", new ItemsValidator([Items0.class](#items0)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_items.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_items.hbs index 057859822ae..d1e58bb4622 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_items.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_items.hbs @@ -1,7 +1,15 @@ {{#if forDocs}} {{#with items}} -    new KeywordEntry("items", new ItemsValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}}
- {{~/with}} + {{#if refInfo.refClass}} + {{#if refInfo.refModule}} +    new KeywordEntry("items", new ItemsValidator([{{refInfo.refModule}}.{{refInfo.refClass}}.class]({{docRoot}}{{refInfo.ref.pathFromDocRoot}}.md#{{refInfo.ref.jsonPathPiece.anchorPiece}})){{#unless @last}},{{/unless}}
+ {{~else}} +    new KeywordEntry("items", new ItemsValidator([{{refInfo.refClass}}.class](#{{refInfo.ref.jsonPathPiece.anchorPiece}}))){{#unless @last}},{{/unless}}
+ {{~/if}} + {{else}} +    new KeywordEntry("items", new ItemsValidator([{{jsonPathPiece.camelCase}}.class](#{{jsonPathPiece.anchorPiece}}))){{#unless @last}},{{/unless}}
+ {{~/if}} + {{/with}} {{else}} {{#with items}} new KeywordEntry("items", new ItemsValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}} From 3bb209b5e1337483fbd88b8123b3b851561857b5 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 19:51:54 -0800 Subject: [PATCH 68/72] Adds addProps docs links --- .../content/applicationjson/Schema.md | 2 +- .../components/schemas/AdditionalPropertiesClass.md | 12 ++++++------ .../components/schemas/AdditionalPropertiesSchema.md | 6 +++--- .../schemas/AdditionalPropertiesWithArrayOfEnums.md | 2 +- .../petstore/java/docs/components/schemas/Address.md | 2 +- .../java/docs/components/schemas/AppleReq.md | 2 +- .../java/docs/components/schemas/BananaReq.md | 2 +- .../petstore/java/docs/components/schemas/Drawing.md | 2 +- .../schemas/JSONPatchRequestAddReplaceTest.md | 2 +- .../components/schemas/JSONPatchRequestMoveCopy.md | 2 +- .../components/schemas/JSONPatchRequestRemove.md | 2 +- .../petstore/java/docs/components/schemas/MapTest.md | 8 ++++---- .../MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../petstore/java/docs/components/schemas/Money.md | 2 +- .../java/docs/components/schemas/MyObjectDto.md | 2 +- .../components/schemas/NoAdditionalProperties.md | 2 +- .../java/docs/components/schemas/NullableClass.md | 8 ++++---- .../schemas/ObjectWithNonIntersectingValues.md | 2 +- .../schemas/ObjectWithOnlyOptionalProps.md | 2 +- .../components/schemas/PaginatedResultMyObjectDto.md | 2 +- .../schemas/ReqPropsFromExplicitAddProps.md | 2 +- .../components/schemas/ReqPropsFromTrueAddProps.md | 2 +- .../components/schemas/SelfReferencingObjectModel.md | 2 +- .../java/docs/components/schemas/StringBooleanMap.md | 2 +- .../petstore/java/docs/components/schemas/Zebra.md | 2 +- .../requestbody/content/applicationjson/Schema.md | 2 +- .../schemas/SchemaClass/_additionalProperties.hbs | 10 +++++++++- 27 files changed, 48 insertions(+), 40 deletions(-) diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index 1558e12a9b2..cc8e3f5db3f 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 6852daf7f81..1f91e1454a8 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -89,7 +89,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties5.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties5.class](#additionalproperties5)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -141,7 +141,7 @@ an object with no declared properties and no undeclared properties, hence it ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties4.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties4.class](#additionalproperties4)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -197,7 +197,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties3.class](#additionalproperties3)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -304,7 +304,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties1.class](#additionalproperties1)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -339,7 +339,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties2.class](#additionalproperties2)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -388,7 +388,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 9341af1e908..d9926646888 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -41,7 +41,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties2.class](#additionalproperties2)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -98,7 +98,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties1.class](#additionalproperties1)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -155,7 +155,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md index 0b19f546a55..07396fae1d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesWithArrayOfEnums.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index cda34132669..f05db538d44 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 12865dc67f1..d24b02a2824 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("mealy", Mealy.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("mealy", Mealy.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index fafbea2f38b..f016c3dd172 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class),
        new PropertyEntry("sweet", Sweet.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class),
        new PropertyEntry("sweet", Sweet.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index a9421365d9b..de69549c69f 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", Shape.Shape1.class),
        new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
        new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
        new PropertyEntry("shapes", Shapes.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Fruit.Fruit1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", Shape.Shape1.class),
        new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
        new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
        new PropertyEntry("shapes", Shapes.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([Fruit.Fruit1.class](../../components/schemas/Fruit.md#fruit1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 6c54725d744..9dd771a46ce 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("value", Value.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("value", Value.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 584ba4425cf..923e00d7c77 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", From.class),
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", From.class),
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 0dfb9604b5f..c6abe8abd15 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 27d5ab2fbed..0f60f4f7e31 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -72,7 +72,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties3.class](#additionalproperties3)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -121,7 +121,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties2.class](#additionalproperties2)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -171,7 +171,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -206,7 +206,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties1.class](#additionalproperties1)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 8fa9cc91f46..95de14f2698 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -62,7 +62,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(Animal.Animal1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([Animal.Animal1.class](../../components/schemas/Animal.md#animal1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 03245712b8b..dd41d67ee92 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", Amount.class),
        new PropertyEntry("currency", Currency.Currency1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", Amount.class),
        new PropertyEntry("currency", Currency.Currency1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 9b60d31278b..c66447f91f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 1824c9c725e..c0f2b506728 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index a72c00bd5a9..9424d826bb4 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -43,7 +43,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", IntegerProp.class),
        new PropertyEntry("number_prop", NumberProp.class),
        new PropertyEntry("boolean_prop", BooleanProp.class),
        new PropertyEntry("string_prop", StringProp.class),
        new PropertyEntry("date_prop", DateProp.class),
        new PropertyEntry("datetime_prop", DatetimeProp.class),
        new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
        new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
        new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
        new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
        new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
        new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties3.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", IntegerProp.class),
        new PropertyEntry("number_prop", NumberProp.class),
        new PropertyEntry("boolean_prop", BooleanProp.class),
        new PropertyEntry("string_prop", StringProp.class),
        new PropertyEntry("date_prop", DateProp.class),
        new PropertyEntry("datetime_prop", DatetimeProp.class),
        new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
        new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
        new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
        new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
        new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
        new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties3.class](#additionalproperties3)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -102,7 +102,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties2.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties2.class](#additionalproperties2)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -153,7 +153,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties1.class](#additionalproperties1)))
)); | ### Method Summary | Modifier and Type | Method and Description | @@ -205,7 +205,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 38ca2af83d7..24d7bbf2715 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index ebeae4861d3..44644143cb2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class),
        new PropertyEntry("b", B.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class),
        new PropertyEntry("b", B.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index f8674fe22cb..2e0a938fea1 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", Count.class),
        new PropertyEntry("results", Results.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", Count.class),
        new PropertyEntry("results", Results.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index e175a4fc7b0..743b2e0b80b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 3b706434c33..3f94f7d14cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "invalid-name",
        "validName"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 59678970924..5cc7c073c06 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(SelfReferencingObjectModel1.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([SelfReferencingObjectModel1.class](#selfreferencingobjectmodel1)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index 2728af31620..ba925e3682d 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 64f81e9b239..5dd612d59f3 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", Type.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", Type.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 9d68787ecd6..e42b57649fa 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator(AdditionalProperties.class))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs index c87a39b3ca2..10de73acb3a 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_additionalProperties.hbs @@ -1,6 +1,14 @@ {{#if forDocs}} {{#with additionalProperties}} -    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator({{#if refInfo.refClass}}{{#if refInfo.refModule}}{{refInfo.refModule}}.{{/if}}{{refInfo.refClass}}{{else}}{{jsonPathPiece.camelCase}}{{/if}}.class)){{#unless @last}},{{/unless}}
+ {{#if refInfo.refClass}} + {{#if refInfo.refModule}} +    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([{{refInfo.refModule}}.{{refInfo.refClass}}.class]({{docRoot}}{{refInfo.ref.pathFromDocRoot}}.md#{{refInfo.ref.jsonPathPiece.anchorPiece}})){{#unless @last}},{{/unless}}
+ {{~else}} +    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([{{refInfo.refClass}}.class](#{{refInfo.ref.jsonPathPiece.anchorPiece}}))){{#unless @last}},{{/unless}}
+ {{~/if}} + {{else}} +    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([{{jsonPathPiece.camelCase}}.class](#{{jsonPathPiece.anchorPiece}}))){{#unless @last}},{{/unless}}
+ {{~/if}} {{~/with}} {{else}} {{#with additionalProperties}} From 3592fa0bb99e52a9f648fa0d95dcd2e141255a87 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 19:59:38 -0800 Subject: [PATCH 69/72] Adds links to schema properties --- .../java/docs/components/schemas/AbstractStepMessage.md | 2 +- .../docs/components/schemas/AdditionalPropertiesClass.md | 2 +- .../client/petstore/java/docs/components/schemas/Animal.md | 2 +- .../java/docs/components/schemas/AnyTypeAndFormat.md | 2 +- .../java/docs/components/schemas/ApiResponseSchema.md | 2 +- .../client/petstore/java/docs/components/schemas/Apple.md | 2 +- .../petstore/java/docs/components/schemas/AppleReq.md | 2 +- .../docs/components/schemas/ArrayOfArrayOfNumberOnly.md | 2 +- .../java/docs/components/schemas/ArrayOfNumberOnly.md | 2 +- .../petstore/java/docs/components/schemas/ArrayTest.md | 2 +- .../client/petstore/java/docs/components/schemas/Banana.md | 2 +- .../petstore/java/docs/components/schemas/BananaReq.md | 2 +- .../petstore/java/docs/components/schemas/BasquePig.md | 2 +- .../petstore/java/docs/components/schemas/Capitalization.md | 2 +- samples/client/petstore/java/docs/components/schemas/Cat.md | 2 +- .../petstore/java/docs/components/schemas/Category.md | 2 +- .../petstore/java/docs/components/schemas/ChildCat.md | 2 +- .../petstore/java/docs/components/schemas/ClassModel.md | 2 +- .../client/petstore/java/docs/components/schemas/Client.md | 2 +- .../java/docs/components/schemas/ComplexQuadrilateral.md | 2 +- .../petstore/java/docs/components/schemas/DanishPig.md | 2 +- samples/client/petstore/java/docs/components/schemas/Dog.md | 2 +- .../client/petstore/java/docs/components/schemas/Drawing.md | 2 +- .../petstore/java/docs/components/schemas/EnumArrays.md | 2 +- .../petstore/java/docs/components/schemas/EnumTest.md | 2 +- .../java/docs/components/schemas/EquilateralTriangle.md | 2 +- .../client/petstore/java/docs/components/schemas/File.md | 2 +- .../java/docs/components/schemas/FileSchemaTestClass.md | 2 +- samples/client/petstore/java/docs/components/schemas/Foo.md | 2 +- .../petstore/java/docs/components/schemas/FormatTest.md | 2 +- .../petstore/java/docs/components/schemas/FromSchema.md | 2 +- .../client/petstore/java/docs/components/schemas/Fruit.md | 2 +- .../client/petstore/java/docs/components/schemas/GmFruit.md | 2 +- .../java/docs/components/schemas/GrandparentAnimal.md | 2 +- .../java/docs/components/schemas/HasOnlyReadOnly.md | 2 +- .../java/docs/components/schemas/HealthCheckResult.md | 2 +- .../java/docs/components/schemas/IsoscelesTriangle.md | 2 +- .../components/schemas/JSONPatchRequestAddReplaceTest.md | 2 +- .../docs/components/schemas/JSONPatchRequestMoveCopy.md | 2 +- .../java/docs/components/schemas/JSONPatchRequestRemove.md | 2 +- .../client/petstore/java/docs/components/schemas/MapTest.md | 2 +- .../schemas/MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../client/petstore/java/docs/components/schemas/Money.md | 2 +- .../petstore/java/docs/components/schemas/MyObjectDto.md | 2 +- .../client/petstore/java/docs/components/schemas/Name.md | 2 +- .../java/docs/components/schemas/NoAdditionalProperties.md | 2 +- .../petstore/java/docs/components/schemas/NullableClass.md | 2 +- .../petstore/java/docs/components/schemas/NumberOnly.md | 2 +- .../java/docs/components/schemas/ObjWithRequiredProps.md | 2 +- .../docs/components/schemas/ObjWithRequiredPropsBase.md | 2 +- .../schemas/ObjectModelWithArgAndArgsProperties.md | 2 +- .../java/docs/components/schemas/ObjectModelWithRefProps.md | 2 +- .../ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md | 2 +- .../components/schemas/ObjectWithCollidingProperties.md | 2 +- .../docs/components/schemas/ObjectWithDecimalProperties.md | 2 +- .../components/schemas/ObjectWithDifficultlyNamedProps.md | 2 +- .../schemas/ObjectWithInlineCompositionProperty.md | 2 +- .../schemas/ObjectWithInvalidNamedRefedProperties.md | 2 +- .../components/schemas/ObjectWithNonIntersectingValues.md | 2 +- .../docs/components/schemas/ObjectWithOnlyOptionalProps.md | 2 +- .../docs/components/schemas/ObjectWithOptionalTestProp.md | 2 +- .../client/petstore/java/docs/components/schemas/Order.md | 2 +- .../docs/components/schemas/PaginatedResultMyObjectDto.md | 2 +- samples/client/petstore/java/docs/components/schemas/Pet.md | 2 +- .../client/petstore/java/docs/components/schemas/Player.md | 2 +- .../petstore/java/docs/components/schemas/PublicKey.md | 2 +- .../java/docs/components/schemas/QuadrilateralInterface.md | 2 +- .../petstore/java/docs/components/schemas/ReadOnlyFirst.md | 2 +- .../petstore/java/docs/components/schemas/ReturnSchema.md | 2 +- .../java/docs/components/schemas/ScaleneTriangle.md | 2 +- .../java/docs/components/schemas/Schema200Response.md | 2 +- .../docs/components/schemas/SelfReferencingObjectModel.md | 2 +- .../java/docs/components/schemas/SimpleQuadrilateral.md | 2 +- .../java/docs/components/schemas/SpecialModelname.md | 2 +- samples/client/petstore/java/docs/components/schemas/Tag.md | 2 +- .../java/docs/components/schemas/TriangleInterface.md | 2 +- .../client/petstore/java/docs/components/schemas/User.md | 2 +- .../client/petstore/java/docs/components/schemas/Whale.md | 2 +- .../client/petstore/java/docs/components/schemas/Zebra.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../post/parameters/parameter1/Schema1.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../response200/content/multipartformdata/Schema.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../post/requestbody/content/applicationjson/Schema.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../fakeobjinquery/get/parameters/parameter0/Schema0.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../responsedefault/content/applicationjson/Schema.md | 2 +- .../content/applicationxwwwformurlencoded/Schema.md | 2 +- .../post/requestbody/content/multipartformdata/Schema.md | 2 +- .../components/schemas/SchemaClass/_properties.hbs | 6 +++--- 95 files changed, 97 insertions(+), 97 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index d217e76ca94..acca2852857 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -22,7 +22,7 @@ Abstract Step ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("discriminator", Discriminator.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "description",
        "discriminator",
        "sequenceNumber"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("discriminator", [Discriminator.class](#discriminator)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "description",
        "discriminator",
        "sequenceNumber"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 1f91e1454a8..f1440b44c16 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -38,7 +38,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("map_property", MapProperty.class),
        new PropertyEntry("map_of_map_property", MapOfMapProperty.class),
        new PropertyEntry("anytype_1", Anytype1.class),
        new PropertyEntry("map_with_undeclared_properties_anytype_1", MapWithUndeclaredPropertiesAnytype1.class),
        new PropertyEntry("map_with_undeclared_properties_anytype_2", MapWithUndeclaredPropertiesAnytype2.class),
        new PropertyEntry("map_with_undeclared_properties_anytype_3", MapWithUndeclaredPropertiesAnytype3.class),
        new PropertyEntry("empty_map", EmptyMap.class),
        new PropertyEntry("map_with_undeclared_properties_string", MapWithUndeclaredPropertiesString.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("map_property", [MapProperty.class](#mapproperty))),
        new PropertyEntry("map_of_map_property", [MapOfMapProperty.class](#mapofmapproperty))),
        new PropertyEntry("anytype_1", [Anytype1.class](#anytype1))),
        new PropertyEntry("map_with_undeclared_properties_anytype_1", [MapWithUndeclaredPropertiesAnytype1.class](#mapwithundeclaredpropertiesanytype1))),
        new PropertyEntry("map_with_undeclared_properties_anytype_2", [MapWithUndeclaredPropertiesAnytype2.class](#mapwithundeclaredpropertiesanytype2))),
        new PropertyEntry("map_with_undeclared_properties_anytype_3", [MapWithUndeclaredPropertiesAnytype3.class](#mapwithundeclaredpropertiesanytype3))),
        new PropertyEntry("empty_map", [EmptyMap.class](#emptymap))),
        new PropertyEntry("map_with_undeclared_properties_string", [MapWithUndeclaredPropertiesString.class](#mapwithundeclaredpropertiesstring)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 928339f81a5..f49f370905b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", ClassName.class),
        new PropertyEntry("color", Color.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", [ClassName.class](#classname))),
        new PropertyEntry("color", [Color.class](#color)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 10e118ede0f..4f9c08db981 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -27,7 +27,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("uuid", UuidSchema.class),
        new PropertyEntry("date", Date.class),
        new PropertyEntry("date-time", Datetime.class),
        new PropertyEntry("number", NumberSchema.class),
        new PropertyEntry("binary", Binary.class),
        new PropertyEntry("int32", Int32.class),
        new PropertyEntry("int64", Int64.class),
        new PropertyEntry("double", DoubleSchema.class),
        new PropertyEntry("float", FloatSchema.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("uuid", [UuidSchema.class](#uuidschema))),
        new PropertyEntry("date", [Date.class](#date))),
        new PropertyEntry("date-time", [Datetime.class](#datetime))),
        new PropertyEntry("number", [NumberSchema.class](#numberschema))),
        new PropertyEntry("binary", [Binary.class](#binary))),
        new PropertyEntry("int32", [Int32.class](#int32))),
        new PropertyEntry("int64", [Int64.class](#int64))),
        new PropertyEntry("double", [DoubleSchema.class](#doubleschema))),
        new PropertyEntry("float", [FloatSchema.class](#floatschema)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 1fd50d0faec..93746a4ef2f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("code", Code.class),
        new PropertyEntry("type", Type.class),
        new PropertyEntry("message", Message.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("code", [Code.class](#code))),
        new PropertyEntry("type", [Type.class](#type))),
        new PropertyEntry("message", [Message.class](#message)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Apple.md b/samples/client/petstore/java/docs/components/schemas/Apple.md index dd5bc193e75..3029c93d1ea 100644 --- a/samples/client/petstore/java/docs/components/schemas/Apple.md +++ b/samples/client/petstore/java/docs/components/schemas/Apple.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("origin", Origin.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(        Void.class,
        FrozenMap.class
    ))),    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", [Cultivar.class](#cultivar))),
        new PropertyEntry("origin", [Origin.class](#origin)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index d24b02a2824..8d1b43ccc3c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", Cultivar.class),
        new PropertyEntry("mealy", Mealy.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("cultivar", [Cultivar.class](#cultivar))),
        new PropertyEntry("mealy", [Mealy.class](#mealy)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "cultivar"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 31a13aabc6c..382cd2369d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -23,7 +23,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("ArrayArrayNumber", ArrayArrayNumber.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("ArrayArrayNumber", [ArrayArrayNumber.class](#arrayarraynumber)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index 84e8d3532d2..f079f579ccf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("ArrayNumber", ArrayNumber.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("ArrayNumber", [ArrayNumber.class](#arraynumber)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 0e913d39144..d630a69631c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -30,7 +30,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("array_of_string", ArrayOfString.class),
        new PropertyEntry("array_array_of_integer", ArrayArrayOfInteger.class),
        new PropertyEntry("array_array_of_model", ArrayArrayOfModel.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("array_of_string", [ArrayOfString.class](#arrayofstring))),
        new PropertyEntry("array_array_of_integer", [ArrayArrayOfInteger.class](#arrayarrayofinteger))),
        new PropertyEntry("array_array_of_model", [ArrayArrayOfModel.class](#arrayarrayofmodel)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 0da40574227..993f92ebde2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", [LengthCm.class](#lengthcm)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index f016c3dd172..57d57ef3410 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", LengthCm.class),
        new PropertyEntry("sweet", Sweet.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("lengthCm", [LengthCm.class](#lengthcm))),
        new PropertyEntry("sweet", [Sweet.class](#sweet)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "lengthCm"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/BasquePig.md b/samples/client/petstore/java/docs/components/schemas/BasquePig.md index 25da0cae489..f34e6d5f59e 100644 --- a/samples/client/petstore/java/docs/components/schemas/BasquePig.md +++ b/samples/client/petstore/java/docs/components/schemas/BasquePig.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", [ClassName.class](#classname)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 08ad194b8e4..690aaa0e4b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -24,7 +24,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("smallCamel", SmallCamel.class),
        new PropertyEntry("CapitalCamel", CapitalCamel.class),
        new PropertyEntry("small_Snake", SmallSnake.class),
        new PropertyEntry("Capital_Snake", CapitalSnake.class),
        new PropertyEntry("SCA_ETH_Flow_Points", SCAETHFlowPoints.class),
        new PropertyEntry("ATT_NAME", ATTNAME.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("smallCamel", [SmallCamel.class](#smallcamel))),
        new PropertyEntry("CapitalCamel", [CapitalCamel.class](#capitalcamel))),
        new PropertyEntry("small_Snake", [SmallSnake.class](#smallsnake))),
        new PropertyEntry("Capital_Snake", [CapitalSnake.class](#capitalsnake))),
        new PropertyEntry("SCA_ETH_Flow_Points", [SCAETHFlowPoints.class](#scaethflowpoints))),
        new PropertyEntry("ATT_NAME", [ATTNAME.class](#attname)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 24ad92cace0..e881855e5f0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("declawed", Declawed.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("declawed", [Declawed.class](#declawed)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 3684dd4a7e7..12bfad8f54a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("name", Name.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", [Id.class](#id))),
        new PropertyEntry("name", [Name.class](#name)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 5d350f09f11..b28ba7614e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", [Name.class](#name)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index eb105e0d725..621938315bd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -22,7 +22,7 @@ Model for testing model with \"_class\" property ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("_class", ClassSchema.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("_class", [ClassSchema.class](#classschema)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index c9793182697..94539abb762 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("client", Client2.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("client", [Client2.class](#client2)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md index 40764925036..64fa9c1f41b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/ComplexQuadrilateral.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("quadrilateralType", QuadrilateralType.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("quadrilateralType", [QuadrilateralType.class](#quadrilateraltype)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/DanishPig.md b/samples/client/petstore/java/docs/components/schemas/DanishPig.md index 2e9f2e7bce6..b432ee0c69c 100644 --- a/samples/client/petstore/java/docs/components/schemas/DanishPig.md +++ b/samples/client/petstore/java/docs/components/schemas/DanishPig.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("className", [ClassName.class](#classname)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index eec1d1e216d..1cd1b4a835b 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("breed", Breed.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("breed", [Breed.class](#breed)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Drawing.md b/samples/client/petstore/java/docs/components/schemas/Drawing.md index de69549c69f..92f436a8991 100644 --- a/samples/client/petstore/java/docs/components/schemas/Drawing.md +++ b/samples/client/petstore/java/docs/components/schemas/Drawing.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", Shape.Shape1.class),
        new PropertyEntry("shapeOrNull", ShapeOrNull.ShapeOrNull1.class),
        new PropertyEntry("nullableShape", NullableShape.NullableShape1.class),
        new PropertyEntry("shapes", Shapes.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([Fruit.Fruit1.class](../../components/schemas/Fruit.md#fruit1))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("mainShape", [Shape.Shape1.class](../../components/schemas/Shape.md#shape1)),
        new PropertyEntry("shapeOrNull", [ShapeOrNull.ShapeOrNull1.class](../../components/schemas/ShapeOrNull.md#shapeornull1)),
        new PropertyEntry("nullableShape", [NullableShape.NullableShape1.class](../../components/schemas/NullableShape.md#nullableshape1)),
        new PropertyEntry("shapes", [Shapes.class](#shapes)))
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([Fruit.Fruit1.class](../../components/schemas/Fruit.md#fruit1))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md index 26f04dccca4..e597377ce13 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumArrays.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumArrays.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("just_symbol", JustSymbol.class),
        new PropertyEntry("array_enum", ArrayEnum.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("just_symbol", [JustSymbol.class](#justsymbol))),
        new PropertyEntry("array_enum", [ArrayEnum.class](#arrayenum)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EnumTest.md b/samples/client/petstore/java/docs/components/schemas/EnumTest.md index 4542e195e76..95df58c10c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/EnumTest.md +++ b/samples/client/petstore/java/docs/components/schemas/EnumTest.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("enum_string", EnumString.class),
        new PropertyEntry("enum_string_required", EnumStringRequired.class),
        new PropertyEntry("enum_integer", EnumInteger.class),
        new PropertyEntry("enum_number", EnumNumber.class),
        new PropertyEntry("stringEnum", StringEnum.StringEnum1.class),
        new PropertyEntry("IntegerEnum", IntegerEnum.IntegerEnum1.class),
        new PropertyEntry("StringEnumWithDefaultValue", StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class),
        new PropertyEntry("IntegerEnumWithDefaultValue", IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class),
        new PropertyEntry("IntegerEnumOneValue", IntegerEnumOneValue.IntegerEnumOneValue1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "enum_string_required"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("enum_string", [EnumString.class](#enumstring))),
        new PropertyEntry("enum_string_required", [EnumStringRequired.class](#enumstringrequired))),
        new PropertyEntry("enum_integer", [EnumInteger.class](#enuminteger))),
        new PropertyEntry("enum_number", [EnumNumber.class](#enumnumber))),
        new PropertyEntry("stringEnum", [StringEnum.StringEnum1.class](../../components/schemas/StringEnum.md#stringenum1)),
        new PropertyEntry("IntegerEnum", [IntegerEnum.IntegerEnum1.class](../../components/schemas/IntegerEnum.md#integerenum1)),
        new PropertyEntry("StringEnumWithDefaultValue", [StringEnumWithDefaultValue.StringEnumWithDefaultValue1.class](../../components/schemas/StringEnumWithDefaultValue.md#stringenumwithdefaultvalue1)),
        new PropertyEntry("IntegerEnumWithDefaultValue", [IntegerEnumWithDefaultValue.IntegerEnumWithDefaultValue1.class](../../components/schemas/IntegerEnumWithDefaultValue.md#integerenumwithdefaultvalue1)),
        new PropertyEntry("IntegerEnumOneValue", [IntegerEnumOneValue.IntegerEnumOneValue1.class](../../components/schemas/IntegerEnumOneValue.md#integerenumonevalue1))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "enum_string_required"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md index 1db0fe88b9d..d3befcf0145 100644 --- a/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/EquilateralTriangle.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", TriangleType.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", [TriangleType.class](#triangletype)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index a27a7c67366..75e40bef8c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -22,7 +22,7 @@ Must be named `File` for test. ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("sourceURI", SourceURI.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("sourceURI", [SourceURI.class](#sourceuri)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md index 7264ccfa014..8668dbd9d77 100644 --- a/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md +++ b/samples/client/petstore/java/docs/components/schemas/FileSchemaTestClass.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("file", File.File1.class),
        new PropertyEntry("files", Files.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("file", [File.File1.class](../../components/schemas/File.md#file1)),
        new PropertyEntry("files", [Files.class](#files)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Foo.md b/samples/client/petstore/java/docs/components/schemas/Foo.md index f094af7fbf7..41c2e5ca69c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Foo.md +++ b/samples/client/petstore/java/docs/components/schemas/Foo.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", Bar.Bar1.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", [Bar.Bar1.class](../../components/schemas/Bar.md#bar1))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 3def1d7feb6..7d613b17206 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -41,7 +41,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer", IntegerSchema.class),
        new PropertyEntry("int32", Int32.class),
        new PropertyEntry("int32withValidations", Int32withValidations.class),
        new PropertyEntry("int64", Int64.class),
        new PropertyEntry("number", NumberSchema.class),
        new PropertyEntry("float", FloatSchema.class),
        new PropertyEntry("float32", Float32.class),
        new PropertyEntry("double", DoubleSchema.class),
        new PropertyEntry("float64", Float64.class),
        new PropertyEntry("arrayWithUniqueItems", ArrayWithUniqueItems.class),
        new PropertyEntry("string", StringSchema.class),
        new PropertyEntry("byte", ByteSchema.class),
        new PropertyEntry("binary", Binary.class),
        new PropertyEntry("date", Date.class),
        new PropertyEntry("dateTime", DateTime.class),
        new PropertyEntry("uuid", UuidSchema.class),
        new PropertyEntry("uuidNoExample", UuidNoExample.class),
        new PropertyEntry("password", Password.class),
        new PropertyEntry("pattern_with_digits", PatternWithDigits.class),
        new PropertyEntry("pattern_with_digits_and_delimiter", PatternWithDigitsAndDelimiter.class),
        new PropertyEntry("noneProp", NoneProp.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "byte",
        "date",
        "number",
        "password"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer", [IntegerSchema.class](#integerschema))),
        new PropertyEntry("int32", [Int32.class](#int32))),
        new PropertyEntry("int32withValidations", [Int32withValidations.class](#int32withvalidations))),
        new PropertyEntry("int64", [Int64.class](#int64))),
        new PropertyEntry("number", [NumberSchema.class](#numberschema))),
        new PropertyEntry("float", [FloatSchema.class](#floatschema))),
        new PropertyEntry("float32", [Float32.class](#float32))),
        new PropertyEntry("double", [DoubleSchema.class](#doubleschema))),
        new PropertyEntry("float64", [Float64.class](#float64))),
        new PropertyEntry("arrayWithUniqueItems", [ArrayWithUniqueItems.class](#arraywithuniqueitems))),
        new PropertyEntry("string", [StringSchema.class](#stringschema))),
        new PropertyEntry("byte", [ByteSchema.class](#byteschema))),
        new PropertyEntry("binary", [Binary.class](#binary))),
        new PropertyEntry("date", [Date.class](#date))),
        new PropertyEntry("dateTime", [DateTime.class](#datetime))),
        new PropertyEntry("uuid", [UuidSchema.class](#uuidschema))),
        new PropertyEntry("uuidNoExample", [UuidNoExample.class](#uuidnoexample))),
        new PropertyEntry("password", [Password.class](#password))),
        new PropertyEntry("pattern_with_digits", [PatternWithDigits.class](#patternwithdigits))),
        new PropertyEntry("pattern_with_digits_and_delimiter", [PatternWithDigitsAndDelimiter.class](#patternwithdigitsanddelimiter))),
        new PropertyEntry("noneProp", [NoneProp.class](#noneprop)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "byte",
        "date",
        "number",
        "password"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index d4be8a4f691..66ad59f3422 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("data", Data.class),
        new PropertyEntry("id", Id.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("data", [Data.class](#data))),
        new PropertyEntry("id", [Id.class](#id)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 98dc7729a80..70687bfca41 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("color", Color.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("color", [Color.class](#color)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 6ff0064bdba..be556c3defe 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("color", Color.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("color", [Color.class](#color)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 16bb00e38f9..e290e81ef7b 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("pet_type", PetType.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "pet_type"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("pet_type", [PetType.class](#pettype)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "pet_type"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index b558598539d..88fbe7befaf 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", Bar.class),
        new PropertyEntry("foo", Foo.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", [Bar.class](#bar))),
        new PropertyEntry("foo", [Foo.class](#foo)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md index d9e8691e6b0..a35f3812e72 100644 --- a/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md +++ b/samples/client/petstore/java/docs/components/schemas/HealthCheckResult.md @@ -22,7 +22,7 @@ Just a string to inform instance is up and running. Make it nullable in hope to ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("NullableMessage", NullableMessage.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("NullableMessage", [NullableMessage.class](#nullablemessage)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md index bbc87c7370a..73b0e308910 100644 --- a/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/IsoscelesTriangle.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", TriangleType.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", [TriangleType.class](#triangletype)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 9dd771a46ce..0d51dfe46cc 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("value", Value.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", [Path.class](#path))),
        new PropertyEntry("value", [Value.class](#value))),
        new PropertyEntry("op", [Op.class](#op)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path",
        "value"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 923e00d7c77..7acacd9cebf 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", From.class),
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", [From.class](#from))),
        new PropertyEntry("path", [Path.class](#path))),
        new PropertyEntry("op", [Op.class](#op)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "from",
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index c6abe8abd15..4211d82cb8e 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", Path.class),
        new PropertyEntry("op", Op.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("path", [Path.class](#path))),
        new PropertyEntry("op", [Op.class](#op)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "op",
        "path"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 0f60f4f7e31..2b31594f67d 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -29,7 +29,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("map_map_of_string", MapMapOfString.class),
        new PropertyEntry("map_of_enum_string", MapOfEnumString.class),
        new PropertyEntry("direct_map", DirectMap.class),
        new PropertyEntry("indirect_map", StringBooleanMap.StringBooleanMap1.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("map_map_of_string", [MapMapOfString.class](#mapmapofstring))),
        new PropertyEntry("map_of_enum_string", [MapOfEnumString.class](#mapofenumstring))),
        new PropertyEntry("direct_map", [DirectMap.class](#directmap))),
        new PropertyEntry("indirect_map", [StringBooleanMap.StringBooleanMap1.class](../../components/schemas/StringBooleanMap.md#stringbooleanmap1))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 95de14f2698..e9afc7c8d19 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("uuid", UuidSchema.class),
        new PropertyEntry("dateTime", DateTime.class),
        new PropertyEntry("map", MapSchema.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("uuid", [UuidSchema.class](#uuidschema))),
        new PropertyEntry("dateTime", [DateTime.class](#datetime))),
        new PropertyEntry("map", [MapSchema.class](#mapschema)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index dd41d67ee92..e8cfc2a5abc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", Amount.class),
        new PropertyEntry("currency", Currency.Currency1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("amount", [Amount.class](#amount))),
        new PropertyEntry("currency", [Currency.Currency1.class](../../components/schemas/Currency.md#currency1))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "amount",
        "currency"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index c66447f91f1..4120450b664 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", [Id.class](#id)))
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 58354cc9485..a94d4eac21c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -24,7 +24,7 @@ Model for testing model name same as property name ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name2.class),
        new PropertyEntry("snake_case", SnakeCase.class),
        new PropertyEntry("property", Property.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", [Name2.class](#name2))),
        new PropertyEntry("snake_case", [SnakeCase.class](#snakecase))),
        new PropertyEntry("property", [Property.class](#property)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index c0f2b506728..c3c27c9b667 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", [Id.class](#id))),
        new PropertyEntry("petId", [PetId.class](#petid)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "id"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 9424d826bb4..3c93faff55a 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -43,7 +43,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", IntegerProp.class),
        new PropertyEntry("number_prop", NumberProp.class),
        new PropertyEntry("boolean_prop", BooleanProp.class),
        new PropertyEntry("string_prop", StringProp.class),
        new PropertyEntry("date_prop", DateProp.class),
        new PropertyEntry("datetime_prop", DatetimeProp.class),
        new PropertyEntry("array_nullable_prop", ArrayNullableProp.class),
        new PropertyEntry("array_and_items_nullable_prop", ArrayAndItemsNullableProp.class),
        new PropertyEntry("array_items_nullable", ArrayItemsNullable.class),
        new PropertyEntry("object_nullable_prop", ObjectNullableProp.class),
        new PropertyEntry("object_and_items_nullable_prop", ObjectAndItemsNullableProp.class),
        new PropertyEntry("object_items_nullable", ObjectItemsNullable.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties3.class](#additionalproperties3)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer_prop", [IntegerProp.class](#integerprop))),
        new PropertyEntry("number_prop", [NumberProp.class](#numberprop))),
        new PropertyEntry("boolean_prop", [BooleanProp.class](#booleanprop))),
        new PropertyEntry("string_prop", [StringProp.class](#stringprop))),
        new PropertyEntry("date_prop", [DateProp.class](#dateprop))),
        new PropertyEntry("datetime_prop", [DatetimeProp.class](#datetimeprop))),
        new PropertyEntry("array_nullable_prop", [ArrayNullableProp.class](#arraynullableprop))),
        new PropertyEntry("array_and_items_nullable_prop", [ArrayAndItemsNullableProp.class](#arrayanditemsnullableprop))),
        new PropertyEntry("array_items_nullable", [ArrayItemsNullable.class](#arrayitemsnullable))),
        new PropertyEntry("object_nullable_prop", [ObjectNullableProp.class](#objectnullableprop))),
        new PropertyEntry("object_and_items_nullable_prop", [ObjectAndItemsNullableProp.class](#objectanditemsnullableprop))),
        new PropertyEntry("object_items_nullable", [ObjectItemsNullable.class](#objectitemsnullable)))
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties3.class](#additionalproperties3)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index f971a1121c1..0e64b104c60 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("JustNumber", JustNumber.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("JustNumber", [JustNumber.class](#justnumber)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 54d24b0f0ad..831b205b7f5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "a"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", [A.class](#a)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "a"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index 1f7344e6b9b..fa9fd76446d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("b", B.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "b"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("b", [B.class](#b)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "b"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 8c86557341a..8d65d900e70 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("arg", Arg.class),
        new PropertyEntry("args", Args.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "arg",
        "args"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("arg", [Arg.class](#arg))),
        new PropertyEntry("args", [Args.class](#args)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "arg",
        "args"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md index 5f16d53c897..96a080f89b6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithRefProps.md @@ -21,7 +21,7 @@ a model that includes properties which should stay primitive (String + Boolean) ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("myNumber", NumberWithValidations.NumberWithValidations1.class),
        new PropertyEntry("myString", StringSchema.StringSchema1.class),
        new PropertyEntry("myBoolean", BooleanSchema.BooleanSchema1.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("myNumber", [NumberWithValidations.NumberWithValidations1.class](../../components/schemas/NumberWithValidations.md#numberwithvalidations1)),
        new PropertyEntry("myString", [StringSchema.StringSchema1.class](../../components/schemas/StringSchema.md#stringschema1)),
        new PropertyEntry("myBoolean", [BooleanSchema.BooleanSchema1.class](../../components/schemas/BooleanSchema.md#booleanschema1))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 49b199626c3..12a14a3da64 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "test"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", [Name.class](#name)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "test"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 4c0763fc538..e69a5375e92 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -23,7 +23,7 @@ component with properties that have name collisions ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp.class),
        new PropertyEntry("someprop", Someprop.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", [SomeProp.class](#someprop))),
        new PropertyEntry("someprop", [Someprop.class](#someprop)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index e113c3e56d9..52145a3a137 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("length", DecimalPayload.DecimalPayload1.class),
        new PropertyEntry("width", Width.class),
        new PropertyEntry("cost", Money.Money1.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("length", [DecimalPayload.DecimalPayload1.class](../../components/schemas/DecimalPayload.md#decimalpayload1)),
        new PropertyEntry("width", [Width.class](#width))),
        new PropertyEntry("cost", [Money.Money1.class](../../components/schemas/Money.md#money1))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index f80c229b884..b4d76d086b5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -24,7 +24,7 @@ model with properties that have invalid names for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("$special[property.name]", Specialpropertyname.class),
        new PropertyEntry("123-list", Schema123list.class),
        new PropertyEntry("123Number", Schema123Number.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "123-list"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("$special[property.name]", [Specialpropertyname.class](#specialpropertyname))),
        new PropertyEntry("123-list", [Schema123list.class](#schema123list))),
        new PropertyEntry("123Number", [Schema123Number.class](#schema123number)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "123-list"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md index a8b74cc9f57..ac4c1328ef4 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInlineCompositionProperty.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", [SomeProp.class](#someprop)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 7cc1e7a5e29..7644b50ee88 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", FromSchema.FromSchema1.class),
        new PropertyEntry("!reference", ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "!reference",
        "from"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("from", [FromSchema.FromSchema1.class](../../components/schemas/FromSchema.md#fromschema1)),
        new PropertyEntry("!reference", [ArrayWithValidationsInItems.ArrayWithValidationsInItems1.class](../../components/schemas/ArrayWithValidationsInItems.md#arraywithvalidationsinitems1))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "!reference",
        "from"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 24d7bbf2715..cc1c950e244 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", [A.class](#a)))
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index 44644143cb2..b2a330501d0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class),
        new PropertyEntry("b", B.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", [A.class](#a))),
        new PropertyEntry("b", [B.class](#b)))
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index e6c173e017c..4fddf1398ee 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("test", Test.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("test", [Test.class](#test)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index 4838a83664b..d43e5acb010 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -24,7 +24,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("petId", PetId.class),
        new PropertyEntry("quantity", Quantity.class),
        new PropertyEntry("shipDate", ShipDate.class),
        new PropertyEntry("status", Status.class),
        new PropertyEntry("complete", Complete.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", [Id.class](#id))),
        new PropertyEntry("petId", [PetId.class](#petid))),
        new PropertyEntry("quantity", [Quantity.class](#quantity))),
        new PropertyEntry("shipDate", [ShipDate.class](#shipdate))),
        new PropertyEntry("status", [Status.class](#status))),
        new PropertyEntry("complete", [Complete.class](#complete)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 2e0a938fea1..fa6eac5dff7 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", Count.class),
        new PropertyEntry("results", Results.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("count", [Count.class](#count))),
        new PropertyEntry("results", [Results.class](#results)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "count",
        "results"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index d42acb05374..23fc60a6748 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -29,7 +29,7 @@ Pet object that needs to be added to the store ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("category", Category.Category1.class),
        new PropertyEntry("name", Name.class),
        new PropertyEntry("photoUrls", PhotoUrls.class),
        new PropertyEntry("tags", Tags.class),
        new PropertyEntry("status", Status.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name",
        "photoUrls"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", [Id.class](#id))),
        new PropertyEntry("category", [Category.Category1.class](../../components/schemas/Category.md#category1)),
        new PropertyEntry("name", [Name.class](#name))),
        new PropertyEntry("photoUrls", [PhotoUrls.class](#photourls))),
        new PropertyEntry("tags", [Tags.class](#tags))),
        new PropertyEntry("status", [Status.class](#status)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "name",
        "photoUrls"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 4488f028c5f..18da1fed4f7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -22,7 +22,7 @@ a model that includes a self reference this forces properties and additionalProp ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class),
        new PropertyEntry("enemyPlayer", Player1.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", [Name.class](#name))),
        new PropertyEntry("enemyPlayer", [Player1.class](#player1)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index cf1567bed4f..6d0c94e048d 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -22,7 +22,7 @@ schema that contains a property named key ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("key", Key.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("key", [Key.class](#key)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 6415d7bd641..80bc8d2c931 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("shapeType", ShapeType.class),
        new PropertyEntry("quadrilateralType", QuadrilateralType.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "quadrilateralType",
        "shapeType"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("shapeType", [ShapeType.class](#shapetype))),
        new PropertyEntry("quadrilateralType", [QuadrilateralType.class](#quadrilateraltype)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "quadrilateralType",
        "shapeType"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index f9afde35d28..ea2ffd5fdbb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", Bar.class),
        new PropertyEntry("baz", Baz.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("bar", [Bar.class](#bar))),
        new PropertyEntry("baz", [Baz.class](#baz)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index dc3cbe37ab8..62c6a0f107c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -22,7 +22,7 @@ Model for testing reserved words ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("return", ReturnSchema2.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("return", [ReturnSchema2.class](#returnschema2)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md index 0192ddf22ac..fdef2d69299 100644 --- a/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md +++ b/samples/client/petstore/java/docs/components/schemas/ScaleneTriangle.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", TriangleType.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("triangleType", [TriangleType.class](#triangletype)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 90b64bfd4d5..1e69e860ef2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -23,7 +23,7 @@ model with an invalid class name for python, starts with a number ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class),
        new PropertyEntry("class", ClassSchema.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", [Name.class](#name))),
        new PropertyEntry("class", [ClassSchema.class](#classschema)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md index 5cc7c073c06..0f817b7b4d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md +++ b/samples/client/petstore/java/docs/components/schemas/SelfReferencingObjectModel.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", SelfReferencingObjectModel1.class)
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([SelfReferencingObjectModel1.class](#selfreferencingobjectmodel1)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("selfRef", [SelfReferencingObjectModel1.class](#selfreferencingobjectmodel1)))
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([SelfReferencingObjectModel1.class](#selfreferencingobjectmodel1)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md index 1a708dac6e1..c6e119388bd 100644 --- a/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md +++ b/samples/client/petstore/java/docs/components/schemas/SimpleQuadrilateral.md @@ -42,7 +42,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("quadrilateralType", QuadrilateralType.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("quadrilateralType", [QuadrilateralType.class](#quadrilateraltype)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index e1704ee5e47..a80863a6e88 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -22,7 +22,7 @@ model with an invalid class name for python ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", [A.class](#a)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 02424c737b7..02dae37b195 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("name", Name.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", [Id.class](#id))),
        new PropertyEntry("name", [Name.class](#name)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index e059700631d..c5b6e437c7a 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("shapeType", ShapeType.class),
        new PropertyEntry("triangleType", TriangleType.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "shapeType",
        "triangleType"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("shapeType", [ShapeType.class](#shapetype))),
        new PropertyEntry("triangleType", [TriangleType.class](#triangletype)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "shapeType",
        "triangleType"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index b26a3560004..d085b9c2586 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -32,7 +32,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", Id.class),
        new PropertyEntry("username", Username.class),
        new PropertyEntry("firstName", FirstName.class),
        new PropertyEntry("lastName", LastName.class),
        new PropertyEntry("email", Email.class),
        new PropertyEntry("password", Password.class),
        new PropertyEntry("phone", Phone.class),
        new PropertyEntry("userStatus", UserStatus.class),
        new PropertyEntry("objectWithNoDeclaredProps", ObjectWithNoDeclaredProps.class),
        new PropertyEntry("objectWithNoDeclaredPropsNullable", ObjectWithNoDeclaredPropsNullable.class),
        new PropertyEntry("anyTypeProp", AnyTypeProp.class),
        new PropertyEntry("anyTypeExceptNullProp", AnyTypeExceptNullProp.class),
        new PropertyEntry("anyTypePropNullable", AnyTypePropNullable.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("id", [Id.class](#id))),
        new PropertyEntry("username", [Username.class](#username))),
        new PropertyEntry("firstName", [FirstName.class](#firstname))),
        new PropertyEntry("lastName", [LastName.class](#lastname))),
        new PropertyEntry("email", [Email.class](#email))),
        new PropertyEntry("password", [Password.class](#password))),
        new PropertyEntry("phone", [Phone.class](#phone))),
        new PropertyEntry("userStatus", [UserStatus.class](#userstatus))),
        new PropertyEntry("objectWithNoDeclaredProps", [ObjectWithNoDeclaredProps.class](#objectwithnodeclaredprops))),
        new PropertyEntry("objectWithNoDeclaredPropsNullable", [ObjectWithNoDeclaredPropsNullable.class](#objectwithnodeclaredpropsnullable))),
        new PropertyEntry("anyTypeProp", [AnyTypeProp.class](#anytypeprop))),
        new PropertyEntry("anyTypeExceptNullProp", [AnyTypeExceptNullProp.class](#anytypeexceptnullprop))),
        new PropertyEntry("anyTypePropNullable", [AnyTypePropNullable.class](#anytypepropnullable)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index fd5c0e5c413..dbba1a8f7b0 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("hasBaleen", HasBaleen.class),
        new PropertyEntry("hasTeeth", HasTeeth.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("hasBaleen", [HasBaleen.class](#hasbaleen))),
        new PropertyEntry("hasTeeth", [HasTeeth.class](#hasteeth))),
        new PropertyEntry("className", [ClassName.class](#classname)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 5dd612d59f3..9eaf4d59929 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", Type.class),
        new PropertyEntry("className", ClassName.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("type", [Type.class](#type))),
        new PropertyEntry("className", [ClassName.class](#classname)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "className"
    ))),
    new KeywordEntry("additionalProperties", new AdditionalPropertiesValidator([AdditionalProperties.class](#additionalproperties)))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index fc2f815734d..08949d5123a 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -22,7 +22,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("enum_form_string_array", EnumFormStringArray.class),
        new PropertyEntry("enum_form_string", EnumFormString.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("enum_form_string_array", [EnumFormStringArray.class](#enumformstringarray))),
        new PropertyEntry("enum_form_string", [EnumFormString.class](#enumformstring)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index bbce28581c0..646da88cc0a 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -32,7 +32,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer", IntegerSchema.class),
        new PropertyEntry("int32", Int32.class),
        new PropertyEntry("int64", Int64.class),
        new PropertyEntry("number", NumberSchema.class),
        new PropertyEntry("float", FloatSchema.class),
        new PropertyEntry("double", DoubleSchema.class),
        new PropertyEntry("string", StringSchema.class),
        new PropertyEntry("pattern_without_delimiter", PatternWithoutDelimiter.class),
        new PropertyEntry("byte", ByteSchema.class),
        new PropertyEntry("binary", Binary.class),
        new PropertyEntry("date", Date.class),
        new PropertyEntry("dateTime", DateTime.class),
        new PropertyEntry("password", Password.class),
        new PropertyEntry("callback", Callback.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "byte",
        "double",
        "number",
        "pattern_without_delimiter"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("integer", [IntegerSchema.class](#integerschema))),
        new PropertyEntry("int32", [Int32.class](#int32))),
        new PropertyEntry("int64", [Int64.class](#int64))),
        new PropertyEntry("number", [NumberSchema.class](#numberschema))),
        new PropertyEntry("float", [FloatSchema.class](#floatschema))),
        new PropertyEntry("double", [DoubleSchema.class](#doubleschema))),
        new PropertyEntry("string", [StringSchema.class](#stringschema))),
        new PropertyEntry("pattern_without_delimiter", [PatternWithoutDelimiter.class](#patternwithoutdelimiter))),
        new PropertyEntry("byte", [ByteSchema.class](#byteschema))),
        new PropertyEntry("binary", [Binary.class](#binary))),
        new PropertyEntry("date", [Date.class](#date))),
        new PropertyEntry("dateTime", [DateTime.class](#datetime))),
        new PropertyEntry("password", [Password.class](#password))),
        new PropertyEntry("callback", [Callback.class](#callback)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "byte",
        "double",
        "number",
        "pattern_without_delimiter"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md index a03eaf840ab..8be45680ca5 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/parameters/parameter1/Schema1.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp1.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", [SomeProp1.class](#someprop1)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md index ead6b0ed06b..3b729a3df07 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", [SomeProp.class](#someprop)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md index cc3b1cafc1f..ddb05c4c05b 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlinecomposition/post/responses/response200/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", SomeProp.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("someProp", [SomeProp.class](#someprop)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 02510927871..13669835e60 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("param", Param.class),
        new PropertyEntry("param2", Param2.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "param",
        "param2"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("param", [Param.class](#param))),
        new PropertyEntry("param2", [Param2.class](#param2)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "param",
        "param2"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 9993defc155..dcf9c090612 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", A.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("a", [A.class](#a)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index a7ab9a5fe00..7c2c7f4b1cc 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("b", B.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("b", [B.class](#b)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index 4a92a7b6ad0..db14b267c28 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -19,7 +19,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("keyword", Keyword0.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("keyword", [Keyword0.class](#keyword0)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index 910646711e8..c9bc8a2b1d4 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
        new PropertyEntry("requiredFile", RequiredFile.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "requiredFile"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", [AdditionalMetadata.class](#additionalmetadata))),
        new PropertyEntry("requiredFile", [RequiredFile.class](#requiredfile)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "requiredFile"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index a90cbe300c7..21c6460431d 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
        new PropertyEntry("file", File.class)
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "file"
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", [AdditionalMetadata.class](#additionalmetadata))),
        new PropertyEntry("file", [File.class](#file)))
    ))),
    new KeywordEntry("required", new RequiredValidator(Set.of(
        "file"
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 49bb624dfa4..44143c21915 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -21,7 +21,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("files", Files.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("files", [Files.class](#files)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 6bd5eb2a52f..31325b1a2f1 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -18,7 +18,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("string", Foo.Foo1.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("string", [Foo.Foo1.class](../../../../../../../../components/schemas/Foo.md#foo1))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 7d93be83e35..1c0fdfaedb5 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", Name.class),
        new PropertyEntry("status", Status.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("name", [Name.class](#name))),
        new PropertyEntry("status", [Status.class](#status)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index c95dbe3bbd7..7938840ba1c 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -20,7 +20,7 @@ A schema class that validates payloads ### Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | -| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", AdditionalMetadata.class),
        new PropertyEntry("file", File.class)
    )))
)); | +| static LinkedHashMap |keywordToValidator
new LinkedHashMap<>(Map.ofEntries(
    new KeywordEntry("type", new TypeValidator(Set.of(FrozenMap.class))),
    new KeywordEntry("properties", new PropertiesValidator(Map.ofEntries(
        new PropertyEntry("additionalMetadata", [AdditionalMetadata.class](#additionalmetadata))),
        new PropertyEntry("file", [File.class](#file)))
    )))
)); | ### Method Summary | Modifier and Type | Method and Description | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs index c71ccaef40e..ed11dbf6799 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/SchemaClass/_properties.hbs @@ -3,12 +3,12 @@ {{~#each properties}} {{#if refInfo.refClass}} {{#if refInfo.refModule}} -        new PropertyEntry("{{{@key.original}}}", {{refInfo.refModule}}.{{refInfo.refClass}}.class){{#unless @last}},{{/unless}}
+        new PropertyEntry("{{{@key.original}}}", [{{refInfo.refModule}}.{{refInfo.refClass}}.class]({{docRoot}}{{refInfo.ref.pathFromDocRoot}}.md#{{refInfo.ref.jsonPathPiece.anchorPiece}})){{#unless @last}},{{/unless}}
{{~else}} -        new PropertyEntry("{{{@key.original}}}", {{refInfo.refClass}}.class){{#unless @last}},{{/unless}}
+        new PropertyEntry("{{{@key.original}}}", [{{refInfo.refClass}}.class](#{{refInfo.ref.jsonPathPiece.anchorPiece}}))){{#unless @last}},{{/unless}}
{{~/if}} {{else}} -        new PropertyEntry("{{{@key.original}}}", {{jsonPathPiece.camelCase}}.class){{#unless @last}},{{/unless}}
+        new PropertyEntry("{{{@key.original}}}", [{{jsonPathPiece.camelCase}}.class](#{{jsonPathPiece.anchorPiece}}))){{#unless @last}},{{/unless}}
{{~/if}} {{/each}}     ))){{#unless @last}},{{/unless}}
From 26b6b11d100cbc1f379f0835dd68559b02ea292a Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 20:25:22 -0800 Subject: [PATCH 70/72] Removes field summary and method summary when schema classes extend primitive json schemas --- .../Int32JsonContentTypeHeaderSchema.md | 8 -- .../numberheader/NumberHeaderSchema.md | 8 -- .../stringheader/StringHeaderSchema.md | 8 -- .../parameters/pathusername/Schema.md | 8 -- .../headers/location/LocationSchema.md | 8 -- .../content/applicationjson/Schema.md | 8 -- .../headers/someheader/SomeHeaderSchema.md | 8 -- .../components/schemas/AbstractStepMessage.md | 8 -- .../schemas/AdditionalPropertiesClass.md | 88 ------------ .../schemas/AdditionalPropertiesSchema.md | 16 --- .../java/docs/components/schemas/Address.md | 8 -- .../java/docs/components/schemas/Animal.md | 8 -- .../components/schemas/AnyTypeNotString.md | 8 -- .../components/schemas/ApiResponseSchema.md | 24 ---- .../java/docs/components/schemas/AppleReq.md | 32 ----- .../components/schemas/ArrayHoldingAnyType.md | 16 --- .../schemas/ArrayOfArrayOfNumberOnly.md | 8 -- .../components/schemas/ArrayOfNumberOnly.md | 8 -- .../java/docs/components/schemas/ArrayTest.md | 16 --- .../java/docs/components/schemas/Banana.md | 8 -- .../java/docs/components/schemas/BananaReq.md | 32 ----- .../docs/components/schemas/BooleanSchema.md | 8 -- .../docs/components/schemas/Capitalization.md | 48 ------- .../java/docs/components/schemas/Cat.md | 8 -- .../java/docs/components/schemas/Category.md | 8 -- .../java/docs/components/schemas/ChildCat.md | 8 -- .../docs/components/schemas/ClassModel.md | 8 -- .../java/docs/components/schemas/Client.md | 8 -- ...omposedAnyOfDifferentTypesNoValidations.md | 136 ------------------ .../docs/components/schemas/ComposedArray.md | 16 --- .../docs/components/schemas/ComposedBool.md | 16 --- .../docs/components/schemas/ComposedNone.md | 16 --- .../docs/components/schemas/ComposedNumber.md | 16 --- .../docs/components/schemas/ComposedObject.md | 16 --- .../schemas/ComposedOneOfDifferentTypes.md | 32 ----- .../docs/components/schemas/ComposedString.md | 16 --- .../docs/components/schemas/DecimalPayload.md | 8 -- .../java/docs/components/schemas/Dog.md | 8 -- .../java/docs/components/schemas/File.md | 8 -- .../docs/components/schemas/FormatTest.md | 96 ------------- .../docs/components/schemas/FromSchema.md | 16 --- .../java/docs/components/schemas/Fruit.md | 8 -- .../java/docs/components/schemas/FruitReq.md | 8 -- .../java/docs/components/schemas/GmFruit.md | 8 -- .../components/schemas/GrandparentAnimal.md | 8 -- .../components/schemas/HasOnlyReadOnly.md | 16 --- .../java/docs/components/schemas/Items.md | 8 -- .../schemas/JSONPatchRequestAddReplaceTest.md | 40 ------ .../schemas/JSONPatchRequestMoveCopy.md | 32 ----- .../schemas/JSONPatchRequestRemove.md | 24 ---- .../java/docs/components/schemas/MapTest.md | 16 --- ...dPropertiesAndAdditionalPropertiesClass.md | 16 --- .../java/docs/components/schemas/Money.md | 24 ---- .../docs/components/schemas/MyObjectDto.md | 24 ---- .../java/docs/components/schemas/Name.md | 24 ---- .../schemas/NoAdditionalProperties.md | 32 ----- .../docs/components/schemas/NullableClass.md | 16 --- .../docs/components/schemas/NullableShape.md | 8 -- .../docs/components/schemas/NumberOnly.md | 8 -- .../docs/components/schemas/NumberSchema.md | 8 -- .../schemas/ObjWithRequiredProps.md | 8 -- .../schemas/ObjWithRequiredPropsBase.md | 8 -- .../components/schemas/ObjectInterface.md | 8 -- .../ObjectModelWithArgAndArgsProperties.md | 16 --- ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 8 -- .../schemas/ObjectWithCollidingProperties.md | 16 --- .../schemas/ObjectWithDecimalProperties.md | 8 -- .../ObjectWithDifficultlyNamedProps.md | 24 ---- .../ObjectWithNonIntersectingValues.md | 16 --- .../schemas/ObjectWithOnlyOptionalProps.md | 32 ----- .../schemas/ObjectWithOptionalTestProp.md | 8 -- .../java/docs/components/schemas/Order.md | 40 ------ .../schemas/PaginatedResultMyObjectDto.md | 24 ---- .../java/docs/components/schemas/Pet.md | 24 ---- .../java/docs/components/schemas/Player.md | 8 -- .../java/docs/components/schemas/PublicKey.md | 8 -- .../schemas/QuadrilateralInterface.md | 8 -- .../docs/components/schemas/ReadOnlyFirst.md | 16 --- .../schemas/ReqPropsFromExplicitAddProps.md | 8 -- .../schemas/ReqPropsFromTrueAddProps.md | 16 --- .../docs/components/schemas/ReturnSchema.md | 8 -- .../components/schemas/Schema200Response.md | 16 --- .../docs/components/schemas/ShapeOrNull.md | 8 -- .../components/schemas/SpecialModelname.md | 8 -- .../components/schemas/StringBooleanMap.md | 8 -- .../docs/components/schemas/StringSchema.md | 8 -- .../java/docs/components/schemas/Tag.md | 16 --- .../components/schemas/TriangleInterface.md | 8 -- .../java/docs/components/schemas/User.md | 112 --------------- .../java/docs/components/schemas/Whale.md | 16 --- .../java/docs/components/schemas/Zebra.md | 16 --- .../delete/parameters/parameter0/Schema0.md | 8 -- .../get/parameters/parameter0/Schema0.md | 8 -- .../post/parameters/parameter0/Schema0.md | 8 -- .../delete/parameters/parameter0/Schema0.md | 8 -- .../delete/parameters/parameter2/Schema2.md | 8 -- .../delete/parameters/parameter3/Schema3.md | 8 -- .../delete/parameters/parameter5/Schema5.md | 8 -- .../content/applicationjson/Schema.md | 8 -- .../applicationxwwwformurlencoded/Schema.md | 40 ------ .../put/parameters/parameter0/Schema0.md | 8 -- .../put/parameters/parameter0/Schema0.md | 8 -- .../put/parameters/parameter1/Schema1.md | 8 -- .../put/parameters/parameter2/Schema2.md | 8 -- .../delete/parameters/parameter0/Schema0.md | 8 -- .../content/applicationjson/Schema.md | 8 -- .../applicationxwwwformurlencoded/Schema.md | 16 --- .../applicationjsoncharsetutf8/Schema.md | 16 --- .../applicationjsoncharsetutf8/Schema.md | 16 --- .../content/applicationjson/Schema.md | 8 -- .../content/multipartformdata/Schema.md | 8 -- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../get/parameters/parameter0/Schema0.md | 8 -- .../post/parameters/parameter0/Schema0.md | 8 -- .../post/parameters/parameter1/Schema1.md | 8 -- .../post/parameters/parameter10/Schema10.md | 8 -- .../post/parameters/parameter11/Schema11.md | 8 -- .../post/parameters/parameter12/Schema12.md | 8 -- .../post/parameters/parameter13/Schema13.md | 8 -- .../post/parameters/parameter14/Schema14.md | 8 -- .../post/parameters/parameter15/Schema15.md | 8 -- .../post/parameters/parameter16/Schema16.md | 8 -- .../post/parameters/parameter17/Schema17.md | 8 -- .../post/parameters/parameter18/Schema18.md | 8 -- .../post/parameters/parameter2/Schema2.md | 8 -- .../post/parameters/parameter3/Schema3.md | 8 -- .../post/parameters/parameter4/Schema4.md | 8 -- .../post/parameters/parameter5/Schema5.md | 8 -- .../post/parameters/parameter6/Schema6.md | 8 -- .../post/parameters/parameter7/Schema7.md | 8 -- .../post/parameters/parameter8/Schema8.md | 8 -- .../post/parameters/parameter9/Schema9.md | 8 -- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../post/parameters/parameter0/Schema0.md | 8 -- .../content/multipartformdata/Schema.md | 16 --- .../content/applicationjson/Schema0.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../put/parameters/parameter0/Schema0.md | 8 -- .../put/parameters/parameter1/Schema1.md | 8 -- .../put/parameters/parameter2/Schema2.md | 8 -- .../put/parameters/parameter3/Schema3.md | 8 -- .../put/parameters/parameter4/Schema4.md | 8 -- .../content/applicationoctetstream/Schema.md | 8 -- .../content/applicationoctetstream/Schema.md | 8 -- .../content/multipartformdata/Schema.md | 16 --- .../content/multipartformdata/Schema.md | 8 -- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../content/applicationjson/Schema.md | 16 --- .../get/parameters/parameter0/Schema0.md | 8 -- .../delete/parameters/parameter0/Schema0.md | 8 -- .../delete/parameters/parameter1/Schema1.md | 8 -- .../get/parameters/parameter0/Schema0.md | 8 -- .../post/parameters/parameter0/Schema0.md | 8 -- .../applicationxwwwformurlencoded/Schema.md | 16 --- .../post/parameters/parameter0/Schema0.md | 8 -- .../content/multipartformdata/Schema.md | 16 --- .../delete/parameters/parameter0/Schema0.md | 8 -- .../get/parameters/parameter0/Schema0.md | 8 -- .../get/parameters/parameter1/Schema1.md | 8 -- .../content/applicationjson/Schema.md | 8 -- .../content/applicationxml/Schema.md | 8 -- .../xexpiresafter/XExpiresAfterSchema.md | 8 -- .../applicationjson/XRateLimitSchema.md | 8 -- .../openapimodels/CodegenSchema.java | 53 +++++++ .../components/schemas/Schema_doc.hbs | 4 +- 173 files changed, 55 insertions(+), 2530 deletions(-) diff --git a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md index d60cbae4811..af685c00179 100644 --- a/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/int32jsoncontenttypeheader/content/applicationjson/Int32JsonContentTypeHeaderSchema.md @@ -14,11 +14,3 @@ public static class Int32JsonContentTypeHeaderSchema1
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index dfb022a02cc..8edefd15e22 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -14,11 +14,3 @@ public static class NumberHeaderSchema1
extends DecimalJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 0eeab4024a9..97328acc9ed 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -14,11 +14,3 @@ public static class StringHeaderSchema1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index d719b0410e7..dff62eba547 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -14,11 +14,3 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index 141184a34f9..de744ae84a1 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -14,11 +14,3 @@ public static class LocationSchema1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md index cc8e3f5db3f..272dfb9fc18 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/content/applicationjson/Schema.md @@ -51,11 +51,3 @@ public static class AdditionalProperties
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index b942ba041a2..492e34ff910 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -14,11 +14,3 @@ public static class SomeHeaderSchema1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index acca2852857..bbb1358d1eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -60,13 +60,5 @@ public static class Discriminator
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index f1440b44c16..7b0bc68de8b 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -121,14 +121,6 @@ public static class AdditionalProperties5
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## EmptyMap public static class EmptyMap
@@ -172,22 +164,6 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype3 public static class MapWithUndeclaredPropertiesAnytype3
@@ -229,72 +205,24 @@ public static class AdditionalProperties3
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype2 public static class MapWithUndeclaredPropertiesAnytype2
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## MapWithUndeclaredPropertiesAnytype1 public static class MapWithUndeclaredPropertiesAnytype1
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Anytype1 public static class Anytype1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## MapOfMapProperty public static class MapOfMapProperty
@@ -371,14 +299,6 @@ public static class AdditionalProperties2
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## MapProperty public static class MapProperty
@@ -420,13 +340,5 @@ public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index d9926646888..876ab359b82 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -187,21 +187,5 @@ public static class AdditionalProperties
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Address.md b/samples/client/petstore/java/docs/components/schemas/Address.md index f05db538d44..4c086881dca 100644 --- a/samples/client/petstore/java/docs/components/schemas/Address.md +++ b/samples/client/petstore/java/docs/components/schemas/Address.md @@ -51,13 +51,5 @@ public static class AdditionalProperties
extends IntJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index f49f370905b..566f8bb51f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -71,13 +71,5 @@ public static class ClassName
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index cab3ecf9c1a..f6ac4a1b9e8 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -37,13 +37,5 @@ public static class Not
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 93746a4ef2f..94fb26d6303 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -59,41 +59,17 @@ public static class Message
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Type public static class Type
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Code public static class Code
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index 8d1b43ccc3c..e369c3b03d5 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -55,28 +55,12 @@ public static class Mealy
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Cultivar public static class Cultivar
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -84,21 +68,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index b11957de465..eab37cd9a41 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -53,21 +53,5 @@ A schema class that validates payloads ## Description any type can be stored here -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md index 382cd2369d8..b539efeadae 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfArrayOfNumberOnly.md @@ -125,13 +125,5 @@ public static class Items1
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md index f079f579ccf..1ea05a6c672 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayOfNumberOnly.md @@ -89,13 +89,5 @@ public static class Items
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index d630a69631c..733b026c22a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -204,14 +204,6 @@ public static class Items2
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## ArrayOfString public static class ArrayOfString
@@ -252,13 +244,5 @@ public static class Items
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Banana.md b/samples/client/petstore/java/docs/components/schemas/Banana.md index 993f92ebde2..b2500a99313 100644 --- a/samples/client/petstore/java/docs/components/schemas/Banana.md +++ b/samples/client/petstore/java/docs/components/schemas/Banana.md @@ -53,13 +53,5 @@ public static class LengthCm
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 57d57ef3410..98ae5f169ce 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -55,28 +55,12 @@ public static class Sweet
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## LengthCm public static class LengthCm
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -84,21 +68,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 24c961a93e9..7717b01286a 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -14,13 +14,5 @@ public static class BooleanSchema1
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index 690aaa0e4b5..baff5f3e6c9 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -71,83 +71,35 @@ A schema class that validates payloads ## Description Name of the pet -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## SCAETHFlowPoints public static class SCAETHFlowPoints
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## CapitalSnake public static class CapitalSnake
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## SmallSnake public static class SmallSnake
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## CapitalCamel public static class CapitalCamel
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## SmallCamel public static class SmallCamel
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index e881855e5f0..37cb3a4b8fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -76,13 +76,5 @@ public static class Declawed
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Category.md b/samples/client/petstore/java/docs/components/schemas/Category.md index 12bfad8f54a..18188642bef 100644 --- a/samples/client/petstore/java/docs/components/schemas/Category.md +++ b/samples/client/petstore/java/docs/components/schemas/Category.md @@ -71,13 +71,5 @@ public static class Id
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index b28ba7614e1..04956663491 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -76,13 +76,5 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 621938315bd..0ab3514c565 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -64,13 +64,5 @@ public static class ClassSchema
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index 94539abb762..ca242a9a8ac 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -53,13 +53,5 @@ public static class Client2
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index fc31c90d28a..86c6553e1e5 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -54,84 +54,36 @@ public static class Schema15
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## Schema14 public static class Schema14
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | ## Schema13 public static class Schema13
extends IntJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## Schema12 public static class Schema12
extends DoubleJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static double | validate(double arg, SchemaConfiguration configuration) | ## Schema11 public static class Schema11
extends FloatJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static float | validate(float arg, SchemaConfiguration configuration) | ## Schema10 public static class Schema10
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | ## Schema9 public static class Schema9
@@ -172,147 +124,59 @@ public static class Items
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema8 public static class Schema8
extends NullJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Void | validate(Void arg, SchemaConfiguration configuration) | ## Schema7 public static class Schema7
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Schema6 public static class Schema6
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## Schema5 public static class Schema5
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Schema4 public static class Schema4
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Schema3 public static class Schema3
extends JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## Schema2 public static class Schema2
extends DateTimeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Schema1 public static class Schema1
extends DateJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Schema0 public static class Schema0
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index a31d0f74d9c..7b50c8e2c13 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -50,21 +50,5 @@ public static class Items
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index b0eda3856b0..65f3eda7134 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -30,21 +30,5 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index e11618a6245..64b21d03e68 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -30,21 +30,5 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 0a9f8ad922f..9bb159b9c5b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -30,21 +30,5 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index df89e4508d4..6d4175c6fe3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -30,21 +30,5 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index fb48fd9ee2a..c271cb83181 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -95,22 +95,6 @@ public static class Items
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Schema4 public static class Schema4
@@ -132,27 +116,11 @@ public static class Schema3
extends DateJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Schema2 public static class Schema2
extends NullJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Void | validate(Void arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 4e1369ec788..97a60190c3d 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -30,21 +30,5 @@ public static class Schema0
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index de8e3a7757e..a18b84afff6 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -14,13 +14,5 @@ public static class DecimalPayload1
extends DecimalJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index 1cd1b4a835b..dd3117ed90c 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -76,13 +76,5 @@ public static class Breed
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index 75e40bef8c4..cf6bb37ee88 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -59,13 +59,5 @@ A schema class that validates payloads ## Description Test capitalization -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 7d613b17206..5e72cf31a7d 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -109,14 +109,6 @@ public static class NoneProp
extends NullJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Void | validate(Void arg, SchemaConfiguration configuration) | ## PatternWithDigitsAndDelimiter public static class PatternWithDigitsAndDelimiter
@@ -174,84 +166,36 @@ public static class UuidNoExample
extends UuidJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## UuidSchema public static class UuidSchema
extends UuidJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## DateTime public static class DateTime
extends DateTimeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Date public static class Date
extends DateJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Binary public static class Binary
extends JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## ByteSchema public static class ByteSchema
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## StringSchema public static class StringSchema
@@ -307,28 +251,12 @@ public static class Items
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | ## Float64 public static class Float64
extends DoubleJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static double | validate(double arg, SchemaConfiguration configuration) | ## DoubleSchema public static class DoubleSchema
@@ -350,14 +278,6 @@ public static class Float32
extends FloatJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static float | validate(float arg, SchemaConfiguration configuration) | ## FloatSchema public static class FloatSchema
@@ -397,14 +317,6 @@ public static class Int64
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## Int32withValidations public static class Int32withValidations
@@ -426,14 +338,6 @@ public static class Int32
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | ## IntegerSchema public static class IntegerSchema
diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 66ad59f3422..7903b4a0214 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -56,27 +56,11 @@ public static class Id
extends IntJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## Data public static class Data
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 70687bfca41..2e7d7a2f7aa 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -61,13 +61,5 @@ public static class Color
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 6b60044c2ee..84425b6e74b 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -37,13 +37,5 @@ public static class Schema0
extends NullJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Void | validate(Void arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index be556c3defe..987bc5331cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -61,13 +61,5 @@ public static class Color
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index e290e81ef7b..5b8738f76e1 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -53,13 +53,5 @@ public static class PetType
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 88fbe7befaf..8fbb7e2062f 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -56,27 +56,11 @@ public static class Foo
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Bar public static class Bar
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 492a9a792fe..4533bf10fec 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -53,13 +53,5 @@ public static class Items2
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 0d51dfe46cc..3d892100213 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -79,22 +79,6 @@ A schema class that validates payloads ## Description The value to add, replace or test. -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## Path public static class Path
@@ -104,14 +88,6 @@ A schema class that validates payloads ## Description A JSON Pointer path. -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -119,21 +95,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 7acacd9cebf..55fa426d547 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -79,14 +79,6 @@ A schema class that validates payloads ## Description A JSON Pointer path. -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## From public static class From
@@ -96,14 +88,6 @@ A schema class that validates payloads ## Description A JSON Pointer path. -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -111,21 +95,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 4211d82cb8e..6f405b8efc6 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -76,14 +76,6 @@ A schema class that validates payloads ## Description A JSON Pointer path. -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -91,21 +83,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index 2b31594f67d..b9c6b6ca980 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -104,14 +104,6 @@ public static class AdditionalProperties3
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## MapOfEnumString public static class MapOfEnumString
@@ -238,13 +230,5 @@ public static class AdditionalProperties1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index e9afc7c8d19..b641b634037 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -94,27 +94,11 @@ public static class DateTime
extends DateTimeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## UuidSchema public static class UuidSchema
extends UuidJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index e8cfc2a5abc..511fb55b6d2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -54,14 +54,6 @@ public static class Amount
extends DecimalJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -69,21 +61,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index 4120450b664..e5ca6fee13a 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -52,14 +52,6 @@ public static class Id
extends UuidJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -67,21 +59,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index a94d4eac21c..0c02c592056 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -73,41 +73,17 @@ A schema class that validates payloads ## Description this is a reserved python keyword -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## SnakeCase public static class SnakeCase
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | ## Name2 public static class Name2
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index c3c27c9b667..50eac0e14bf 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -55,28 +55,12 @@ public static class PetId
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## Id public static class Id
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -84,21 +68,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index 3c93faff55a..c6f6373f3e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -238,14 +238,6 @@ public static class AdditionalProperties
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## ArrayItemsNullable public static class ArrayItemsNullable
@@ -388,14 +380,6 @@ public static class Items
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## DatetimeProp public static class DatetimeProp
diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index 6110f9101e8..fb1c0f98370 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -40,13 +40,5 @@ public static class Schema2
extends NullJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Void | validate(Void arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md index 0e64b104c60..b92e172e2fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberOnly.md @@ -53,13 +53,5 @@ public static class JustNumber
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md index 861bf8f9ef6..d7fbd427421 100644 --- a/samples/client/petstore/java/docs/components/schemas/NumberSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/NumberSchema.md @@ -14,13 +14,5 @@ public static class NumberSchema1
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 831b205b7f5..2360e2af42f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -53,13 +53,5 @@ public static class A
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index fa9fd76446d..ab0ea1906ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -53,13 +53,5 @@ public static class B
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index 170b0c0a219..e3a99c95afa 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -14,13 +14,5 @@ public static class ObjectInterface1
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 8d65d900e70..57ca6ace715 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -56,27 +56,11 @@ public static class Args
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Arg public static class Arg
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index 12a14a3da64..e3b8adb6f68 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -78,13 +78,5 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index e69a5375e92..55c76e62b92 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -59,27 +59,11 @@ public static class Someprop
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## SomeProp public static class SomeProp
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index 52145a3a137..c7a69ce6e73 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -57,13 +57,5 @@ public static class Width
extends DecimalJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index b4d76d086b5..215cf0fa8bd 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -60,41 +60,17 @@ public static class Schema123Number
extends IntJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## Schema123list public static class Schema123list
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Specialpropertyname public static class Specialpropertyname
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index cc1c950e244..815dd94ac88 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -54,27 +54,11 @@ public static class A
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index b2a330501d0..b405e0d72b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -55,28 +55,12 @@ public static class B
extends NumberJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Number | validate(Number arg, SchemaConfiguration configuration) | ## A public static class A
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -84,21 +68,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 4fddf1398ee..5d0d46c31eb 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -53,13 +53,5 @@ public static class Test
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index d43e5acb010..e2473ede8c2 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -68,14 +68,6 @@ public static class Complete
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## Status public static class Status
@@ -100,55 +92,23 @@ public static class ShipDate
extends DateTimeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Quantity public static class Quantity
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | ## PetId public static class PetId
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## Id public static class Id
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index fa6eac5dff7..8702657583b 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -90,14 +90,6 @@ public static class Count
extends IntJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## AdditionalProperties public static class AdditionalProperties
@@ -105,21 +97,5 @@ extends NotAnyTypeJsonSchema // NotAnyTypeSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index 23fc60a6748..f89bc9f4aa7 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -159,41 +159,17 @@ public static class Items
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Name public static class Name
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Id public static class Id
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 18da1fed4f7..4f3f3585608 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -58,13 +58,5 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 6d0c94e048d..52b06613f2a 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -56,13 +56,5 @@ public static class Key
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index 80bc8d2c931..c7479e819c1 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -64,14 +64,6 @@ public static class QuadrilateralType
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## ShapeType public static class ShapeType
diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index ea2ffd5fdbb..afc611f6bf1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -56,27 +56,11 @@ public static class Baz
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Bar public static class Bar
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 743b2e0b80b..b4862921eb2 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -55,13 +55,5 @@ public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 3f94f7d14cf..a8121f555f6 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -55,21 +55,5 @@ public static class AdditionalProperties
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index 62c6a0f107c..c9b94757cd9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -67,13 +67,5 @@ A schema class that validates payloads ## Description this is a reserved python keyword -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 1e69e860ef2..a2c65e7a971 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -70,27 +70,11 @@ A schema class that validates payloads ## Description this is a reserved python keyword -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Name public static class Name
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 173d35ca9e5..2999d00ba9b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -40,13 +40,5 @@ public static class Schema0
extends NullJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Void | validate(Void arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index a80863a6e88..3999bd63b53 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -56,13 +56,5 @@ public static class A
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index ba925e3682d..c4b92369487 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -51,13 +51,5 @@ public static class AdditionalProperties
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index 9d695c79194..e30fc9eebae 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -14,13 +14,5 @@ public static class StringSchema1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index 02dae37b195..dfab5183469 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -56,27 +56,11 @@ public static class Name
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Id public static class Id
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index c5b6e437c7a..226d1fb4ea4 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -64,14 +64,6 @@ public static class TriangleType
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## ShapeType public static class ShapeType
diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index d085b9c2586..f9d81ccbd0e 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -93,22 +93,6 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## AnyTypeExceptNullProp public static class AnyTypeExceptNullProp
@@ -140,14 +124,6 @@ public static class Not
extends NullJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static Void | validate(Void arg, SchemaConfiguration configuration) | ## AnyTypeProp public static class AnyTypeProp
@@ -157,22 +133,6 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | ## ObjectWithNoDeclaredPropsNullable public static class ObjectWithNoDeclaredPropsNullable
@@ -201,14 +161,6 @@ A schema class that validates payloads ## Description test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | ## UserStatus public static class UserStatus
@@ -218,111 +170,47 @@ A schema class that validates payloads ## Description User Status -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | ## Phone public static class Phone
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Password public static class Password
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Email public static class Email
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## LastName public static class LastName
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## FirstName public static class FirstName
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Username public static class Username
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Id public static class Id
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index dbba1a8f7b0..68c9a6d5e34 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -74,27 +74,11 @@ public static class HasTeeth
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | ## HasBaleen public static class HasBaleen
extends BooleanJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 9eaf4d59929..21fc12e95b1 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -87,21 +87,5 @@ public static class AdditionalProperties
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index 401fe15f213..3cd82475876 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 8916ab7adb2..4976a390e92 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index 4484f7343c2..31ec83c7480 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index 23207d5621e..5fa3c3b9ec9 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md index ca500367b8a..84c811d0815 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter2/Schema2.md @@ -14,11 +14,3 @@ public static class Schema21
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index f5667a4f127..5bab9d2af7e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -14,11 +14,3 @@ public static class Schema31
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md index afdbbcc30f4..9fa7ec376aa 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter5/Schema5.md @@ -14,11 +14,3 @@ public static class Schema51
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index e6e9bab0d3a..d357fcbfadc 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -14,11 +14,3 @@ public static class Schema1
extends MapJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static FrozenMap | validate(Map arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 646da88cc0a..6b0008b6da0 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -90,14 +90,6 @@ A schema class that validates payloads ## Description None -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Password public static class Password
@@ -143,14 +135,6 @@ A schema class that validates payloads ## Description None -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Binary public static class Binary
@@ -160,14 +144,6 @@ A schema class that validates payloads ## Description None -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## ByteSchema public static class ByteSchema
@@ -177,14 +153,6 @@ A schema class that validates payloads ## Description None -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## PatternWithoutDelimiter public static class PatternWithoutDelimiter
@@ -284,14 +252,6 @@ A schema class that validates payloads ## Description None -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | ## Int32 public static class Int32
diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index 90ec9a1a6a6..73338e511d9 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 3e8f144aaea..3f8facb2da7 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index f780845c87d..1ce72293efe 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -14,11 +14,3 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 00e67a5d285..450454fbae3 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -14,11 +14,3 @@ public static class Schema21
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index 0a6ee967cae..cbd5252d50e 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index e42b57649fa..12a5b174bd3 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -51,11 +51,3 @@ public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index 13669835e60..e423fb65825 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -59,14 +59,6 @@ A schema class that validates payloads ## Description field2 -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Param public static class Param
@@ -76,11 +68,3 @@ A schema class that validates payloads ## Description field1 -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 1f478a0e3f1..6d0ac123565 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index ab464f1e241..804a5accb6d 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index dcf9c090612..2edee0e59e4 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -53,11 +53,3 @@ public static class A
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 7c2c7f4b1cc..5f2604793c8 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -53,11 +53,3 @@ public static class B
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index de5eceeef81..bdbefbe2532 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index 266f284bace..37be864aed2 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 9d0f83b1592..82046b18b6a 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index 92f1f14047b..b0e915d5969 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index db14b267c28..e64799875c8 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -53,11 +53,3 @@ public static class Keyword0
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index 8890119922c..e5c67d874cd 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 5099c3be4c1..5e63c3ccff1 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -14,11 +14,3 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index aa1193dd4db..4fcb2e6a482 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -14,11 +14,3 @@ public static class Schema101
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index 86c4aa88a49..cfe36f0874b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -14,11 +14,3 @@ public static class Schema111
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index c6d5d7db108..b2769366f96 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -14,11 +14,3 @@ public static class Schema121
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index 54d8de88707..1be1da895f7 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -14,11 +14,3 @@ public static class Schema131
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index 322c9929854..33d779d80cb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -14,11 +14,3 @@ public static class Schema141
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index a1e8487a8ff..e811a175a3d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -14,11 +14,3 @@ public static class Schema151
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 735ca7fa10c..562413f6ee8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -14,11 +14,3 @@ public static class Schema161
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index 67d19384f8a..ae1776776eb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -14,11 +14,3 @@ public static class Schema171
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index beac3281cef..fe95f1893ab 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -14,11 +14,3 @@ public static class Schema181
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index 374a8d2da00..f39f5685ebd 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -14,11 +14,3 @@ public static class Schema21
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index bda21fd82a0..7757d1040bc 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -14,11 +14,3 @@ public static class Schema31
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index f8d80ce35ce..cad4bf50079 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -14,11 +14,3 @@ public static class Schema41
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index 97b1e4ae28b..5493aae458a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -14,11 +14,3 @@ public static class Schema51
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 484275b2bda..18abba42e83 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -14,11 +14,3 @@ public static class Schema61
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index 9a283bb918e..390ec11238b 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -14,11 +14,3 @@ public static class Schema71
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index ded444d9ae3..eab884720eb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -14,11 +14,3 @@ public static class Schema81
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index 0872fb862b1..2c64adfbe11 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -14,11 +14,3 @@ public static class Schema91
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index 38562845c8d..9b4b595fdbb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index d5e4afc7440..bd37f143c21 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md index 9bab5ec8692..f988f4804ce 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index c9bc8a2b1d4..b1e9f94a7f6 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -59,14 +59,6 @@ A schema class that validates payloads ## Description file to upload -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata public static class AdditionalMetadata
@@ -76,11 +68,3 @@ A schema class that validates payloads ## Description Additional data to pass to server -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index e1db43091a2..f36d8e0ac76 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -14,19 +14,3 @@ public static class Schema01
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index 1f25d9a1b14..111893f52b5 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index fa6b05a67f5..6ac08fdacb1 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -50,11 +50,3 @@ public static class Items0
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index a58083267b7..cd36660c236 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -50,11 +50,3 @@ public static class Items1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index 04807e95142..d58d4131ad7 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -50,11 +50,3 @@ public static class Items2
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 9d47a90e78c..02e123b30f6 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -50,11 +50,3 @@ public static class Items3
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index e83ea00f722..8fe16220c5d 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -50,11 +50,3 @@ public static class Items4
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md index 49afe2b2465..8dacc2b82e4 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/requestbody/content/applicationoctetstream/Schema.md @@ -17,11 +17,3 @@ A schema class that validates payloads ## Description file to upload -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md index 7a6a59d2d26..c7c31141da4 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploaddownloadfile/post/responses/response200/content/applicationoctetstream/Schema.md @@ -17,11 +17,3 @@ A schema class that validates payloads ## Description file to download -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index 21c6460431d..ec1dee006d7 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -59,14 +59,6 @@ A schema class that validates payloads ## Description file to upload -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata public static class AdditionalMetadata
@@ -76,11 +68,3 @@ A schema class that validates payloads ## Description Additional data to pass to server -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md index 44143c21915..a9ca36ddfc4 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfiles/post/requestbody/content/multipartformdata/Schema.md @@ -89,11 +89,3 @@ public static class Items
extends JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 00e2a610486..37d1b223d5f 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index f0b8f276a0d..5c9ca443da9 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index 6d2565d4c90..2609e0b05c9 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index ad34dfbd06b..c2ef61e538e 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index 05ffe2fcb2d..b79a5f48bf1 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index a973a4b683d..ee291ba922c 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -14,19 +14,3 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | -| static Void | validate(Void arg, SchemaConfiguration configuration) | -| static int | validate(int arg, SchemaConfiguration configuration) | -| static long | validate(long arg, SchemaConfiguration configuration) | -| static float | validate(float arg, SchemaConfiguration configuration) | -| static double | validate(double arg, SchemaConfiguration configuration) | -| static boolean | validate(boolean arg, SchemaConfiguration configuration) | -| static FrozenMap | Map arg, SchemaConfiguration configuration) | -| FrozenList | validate(List arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index f33ee566a89..b7de08d4e72 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -50,11 +50,3 @@ public static class Items0
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 1992da903ab..7eab3c53e58 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md index e2cec8037c7..ba08ef7b1b2 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter1/Schema1.md @@ -14,11 +14,3 @@ public static class Schema11
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md index dd832406d7e..f7f08d187ca 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/get/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md index 693f8d3e4a2..1d60c30192f 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 1c0fdfaedb5..adadd8119ba 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -59,14 +59,6 @@ A schema class that validates payloads ## Description Updated status of the pet -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | ## Name public static class Name
@@ -76,11 +68,3 @@ A schema class that validates payloads ## Description Updated name of the pet -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md index f88812f02a3..8013042b2f7 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends Int64JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static long | validate(long arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index 7938840ba1c..b34eed0f853 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -59,14 +59,6 @@ A schema class that validates payloads ## Description file to upload -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static BinaryString | validate(BinaryString arg, SchemaConfiguration configuration) | ## AdditionalMetadata public static class AdditionalMetadata
@@ -76,11 +68,3 @@ A schema class that validates payloads ## Description Additional data to pass to server -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index 426c098972d..bc5d8f02db4 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index b55603d9d6d..d13aaebd857 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -14,11 +14,3 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 4faa0b9a4ea..70504b45839 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -14,11 +14,3 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 5bd2c4746ad..95a1c4df2ce 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -14,11 +14,3 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 346268943ec..25f0cd184cb 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -14,11 +14,3 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 23365ab4a94..92836fc7907 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -14,11 +14,3 @@ public static class XExpiresAfterSchema1
extends DateTimeJsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static String | validate(String arg, SchemaConfiguration configuration) | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md index ccaac5a46bd..f8b6bcfe31b 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xratelimit/content/applicationjson/XRateLimitSchema.md @@ -14,11 +14,3 @@ public static class XRateLimitSchema1
extends Int32JsonSchema A schema class that validates payloads -### Field Summary -| Modifier and Type | Field and Description | -| ----------------- | ---------------------- | - -### Method Summary -| Modifier and Type | Method and Description | -| ----------------- | ---------------------- | -| static int | validate(int arg, SchemaConfiguration configuration) | diff --git a/src/main/java/org/openapijsonschematools/codegen/generators/openapimodels/CodegenSchema.java b/src/main/java/org/openapijsonschematools/codegen/generators/openapimodels/CodegenSchema.java index 5a38d08faaa..a15fb183ff8 100644 --- a/src/main/java/org/openapijsonschematools/codegen/generators/openapimodels/CodegenSchema.java +++ b/src/main/java/org/openapijsonschematools/codegen/generators/openapimodels/CodegenSchema.java @@ -155,6 +155,59 @@ public List keywords() { return keywords; } + public boolean isCustomSchema() { + // true when schema class is directly extended, false otherwise + if (isBooleanSchemaTrue || isBooleanSchemaFalse) { + return false; + } + if (types == null) { + if (isSimpleAnyType()) { + return false; + } + return true; + } + if (types.size() == 1) { + for (String type: types) { + switch (type) { + case "object": + if (isSimpleObject()) { + return false; + } + return true; + case "array": + if (isSimpleArray()) { + return false; + } + return true; + case "boolean": + if (isSimpleBoolean()) { + return false; + } + return true; + case "number": + case "integer": + if (isSimpleInteger() || isSimpleNumber()) { + return false; + } + return true; + case "string": + if (isSimpleString()) { + return false; + } + return true; + case "null": + if (isSimpleNull()) { + return false; + } + return true; + default: + throw new RuntimeException("invalid type "+type+" was passed in"); + } + } + } + return true; + } + public boolean isSimpleBoolean() { if (types == null) { return false; diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index bb8d76f54f5..33f6867ebe1 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -44,7 +44,7 @@ A schema class that validates payloads {{headerSize}}# Description {{description}} {{/if}} - {{#unless refInfo}} + {{#if isCustomSchema}} {{headerSize}}## Field Summary | Modifier and Type | Field and Description | | ----------------- | ---------------------- | @@ -54,7 +54,7 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | {{> src/main/java/org/openapitools/components/schemas/docschema_io_types }} - {{/unless}} + {{/if}} {{else}} {{#eq instanceType "propertiesOutputType"}} From df8095569179a471d14b1189fbc3032a7786a56d Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 21:27:22 -0800 Subject: [PATCH 71/72] Lists that the validate method is inherited from schemas.XJsonSchema --- .../numberheader/NumberHeaderSchema.md | 4 + .../stringheader/StringHeaderSchema.md | 4 + .../parameters/pathusername/Schema.md | 4 + .../headers/location/LocationSchema.md | 4 + .../headers/someheader/SomeHeaderSchema.md | 4 + .../components/schemas/AbstractStepMessage.md | 4 + .../schemas/AdditionalPropertiesClass.md | 33 +++++- .../schemas/AdditionalPropertiesSchema.md | 4 + .../java/docs/components/schemas/Animal.md | 4 + .../components/schemas/AnyTypeNotString.md | 4 + .../components/schemas/ApiResponseSchema.md | 8 ++ .../java/docs/components/schemas/AppleReq.md | 13 ++- .../components/schemas/ArrayHoldingAnyType.md | 4 + .../java/docs/components/schemas/ArrayTest.md | 4 + .../java/docs/components/schemas/BananaReq.md | 9 +- .../docs/components/schemas/BooleanSchema.md | 4 + .../docs/components/schemas/Capitalization.md | 24 +++++ .../java/docs/components/schemas/Cat.md | 4 + .../java/docs/components/schemas/ChildCat.md | 4 + .../docs/components/schemas/ClassModel.md | 4 + .../java/docs/components/schemas/Client.md | 4 + ...omposedAnyOfDifferentTypesNoValidations.md | 32 ++++++ .../docs/components/schemas/ComposedArray.md | 4 + .../docs/components/schemas/ComposedBool.md | 4 + .../docs/components/schemas/ComposedNone.md | 4 + .../docs/components/schemas/ComposedNumber.md | 4 + .../docs/components/schemas/ComposedObject.md | 4 + .../schemas/ComposedOneOfDifferentTypes.md | 12 +++ .../docs/components/schemas/ComposedString.md | 4 + .../docs/components/schemas/DecimalPayload.md | 4 + .../java/docs/components/schemas/Dog.md | 4 + .../java/docs/components/schemas/File.md | 4 + .../docs/components/schemas/FormatTest.md | 20 ++++ .../docs/components/schemas/FromSchema.md | 4 + .../java/docs/components/schemas/Fruit.md | 4 + .../java/docs/components/schemas/FruitReq.md | 4 + .../java/docs/components/schemas/GmFruit.md | 4 + .../components/schemas/GrandparentAnimal.md | 4 + .../components/schemas/HasOnlyReadOnly.md | 8 ++ .../java/docs/components/schemas/Items.md | 4 + .../schemas/JSONPatchRequestAddReplaceTest.md | 13 ++- .../schemas/JSONPatchRequestMoveCopy.md | 13 ++- .../schemas/JSONPatchRequestRemove.md | 9 +- .../java/docs/components/schemas/MapTest.md | 8 ++ ...dPropertiesAndAdditionalPropertiesClass.md | 8 ++ .../java/docs/components/schemas/Money.md | 9 +- .../docs/components/schemas/MyObjectDto.md | 9 +- .../java/docs/components/schemas/Name.md | 4 + .../schemas/NoAdditionalProperties.md | 5 +- .../docs/components/schemas/NullableClass.md | 8 ++ .../docs/components/schemas/NullableShape.md | 4 + .../schemas/ObjWithRequiredProps.md | 4 + .../schemas/ObjWithRequiredPropsBase.md | 4 + .../components/schemas/ObjectInterface.md | 4 + .../ObjectModelWithArgAndArgsProperties.md | 8 ++ ...ithAllOfWithReqTestPropFromUnsetAddProp.md | 4 + .../schemas/ObjectWithCollidingProperties.md | 8 ++ .../schemas/ObjectWithDecimalProperties.md | 4 + .../ObjectWithDifficultlyNamedProps.md | 4 + .../ObjectWithNonIntersectingValues.md | 4 + .../schemas/ObjectWithOnlyOptionalProps.md | 9 +- .../schemas/ObjectWithOptionalTestProp.md | 4 + .../java/docs/components/schemas/Order.md | 8 ++ .../schemas/PaginatedResultMyObjectDto.md | 5 +- .../java/docs/components/schemas/Pet.md | 8 ++ .../java/docs/components/schemas/Player.md | 4 + .../java/docs/components/schemas/PublicKey.md | 4 + .../schemas/QuadrilateralInterface.md | 4 + .../docs/components/schemas/ReadOnlyFirst.md | 8 ++ .../schemas/ReqPropsFromExplicitAddProps.md | 4 + .../schemas/ReqPropsFromTrueAddProps.md | 4 + .../components/schemas/Schema200Response.md | 4 + .../docs/components/schemas/ShapeOrNull.md | 4 + .../components/schemas/SpecialModelname.md | 4 + .../components/schemas/StringBooleanMap.md | 4 + .../docs/components/schemas/StringSchema.md | 4 + .../java/docs/components/schemas/Tag.md | 4 + .../components/schemas/TriangleInterface.md | 4 + .../java/docs/components/schemas/User.md | 40 +++++++ .../java/docs/components/schemas/Whale.md | 8 ++ .../java/docs/components/schemas/Zebra.md | 4 + .../delete/parameters/parameter0/Schema0.md | 4 + .../get/parameters/parameter0/Schema0.md | 4 + .../post/parameters/parameter0/Schema0.md | 4 + .../delete/parameters/parameter0/Schema0.md | 4 + .../delete/parameters/parameter3/Schema3.md | 4 + .../content/applicationjson/Schema.md | 4 + .../applicationxwwwformurlencoded/Schema.md | 8 ++ .../put/parameters/parameter0/Schema0.md | 4 + .../put/parameters/parameter0/Schema0.md | 4 + .../put/parameters/parameter1/Schema1.md | 4 + .../put/parameters/parameter2/Schema2.md | 4 + .../delete/parameters/parameter0/Schema0.md | 4 + .../content/applicationjson/Schema.md | 4 + .../applicationxwwwformurlencoded/Schema.md | 8 ++ .../applicationjsoncharsetutf8/Schema.md | 4 + .../applicationjsoncharsetutf8/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/multipartformdata/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../get/parameters/parameter0/Schema0.md | 4 + .../post/parameters/parameter0/Schema0.md | 4 + .../post/parameters/parameter1/Schema1.md | 4 + .../post/parameters/parameter10/Schema10.md | 4 + .../post/parameters/parameter11/Schema11.md | 4 + .../post/parameters/parameter12/Schema12.md | 4 + .../post/parameters/parameter13/Schema13.md | 4 + .../post/parameters/parameter14/Schema14.md | 4 + .../post/parameters/parameter15/Schema15.md | 4 + .../post/parameters/parameter16/Schema16.md | 4 + .../post/parameters/parameter17/Schema17.md | 4 + .../post/parameters/parameter18/Schema18.md | 4 + .../post/parameters/parameter2/Schema2.md | 4 + .../post/parameters/parameter3/Schema3.md | 4 + .../post/parameters/parameter4/Schema4.md | 4 + .../post/parameters/parameter5/Schema5.md | 4 + .../post/parameters/parameter6/Schema6.md | 4 + .../post/parameters/parameter7/Schema7.md | 4 + .../post/parameters/parameter8/Schema8.md | 4 + .../post/parameters/parameter9/Schema9.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/multipartformdata/Schema.md | 4 + .../content/applicationjson/Schema0.md | 4 + .../content/applicationjson/Schema.md | 4 + .../put/parameters/parameter0/Schema0.md | 4 + .../put/parameters/parameter1/Schema1.md | 4 + .../put/parameters/parameter2/Schema2.md | 4 + .../put/parameters/parameter3/Schema3.md | 4 + .../put/parameters/parameter4/Schema4.md | 4 + .../content/multipartformdata/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationjson/Schema.md | 4 + .../get/parameters/parameter0/Schema0.md | 4 + .../delete/parameters/parameter0/Schema0.md | 4 + .../applicationxwwwformurlencoded/Schema.md | 8 ++ .../content/multipartformdata/Schema.md | 4 + .../delete/parameters/parameter0/Schema0.md | 4 + .../get/parameters/parameter0/Schema0.md | 4 + .../get/parameters/parameter1/Schema1.md | 4 + .../content/applicationjson/Schema.md | 4 + .../content/applicationxml/Schema.md | 4 + .../xexpiresafter/XExpiresAfterSchema.md | 4 + .../components/schemas/Schema_doc.hbs | 2 + .../schemas/_docschema_methodsInherited.hbs | 101 ++++++++++++++++++ .../schemas/_docschema_methodsInheritedFn | 4 + .../docschema_extends_varEqualsClass.hbs | 1 - 154 files changed, 943 insertions(+), 12 deletions(-) create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/_docschema_methodsInherited.hbs create mode 100644 src/main/resources/java/src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn diff --git a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md index 8edefd15e22..70af272aedf 100644 --- a/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/numberheader/NumberHeaderSchema.md @@ -14,3 +14,7 @@ public static class NumberHeaderSchema1
extends DecimalJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.DecimalJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md index 97328acc9ed..06eb47482ea 100644 --- a/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/headers/stringheader/StringHeaderSchema.md @@ -14,3 +14,7 @@ public static class StringHeaderSchema1
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md index dff62eba547..79c0360bb0a 100644 --- a/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md +++ b/samples/client/petstore/java/docs/components/parameters/pathusername/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md index de744ae84a1..7f5e2edfc0c 100644 --- a/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md +++ b/samples/client/petstore/java/docs/components/responses/headerswithnobody/headers/location/LocationSchema.md @@ -14,3 +14,7 @@ public static class LocationSchema1
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md index 492e34ff910..33d4d673b30 100644 --- a/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md +++ b/samples/client/petstore/java/docs/components/responses/successinlinecontentandheader/headers/someheader/SomeHeaderSchema.md @@ -14,3 +14,7 @@ public static class SomeHeaderSchema1
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md index bbb1358d1eb..a8a99152f60 100644 --- a/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md +++ b/samples/client/petstore/java/docs/components/schemas/AbstractStepMessage.md @@ -61,4 +61,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md index 7b0bc68de8b..3910452b704 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesClass.md @@ -122,6 +122,10 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## EmptyMap public static class EmptyMap
extends JsonSchema @@ -161,10 +165,13 @@ type: Map ## AdditionalProperties4 public static class AdditionalProperties4
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## MapWithUndeclaredPropertiesAnytype3 public static class MapWithUndeclaredPropertiesAnytype3
extends JsonSchema @@ -206,24 +213,40 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## MapWithUndeclaredPropertiesAnytype2 public static class MapWithUndeclaredPropertiesAnytype2
extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## MapWithUndeclaredPropertiesAnytype1 public static class MapWithUndeclaredPropertiesAnytype1
extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Anytype1 public static class Anytype1
extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## MapOfMapProperty public static class MapOfMapProperty
extends JsonSchema @@ -300,6 +323,10 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## MapProperty public static class MapProperty
extends JsonSchema @@ -341,4 +368,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md index 876ab359b82..da3f41c5d82 100644 --- a/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/AdditionalPropertiesSchema.md @@ -188,4 +188,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Animal.md b/samples/client/petstore/java/docs/components/schemas/Animal.md index 566f8bb51f1..417bbceb444 100644 --- a/samples/client/petstore/java/docs/components/schemas/Animal.md +++ b/samples/client/petstore/java/docs/components/schemas/Animal.md @@ -72,4 +72,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md index f6ac4a1b9e8..d5c974a47fd 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeNotString.md @@ -38,4 +38,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md index 94fb26d6303..527350cd255 100644 --- a/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ApiResponseSchema.md @@ -60,12 +60,20 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Type public static class Type
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Code public static class Code
extends Int32JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/AppleReq.md b/samples/client/petstore/java/docs/components/schemas/AppleReq.md index e369c3b03d5..c4f09984c94 100644 --- a/samples/client/petstore/java/docs/components/schemas/AppleReq.md +++ b/samples/client/petstore/java/docs/components/schemas/AppleReq.md @@ -56,17 +56,28 @@ extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Cultivar public static class Cultivar
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md index eab37cd9a41..1cea1650110 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayHoldingAnyType.md @@ -54,4 +54,8 @@ A schema class that validates payloads ## Description any type can be stored here +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md index 733b026c22a..9db973d9e47 100644 --- a/samples/client/petstore/java/docs/components/schemas/ArrayTest.md +++ b/samples/client/petstore/java/docs/components/schemas/ArrayTest.md @@ -245,4 +245,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BananaReq.md b/samples/client/petstore/java/docs/components/schemas/BananaReq.md index 98ae5f169ce..1e0e9d76cad 100644 --- a/samples/client/petstore/java/docs/components/schemas/BananaReq.md +++ b/samples/client/petstore/java/docs/components/schemas/BananaReq.md @@ -56,6 +56,10 @@ extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## LengthCm public static class LengthCm
extends NumberJsonSchema @@ -65,8 +69,11 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md index 7717b01286a..c8a13a75f44 100644 --- a/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/BooleanSchema.md @@ -15,4 +15,8 @@ extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Capitalization.md b/samples/client/petstore/java/docs/components/schemas/Capitalization.md index baff5f3e6c9..fe5cf9ac8d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Capitalization.md +++ b/samples/client/petstore/java/docs/components/schemas/Capitalization.md @@ -72,34 +72,58 @@ A schema class that validates payloads ## Description Name of the pet +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## SCAETHFlowPoints public static class SCAETHFlowPoints
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## CapitalSnake public static class CapitalSnake
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## SmallSnake public static class SmallSnake
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## CapitalCamel public static class CapitalCamel
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## SmallCamel public static class SmallCamel
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Cat.md b/samples/client/petstore/java/docs/components/schemas/Cat.md index 37cb3a4b8fe..3e0f3b328d4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Cat.md +++ b/samples/client/petstore/java/docs/components/schemas/Cat.md @@ -77,4 +77,8 @@ extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ChildCat.md b/samples/client/petstore/java/docs/components/schemas/ChildCat.md index 04956663491..b44f1634ca8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ChildCat.md +++ b/samples/client/petstore/java/docs/components/schemas/ChildCat.md @@ -77,4 +77,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 0ab3514c565..143fb8aea20 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -65,4 +65,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Client.md b/samples/client/petstore/java/docs/components/schemas/Client.md index ca242a9a8ac..8fab8cb705a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Client.md +++ b/samples/client/petstore/java/docs/components/schemas/Client.md @@ -54,4 +54,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md index 86c6553e1e5..bbf98ab499f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedAnyOfDifferentTypesNoValidations.md @@ -125,30 +125,50 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema8 public static class Schema8
extends NullJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NumberJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema7 public static class Schema7
extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema6 public static class Schema6
extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema5 public static class Schema5
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema4 public static class Schema4
extends StringJsonSchema @@ -167,16 +187,28 @@ extends DateTimeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DateTimeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema1 public static class Schema1
extends DateJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DateJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema0 public static class Schema0
extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md index 7b50c8e2c13..37c0afcef53 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedArray.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedArray.md @@ -51,4 +51,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md index 65f3eda7134..4766c25eeae 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedBool.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedBool.md @@ -31,4 +31,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md index 64b21d03e68..8966ffca20f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNone.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNone.md @@ -31,4 +31,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md index 9bb159b9c5b..dd62bd0cd3a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedNumber.md @@ -31,4 +31,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md index 6d4175c6fe3..d29c9d6308b 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedObject.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedObject.md @@ -31,4 +31,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md index c271cb83181..2c3520a4a83 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedOneOfDifferentTypes.md @@ -96,6 +96,10 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema4 public static class Schema4
extends JsonSchema @@ -117,10 +121,18 @@ extends DateJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DateJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Schema2 public static class Schema2
extends NullJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NumberJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ComposedString.md b/samples/client/petstore/java/docs/components/schemas/ComposedString.md index 97a60190c3d..2a1575cef34 100644 --- a/samples/client/petstore/java/docs/components/schemas/ComposedString.md +++ b/samples/client/petstore/java/docs/components/schemas/ComposedString.md @@ -31,4 +31,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md index a18b84afff6..2bfd234d4e2 100644 --- a/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md +++ b/samples/client/petstore/java/docs/components/schemas/DecimalPayload.md @@ -15,4 +15,8 @@ extends DecimalJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DecimalJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Dog.md b/samples/client/petstore/java/docs/components/schemas/Dog.md index dd3117ed90c..177d7cada98 100644 --- a/samples/client/petstore/java/docs/components/schemas/Dog.md +++ b/samples/client/petstore/java/docs/components/schemas/Dog.md @@ -77,4 +77,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/File.md b/samples/client/petstore/java/docs/components/schemas/File.md index cf6bb37ee88..ce2bb12c972 100644 --- a/samples/client/petstore/java/docs/components/schemas/File.md +++ b/samples/client/petstore/java/docs/components/schemas/File.md @@ -60,4 +60,8 @@ A schema class that validates payloads ## Description Test capitalization +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 5e72cf31a7d..80af17ad322 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -110,6 +110,10 @@ extends NullJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NumberJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## PatternWithDigitsAndDelimiter public static class PatternWithDigitsAndDelimiter
extends JsonSchema @@ -167,24 +171,40 @@ extends UuidJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.UuidJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## UuidSchema public static class UuidSchema
extends UuidJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.UuidJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## DateTime public static class DateTime
extends DateTimeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DateTimeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Date public static class Date
extends DateJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DateJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Binary public static class Binary
extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/FromSchema.md b/samples/client/petstore/java/docs/components/schemas/FromSchema.md index 7903b4a0214..d0ac178aeab 100644 --- a/samples/client/petstore/java/docs/components/schemas/FromSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/FromSchema.md @@ -63,4 +63,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Fruit.md b/samples/client/petstore/java/docs/components/schemas/Fruit.md index 2e7d7a2f7aa..6cfeddd5d21 100644 --- a/samples/client/petstore/java/docs/components/schemas/Fruit.md +++ b/samples/client/petstore/java/docs/components/schemas/Fruit.md @@ -62,4 +62,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/FruitReq.md b/samples/client/petstore/java/docs/components/schemas/FruitReq.md index 84425b6e74b..480b5741e08 100644 --- a/samples/client/petstore/java/docs/components/schemas/FruitReq.md +++ b/samples/client/petstore/java/docs/components/schemas/FruitReq.md @@ -38,4 +38,8 @@ extends NullJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NumberJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/GmFruit.md b/samples/client/petstore/java/docs/components/schemas/GmFruit.md index 987bc5331cf..a40527b2abc 100644 --- a/samples/client/petstore/java/docs/components/schemas/GmFruit.md +++ b/samples/client/petstore/java/docs/components/schemas/GmFruit.md @@ -62,4 +62,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md index 5b8738f76e1..1d3ae8215ef 100644 --- a/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md +++ b/samples/client/petstore/java/docs/components/schemas/GrandparentAnimal.md @@ -54,4 +54,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md index 8fbb7e2062f..512a658ad19 100644 --- a/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md +++ b/samples/client/petstore/java/docs/components/schemas/HasOnlyReadOnly.md @@ -57,10 +57,18 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Bar public static class Bar
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Items.md b/samples/client/petstore/java/docs/components/schemas/Items.md index 4533bf10fec..9b3809cc5e6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Items.md +++ b/samples/client/petstore/java/docs/components/schemas/Items.md @@ -54,4 +54,8 @@ extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md index 3d892100213..d239178a6c4 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestAddReplaceTest.md @@ -80,6 +80,10 @@ A schema class that validates payloads ## Description The value to add, replace or test. +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Path public static class Path
extends StringJsonSchema @@ -89,11 +93,18 @@ A schema class that validates payloads ## Description A JSON Pointer path. +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md index 55fa426d547..dc3d995847a 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestMoveCopy.md @@ -80,6 +80,10 @@ A schema class that validates payloads ## Description A JSON Pointer path. +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## From public static class From
extends StringJsonSchema @@ -89,11 +93,18 @@ A schema class that validates payloads ## Description A JSON Pointer path. +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md index 6f405b8efc6..07510ab3143 100644 --- a/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md +++ b/samples/client/petstore/java/docs/components/schemas/JSONPatchRequestRemove.md @@ -77,11 +77,18 @@ A schema class that validates payloads ## Description A JSON Pointer path. +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MapTest.md b/samples/client/petstore/java/docs/components/schemas/MapTest.md index b9c6b6ca980..4c66b1a8b82 100644 --- a/samples/client/petstore/java/docs/components/schemas/MapTest.md +++ b/samples/client/petstore/java/docs/components/schemas/MapTest.md @@ -105,6 +105,10 @@ extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## MapOfEnumString public static class MapOfEnumString
extends JsonSchema @@ -231,4 +235,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index b641b634037..8859d2751e7 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -95,10 +95,18 @@ extends DateTimeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DateTimeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## UuidSchema public static class UuidSchema
extends UuidJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.UuidJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Money.md b/samples/client/petstore/java/docs/components/schemas/Money.md index 511fb55b6d2..325036eedc6 100644 --- a/samples/client/petstore/java/docs/components/schemas/Money.md +++ b/samples/client/petstore/java/docs/components/schemas/Money.md @@ -55,11 +55,18 @@ extends DecimalJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DecimalJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md index e5ca6fee13a..80957d18946 100644 --- a/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/MyObjectDto.md @@ -53,11 +53,18 @@ extends UuidJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.UuidJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Name.md b/samples/client/petstore/java/docs/components/schemas/Name.md index 0c02c592056..44933c6654a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Name.md +++ b/samples/client/petstore/java/docs/components/schemas/Name.md @@ -74,6 +74,10 @@ A schema class that validates payloads ## Description this is a reserved python keyword +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## SnakeCase public static class SnakeCase
extends Int32JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md index 50eac0e14bf..c8e0c9ae434 100644 --- a/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/NoAdditionalProperties.md @@ -65,8 +65,11 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/NullableClass.md b/samples/client/petstore/java/docs/components/schemas/NullableClass.md index c6f6373f3e7..2d97a70e13c 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableClass.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableClass.md @@ -239,6 +239,10 @@ extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## ArrayItemsNullable public static class ArrayItemsNullable
extends JsonSchema @@ -381,6 +385,10 @@ extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## DatetimeProp public static class DatetimeProp
extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/NullableShape.md b/samples/client/petstore/java/docs/components/schemas/NullableShape.md index fb1c0f98370..85a8b7a8dac 100644 --- a/samples/client/petstore/java/docs/components/schemas/NullableShape.md +++ b/samples/client/petstore/java/docs/components/schemas/NullableShape.md @@ -41,4 +41,8 @@ extends NullJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NumberJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md index 2360e2af42f..9ddee7daa07 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredProps.md @@ -54,4 +54,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md index ab0ea1906ef..0b3604e283f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjWithRequiredPropsBase.md @@ -54,4 +54,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md index e3a99c95afa..316816e81f9 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectInterface.md @@ -15,4 +15,8 @@ extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md index 57ca6ace715..564d2e2c70a 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectModelWithArgAndArgsProperties.md @@ -57,10 +57,18 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Arg public static class Arg
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md index e3b8adb6f68..f8b23407b6c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md @@ -79,4 +79,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md index 55c76e62b92..7b9db2235d8 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithCollidingProperties.md @@ -60,10 +60,18 @@ extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## SomeProp public static class SomeProp
extends MapJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md index c7a69ce6e73..7ac1ab4ea0c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDecimalProperties.md @@ -58,4 +58,8 @@ extends DecimalJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DecimalJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 215cf0fa8bd..5cda3e29409 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -67,6 +67,10 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Specialpropertyname public static class Specialpropertyname
extends Int64JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md index 815dd94ac88..4d6098dde82 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithNonIntersectingValues.md @@ -61,4 +61,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md index b405e0d72b1..557665ef424 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOnlyOptionalProps.md @@ -62,11 +62,18 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md index 5d0d46c31eb..91581c76259 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithOptionalTestProp.md @@ -54,4 +54,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Order.md b/samples/client/petstore/java/docs/components/schemas/Order.md index e2473ede8c2..6b4079ebc7a 100644 --- a/samples/client/petstore/java/docs/components/schemas/Order.md +++ b/samples/client/petstore/java/docs/components/schemas/Order.md @@ -69,6 +69,10 @@ extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Status public static class Status
extends JsonSchema @@ -93,6 +97,10 @@ extends DateTimeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.DateTimeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Quantity public static class Quantity
extends Int32JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md index 8702657583b..f1655d91086 100644 --- a/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md +++ b/samples/client/petstore/java/docs/components/schemas/PaginatedResultMyObjectDto.md @@ -94,8 +94,11 @@ A schema class that validates payloads ## AdditionalProperties public static class AdditionalProperties
extends NotAnyTypeJsonSchema - // NotAnyTypeSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NotAnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Pet.md b/samples/client/petstore/java/docs/components/schemas/Pet.md index f89bc9f4aa7..cd40968a7fc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Pet.md +++ b/samples/client/petstore/java/docs/components/schemas/Pet.md @@ -160,12 +160,20 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Name public static class Name
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Id public static class Id
extends Int64JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Player.md b/samples/client/petstore/java/docs/components/schemas/Player.md index 4f3f3585608..01abb32c7dc 100644 --- a/samples/client/petstore/java/docs/components/schemas/Player.md +++ b/samples/client/petstore/java/docs/components/schemas/Player.md @@ -59,4 +59,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/PublicKey.md b/samples/client/petstore/java/docs/components/schemas/PublicKey.md index 52b06613f2a..7a40b3bcccf 100644 --- a/samples/client/petstore/java/docs/components/schemas/PublicKey.md +++ b/samples/client/petstore/java/docs/components/schemas/PublicKey.md @@ -57,4 +57,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md index c7479e819c1..0927ad04de1 100644 --- a/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/QuadrilateralInterface.md @@ -65,6 +65,10 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## ShapeType public static class ShapeType
extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md index afc611f6bf1..2cb96e08bf0 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md +++ b/samples/client/petstore/java/docs/components/schemas/ReadOnlyFirst.md @@ -57,10 +57,18 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Bar public static class Bar
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index b4862921eb2..2b39651ca0f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -56,4 +56,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index a8121f555f6..5b843331e48 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -56,4 +56,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index a2c65e7a971..2f169fc62a4 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -71,6 +71,10 @@ A schema class that validates payloads ## Description this is a reserved python keyword +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Name public static class Name
extends Int32JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md index 2999d00ba9b..60552bb1d66 100644 --- a/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md +++ b/samples/client/petstore/java/docs/components/schemas/ShapeOrNull.md @@ -41,4 +41,8 @@ extends NullJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NumberJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md index 3999bd63b53..2f2fda81e4a 100644 --- a/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md +++ b/samples/client/petstore/java/docs/components/schemas/SpecialModelname.md @@ -57,4 +57,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md index c4b92369487..2ec93ea543a 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md +++ b/samples/client/petstore/java/docs/components/schemas/StringBooleanMap.md @@ -52,4 +52,8 @@ extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/StringSchema.md b/samples/client/petstore/java/docs/components/schemas/StringSchema.md index e30fc9eebae..ff9e3d88aa6 100644 --- a/samples/client/petstore/java/docs/components/schemas/StringSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/StringSchema.md @@ -15,4 +15,8 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Tag.md b/samples/client/petstore/java/docs/components/schemas/Tag.md index dfab5183469..2899e822dd9 100644 --- a/samples/client/petstore/java/docs/components/schemas/Tag.md +++ b/samples/client/petstore/java/docs/components/schemas/Tag.md @@ -57,6 +57,10 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Id public static class Id
extends Int64JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md index 226d1fb4ea4..7815afcc5fa 100644 --- a/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md +++ b/samples/client/petstore/java/docs/components/schemas/TriangleInterface.md @@ -65,6 +65,10 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## ShapeType public static class ShapeType
extends JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/User.md b/samples/client/petstore/java/docs/components/schemas/User.md index f9d81ccbd0e..ab408a6e33f 100644 --- a/samples/client/petstore/java/docs/components/schemas/User.md +++ b/samples/client/petstore/java/docs/components/schemas/User.md @@ -94,6 +94,10 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AnyTypeExceptNullProp public static class AnyTypeExceptNullProp
extends JsonSchema @@ -125,6 +129,10 @@ extends NullJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.NumberJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## AnyTypeProp public static class AnyTypeProp
extends AnyTypeJsonSchema @@ -134,6 +142,10 @@ A schema class that validates payloads ## Description test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## ObjectWithNoDeclaredPropsNullable public static class ObjectWithNoDeclaredPropsNullable
extends JsonSchema @@ -162,6 +174,10 @@ A schema class that validates payloads ## Description test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## UserStatus public static class UserStatus
extends Int32JsonSchema @@ -177,36 +193,60 @@ extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Password public static class Password
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Email public static class Email
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## LastName public static class LastName
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## FirstName public static class FirstName
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Username public static class Username
extends StringJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Id public static class Id
extends Int64JsonSchema diff --git a/samples/client/petstore/java/docs/components/schemas/Whale.md b/samples/client/petstore/java/docs/components/schemas/Whale.md index 68c9a6d5e34..2a38d40e0fe 100644 --- a/samples/client/petstore/java/docs/components/schemas/Whale.md +++ b/samples/client/petstore/java/docs/components/schemas/Whale.md @@ -75,10 +75,18 @@ extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## HasBaleen public static class HasBaleen
extends BooleanJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.BooleanJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/components/schemas/Zebra.md b/samples/client/petstore/java/docs/components/schemas/Zebra.md index 21fc12e95b1..2fec5dd0223 100644 --- a/samples/client/petstore/java/docs/components/schemas/Zebra.md +++ b/samples/client/petstore/java/docs/components/schemas/Zebra.md @@ -88,4 +88,8 @@ extends AnyTypeJsonSchema A schema class that validates payloads +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | + [[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md index 3cd82475876..ba6ed5a72af 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/delete/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md index 4976a390e92..ba1817e937e 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/get/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md index 31ec83c7480..2f8f6e87b03 100644 --- a/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/commonparamsubdir/post/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md index 5fa3c3b9ec9..4a9a6faf629 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md index 5bab9d2af7e..a90c3c42f2e 100644 --- a/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fake/delete/parameters/parameter3/Schema3.md @@ -14,3 +14,7 @@ public static class Schema31
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md index d357fcbfadc..b55d2db2ca9 100644 --- a/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/get/responses/response404/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends MapJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.MapJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 6b0008b6da0..39895177515 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -91,6 +91,10 @@ A schema class that validates payloads ## Description None +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Password public static class Password
extends JsonSchema @@ -136,6 +140,10 @@ A schema class that validates payloads ## Description None +| Methods Inherited from class org.openapijsonschematools.schemas.DateJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Binary public static class Binary
extends JsonSchema diff --git a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md index 73338e511d9..9471b372a93 100644 --- a/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakebodywithqueryparams/put/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md index 3f8facb2da7..51be9d02142 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md index 1ce72293efe..c9a7618e696 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter1/Schema1.md @@ -14,3 +14,7 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md index 450454fbae3..8b1a9cffcdd 100644 --- a/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakecasesensitiveparams/put/parameters/parameter2/Schema2.md @@ -14,3 +14,7 @@ public static class Schema21
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md index cbd5252d50e..96bfc4d9ec9 100644 --- a/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakedeletecoffeeid/delete/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md index 12a5b174bd3..d9aaaf5cab6 100644 --- a/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeinlineadditionalproperties/post/requestbody/content/applicationjson/Schema.md @@ -51,3 +51,7 @@ public static class AdditionalProperties
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md index e423fb65825..74c9efd309f 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonformdata/get/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -60,6 +60,10 @@ A schema class that validates payloads ## Description field2 +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Param public static class Param
extends StringJsonSchema @@ -68,3 +72,7 @@ A schema class that validates payloads ## Description field1 + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md index 6d0ac123565..050c23216c4 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/requestbody/content/applicationjsoncharsetutf8/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md index 804a5accb6d..ffc2638b95f 100644 --- a/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakejsonwithcharset/post/responses/response200/content/applicationjsoncharsetutf8/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md index 2edee0e59e4..1e85d0f5061 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/applicationjson/Schema.md @@ -53,3 +53,7 @@ public static class A
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md index 5f2604793c8..cd79d04c5fb 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/requestbody/content/multipartformdata/Schema.md @@ -53,3 +53,7 @@ public static class B
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md index bdbefbe2532..f24ea3f3f11 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplerequestbodycontenttypes/post/responses/response200/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md index 37be864aed2..ac23697f813 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response200/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md index 82046b18b6a..d504893a87c 100644 --- a/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultipleresponsebodies/get/responses/response202/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md index b0e915d5969..6b98b31c1a3 100644 --- a/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakemultiplesecurities/get/responses/response200/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md index e64799875c8..84bce453f9d 100644 --- a/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeobjinquery/get/parameters/parameter0/Schema0.md @@ -53,3 +53,7 @@ public static class Keyword0
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md index e5c67d874cd..787b1b6d1bb 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md index 5e63c3ccff1..cd8f421e6cd 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter1/Schema1.md @@ -14,3 +14,7 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md index 4fcb2e6a482..836d6fc6bb9 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter10/Schema10.md @@ -14,3 +14,7 @@ public static class Schema101
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md index cfe36f0874b..75803ce2623 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter11/Schema11.md @@ -14,3 +14,7 @@ public static class Schema111
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md index b2769366f96..0c1196c61d7 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter12/Schema12.md @@ -14,3 +14,7 @@ public static class Schema121
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md index 1be1da895f7..e371ac09e96 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter13/Schema13.md @@ -14,3 +14,7 @@ public static class Schema131
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md index 33d779d80cb..4cc52e24727 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter14/Schema14.md @@ -14,3 +14,7 @@ public static class Schema141
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md index e811a175a3d..d42c8fe1b0f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter15/Schema15.md @@ -14,3 +14,7 @@ public static class Schema151
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md index 562413f6ee8..c51adb7c419 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter16/Schema16.md @@ -14,3 +14,7 @@ public static class Schema161
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md index ae1776776eb..791742c2d6d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter17/Schema17.md @@ -14,3 +14,7 @@ public static class Schema171
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md index fe95f1893ab..ab716b4994f 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter18/Schema18.md @@ -14,3 +14,7 @@ public static class Schema181
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md index f39f5685ebd..4b24a2e9de8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter2/Schema2.md @@ -14,3 +14,7 @@ public static class Schema21
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md index 7757d1040bc..5eeb1501fef 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter3/Schema3.md @@ -14,3 +14,7 @@ public static class Schema31
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md index cad4bf50079..cefccbbc85d 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter4/Schema4.md @@ -14,3 +14,7 @@ public static class Schema41
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md index 5493aae458a..41a1bf16e35 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter5/Schema5.md @@ -14,3 +14,7 @@ public static class Schema51
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md index 18abba42e83..e9faae012f7 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter6/Schema6.md @@ -14,3 +14,7 @@ public static class Schema61
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md index 390ec11238b..4e6ddfa735a 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter7/Schema7.md @@ -14,3 +14,7 @@ public static class Schema71
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md index eab884720eb..0be2d728e03 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter8/Schema8.md @@ -14,3 +14,7 @@ public static class Schema81
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md index 2c64adfbe11..8927d22b4bd 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/parameters/parameter9/Schema9.md @@ -14,3 +14,7 @@ public static class Schema91
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md index 9b4b595fdbb..db32145fce8 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/requestbody/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md index bd37f143c21..d76e2209fe2 100644 --- a/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeparametercollisions1ababselfab/post/responses/response200/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md index b1e9f94a7f6..7eba44bc822 100644 --- a/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakepetiduploadimagewithrequiredfile/post/requestbody/content/multipartformdata/Schema.md @@ -68,3 +68,7 @@ A schema class that validates payloads ## Description Additional data to pass to server + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md index f36d8e0ac76..29a8fdd0a7a 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/parameters/parameter0/content/applicationjson/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md index 111893f52b5..727cccaf1c1 100644 --- a/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakequeryparamwithjsoncontenttype/get/responses/response200/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md index 6ac08fdacb1..53b9a185bd9 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter0/Schema0.md @@ -50,3 +50,7 @@ public static class Items0
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md index cd36660c236..21b892fec48 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter1/Schema1.md @@ -50,3 +50,7 @@ public static class Items1
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md index d58d4131ad7..542fcee6def 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter2/Schema2.md @@ -50,3 +50,7 @@ public static class Items2
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md index 02e123b30f6..46a930e7081 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter3/Schema3.md @@ -50,3 +50,7 @@ public static class Items3
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md index 8fe16220c5d..32a10e29392 100644 --- a/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md +++ b/samples/client/petstore/java/docs/paths/faketestqueryparamters/put/parameters/parameter4/Schema4.md @@ -50,3 +50,7 @@ public static class Items4
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md index ec1dee006d7..064d4d27edf 100644 --- a/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakeuploadfile/post/requestbody/content/multipartformdata/Schema.md @@ -68,3 +68,7 @@ A schema class that validates payloads ## Description Additional data to pass to server + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md index 37d1b223d5f..4e99ca0d8d2 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response1xx/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md index 5c9ca443da9..e5bffc14d49 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response200/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md index 2609e0b05c9..69280959ec4 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response2xx/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md index c2ef61e538e..2179adf7ba5 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response3xx/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md index b79a5f48bf1..8502ab4593e 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response4xx/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md index ee291ba922c..d117add7184 100644 --- a/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/fakewildcardresponses/get/responses/response5xx/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends AnyTypeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.AnyTypeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md index b7de08d4e72..e1fb5889c3e 100644 --- a/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petfindbytags/get/parameters/parameter0/Schema0.md @@ -50,3 +50,7 @@ public static class Items0
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md index 7eab3c53e58..4d6a7170561 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/petpetid/delete/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index adadd8119ba..9ea4f2b560c 100644 --- a/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetid/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -60,6 +60,10 @@ A schema class that validates payloads ## Description Updated status of the pet +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | + ## Name public static class Name
extends StringJsonSchema @@ -68,3 +72,7 @@ A schema class that validates payloads ## Description Updated name of the pet + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md index b34eed0f853..0db552b9d10 100644 --- a/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md +++ b/samples/client/petstore/java/docs/paths/petpetiduploadimage/post/requestbody/content/multipartformdata/Schema.md @@ -68,3 +68,7 @@ A schema class that validates payloads ## Description Additional data to pass to server + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md index bc5d8f02db4..ae6164a44dd 100644 --- a/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/storeorderorderid/delete/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md index d13aaebd857..581a38e0bf1 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter0/Schema0.md @@ -14,3 +14,7 @@ public static class Schema01
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md index 70504b45839..b02a110c1d8 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/parameters/parameter1/Schema1.md @@ -14,3 +14,7 @@ public static class Schema11
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md index 95a1c4df2ce..dbfd93c663c 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationjson/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md index 25f0cd184cb..03644ed603c 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/content/applicationxml/Schema.md @@ -14,3 +14,7 @@ public static class Schema1
extends StringJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.StringJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md index 92836fc7907..e838e5ce6f0 100644 --- a/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md +++ b/samples/client/petstore/java/docs/paths/userlogin/get/responses/response200/headers/xexpiresafter/XExpiresAfterSchema.md @@ -14,3 +14,7 @@ public static class XExpiresAfterSchema1
extends DateTimeJsonSchema A schema class that validates payloads + +| Methods Inherited from class org.openapijsonschematools.schemas.DateTimeJsonSchema | +| ------------------------------------------------------------------ | +| validate | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index 33f6867ebe1..ae0892b249b 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -54,6 +54,8 @@ A schema class that validates payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | {{> src/main/java/org/openapitools/components/schemas/docschema_io_types }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInherited }} {{/if}} {{else}} {{#eq instanceType "propertiesOutputType"}} diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_docschema_methodsInherited.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_docschema_methodsInherited.hbs new file mode 100644 index 00000000000..0e252391149 --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_docschema_methodsInherited.hbs @@ -0,0 +1,101 @@ +{{#or isBooleanSchemaFalse isBooleanSchemaTrue}} + {{#if isBooleanSchemaTrue}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="AnyTypeJsonSchema" }} + {{else}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="NotAnyTypeJsonSchema" }} + {{/if}} +{{else}} + {{#eq types null }} + {{#and isSimpleAnyType (eq ../refInfo null) }} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="AnyTypeJsonSchema" }} + {{/and}} + {{else}} + {{! types exist }} + {{#eq types.size 1}} + {{! one type }} + {{#each types}} + {{#eq this "object"}} + {{#and isSimpleObject (eq ../refInfo null) }} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="MapJsonSchema" }} + {{/and}} + {{else}} + {{#eq this "array"}} + {{#and isSimpleArray (eq ../refInfo null) }} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="ListJsonSchema" }} + {{/and}} + {{else}} + {{#eq this "boolean"}} + {{#and isSimpleBoolean (eq ../refInfo null) }} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="BooleanJsonSchema" }} + {{/and}} + {{else}} + {{#if eq this "integer" }} + {{#and isSimpleInteger (eq ../refInfo null) }} + {{#eq ../format null }} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="IntJsonSchema" }} + {{/eq}} + {{#eq ../format "int32"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="Int32JsonSchema" }} + {{/eq}} + {{#eq ../format "int64"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="Int64JsonSchema" }} + {{/eq}} + {{/and}} + {{else}} + {{#if eq this "number" }} + {{#and isSimpleNumber (eq ../refInfo null) }} + {{#eq ../format null}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="NumberJsonSchema" }} + {{else}} + {{#eq ../format "float"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="FloatJsonSchema" }} + {{else}} + {{#eq ../format "double"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="DoubleJsonSchema" }} + {{else}} + {{#eq ../format "int32"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="Int32JsonSchema" }} + {{else}} + {{#eq ../format "int64"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="Int64JsonSchema" }} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/and}} + {{else}} + {{#eq this "string"}} + {{#and isSimpleString (eq ../refInfo null) }} + {{#eq ../format null}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="StringJsonSchema" }} + {{/eq}} + {{#eq ../format "date"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="DateJsonSchema" }} + {{/eq}} + {{#eq ../format "date-time"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="DateTimeJsonSchema" }} + {{/eq}} + {{#eq ../format "uuid"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="UuidJsonSchema" }} + {{/eq}} + {{#eq ../format "number"}} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="DecimalJsonSchema" }} + {{/eq}} + {{/and}} + {{else}} + {{#and isSimpleNull (eq ../refInfo null) }} +{{> src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn className="NumberJsonSchema" }} + {{/and}} + {{/eq}} + {{/if}} + {{/if}} + {{/eq}} + {{/eq}} + {{/eq}} + {{/each}} + {{else}} + {{! multiple types }} + {{/eq}} + {{/eq}} +{{/or}} \ No newline at end of file diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn new file mode 100644 index 00000000000..cbb0f751e6a --- /dev/null +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/_docschema_methodsInheritedFn @@ -0,0 +1,4 @@ + +| Methods Inherited from class {{packageName}}.schemas.{{className}} | +| ------------------------------------------------------------------ | +| validate | diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs index 2aacc4d9a01..f77d272c7bd 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/docschema_extends_varEqualsClass.hbs @@ -3,7 +3,6 @@ extends AnyTypeJsonSchema {{else}} extends NotAnyTypeJsonSchema - // NotAnyTypeSchema {{/if}} {{else}} {{#if refInfo.refClass}} From 39afe71715ade6eb54afdf14b4471b26ecbd69c2 Mon Sep 17 00:00:00 2001 From: Justin Black Date: Mon, 27 Nov 2023 21:33:56 -0800 Subject: [PATCH 72/72] Removes pythn reference from java docs --- .../petstore/java/docs/components/schemas/AnyTypeAndFormat.md | 2 +- .../client/petstore/java/docs/components/schemas/ClassModel.md | 2 +- .../client/petstore/java/docs/components/schemas/FormatTest.md | 2 +- .../schemas/MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../docs/components/schemas/ObjectWithDifficultlyNamedProps.md | 2 +- .../components/schemas/ObjectWithInvalidNamedRefedProperties.md | 2 +- .../docs/components/schemas/ReqPropsFromExplicitAddProps.md | 2 +- .../java/docs/components/schemas/ReqPropsFromTrueAddProps.md | 2 +- .../java/docs/components/schemas/ReqPropsFromUnsetAddProps.md | 2 +- .../petstore/java/docs/components/schemas/ReturnSchema.md | 2 +- .../petstore/java/docs/components/schemas/Schema200Response.md | 2 +- .../requestbody/content/applicationxwwwformurlencoded/Schema.md | 2 +- .../responses/responsedefault/content/applicationjson/Schema.md | 2 +- .../java/org/openapitools/components/schemas/Schema_doc.hbs | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md index 4f9c08db981..77f03e9ff8c 100644 --- a/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md +++ b/samples/client/petstore/java/docs/components/schemas/AnyTypeAndFormat.md @@ -48,7 +48,7 @@ A class to store validated Map payloads | Object | binary()
[optional] | | Object | int32()
[optional] value must be a 32 bit integer | | Object | int64()
[optional] value must be a 64 bit integer | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["uuid"], instance["date-time"], instance["number"], instance["double"], instance["float"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ClassModel.md b/samples/client/petstore/java/docs/components/schemas/ClassModel.md index 143fb8aea20..5662ff153cf 100644 --- a/samples/client/petstore/java/docs/components/schemas/ClassModel.md +++ b/samples/client/petstore/java/docs/components/schemas/ClassModel.md @@ -47,7 +47,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [ClassModelMap](#classmodelmap) | of(Map arg, SchemaConfiguration configuration) | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["_class"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["_class"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/FormatTest.md b/samples/client/petstore/java/docs/components/schemas/FormatTest.md index 80af17ad322..8991857839f 100644 --- a/samples/client/petstore/java/docs/components/schemas/FormatTest.md +++ b/samples/client/petstore/java/docs/components/schemas/FormatTest.md @@ -72,7 +72,7 @@ A class to store validated Map payloads | String | pattern_with_digits()
[optional] | | String | pattern_with_digits_and_delimiter()
[optional] | | Void | noneProp()
[optional] | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["byte"], instance["number"], instance["integer"], instance["float"], instance["double"], instance["string"], instance["uuid"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md index 8859d2751e7..bc321a3c436 100644 --- a/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md +++ b/samples/client/petstore/java/docs/components/schemas/MixedPropertiesAndAdditionalPropertiesClass.md @@ -40,7 +40,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [MixedPropertiesAndAdditionalPropertiesClassMap](#mixedpropertiesandadditionalpropertiesclassmap) | of(Map arg, SchemaConfiguration configuration) | | String | dateTime()
[optional] value must conform to RFC-3339 date-time | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["uuid"], instance["map"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["uuid"], instance["map"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md index 5cda3e29409..b8b2831a750 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithDifficultlyNamedProps.md @@ -41,7 +41,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [ObjectWithDifficultlyNamedPropsMap](#objectwithdifficultlynamedpropsmap) | of(Map arg, SchemaConfiguration configuration) | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["123-list"], instance["$special[property.name]"], instance["123Number"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md index 7644b50ee88..1e2c23b664f 100644 --- a/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md +++ b/samples/client/petstore/java/docs/components/schemas/ObjectWithInvalidNamedRefedProperties.md @@ -36,7 +36,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [ObjectWithInvalidNamedRefedPropertiesMap](#objectwithinvalidnamedrefedpropertiesmap) | of(Map arg, SchemaConfiguration configuration) | | [FromSchema.FromSchemaMap](../../components/schemas/FromSchema.md#fromschemamap) | from()
| -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["!reference"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["!reference"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md index 2b39651ca0f..3bb62e548a3 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromExplicitAddProps.md @@ -37,7 +37,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [ReqPropsFromExplicitAddPropsMap](#reqpropsfromexplicitaddpropsmap) | of(Map arg, SchemaConfiguration configuration) | | String | validName()
| -| String | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | +| String | get(String key)
This schema has invalid Java names so this method must be used when you access instance["invalid-name"], | | String | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md index 5b843331e48..aeeb26682f1 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromTrueAddProps.md @@ -37,7 +37,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [ReqPropsFromTrueAddPropsMap](#reqpropsfromtrueaddpropsmap) | of(Map arg, SchemaConfiguration configuration) | | Object | validName()
| -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["invalid-name"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md index 90a0dbc1260..108af38c600 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md +++ b/samples/client/petstore/java/docs/components/schemas/ReqPropsFromUnsetAddProps.md @@ -36,7 +36,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [ReqPropsFromUnsetAddPropsMap](#reqpropsfromunsetaddpropsmap) | of(Map arg, SchemaConfiguration configuration) | | Object | validName()
| -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["invalid-name"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["invalid-name"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md index c9b94757cd9..0dd406bf77c 100644 --- a/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md +++ b/samples/client/petstore/java/docs/components/schemas/ReturnSchema.md @@ -47,7 +47,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [ReturnMap](#returnmap) | of(Map arg, SchemaConfiguration configuration) | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["return"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["return"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md index 2f169fc62a4..f134acd487e 100644 --- a/samples/client/petstore/java/docs/components/schemas/Schema200Response.md +++ b/samples/client/petstore/java/docs/components/schemas/Schema200Response.md @@ -49,7 +49,7 @@ A class to store validated Map payloads | ----------------- | ---------------------- | | static [Schema200ResponseMap](#schema200responsemap) | of(Map arg, SchemaConfiguration configuration) | | int | name()
[optional] value must be a 32 bit integer | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["class"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["class"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md index 39895177515..5f7523d3ce4 100644 --- a/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md +++ b/samples/client/petstore/java/docs/paths/fake/post/requestbody/content/applicationxwwwformurlencoded/Schema.md @@ -57,7 +57,7 @@ A class to store validated Map payloads | String | dateTime()
[optional] if omitted the server will use the default value of 2010-02-01T10:20:10.111110+01:00 value must conform to RFC-3339 date-time | | String | password()
[optional] | | String | callback()
[optional] | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["byte"], instance["double"], instance["number"], instance["integer"], instance["float"], instance["string"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md index 31325b1a2f1..af225feed1c 100644 --- a/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md +++ b/samples/client/petstore/java/docs/paths/foo/get/responses/responsedefault/content/applicationjson/Schema.md @@ -35,7 +35,7 @@ A class to store validated Map payloads | Modifier and Type | Method and Description | | ----------------- | ---------------------- | | static [SchemaMap](#schemamap) | of(Map arg, SchemaConfiguration configuration) | -| Object | get(String key)
This model has invalid python names so this method is used under the hood when you access instance["string"], | +| Object | get(String key)
This schema has invalid Java names so this method must be used when you access instance["string"], | | Object | getAdditionalProperty(String name)
provides type safety for additional properties | ## Input Map Keys diff --git a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs index ae0892b249b..bf6296ffe61 100644 --- a/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs +++ b/src/main/resources/java/src/main/java/org/openapitools/components/schemas/Schema_doc.hbs @@ -81,7 +81,7 @@ A class to store validated Map payloads {{/if}} {{/each}} {{#or (and requiredProperties requiredProperties.hasInvalidKey) (and optionalProperties optionalProperties.hasInvalidKey) }} -| {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath useLink=true }}{{else}}Object{{/with}} | get(String key)
This model has invalid python names so this method is used under the hood when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} | +| {{#with mapValueSchema}}{{> src/main/java/org/openapitools/components/schemas/types/schema_output_type sourceJsonPath=../jsonPath useLink=true }}{{else}}Object{{/with}} | get(String key)
This schema has invalid Java names so this method must be used when you access {{#each requiredProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}}{{#each optionalProperties}}{{#unless @key.isValid}}instance["{{@key.original}}"], {{/unless}}{{/each}} | {{/or}} {{#with additionalProperties}} {{#unless isBooleanSchemaFalse}}